LibVLCSharp The name of the folder that contains the per-architecture folders The Core class handles libvlc loading intricacies on various platforms as well as the libvlc/libvlcsharp version match check. The Core class handles libvlc loading intricacies on various platforms as well as the libvlc/libvlcsharp version match check. Load the native libvlc library (if necessary, depending on platform) Ensure that you installed the VideoLAN.LibVLC.[YourPlatform] package in your target project This will throw a if the native libvlc libraries cannot be found or loaded. It may also throw a if the LibVLC and LibVLCSharp major versions do not match. See https://code.videolan.org/videolan/LibVLCSharp/-/blob/master/docs/versioning.md for more info about the versioning strategy. The path to the directory that contains libvlc and libvlccore No need to specify unless running netstandard 1.1, or using custom location for libvlc This parameter is NOT supported on Linux, use LD_LIBRARY_PATH instead. Checks whether the major version of LibVLC and LibVLCSharp match Throws a VLCException if the major versions mismatch Dialogs can be raised by libvlc for network actions and logins. You may only call once PostLogin or PostAction or Dismiss after which this instance will be invalid. Post a login answer. After this call, the instance won't be valid anymore valid non-empty string valid string if true stores the credentials Post a question answer. After this call, this instance won't be valid anymore QuestionCb 1 for action1, 2 for action2 return true on success, false otherwise Dismiss a dialog. After this call, this instance won't be valid anymore true if properly dismissed, false otherwise Describes the question type by libvlc Normal question Warning question Critical question Called when an error message needs to be displayed. title of the dialog text of the dialog Called when a login dialog needs to be displayed. You can interact with this dialog by calling PostLogin() to post an answer or Dismiss() to cancel this dialog. id used to interact with the dialog title of the dialog text of the dialog user name that should be set on the user form if true, ask the user if he wants to save the credentials Use token to cancel operation Called when a question dialog needs to be displayed. You can interact with this dialog by calling PostAction() to post an answer or Dismiss() to cancel this dialog. id used to interact with the dialog title of the dialog text of the dialog question type (or severity) of the dialog text of the cancel button text of the first button, if NULL, don't display this button text of the second button, if NULL, don't display this button Use token to cancel operation Called when a progress dialog needs to be displayed. If cancellable cancelText is not NULL, you can cancel this dialog by calling libvlc_dialog_dismiss() id used to interact with the dialog title of the dialog text of the dialog true if the progress dialog is indeterminate initial position of the progress bar (between 0.0 and 1.0) text of the cancel button, if NULL the dialog is not cancellable Use token to cancel operation Called when a progress dialog needs to be updated. id of the dialog position of the progress bar (between 0.0 and 1.0) new text of the progress dialog Equalizer settings can be applied to a media player using this type Create a new default equalizer, with all frequency values zeroed. The new equalizer can subsequently be applied to a media player by invoking libvlc_media_player_set_equalizer(). version LibVLC 2.2.0 or later Create a new equalizer, with initial frequency values copied from an existing preset. The new equalizer can subsequently be applied to a media player by invoking libvlc_media_player_set_equalizer(). version LibVLC 2.2.0 or later index of the preset, counting from zero Set a new pre-amplification value for an equalizer. The new equalizer settings are subsequently applied to a media player by invoking MediaPlayer::setEqualizer(). The supplied amplification value will be clamped to the -20.0 to +20.0 range. preamp value (-20.0 to 20.0 Hz) LibVLC 2.2.0 or later true on success, false otherwise Get the current pre-amplification value from an equalizer. return preamp value (Hz) LibVLC 2.2.0 or later Set a new amplification value for a particular equalizer frequency band. The new equalizer settings are subsequently applied to a media player by invoking MediaPlayer::setEqualizer(). The supplied amplification value will be clamped to the -20.0 to +20.0 range. LibVLC 2.2.0 or later amplification value (-20.0 to 20.0 Hz) index, counting from zero, of the frequency band to set Get the amplification value for a particular equalizer frequency band. LibVLC 2.2.0 or later index, counting from zero, of the frequency band to get amplification value (Hz); NaN if there is no such frequency band Get the number of equalizer presets. LibVLC 2.2.0 or later Get the name of a particular equalizer preset. This name can be used, for example, to prepare a preset label or menu in a user interface. index of the preset, counting from zero preset name, or empty string if there is no such preset Get the number of distinct frequency bands for an equalizer. return number of frequency bands LibVLC 2.2.0 or later Get a particular equalizer band frequency. This value can be used, for example, to create a label for an equalizer band control in a user interface. LibVLC 2.2.0 or later index index of the band, counting from zero equalizer band frequency (Hz), or -1 if there is no such band The class that manages one type of event Increments the reference count to the event handler method. The event type The event handler for this event type The MediaPlayerChanged event indicates when a new MediaPlayer has been set up with the VideoView and is ready to use for a first time playback. MediaPlayerChangedEventArgs constructor, used internally by LibVLCSharp The previous mediaplayer (if any) The new mediaplayer (if any) The previous mediaplayer (if any) The new mediaplayer (if any) Internal event used by LibVLCSharp. MediaPlayerChangingEventArgs constructor, used internally by LibVLCSharp The previous mediaplayer (if any) The new mediaplayer (if any) The previous mediaplayer (if any) The new mediaplayer (if any) Helper method that creates a user friendly type from the internal interop structure. AudioOutputDescriptionStructure from interop public AudioOutputDescription to be consumed by the user Helper method that creates a user friendly type from the internal interop structure. AudioOutputDeviceStructure from interop public AudioOutputDevice to be consumed by the user Helper method that creates a user friendly type from the internal interop structure. ModuleDescriptionStructure from interop public ModuleDescription to be consumed by the user Helper method that creates a user friendly type from the internal interop structure. TrackDescriptionStructure from interop public TrackDescription to be consumed by the user Helper method that creates a user friendly type from the internal interop structure. ChapterDescriptionStructure from interop public ChapterDescription to be consumed by the user Helper method that creates a user friendly type from the internal interop structure. MediaSlaveStructure from interop public MediaSlave to be consumed by the user Helper method that creates a user friendly type from the internal interop structure. TrackDescriptionStructure from interop public TrackDescription to be consumed by the user Helper method that creates a user friendly type from the internal interop structure. SubtitleTrackStructure from interop public SubtitleTrack to be consumed by the user Helper method that creates a user friendly type from the internal interop structure. MediaDiscovererDescriptionStructure from interop public MediaDiscovererDescription to be consumed by the user Helper method that creates a user friendly type from the internal interop structure. RendererDescriptionStructure from interop public RendererDescription to be consumed by the user Helper method that marshals a UTF16 managed string to a UTF8 native string ptr the managed string to marshal to native a ptr to the UTF8 string that needs to be freed after use Helper method that mashals a UTF8 native string ptr to a UTF16 managed string. Optionally frees the native string ptr the native string to marshal to managed frees the native pointer of the libvlc string (use only for char*) a managed UTF16 string Helper for libvlc_new libvlc options, an UTF16 string array turned to UTF8 string pointer array the create function call the result of the create function Thrown when libvlc could not be created Generic marshalling function to retrieve structs from a libvlc linked list Internal struct type publicly facing struct type Native libvlc call: retrieve collection start pointer from parent reference Retrieve the internal struct by marshalling the native pointer Create a publicly facing struct from the internal struct values Access next element in the list Native libvlc call: release resources allocated with the getRef call An array of publicly facing struct types Generic marshalling function to retrieve structs from libvlc by reading from unmanaged memory with offsets This supports uint libvlc signatures. Internal struct type publicly facing struct type native reference of the parent Native libvlc call: retrieve collection start pointer from parent reference Retrieve the internal struct by marshalling the native pointer Create a publicly facing struct from the internal struct values Native libvlc call: release the array allocated with the getRef call with the given element count An array of publicly facing struct types Generic marshalling function to retrieve structs from libvlc by reading from unmanaged memory with offsets Internal struct type publicly facing struct type native reference of the parent Native libvlc call: retrieve collection start pointer from parent reference Retrieve the internal struct by marshalling the native pointer Create a publicly facing struct from the internal struct values Native libvlc call: release the array allocated with the getRef call with the given element count An array of publicly facing struct types Generic marshalling function to retrieve structs from libvlc by reading from unmanaged memory with offsets This supports an additional enum configuration parameter. Internal struct type publicly facing struct type Additional enum confugation type native reference of the parent Additional enum confugation type Native libvlc call: retrieve collection start pointer from parent reference Retrieve the internal struct by marshalling the native pointer Create a publicly facing struct from the internal struct values Native libvlc call: release the array allocated with the getRef call with the given element count An array of publicly facing struct types Turns an array of UTF16 C# strings to an array of pointer to UTF8 strings Array of pointer you need to release when you're done with Marshal.FreeHGlobal Marshal a pointer to a struct Helper with netstandard1.1 and net40 support Frees an heap allocation returned by a LibVLC function. If you know you're using the same underlying C run-time as the LibVLC implementation, then you can call ANSI C free() directly instead. the pointer Performs the native call, frees the ptrs and returns the result Performs the native call and frees the ptrs Gets the instance represented by the given handle. This must be a GCHandle. The type of instance to retrieve The handle given back by libvlc null if it is not a valid handle, the instance otherwise Small helper for determining the current platform Returns true if running on Windows, false otherwise Returns true if running on Linux, false otherwise Returns true if running on Linux desktop, false otherwise Returns true if running on macOS, false otherwise Returns true if running in 64bit process, false otherwise This base class is used for the main libvlc types The pointer to the native code representation of this object Release native resources by calling this C function Indicates whether this object has already been disposed Base constructor for most libvlc objects. Will perform native calls. A create function that will return a pointer to the instance in native code A release Action that takes the native pointer to that C# instance's native code representation and performs the release call in native code. It will be called once when the C# instance gets disposed. Dispose of this instance Dispose of this instance true if called from a method Interface for video control Occurs when the size of the control changes Gets the width of the video view Gets the height of the video view VideoView Interface MediaPlayer object connected to the view Main LibVLC API object representing a libvlc instance in native code. Note: You may create multiple mediaplayers from a single LibVLC instance Determines whether two object instances are equal. other libvlc instance to compare with true if same instance, false otherwise Determines whether two object instances are equal. other libvlc instance to compare with true if same instance, false otherwise The real log event handlers. The GCHandle to be passed to callbacks as userData Returns the hashcode for this libvlc instance Create and initialize a libvlc instance. This functions accept a list of "command line" arguments similar to the main(). These arguments affect the LibVLC instance default configuration. LibVLC may create threads. Therefore, any thread-unsafe process initialization must be performed before calling libvlc_new(). In particular and where applicable: - setlocale() and textdomain(), - setenv(), unsetenv() and putenv(), - with the X11 display system, XInitThreads() (see also libvlc_media_player_set_xwindow()) and - on Microsoft Windows, SetErrorMode(). - sigprocmask() shall never be invoked; pthread_sigmask() can be used. On POSIX systems, the SIGCHLD signalmust notbe ignored, i.e. the signal handler must set to SIG_DFL or a function pointer, not SIG_IGN. Also while LibVLC is active, the wait() function shall not be called, and any call to waitpid() shall use a strictly positive value for the first parameter (i.e. the PID). Failure to follow those rules may lead to a deadlock or a busy loop. Also on POSIX systems, it is recommended that the SIGPIPE signal be blocked, even if it is not, in principles, necessary, e.g.: On Microsoft Windows Vista/2008, the process error mode SEM_FAILCRITICALERRORS flagmustbe set before using LibVLC. On later versions, that is optional and unnecessary. Also on Microsoft Windows (Vista and any later version), setting the default DLL directories to SYSTEM32 exclusively is strongly recommended for security reasons: Arguments are meant to be passed from the command line to LibVLC, just like VLC media player does. The list of valid arguments depends on the LibVLC version, the operating system and platform, and set of available LibVLC plugins. Invalid or unsupported arguments will cause the function to fail (i.e. return NULL). Also, some arguments may alter the behaviour or otherwise interfere with other LibVLC functions. There is absolutely no warranty or promise of forward, backward and cross-platform compatibility with regards to libvlc_new() arguments. We recommend that you do not use them, other than when debugging. This will throw a if the native libvlc libraries cannot be found or loaded. It may also throw a if the LibVLC and LibVLCSharp major versions do not match. See https://code.videolan.org/videolan/LibVLCSharp/-/blob/master/docs/versioning.md for more info about the versioning strategy. // example
using var libvlc = new LibVLC("--verbose=2");
// or
using var libvlc = new LibVLC("--verbose", "2");
list of arguments, in the form "--option=value" the libvlc instance or NULL in case of error
Create and initialize a libvlc instance. This functions accept a list of "command line" arguments similar to the main(). These arguments affect the LibVLC instance default configuration. LibVLC may create threads. Therefore, any thread-unsafe process initialization must be performed before calling libvlc_new(). In particular and where applicable: - setlocale() and textdomain(), - setenv(), unsetenv() and putenv(), - with the X11 display system, XInitThreads() (see also libvlc_media_player_set_xwindow()) and - on Microsoft Windows, SetErrorMode(). - sigprocmask() shall never be invoked; pthread_sigmask() can be used. On POSIX systems, the SIGCHLD signalmust notbe ignored, i.e. the signal handler must set to SIG_DFL or a function pointer, not SIG_IGN. Also while LibVLC is active, the wait() function shall not be called, and any call to waitpid() shall use a strictly positive value for the first parameter (i.e. the PID). Failure to follow those rules may lead to a deadlock or a busy loop. Also on POSIX systems, it is recommended that the SIGPIPE signal be blocked, even if it is not, in principles, necessary, e.g.: On Microsoft Windows Vista/2008, the process error mode SEM_FAILCRITICALERRORS flagmustbe set before using LibVLC. On later versions, that is optional and unnecessary. Also on Microsoft Windows (Vista and any later version), setting the default DLL directories to SYSTEM32 exclusively is strongly recommended for security reasons: Arguments are meant to be passed from the command line to LibVLC, just like VLC media player does. The list of valid arguments depends on the LibVLC version, the operating system and platform, and set of available LibVLC plugins. Invalid or unsupported arguments will cause the function to fail (i.e. return NULL). Also, some arguments may alter the behaviour or otherwise interfere with other LibVLC functions. There is absolutely no warranty or promise of forward, backward and cross-platform compatibility with regards to libvlc_new() arguments. We recommend that you do not use them, other than when debugging. This will throw a if the native libvlc libraries cannot be found or loaded. It may also throw a if the LibVLC and LibVLCSharp major versions do not match. See https://code.videolan.org/videolan/LibVLCSharp/-/blob/master/docs/versioning.md for more info about the versioning strategy. enable verbose debug logs list of arguments (should be NULL) Make dirty hacks to include necessary defaults on some platforms. The options given by the user enable debug logs The patched options Dispose of this libvlc instance Determines whether 2 instances of libvlc are equals 1st instance of libvlc 2nd instance of libvlc Determines whether 2 instances of libvlc are different 1st instance of libvlc 2nd instance of libvlc Registers a callback for the LibVLC exit event. This is mostly useful if the VLC playlist and/or at least one interface are started with libvlc_playlist_play() or libvlc_add_intf() respectively. Typically, this function will wake up your application main loop (from another thread). callback to invoke when LibVLC wants to exit, or NULL to disable the exit handler (as by default) This function should be called before the playlist or interface are started. Otherwise, there is a small race condition: the exit event could be raised before the handler is registered. This function and libvlc_wait() cannot be used at the same time. Sets the application name. LibVLC passes this as the user agent string when a protocol requires it. human-readable application name, e.g. "FooBar player 1.2.3" HTTP User Agent, e.g. "FooBar/1.2.3 Python/2.6.0" LibVLC 1.1.1 or later Sets some meta-information about the application. See also libvlc_set_user_agent(). Java-style application identifier, e.g. "com.acme.foobar" application version numbers, e.g. "1.2.3" application icon name, e.g. "foobar" LibVLC 2.1.0 or later. The event that is triggered when a log is emitted from libVLC. Listening to this event will discard the default logger in libvlc. Returns a list of audio filters that are available. a list of module descriptions. It should be freed with libvlc_module_description_list_release(). In case of an error, NULL is returned. libvlc_module_description_t libvlc_module_description_list_release Returns a list of video filters that are available. a list of module descriptions. It should be freed with libvlc_module_description_list_release(). In case of an error, NULL is returned. libvlc_module_description_t libvlc_module_description_list_release Gets the list of available audio output modules. list of available audio outputs. It must be freed with libvlc_audio_output_list_release libvlc_audio_output_t . In case of error, NULL is returned. Gets a list of audio output devices for a given audio output module, audio output name (as returned by libvlc_audio_output_list_get()) A NULL-terminated linked list of potential audio output devices. It must be freed with libvlc_audio_output_device_list_release() libvlc_audio_output_device_set(). Not all audio outputs support this. In particular, an empty (NULL) list of devices doesnotimply that the specified audio output does not work. The list might not be exhaustive. Some audio output devices in the list might not actually work in some circumstances. By default, it is recommended to not specify any explicit audio device. LibVLC 2.1.0 or later. Get media discoverer services by category category of services to fetch the number of media discoverer services (0 on error) LibVLC 3.0.0 and later. Register callbacks in order to handle VLC dialogs. LibVLC 3.0.0 and later. Called when an error message needs to be displayed. Called when a login dialog needs to be displayed. You can interact with this dialog by calling Dialog.PostLogin() to post an answer or Dialog.Dismiss() to cancel this dialog. Called when a question dialog needs to be displayed. You can interact with this dialog by calling Dialog.PostLogin() to post an answer or Dialog.Dismiss() to cancel this dialog. Called when a progress dialog needs to be displayed. Called when a progress dialog needs to be updated. Unset dialog callbacks if previously set True if dialog handlers are set List of available renderers used to create RendererDiscoverer objects Note: LibVLC 3.0.0 and later Gets log message debug infos. This function retrieves self-debug information about a log message: - the name of the VLC module emitting the message, - the name of the source code module (i.e.file) and - the line number within the source code module. The returned module name and file name will be NULL if unknown. The returned line number will similarly be zero if unknown. The log message context (as passed to the ) The module name storage. The source code file name storage. The source code file line number storage. Increments the native reference counter for this libvlc instance The version of the LibVLC engine currently used by LibVLCSharp The changeset of the LibVLC engine currently used by LibVLCSharp A human-readable error message for the last LibVLC error in the calling thread. The resulting string is valid until another error occurs (at least until the next LibVLC call). Null if no error. Clears the LibVLC error status for the current thread. This is optional. By default, the error status is automatically overridden when a new error occurs, and destroyed when the thread exits. Retrieve the libvlc compiler version. Example: "gcc version 4.2.3 (Ubuntu 4.2.3-2ubuntu6)" Registers a callback for the LibVLC exit event. This is mostly useful if the VLC playlist and/or at least one interface are started with libvlc_playlist_play() or AddInterface() respectively. Typically, this function will wake up your application main loop (from another thread). Logging messages level. Future LibVLC versions may define new levels. Debug message Important informational message Warning (potential error) message Error message Registers a callback for the LibVLC exit event. This is mostly useful if the VLC playlist and/or at least one interface are started with libvlc_playlist_play() or AddInterface() respectively. Typically, this function will wake up your application main loop (from another thread). LibVLCEvent types Useless event, it will be triggered only when calling libvlc_media_discoverer_start() Useless event, it will be triggered only when calling libvlc_media_discoverer_stop() Useless event, it will be triggered only when calling libvlc_media_discoverer_stop() Useless event, it will be triggered only when calling libvlc_media_discoverer_stop() Useless event, it will be triggered only when calling libvlc_media_discoverer_stop() Useless event, it will be triggered only when calling libvlc_media_discoverer_stop() Useless event, it will be triggered only when calling libvlc_media_discoverer_stop() Useless event, it will be triggered only when calling libvlc_media_discoverer_stop() Useless event, it will be triggered only when calling libvlc_media_discoverer_stop() Useless event, it will be triggered only when calling libvlc_media_discoverer_stop() Useless event, it will be triggered only when calling libvlc_media_discoverer_stop() Useless event, it will be triggered only when calling libvlc_media_discoverer_stop() Useless event, it will be triggered only when calling libvlc_media_discoverer_stop() Useless event, it will be triggered only when calling libvlc_media_discoverer_stop() Useless event, it will be triggered only when calling libvlc_media_discoverer_stop() Renderer item This struct is passed by a or deleted. An item is valid until the is called with the same pointer. libvlc_renderer_discoverer_event_manager() A LibVLC event Media metadata changed Type of the metadata that changed Media parsed status changed The new parsed status Media sub item added The newly added media subitem The duration of the media changed The new media duration The media has been freed Freed media The state of the media changed New media state A media sub item tree has been added New media sub item tree The mediaplayer's media changed New mediaplayer's media The mediaplayer buffering information Caching information The mediaplayer's time changed Mediaplayer's current time The mediaplayer's position changed Mediaplayer's current position The mediaplayer's seekable status changed The new seekable capability The mediaplayer's pausable status changed The new pausable capability The mediaplayer's title changed The new title The mediaplayer's chapter changed The new chapter The mediaplayer had a snapshot taken Filename of the newly taken snapshot The mediaplayer's length changed The new mediaplayer length The mediaplayer's video output changed Number of available video outputs The mediaplayer scrambled status changed The scrambled status The mediaplayer has a new Elementary Stream (ES) The Id of the new Elementary Stream (ES) The type of the new Elementary Stream (ES) An Elementary Stream (ES) was deleted The Id of the deleted Elementary Stream (ES) The type of the deleted Elementary Stream (ES) An Elementary Stream (ES) was selected The Id of the selected Elementary Stream (ES) The type of the seleted Elementary Stream (ES) The mediaplayer's audio device changed String describing the audio device The mediaplayer's volume changed The new volume Base class for MediaList events Current node Current index Default constructor Current node Current index An item has been added to the MediaList An item is about to be added to the MediaList An item has been deleted from the MediaList An item is about to be deleted from the MediaList A new RendererItem has been found The newly found RendererItem A RendererItem has been deleted The deleted RendererItem The LibVLC Log Event Arg The severity of the log message. By default, you will only get error messages, but you can get all messages by specifying "-vv" in the options. The log message The name of the module that emitted the message The source file that emitted the message. This may be if that info is not available, i.e. always if you are using a release version of VLC. The line in the at which the message was emitted. This may be if that info is not available, i.e. always if you are using a release version of VLC. Helper property with already formatted log message Media is an abstract representation of a playable media. It can be a network stream or a local video/audio file. Media Constructs a libvlc Media instance A libvlc instance A path, location, or node name, depending on the 3rd parameter The type of the 2nd argument. the libvlc options, in the form of ":your-option" Media Constructs a libvlc Media instance A libvlc instance The absolute URI of the resource. the libvlc options, in the form of ":your-option" Create a media for an already open file descriptor. The file descriptor shall be open for reading(or reading and writing). Regular file descriptors, pipe read descriptors and character device descriptors(including TTYs) are supported on all platforms. Block device descriptors are supported where available. Directory descriptors are supported on systems that provide fdopendir(). Sockets are supported on all platforms where they are file descriptors, i.e.all except Windows. \note This library will not automatically close the file descriptor under any circumstance.Nevertheless, a file descriptor can usually only be rendered once in a media player.To render it a second time, the file descriptor should probably be rewound to the beginning with lseek(). A libvlc instance open file descriptor the libvlc options, in the form of ":your-option" Create a media from a media list media list to create media from Create a media from a MediaInput requires libvlc 3.0 or higher the libvlc instance the media to be used by libvlc. LibVLCSharp will NOT dispose or close it. Use or implement your own. the libvlc options, in the form of ":your-option" Add an option to the media. // example
media.AddOption(":no-audio");
the media option, in the form of ":your-option" This option will be used to determine how the media_player will read the media. This allows to use VLC's advanced reading/streaming options on a per-media basis. The options are listed in 'vlc --long-help' from the command line, e.g. "-sout-all". Keep in mind that available options and their semantics vary across LibVLC versions and builds. Not all options affects libvlc_media_t objects: Specifically, due to architectural issues most audio and video options, such as text renderer options, have no effects on an individual media. These options must be set through libvlc_new() instead.
Convenience method for crossplatform media configuration mediaConfiguration translate to strings parsed by the vlc engine, some are platform specific Add an option to the media with configurable flags. the media option the flags for this option This option will be used to determine how the media_player will read the media. This allows to use VLC's advanced reading/streaming options on a per-media basis. The options are detailed in vlc --long-help, for instance "--sout-all". Note that all options are not usable on medias: specifically, due to architectural issues, video-related options such as text renderer options cannot be set on a single media. They must be set on the whole libvlc instance instead. Get the media resource locator (mrl) from a media descriptor object Duplicate a media descriptor object. Read the meta of the media. the meta to read the media's meta If the media has not yet been parsed this will return NULL. Set the meta of the media (this function will not save the meta, call libvlc_media_save_meta in order to save the meta) the to write the media's meta Save the meta previously set true if the write operation was successful Get current of media descriptor object. Get the current statistics about the media structure that contain the statistics about the media Get event manager from media descriptor object. NOTE: this function doesn't increment reference counting. event manager object Get duration (in ms) of media descriptor object item. duration of media item or -1 on error Parse the media asynchronously with options. It uses a flag to specify parse options (see ). All these flags can be combined. By default, the media is parsed only if it's a local file. Note: Parsing can be aborted with ParseStop(). Parse options flags. They can be combined maximum time allowed to preparse the media. If -1, the default "preparse-timeout" option will be used as a timeout. If 0, it will wait indefinitely. If > 0, the timeout will be used (in milliseconds). token to cancel the operation the parse status of the media Return true is the media descriptor object is parsed true if media object has been parsed otherwise it returns false Get Parsed status for media descriptor object. a value of the libvlc_media_parsed_status_t enum libvlc_MediaParsedChanged libvlc_media_parsed_status_t LibVLC 3.0.0 or later Stop the parsing of the media When the media parsing is stopped, the libvlc_MediaParsedChanged event will be sent with the libvlc_media_parsed_status_timeout status. libvlc_media_parse_with_options LibVLC 3.0.0 or later Get media descriptor's elementary streams description address to store an allocated array of Elementary Streams descriptions (must be freed with libvlc_media_tracks_release by the caller) [OUT] the number of Elementary Streams (zero on error) Note, you need to call libvlc_media_parse() or play the media at least once before calling this function. Not doing this will result in an empty array. LibVLC 2.1.0 and later. Get subitems of media descriptor object. This will increment the reference count of supplied media descriptor object. Use libvlc_media_list_release() to decrement the reference counting. list of media descriptor subitems or NULL The type of the media Add a slave to the current media. subtitle or audio from 0 (low priority) to 4 (high priority) Uri of the slave (should contain a valid scheme). true on success, false on error. A slave is an external input source that may contains an additional subtitle track (like a .srt) or an additional audio track (like a .ac3). This function must be called before the media is parsed (via libvlc_media_parse_with_options()) or before the media is played (via libvlc_media_player_play()) LibVLC 3.0.0 and later. Add a slave to the current media. subtitle or audio from 0 (low priority) to 4 (high priority) Uri of the slave (should contain a valid scheme). true on success, false on error. A slave is an external input source that may contains an additional subtitle track (like a .srt) or an additional audio track (like a .ac3). This function must be called before the media is parsed (via libvlc_media_parse_with_options()) or before the media is played (via libvlc_media_player_play()) LibVLC 3.0.0 and later. Clear all slaves previously added by libvlc_media_slaves_add() or internally. LibVLC 3.0.0 and later. Get a media descriptor's slave list address to store an allocated array of slaves (must be freed with libvlc_media_slaves_release()) [OUT] the number of slaves (zero on error) The list will contain slaves parsed by VLC or previously added by libvlc_media_slaves_add(). The typical use case of this function is to save a list of slave in a database for a later use. LibVLC 3.0.0 and later. libvlc_media_slaves_add Get a media's codec description The type of the track the codec or fourcc the codec description Equality override for this media instance the media to compare this one with Custom hascode implemenation for this Media instance the hashcode for this Media instance Increments the native reference counter for the media It consists of a media location and various optional meta data. @{ LibVLC media item/descriptor external API Callback prototype to open a custom bitstream input media. private pointer as passed to libvlc_media_new_callbacks() storage space for a private data pointer [OUT] byte length of the bitstream or UINT64_MAX if unknown [OUT] 0 on success, non-zero on error. In case of failure, the other callbacks will not be invoked and any value stored in *datap and *sizep is discarded. The same media item can be opened multiple times. Each time, this callback is invoked. It should allocate and initialize any instance-specific resources, then store them in *datap. The instance resources can be freed in the For convenience, *datap is initially NULL and *sizep is initially 0. Callback prototype to read data from a custom bitstream input media. private pointer as set by the start address of the buffer to read data into bytes length of the buffer strictly positive number of bytes read, 0 on end-of-stream, or -1 on non-recoverable error callback If no data is immediately available, then the callback should sleep. The application is responsible for avoiding deadlock situations. In particular, the callback should return an error if playback is stopped; if it does not return, then libvlc_media_player_stop() will never return. Callback prototype to seek a custom bitstream input media. private pointer as set by the absolute byte offset to seek to 0 on success, -1 on error. callback Callback prototype to close a custom bitstream input media. private pointer as set by the callback The meta information changed The parsing status changed A sub item was added to this media's MediaList The duration of the media changed The media was freed on the native side The media state changed A sub item tree was added to this media Note the order of libvlc_state_t enum must match exactly the order of mediacontrol_PlayerStatus, input_state_e enums, and VideoLAN.LibVLCSharp.State (at bindings/cil/src/media.cs). Expected states by web plugins are: IDLE/CLOSE=0, OPENING=1, PLAYING=3, PAUSED=4, STOPPING=5, ENDED=6, ERROR=7 Nothing special happening Opening media Buffering media Playing media Paused media Stopped media Ended media Error media Media track type such as Audio, Video or Text Unknown track Audio track Video track Text track Video orientation Normal. Top line represents top, left column left. Flipped horizontally Flipped vertically Rotated 180 degrees Transposed Rotated 90 degrees clockwise (or 270 anti-clockwise) Rotated 90 degrees anti-clockwise Anti-transposed Video projection Rectangular 360 spherical Cubemap layout standard Type of a media slave: subtitle or audio. Subtitle Audio Meta data types Title metadata Artist metadata Genre metadata Copyright metadata Album metadata Track number metadata Description metadata Rating metadata Date metadata Setting metadata URL metadata Language metadata Now playing metadata Publisher metadata Encoded by metadata Artwork URL metadata Track ID metadata Total track metadata Director metadata Season metadata Episode metadata Show name metadata Actors metadata Album artist metadata Disc number metadata Disc total metadata The FromType enum is used to drive the media creation. A media is usually created using a string, which can represent one of 3 things: FromPath, FromLocation, AsNode. Create a media for a certain file path. Create a media with a certain given media resource location, for instance a valid URL. note To refer to a local file with this function, the file://... URI syntax must be used (see IETF RFC3986). We recommend using FromPath instead when dealing with local files. Create a media as an empty node with a given name. Parse flags used by libvlc_media_parse_with_options() libvlc_media_parse_with_options Parse media if it's a local file Parse media even if it's a network file Fetch meta and covert art using local resources Fetch meta and covert art using network resources Interact with the user (via libvlc_dialog_cbs) when preparsing this item (and not its sub items). Set this flag in order to receive a callback when the input is asking for credentials. Parse status used sent by libvlc_media_parse_with_options() or returned by libvlc_media_get_parsed_status() libvlc_media_parse_with_options libvlc_media_get_parsed_status Parsing was skipped Parsing failed Parsing timed out Parsing completed successfully Media type libvlc_media_get_type Unknown media type File type Directory type Disc type Stream type Playlist type Configuration helper designed to be used for advanced libvlc configuration More info at https://wiki.videolan.org/VLC_command-line_help/ Enable/disable hardware decoding (crossplatform). Caching value for local files, in milliseconds [0 .. 60000ms] Caching value for network resources, in milliseconds [0 .. 60000ms] Builds the current MediaConfiguration for consumption by libvlc (or storage) Configured libvlc options as strings MediaDiscoverer should be used to find media on NAS and any SMB/UPnP-enabled device on your local network. Media discoverer constructor libvlc instance this will be attached to name from one of LibVLC.MediaDiscoverers Start media discovery. To stop it, call MediaDiscover::stop() or destroy the object directly. false in case of error, true otherwise Stop media discovery. Get media service discover object its localized name. under v3 only Get event manager from media service discover object. under v3 only Query if media service discover object is running. The MediaList attached to this MediaDiscoverer Media discovery has been started for this media discoverer Media discovery has been stopped for this media discoverer Dispose of this media discoverer true if called from a method Category of a media discoverer libvlc_media_discoverer_list_get() devices, like portable music player LAN/WAN services, like Upnp, SMB, or SAP Podcasts Local directories, like Video, Music or Pictures directories An abstract class that lets libvlc read a media from callbacks. Override this to provide your own reading mechanism, or you can use the class The GCHandle to be passed to callbacks as userData The constructor A value indicating whether this Media input can be seeked in. LibVLC calls this method when it wants to open the media This value must be filled with the length of the media (or ulong.MaxValue if unknown) true if the stream opened successfully LibVLC calls this method when it wants to read the media The buffer where read data must be written The buffer length strictly positive number of bytes read, 0 on end-of-stream, or -1 on non-recoverable error LibVLC calls this method when it wants to seek to a specific position in the media The offset, in bytes, since the beginning of the stream true if the seek succeeded, false otherwise LibVLC calls this method when it wants to close the media. Override this to dispose things in your child class Disposes of this instance The MediaList holds a list of Media types Get subitems of media descriptor object. Get media service discover media list. Create an empty media list. Associate media instance with this media list instance. If another media instance was present it will be released. media instance to add Add media instance to media list a media instance true on success, false if the media list is read-only Insert media instance in media list on a position. a media instance position in the array where to insert true on success, false if the media list is read-only Remove media instance from media list on a position. position in the array where to remove the iteam true on success, false if the media list is read-only or the item was not found Get count on media list items. Gets the element at the specified index position in array where to insert media instance at position, or null if not found. In case of success, Media.Retain() is called to increase the refcount on the media. Find index position of List media instance in media list. Warning: the function will return the first matched position. media instance position of media instance or -1 if media not found This indicates if this media list is read-only from a user point of view. True if readonly, false otherwise Get lock on media list items Release lock on media list items The MediaList lock should be held upon entering this function. Get libvlc_event_manager from this media list instance. The p_event_manager is immutable, so you don't have to hold the lock Increments the native reference counter for this medialist instance An item has been added to the MediaList An item is about to be added to the MediaList An item has been deleted from the MediaList An item is about to be deleted from the MediaList The media list reached its end Returns an enumerator that iterates through a collection of media an enumerator over a media collection The MediaPlayer type is used to control playback, set renderers, provide events and much more The GCHandle to be passed to callbacks as userData Create an empty Media Player object the libvlc instance in which the Media Player should be created. a new media player object, or NULL on error. Create a Media Player object from a Media the media. Afterwards the p_md can be safely destroyed. a new media player object, or NULL on error. Get the media used by the media_player. Set the media that will be used by the media_player. If any, previous md will be released. Note: It is safe to release the Media on the C# side after it's been set on the MediaPlayer successfully return true if the media player is playing, false otherwise Start playback with Media that is set If playback was already started, this method has no effect true if successful Set media and start playback true if successful Pause or resume (no effect if there is no media). version LibVLC 1.1.1 or later play/resume if true, pause if false Toggle pause (no effect if there is no media) Stop the playback (no effect if there is no media) warning: This is synchronous, and will block until all VLC threads have been joined. Calling this from a VLC callback is a bound to cause a deadlock. Get the NSView handler previously set return the NSView handler or 0 if none where set Set the NSView handler where the media player should render its video output. Use the vout called "macosx". The drawable is an NSObject that follow the VLCOpenGLVideoViewEmbedding protocol: VLCOpenGLVideoViewEmbedding NSObject Or it can be an NSView object. If you want to use it along with Qt4 see the QMacCocoaViewContainer. Then the following code should work: { NSView *video = [[NSView alloc] init]; QMacCocoaViewContainer *container = new QMacCocoaViewContainer(video, parent); libvlc_media_player_set_nsobject(mp, video); [video release]; } You can find a live example in VLCVideoView in VLCKit.framework. The movie length (in ms), or -1 if there is no media. Set the movie time (in ms). This has no effect if no media is being played. Not all formats and protocols support this. Get the movie time (in ms), or -1 if there is no media. Set movie position as percentage between 0.0 and 1.0. This has no effect if playback is not enabled. This might not work depending on the underlying input format and protocol. Get movie position as percentage between 0.0 and 1.0. Set the movie time. This has no effect if no media is being played. Not all formats and protocols support this. the movie time to seek to Set movie chapter (if applicable). Get the movie chapter number currently playing, or -1 if there is no media. Get the number of chapters in movie, or -1. True if the player is able to play Get the number of chapters in title, or -1 Set movie title number to play Get movie title number currently playing, or -1 The title number count, or -1 Set previous chapter (if applicable) Set next chapter (if applicable) Get the requested movie play rate. warning Depending on the underlying media, the requested rate may be different from the real playback rate. Set movie play rate movie play rate to set return -1 if an error was detected, 0 otherwise (but even then, it might not actually work depending on the underlying media protocol) Get the current state of the media player (playing, paused, ...) Get the frames per second (fps) for this playing movie, or 0 if unspecified Get the number of video outputs True if the media player can seek True if the media player can pause True if the current program is scrambled LibVLC 2.2.0 or later Display the next frame (if supported) Navigate through DVD Menu the Navigation mode LibVLC 2.0.0 or later Set if, and how, the video title will be shown when media is played. position at which to display the title, or libvlc_position_disable to prevent the title from being displayed title display timeout in milliseconds (ignored if libvlc_position_disable) LibVLC 2.1.0 or later Toggle fullscreen status on non-embedded video outputs. warning: The same limitations applies to this function as to MediaPlayer::setFullscreen() Enable or disable fullscreen. Warning, TL;DR version : Unless you know what you're doing, don't use this. Put your VideoView inside a fullscreen control instead, refer to your platform documentation. Warning, long version : With most window managers, only a top-level windows can be in full-screen mode. Hence, this function will not operate properly if libvlc_media_player_set_xwindow() was used to embed the video in a non-top-level window. In that case, the embedding window must be reparented to the root window before fullscreen mode is enabled. You will want to reparent it back to its normal parent when disabling fullscreen. return the fullscreen status (boolean) Toggle teletext transparent status on video output. Apply new equalizer settings to a media player. The equalizer is first created by invoking libvlc_audio_equalizer_new() or libvlc_audio_equalizer_new_from_preset(). It is possible to apply new equalizer settings to a media player whether the media player is currently playing media or not. Invoking this method will immediately apply the new equalizer settings to the audio output of the currently playing media if there is any. If there is no currently playing media, the new equalizer settings will be applied later if and when new media is played. Equalizer settings will automatically be applied to subsequently played media. To disable the equalizer for a media player invoke this method passing NULL for the p_equalizer parameter. The media player does not keep a reference to the supplied equalizer so it is safe for an application to release the equalizer reference any time after this method returns. opaque equalizer handle, or NULL to disable the equalizer for this media player LibVLC 2.2.0 or later true on success, false otherwise. unsetEqualizer disable equalizer for this media player true on success, false otherwise. Sets callbacks and private data for decoded audio. Use libvlc_audio_set_format() or libvlc_audio_set_format_callbacks() to configure the decoded audio format. Note: The audio callbacks override any other audio output mechanism. If the callbacks are set, LibVLC will not output audio in any way. callback to play audio samples (must not be NULL) callback to pause playback (or NULL to ignore) callback to resume playback (or NULL to ignore) callback to flush audio buffers (or NULL to ignore) callback to drain audio buffers (or NULL to ignore) Set callbacks and private data for decoded audio. This only works in combination with libvlc_audio_set_callbacks(). Use libvlc_audio_set_format() or libvlc_audio_set_format_callbacks() to configure the decoded audio format. callback to apply audio volume, or NULL to apply volume in software Sets decoded audio format via callbacks. This only works in combination with libvlc_audio_set_callbacks(). callback to select the audio format (cannot be NULL) callback to release any allocated resources (or NULL) Sets a fixed decoded audio format. This only works in combination with libvlc_audio_set_callbacks(), and is mutually exclusive with libvlc_audio_set_format_callbacks(). a four-characters string identifying the sample format (e.g. "S16N" or "FL32") sample rate (expressed in Hz) channels count Selects an audio output module. Note: Any change will take effect only after playback is stopped and restarted. Audio output cannot be changed while playing. name of audio output, use psz_name of true if function succeeded, false on error Get the current audio output device identifier. This complements warning The initial value for the current audio output device identifier may not be set or may be some unknown value.A LibVLC application should compare this value against the known device identifiers (e.g.those that were previously retrieved by a call to or ) to find the current audio output device. It is possible that the selected audio output device changes(an external change) without a call to .That may make this method unsuitable to use if a LibVLC application is attempting to track dynamic audio device changes as they happen. the current audio output device identifier, or NULL if no device is selected or in case of error. Configures an explicit audio output device. If the module paramater is NULL, audio output will be moved to the device specified by the device identifier string immediately.This is the recommended usage. A list of adequate potential device strings can be obtained with However passing NULL is supported in LibVLC version 2.2.0 and later only; in earlier versions, this function would have no effects when the module parameter was NULL. If the module parameter is not NULL, the device parameter of the corresponding audio output, if it exists, will be set to the specified string. A list of adequate potential device strings can be obtained with device identifier string If NULL, current audio output module. if non-NULL, name of audio output module Gets a list of potential audio output devices Not all audio outputs support enumerating devices. The audio output may be functional even if the list is empty (NULL). The list may not be exhaustive. Some audio output devices in the list might not actually work in some circumstances. By default, it is recommended to not specify any explicit audio device. Toggle mute status. Warning Toggling mute atomically is not always possible: On some platforms, other processes can mute the VLC audio playback stream asynchronously. Thus, there is a small race condition where toggling will not work. See also the limitations of libvlc_audio_set_mute(). Get current mute status. Set mute status. Warning This function does not always work. If there are no active audio playback stream, the mute status might not be available. If digital pass-through (S/PDIF, HDMI...) is in use, muting may be unapplicable. Also some audio output plugins do not support muting at all. Note To force silent playback, disable all audio tracks. This is more efficient and reliable than mute. Get/Set the volume in percents (0 = mute, 100 = 0dB) Get the number of available audio tracks (int), or -1 if unavailable Retrive the audio track description Get current audio track ID or -1 if no active input. Set current audio track. the track ID (i_id field from track description) true on success, false on error Get current audio channel. Set current audio channel. the audio channel Equals override based on the native instance reference the mediaplayer instance to compare this to Custom hascode implemenation for this MediaPlayer instance the hashcode for this MediaPlayer instance Get current audio delay (microseconds). Set current audio delay. The audio delay will be reset to zero each time the media changes. the audio delay (microseconds) true on success, false on error Set callbacks and private data to render decoded video to a custom area in memory. Use libvlc_video_set_format() or libvlc_video_set_format_callbacks() to configure the decoded format. Warning Rendering video into custom memory buffers is considerably less efficient than rendering in a custom window as normal. For optimal perfomances, VLC media player renders into a custom window, and does not use this function and associated callbacks. It is highly recommended that other LibVLC-based application do likewise. To embed video in a window, use libvlc_media_player_set_xid() or equivalent depending on the operating system. If window embedding does not fit the application use case, then a custom LibVLC video output display plugin is required to maintain optimal video rendering performances. The following limitations affect performance: Hardware video decoding acceleration will either be disabled completely, or require(relatively slow) copy from video/DSP memory to main memory. Sub-pictures(subtitles, on-screen display, etc.) must be blent into the main picture by the CPU instead of the GPU. Depending on the video format, pixel format conversion, picture scaling, cropping and/or picture re-orientation, must be performed by the CPU instead of the GPU. Memory copying is required between LibVLC reference picture buffers and application buffers (between lock and unlock callbacks). callback to lock video memory (must not be NULL) callback to unlock video memory (or NULL if not needed) callback to display video (or NULL if not needed) Set decoded video chroma and dimensions. This only works in combination with MediaPlayer::setCallbacks() , and is mutually exclusive with MediaPlayer::setFormatCallbacks() a four-characters string identifying the chroma (e.g."RV32" or "YUYV") pixel width pixel height line pitch (in bytes) Set decoded video chroma and dimensions. This only works in combination with libvlc_video_set_callbacks(). callback to select the video format (cannot be NULL) callback to release any allocated resources (or NULL) Enable or disable key press events handling, according to the LibVLC hotkeys configuration. By default and for historical reasons, keyboard events are handled by the LibVLC video widget. Note On X11, there can be only one subscriber for key press and mouse click events per window. If your application has subscribed to those events for the X window ID of the video widget, then LibVLC will not be able to handle key presses and mouse clicks in any case. Warning This function is only implemented for X11 and Win32 at the moment. true to handle key press events, false to ignore them. Enable or disable mouse click events handling. By default, those events are handled. This is needed for DVD menus to work, as well as a few video filters such as "puzzle". Warning This function is only implemented for X11 and Win32 at the moment. true to handle mouse click events, false to ignore them. Get the pixel dimensions of a video. number of the video (starting from, and most commonly 0) pointer to get the pixel width [OUT] pointer to get the pixel height [OUT] Get the mouse pointer coordinates over a video. Coordinates are expressed in terms of the decoded video resolution, not in terms of pixels on the screen/viewport (to get the latter, you can query your windowing system directly). Either of the coordinates may be negative or larger than the corresponding dimension of the video, if the cursor is outside the rendering area. Warning The coordinates may be out-of-date if the pointer is not located on the video rendering area. LibVLC does not track the pointer if it is outside of the video widget. Note LibVLC does not support multiple pointers(it does of course support multiple input devices sharing the same pointer) at the moment. number of the video (starting from, and most commonly 0) pointer to get the abscissa [OUT] pointer to get the ordinate [OUT] true on success, false on failure Get/Set the current video scaling factor. See also MediaPlayer::setScale() . That is the ratio of the number of pixels on screen to the number of pixels in the original decoded video in each dimension.Zero is a special value; it will adjust the video to the output window/drawable(in windowed mode) or the entire screen. Note that not all video outputs support scaling. Get/set current video aspect ratio. Set to null to reset to default Invalid aspect ratios are ignored. The current video subtitle track Set Spu (subtitle) Video subtitle track to select (id from track description) true on success, false otherwise Get the number of available video subtitles. Retrieve SpuDescription in a TrackDescription struct Get the current subtitle delay. Set the subtitle delay. This affects the timing of when the subtitle will be displayed. Positive values result in subtitles being displayed later, while negative values will result in subtitles being displayed earlier. The subtitle delay will be reset to zero each time the media changes. time (in microseconds) the display of subtitles should be delayed true if successful, false otherwise Get the description of available titles. Get the full description of available chapters. Index of the title to query for chapters (uses current title if set to -1) Array of chapter descriptions. Get the description of available chapters for specific title. selected title chapter descriptions Get/Set current crop filter geometry. Empty string to unset Get current teletext page requested. Set new teletext page to retrieve. Get number of available video tracks. Get the description of available video tracks. Get current video track ID (int) or -1 if no active input. Set video track. the track ID (i_id field from track description) true on sucess, false out of range Take a snapshot of the current video window. If i_width AND i_height is 0, original size is used. If i_width XOR i_height is 0, original aspect-ratio is preserved. number of video output (typically 0 for the first/only one) the path where to save the screenshot to the snapshot's width the snapshot's height true on success Enable or disable deinterlace filter type of deinterlace filter, null to disable Get an integer marquee option value marq option to get Get a string marquee option value marq option to get Enable, disable or set an integer marquee option Setting libvlc_marquee_Enable has the side effect of enabling (arg !0) or disabling (arg 0) the marq filter. marq option to set marq option value Enable, disable or set an string marquee option marq option to set marq option value Get integer logo option. logo option to get, values of libvlc_video_logo_option_t Set logo option as integer. Options that take a different type value are ignored. Passing libvlc_logo_enable as option value has the side effect of starting (arg !0) or stopping (arg 0) the logo filter. logo option to set, values of libvlc_video_logo_option_t logo option value Set logo option as string. Options that take a different type value are ignored. logo option to set, values of libvlc_video_logo_option_t logo option value Get integer adjust option. adjust option to get, values of libvlc_video_adjust_option_t Set adjust option as integer. Options that take a different type value are ignored. Passing libvlc_adjust_enable as option value has the side effect of starting (arg !0) or stopping (arg 0) the adjust filter. adust option to set, values of libvlc_video_adjust_option_t adjust option value Get adjust option float value The option for which to get the value the float value for a given option Set adjust option as float. Options that take a different type value are ignored. adust option to set, values of adjust option value Add a slave to the current media player. note If the player is playing, the slave will be added directly. This call will also update the slave list of the attached VLC::Media. subtitle or audio Uri of the slave (should contain a valid scheme). True if this slave should be selected when it's loaded Current 360 viewpoint of this mediaplayer. Update with Update the video viewpoint information. The values are set asynchronously, it will be used by the next frame displayed. It is safe to call this function before the media player is started. LibVLC 3.0.0 and later view point yaw in degrees ]-180;180] view point pitch in degrees ]-90;90] view point roll in degrees ]-180;180] field of view in degrees ]0;180[ (default 80.) if true replace the old viewpoint with the new one. If false, increase/decrease it. true if successful, false otherwise Set a renderer to the media player. discovered renderer item or null to fallback on local rendering true on success, false otherwise Gets the media role. version LibVLC 3.0.0 and later. Sets the media role. version LibVLC 3.0.0 and later. true on success, false otherwise Increments the native reference counter for this mediaplayer instance Enable/disable hardware decoding in a crossplatform way. Caching value for local files, in milliseconds [0 .. 60000ms] Caching value for network resources, in milliseconds [0 .. 60000ms] A LibVLC media player plays one media (usually in a custom drawable). @{ LibVLC simple media player external API Opaque equalizer handle. Equalizer settings can be applied to a media player. Callback prototype to allocate and lock a picture buffer. private pointer as passed to libvlc_video_set_callbacks() [IN] start address of the pixel planes (LibVLC allocates the array of void pointers, this callback must initialize the array) [OUT] a private pointer for the display and unlock callbacks to identify the picture buffers Whenever a new video frame needs to be decoded, the lock callback is invoked. Depending on the video chroma, one or three pixel planes of adequate dimensions must be returned via the second parameter. Those planes must be aligned on 32-bytes boundaries. Callback prototype to unlock a picture buffer. private pointer as passed to libvlc_video_set_callbacks() [IN] private pointer returned from the pixel planes as defined by the When the video frame decoding is complete, the unlock callback is invoked. This callback might not be needed at all. It is only an indication that the application can now read the pixel values if it needs to. A picture buffer is unlocked after the picture is decoded, but before the picture is displayed. callback [IN] callback (this parameter is only for convenience) [IN] Callback prototype to display a picture. private pointer as passed to libvlc_video_set_callbacks() [IN] private pointer returned from the When the video frame needs to be shown, as determined by the media playback clock, the display callback is invoked. callback [IN] Callback prototype to configure picture buffers format. This callback gets the format of the video as output by the video decoder and the chain of video filters (if any). It can opt to change any parameter as it needs. In that case, LibVLC will attempt to convert the video format (rescaling and chroma conversion) but these operations can be CPU intensive. pointer to the private pointer passed to libvlc_video_set_callbacks() [IN/OUT] pointer to the 4 bytes video format identifier [IN/OUT] pointer to the pixel width [IN/OUT] pointer to the pixel height [IN/OUT] table of scanline pitches in bytes for each pixel plane (the table is allocated by LibVLC) [OUT] table of scanlines count for each plane [OUT] the number of picture buffers allocated, 0 indicates failure For each pixels plane, the scanline pitch must be bigger than or equal to the number of bytes per pixel multiplied by the pixel width. Similarly, the number of scanlines must be bigger than of equal to the pixel height. Furthermore, we recommend that pitches and lines be multiple of 32 to not break assumptions that might be held by optimized code in the video decoders, video filters and/or video converters. Callback prototype to configure picture buffers format. private pointer as passed to libvlc_video_set_callbacks() (and possibly modified by Callback prototype to setup the audio playback. pointer to the data pointer passed to libvlc_audio_set_callbacks() [IN/OUT] 4 bytes sample format [IN/OUT] sample rate [IN/OUT] channels count [IN/OUT] 0 on success, anything else to skip audio playback This is called when the media player needs to create a new audio output. Callback prototype for audio playback cleanup. data pointer as passed to libvlc_audio_set_callbacks() [IN] This is called when the media player no longer needs an audio output. Callback prototype for audio playback. data pointer as passed to libvlc_audio_set_callbacks() [IN] pointer to a table of audio samples to play back [IN] number of audio samples to play back expected play time stamp (see libvlc_delay()) The LibVLC media player decodes and post-processes the audio signal asynchronously (in an internal thread). Whenever audio samples are ready to be queued to the output, this callback is invoked. The number of samples provided per invocation may depend on the file format, the audio coding algorithm, the decoder plug-in, the post-processing filters and timing. Application must not assume a certain number of samples. The exact format of audio samples is determined by libvlc_audio_set_format() or libvlc_audio_set_format_callbacks() as is the channels layout. Note that the number of samples is per channel. For instance, if the audio track sampling rate is 48000 Hz, then 1200 samples represent 25 milliseconds of audio signal - regardless of the number of audio channels. Callback prototype for audio pause. data pointer as passed to libvlc_audio_set_callbacks() [IN] time stamp of the pause request (should be elapsed already) LibVLC invokes this callback to pause audio playback. The pause callback is never called if the audio is already paused. Callback prototype for audio resumption. data pointer as passed to libvlc_audio_set_callbacks() [IN] time stamp of the resumption request (should be elapsed already) LibVLC invokes this callback to resume audio playback after it was previously paused. The resume callback is never called if the audio is not paused. Callback prototype for audio buffer flush. LibVLC invokes this callback if it needs to discard all pending buffers and stop playback as soon as possible. This typically occurs when the media is stopped. data pointer as passed to libvlc_audio_set_callbacks() [IN] current presentation timestamp Callback prototype for audio buffer drain. data pointer as passed to libvlc_audio_set_callbacks() [IN] LibVLC may invoke this callback when the decoded audio track is ending. There will be no further decoded samples for the track, but playback should nevertheless continue until all already pending buffers are rendered. Callback prototype for audio volume change. data pointer as passed to libvlc_audio_set_callbacks() [IN] software volume (1. = nominal, 0. = mute) muted flag Get the Event Manager from which the media player send event. The media of this mediaplayer changed Nothing special to report The mediaplayer is opening a media The mediaplayer is buffering The mediaplayer started playing a media The mediaplayer paused playback The mediaplayer stopped playback The mediaplayer went forward in the playback The mediaplayer went backward in the playback The mediaplayer reached the end of the playback The mediaplayer encountered an error during playback The mediaplayer's playback time changed The mediaplayer's position changed The mediaplayer's seek capability changed The mediaplayer's pause capability changed The title of the mediaplayer changed The mediaplayer changed the chapter of a media The mediaplayer took a snapshot The length of a playback changed The Video Output count of the MediaPlayer changed The mediaplayer scrambled status changed The mediaplayer has a new Elementary Stream (ES) The mediaplayer has one less Elementary Stream (ES) An Elementary Stream (ES) was selected The mediaplayer's audio device changed The mediaplayer is corked The mediaplayer is uncorked The mediaplayer is muted The mediaplayer is unmuted The mediaplayer's volume changed Dispose override Effectively stops playback and disposes a media if any release any unmanaged resources Description for titles Menu title Interactive title Marq options definition Enable marquee Text marquee Color marquee Opacity marquee Position marquee Refresh marquee Size marquee Timeout marquee X marquee Y marquee Navigation mode Activate Navigation up Navigation down Navigation left Navigation right Navigation popup Enumeration of values used to set position (e.g. of video title). Disable Center video title Left video title Right video title Top video title TopLeft video title TopRight video title Bottom video title BottomLeft video title BottomRight video title Enumeration of teletext keys than can be passed via libvlc_video_set_teletext() Red Green Yellow Blue Index option values for libvlc_video_{get,set}_logo_{int,string} Enable string argument, "file,d,t;file,d,t;..." X Y Delay Repeat Opacity Position option values for libvlc_video_{get,set}_adjust_{int,float,bool} Enable Contrast Brightness Hue Saturation Gamma Audio channels Error Stereo mode RStereo mode Left mode Right mode Dolbys mode Media player roles. LibVLC 3.0.0 and later. See Don't use a media player role Music (or radio) playback Video playback Speech, real-time communication Video game User interaction feedback Embedded animation (e.g. in web page) Audio editing/production Accessibility Testing Describes how content is resized to fill its allocated space Best fit Fit screen Fill 16/9 4/3 Original Aspect ratio manager the and properties need to be set in order to work Occurs when property value changes Initializes a new instance of class dispatcher display information Gets the aspect ratio Called when property value changes old value new value Subscribe media player events media player Unsubscribe media player events media player Audio tracks manager the property needs to be set in order to work Initialized a new instance of class dispatcher Gets or sets the current track identifier returns -1 if no active input Gets the tracks descriptions Notifies when the playback controls should be shown or hidden the property needs to be set in order to work Occurs whenever the playback controls should be shown Occurs whenever the playback controls should be hidden Initializes a new instance of class dispatcher Gets or sets a value indicating whether the auto hide feature should be enabled or not Shows the playback controls if they're hidden true if the pointer is on playback controls, false otherwise Hides the playback controls if they're shown Subscribe media player events media player Unsubscribe media player events media player Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources Buffering progress notifier the property needs to be set in order to work Occurs when property value changes Occurs when buffering Initializes a new instance of class dispatcher Gets a value indicating whether the media is buffering Gets the percentage of buffering completed (between 0 and 1) Subscribe media player events media player Unsubscribe media player events media player Discovers the cast renderers the and properties need to be set in order to work Occurs when property value changes Initializes a new instance of class dispatcher Gets or sets a value indicating whether there are renderers discovered and is not null Gets or sets a value indicating whether the discover should be enabled or not Gets the renderers list Manager to keep the device awake the property needs to be set in order to work Initializes a new instance of class dispatcher display request object Gets or sets a value indicating whether the device should be kept awake Subscribe media player events media player Unsubscribe media player events media player Interface for an object that provides services for managing the queue of work items for a thread Schedules the provided callback on the UI thread from a worker threa The callback on which the dispatcher returns when the event is dispatched The task object representing the asynchronous operation Interface to get display-related information for an application view Gets the scale factor Interface for display requests Activates a display request Deactivates a display request Media player element manager The property needs to be set in order to work. The property needs to be set if the is used. The property needs to be set if the is used. Initializes a new instance of class dispatcher display information display request object Called when property value changes old value new value Called when property value changes old value new value Called when property value changes Gets a manager of a given type manager type the manager of the given type Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources Base class for managers used by MediaPlayerElement or PlaybackControls Occurs when property changed Occurs when property changed Occurs when property changed Initializes a new instance of class dispatcher Finalizer Gets or sets the video view Gets or sets the instance Gets or sets the media player Called when property value changes old value new value Called when property value changes old value new value Called when property value changes Subscribe media player events media player Unsubscribe media player events media player Fires an event using dispatcher event handler The task object representing the asynchronous operation Fires an event using dispatcher event args type event handler event args The task object representing the asynchronous operation Schedules the provided callback on the UI thread from a worker threa The callback on which the dispatcher returns when the event is dispatched The task object representing the asynchronous operation Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources Media position Initializes a new instance of class position as percentage, between 0.0 and 1.0 seek bar position media length in milliseconds Gets the media position Gets the seek bar position Gets the elapsed time Gets the remaining time Gets the elapsed time text Gets the remaining time text Seek bar manager the property needs to be set in order to work Occurs when the media position changes Occurs when the property value changes Initializes a new instance of class dispatcher Gets a value indicating whether the media is seekable Gets or sets the seek bar highest possible value Gets elapsed and remaining time a instance containing the position, elapsed and remaining time Sets media position as percentage, between 0.0 and 1.0 Sets the seek bar position seek bar position Subscribe media player events media player Unsubscribe media player events media player State manager the properties need to be set in order to work Occurs when an error is encountered Occurs when the error message should be cleared Occurs when the property value changes Occurs when the media player started playing a media Occurs when the media player paused playback Occurs when the media player paused playback Initializes a new instance of class dispatcher Gets the media resource locator Gets a value indicating whether the playback is playing Gets a value indicating whether the playback is playing or is paused Gets a value indicating whether the play/pause button should be shown Toggles pause Stops the playback Subscribe media player events media player Unsubscribe media player events media player Subtitles tracks manager the property needs to be set in order to work Initialized a new instance of class dispatcher Gets or sets the current track identifier returns -1 if no active input Gets the tracks descriptions Extensions methods for Converts the value of the current object to its equivalent short string representation time interval the short string representation of the current value Tracks manager base class the property needs to be set in order to work Occurs when tracks should be reinitialized Occurs when a track is selected Occurs when a track is added Occurs when a track is deleted Initializes a new instance of class dispatcher track type Gets the tracks descriptions Gets the current track identifier returns -1 if no active input Gets the current track identifier Sets the current track identifier setter Gets the track description track identifier the track description Subscribe media player events media player Unsubscribe media player events media player Video tracks manager Initialized a new instance of class dispatcher Gets or sets the current track identifier returns -1 if no active input Gets the tracks descriptions Volume manager the property needs to be set in order to work Occurs when property value changes Occurs when property value changes Initializes a new instance of class dispatcher Gets a value indicating whether the volume can be updated Gets or sets the mute state Gets or sets the volume Subscribe media player events media player Unsubscribe media player events media player The renderer discoverer can be used to find and use a Chromecast or other distant renderers. Create a new renderer discoverer with a LibVLC and protocol name depending on host platform libvlc instance this will be connected to The service discovery protocol name depending on platform. Use to find the one for your platform, or let libvlcsharp find it for you Start the renderer discovery true if start successful Stop the renderer discovery Raised when a renderer item has been found Raised when a renderer item has disappeared A renderer item represents a device that libvlc can use to render media. Name of the renderer item Type of the renderer item IconUri of the renderer item true if the renderer item can render video true if the renderer item can render audio A implementation that reads from a .NET stream Initializes a new instance of , which reads from the given .NET stream. You are still responsible to dispose the stream you give as input. The stream to be read from. LibVLC calls this method when it wants to open the media This value must be filled with the length of the media (or ulong.MaxValue if unknown) true if the stream opened successfully LibVLC calls this method when it wants to read the media The buffer where read data must be written The buffer length strictly positive number of bytes read, 0 on end-of-stream, or -1 on non-recoverable error LibVLC calls this method when it wants to seek to a specific position in the media The offset, in bytes, since the beginning of the stream true if the seek succeeded, false otherwise LibVLC calls this method when it wants to close the media. Description for audio output. AudioOutputDescription default constructor Audio output name Audio output description Audio output name Audio output description Description for audio output device AudioOutputDevice default constructor Device identifier string User-friendly device description Device identifier string. User-friendly device description. Description for chapters. Time-offset of the chapter in milliseconds Duration of the chapter in milliseconds Chapter name TrackDescription constructor Chapter time-offset Chapter duration Chapter name Description of a module. Default constructor for ModuleDescription Module name Module short name Module long name Module help Module name Module short name Module long name Module help Description for video, audio tracks and subtitles. It contains id, name (description string) Track description Id Track description TrackDescription constructor Track description Id Track description Description of a media discoverer Media discoverer description name Media discoverer description long name Media discoverer category A slave of a libvlc_media_t libvlc_media_slaves_get Media slave URI Media slave type Media slave priority Statistics of a Media The number of bytes read The input bitrate The number of bytes read by the demux The demux bitrate The number of frame discarded The number of frame dropped The number of decoded video blocks The number of decoded audio blocks The number of frames displayed The number of frames lost The number of buffers played The number of buffers lost The number of packets sent The number of bytes sent The bitrate used to send Audio track Audio track channels Audio track rate Video track Video height Video Width Video SarNum Video SarDen Video frame rate num Video frame rate den Video orientation Video projection Video viewpoint Subtitle track Subtitle encoding Media track information Media track codec Media track original fourcc Media track id Media track type Media track profile Media track level Media track data Media track bitrate Media track language Media track description Media track data struct, containing info about audio, video and subtitles track Audio track Video track Subtitle track Renderer description Renderer Name Renderer long name Viewpoint for video outputs view point yaw in degrees ]-180;180] view point pitch in degrees ]-90;90] view point roll in degrees ]-180;180] field of view in degrees ]0;180[ (default 80.) This exception is thrown when a problem with VLC occured VLC Exception constructor Creates a with a message and an inner exeption VideoView implementation for the Apple platform The MediaPlayer object attached to this VideoView. Use this to manage playback and more Detach the mediaplayer from the view and dispose the view The unicode values for all FontAwesome icons. See https://fontawesome.com/cheatsheet This code was automatically generated by FA2CS (https://github.com/matthewrdev/fa2cs). fa-500px unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/500px fa-abacus unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/abacus fa-accessible-icon unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/accessible-icon fa-accusoft unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/accusoft fa-acorn unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/acorn fa-acquisitions-incorporated unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/acquisitions-incorporated fa-ad unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/ad fa-address-book unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/address-book fa-address-card unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/address-card fa-adjust unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/adjust fa-adn unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/adn fa-adversal unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/adversal fa-affiliatetheme unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/affiliatetheme fa-air-freshener unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/air-freshener fa-alarm-clock unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/alarm-clock fa-algolia unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/algolia fa-alicorn unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/alicorn fa-align-center unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/align-center fa-align-justify unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/align-justify fa-align-left unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/align-left fa-align-right unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/align-right fa-alipay unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/alipay fa-allergies unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/allergies fa-amazon unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/amazon fa-amazon-pay unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/amazon-pay fa-ambulance unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/ambulance fa-american-sign-language-interpreting unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/american-sign-language-interpreting fa-amilia unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/amilia fa-analytics unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/analytics fa-anchor unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/anchor fa-android unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/android fa-angellist unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/angellist fa-angle-double-down unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/angle-double-down fa-angle-double-left unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/angle-double-left fa-angle-double-right unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/angle-double-right fa-angle-double-up unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/angle-double-up fa-angle-down unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/angle-down fa-angle-left unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/angle-left fa-angle-right unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/angle-right fa-angle-up unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/angle-up fa-angry unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/angry fa-angrycreative unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/angrycreative fa-angular unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/angular fa-ankh unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/ankh fa-app-store unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/app-store fa-app-store-ios unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/app-store-ios fa-apper unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/apper fa-apple unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/apple fa-apple-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/apple-alt fa-apple-crate unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/apple-crate fa-apple-pay unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/apple-pay fa-archive unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/archive fa-archway unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/archway fa-arrow-alt-circle-down unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/arrow-alt-circle-down fa-arrow-alt-circle-left unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/arrow-alt-circle-left fa-arrow-alt-circle-right unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/arrow-alt-circle-right fa-arrow-alt-circle-up unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/arrow-alt-circle-up fa-arrow-alt-down unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/arrow-alt-down fa-arrow-alt-from-bottom unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/arrow-alt-from-bottom fa-arrow-alt-from-left unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/arrow-alt-from-left fa-arrow-alt-from-right unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/arrow-alt-from-right fa-arrow-alt-from-top unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/arrow-alt-from-top fa-arrow-alt-left unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/arrow-alt-left fa-arrow-alt-right unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/arrow-alt-right fa-arrow-alt-square-down unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/arrow-alt-square-down fa-arrow-alt-square-left unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/arrow-alt-square-left fa-arrow-alt-square-right unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/arrow-alt-square-right fa-arrow-alt-square-up unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/arrow-alt-square-up fa-arrow-alt-to-bottom unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/arrow-alt-to-bottom fa-arrow-alt-to-left unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/arrow-alt-to-left fa-arrow-alt-to-right unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/arrow-alt-to-right fa-arrow-alt-to-top unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/arrow-alt-to-top fa-arrow-alt-up unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/arrow-alt-up fa-arrow-circle-down unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/arrow-circle-down fa-arrow-circle-left unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/arrow-circle-left fa-arrow-circle-right unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/arrow-circle-right fa-arrow-circle-up unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/arrow-circle-up fa-arrow-down unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/arrow-down fa-arrow-from-bottom unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/arrow-from-bottom fa-arrow-from-left unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/arrow-from-left fa-arrow-from-right unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/arrow-from-right fa-arrow-from-top unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/arrow-from-top fa-arrow-left unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/arrow-left fa-arrow-right unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/arrow-right fa-arrow-square-down unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/arrow-square-down fa-arrow-square-left unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/arrow-square-left fa-arrow-square-right unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/arrow-square-right fa-arrow-square-up unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/arrow-square-up fa-arrow-to-bottom unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/arrow-to-bottom fa-arrow-to-left unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/arrow-to-left fa-arrow-to-right unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/arrow-to-right fa-arrow-to-top unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/arrow-to-top fa-arrow-up unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/arrow-up fa-arrows unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/arrows fa-arrows-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/arrows-alt fa-arrows-alt-h unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/arrows-alt-h fa-arrows-alt-v unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/arrows-alt-v fa-arrows-h unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/arrows-h fa-arrows-v unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/arrows-v fa-assistive-listening-systems unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/assistive-listening-systems fa-asterisk unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/asterisk fa-asymmetrik unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/asymmetrik fa-at unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/at fa-atlas unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/atlas fa-atom unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/atom fa-atom-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/atom-alt fa-audible unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/audible fa-audio-description unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/audio-description fa-autoprefixer unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/autoprefixer fa-avianex unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/avianex fa-aviato unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/aviato fa-award unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/award fa-aws unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/aws fa-axe unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/axe fa-axe-battle unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/axe-battle fa-backpack unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/backpack fa-backspace unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/backspace fa-backward unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/backward fa-badge unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/badge fa-badge-check unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/badge-check fa-badge-dollar unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/badge-dollar fa-badge-percent unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/badge-percent fa-badger-honey unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/badger-honey fa-balance-scale unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/balance-scale fa-balance-scale-left unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/balance-scale-left fa-balance-scale-right unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/balance-scale-right fa-ballot unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/ballot fa-ballot-check unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/ballot-check fa-ban unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/ban fa-band-aid unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/band-aid fa-bandcamp unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/bandcamp fa-barcode unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/barcode fa-barcode-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/barcode-alt fa-barcode-read unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/barcode-read fa-barcode-scan unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/barcode-scan fa-bars unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/bars fa-baseball unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/baseball fa-baseball-ball unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/baseball-ball fa-basketball-ball unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/basketball-ball fa-basketball-hoop unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/basketball-hoop fa-bat unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/bat fa-bath unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/bath fa-battery-bolt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/battery-bolt fa-battery-empty unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/battery-empty fa-battery-full unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/battery-full fa-battery-half unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/battery-half fa-battery-quarter unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/battery-quarter fa-battery-slash unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/battery-slash fa-battery-three-quarters unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/battery-three-quarters fa-bed unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/bed fa-beer unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/beer fa-behance unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/behance fa-behance-square unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/behance-square fa-bell unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/bell fa-bell-school unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/bell-school fa-bell-school-slash unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/bell-school-slash fa-bell-slash unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/bell-slash fa-bezier-curve unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/bezier-curve fa-bible unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/bible fa-bicycle unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/bicycle fa-bimobject unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/bimobject fa-binoculars unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/binoculars fa-birthday-cake unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/birthday-cake fa-bitbucket unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/bitbucket fa-bitcoin unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/bitcoin fa-bity unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/bity fa-black-tie unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/black-tie fa-blackberry unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/blackberry fa-blanket unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/blanket fa-blender unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/blender fa-blender-phone unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/blender-phone fa-blind unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/blind fa-blogger unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/blogger fa-blogger-b unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/blogger-b fa-bluetooth unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/bluetooth fa-bluetooth-b unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/bluetooth-b fa-bold unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/bold fa-bolt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/bolt fa-bomb unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/bomb fa-bone unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/bone fa-bone-break unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/bone-break fa-bong unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/bong fa-book unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/book fa-book-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/book-alt fa-book-dead unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/book-dead fa-book-heart unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/book-heart fa-book-open unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/book-open fa-book-reader unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/book-reader fa-book-spells unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/book-spells fa-bookmark unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/bookmark fa-books unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/books fa-booth-curtain unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/booth-curtain fa-bow-arrow unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/bow-arrow fa-bowling-ball unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/bowling-ball fa-bowling-pins unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/bowling-pins fa-box unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/box fa-box-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/box-alt fa-box-ballot unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/box-ballot fa-box-check unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/box-check fa-box-fragile unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/box-fragile fa-box-full unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/box-full fa-box-heart unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/box-heart fa-box-open unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/box-open fa-box-up unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/box-up fa-box-usd unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/box-usd fa-boxes unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/boxes fa-boxes-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/boxes-alt fa-boxing-glove unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/boxing-glove fa-braille unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/braille fa-brain unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/brain fa-briefcase unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/briefcase fa-briefcase-medical unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/briefcase-medical fa-broadcast-tower unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/broadcast-tower fa-broom unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/broom fa-browser unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/browser fa-brush unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/brush fa-btc unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/btc fa-bug unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/bug fa-building unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/building fa-bullhorn unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/bullhorn fa-bullseye unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/bullseye fa-bullseye-arrow unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/bullseye-arrow fa-bullseye-pointer unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/bullseye-pointer fa-burn unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/burn fa-buromobelexperte unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/buromobelexperte fa-bus unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/bus fa-bus-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/bus-alt fa-bus-school unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/bus-school fa-business-time unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/business-time fa-buysellads unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/buysellads fa-cabinet-filing unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/cabinet-filing fa-calculator unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/calculator fa-calculator-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/calculator-alt fa-calendar unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/calendar fa-calendar-alt unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/calendar-alt fa-calendar-check unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/calendar-check fa-calendar-edit unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/calendar-edit fa-calendar-exclamation unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/calendar-exclamation fa-calendar-minus unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/calendar-minus fa-calendar-plus unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/calendar-plus fa-calendar-star unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/calendar-star fa-calendar-times unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/calendar-times fa-camera unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/camera fa-camera-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/camera-alt fa-camera-retro unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/camera-retro fa-campfire unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/campfire fa-campground unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/campground fa-candle-holder unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/candle-holder fa-candy-corn unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/candy-corn fa-cannabis unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/cannabis fa-capsules unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/capsules fa-car unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/car fa-car-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/car-alt fa-car-battery unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/car-battery fa-car-bump unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/car-bump fa-car-crash unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/car-crash fa-car-garage unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/car-garage fa-car-mechanic unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/car-mechanic fa-car-side unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/car-side fa-car-tilt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/car-tilt fa-car-wash unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/car-wash fa-caret-circle-down unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/caret-circle-down fa-caret-circle-left unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/caret-circle-left fa-caret-circle-right unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/caret-circle-right fa-caret-circle-up unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/caret-circle-up fa-caret-down unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/caret-down fa-caret-left unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/caret-left fa-caret-right unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/caret-right fa-caret-square-down unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/caret-square-down fa-caret-square-left unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/caret-square-left fa-caret-square-right unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/caret-square-right fa-caret-square-up unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/caret-square-up fa-caret-up unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/caret-up fa-cart-arrow-down unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/cart-arrow-down fa-cart-plus unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/cart-plus fa-cat unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/cat fa-cauldron unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/cauldron fa-cc-amazon-pay unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/cc-amazon-pay fa-cc-amex unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/cc-amex fa-cc-apple-pay unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/cc-apple-pay fa-cc-diners-club unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/cc-diners-club fa-cc-discover unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/cc-discover fa-cc-jcb unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/cc-jcb fa-cc-mastercard unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/cc-mastercard fa-cc-paypal unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/cc-paypal fa-cc-stripe unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/cc-stripe fa-cc-visa unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/cc-visa fa-centercode unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/centercode fa-certificate unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/certificate fa-chair unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/chair fa-chair-office unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/chair-office fa-chalkboard unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/chalkboard fa-chalkboard-teacher unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/chalkboard-teacher fa-charging-station unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/charging-station fa-chart-area unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/chart-area fa-chart-bar unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/chart-bar fa-chart-line unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/chart-line fa-chart-line-down unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/chart-line-down fa-chart-pie unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/chart-pie fa-chart-pie-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/chart-pie-alt fa-check unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/check fa-check-circle unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/check-circle fa-check-double unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/check-double fa-check-square unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/check-square fa-chess unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/chess fa-chess-bishop unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/chess-bishop fa-chess-bishop-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/chess-bishop-alt fa-chess-board unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/chess-board fa-chess-clock unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/chess-clock fa-chess-clock-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/chess-clock-alt fa-chess-king unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/chess-king fa-chess-king-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/chess-king-alt fa-chess-knight unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/chess-knight fa-chess-knight-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/chess-knight-alt fa-chess-pawn unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/chess-pawn fa-chess-pawn-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/chess-pawn-alt fa-chess-queen unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/chess-queen fa-chess-queen-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/chess-queen-alt fa-chess-rook unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/chess-rook fa-chess-rook-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/chess-rook-alt fa-chevron-circle-down unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/chevron-circle-down fa-chevron-circle-left unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/chevron-circle-left fa-chevron-circle-right unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/chevron-circle-right fa-chevron-circle-up unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/chevron-circle-up fa-chevron-double-down unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/chevron-double-down fa-chevron-double-left unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/chevron-double-left fa-chevron-double-right unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/chevron-double-right fa-chevron-double-up unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/chevron-double-up fa-chevron-down unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/chevron-down fa-chevron-left unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/chevron-left fa-chevron-right unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/chevron-right fa-chevron-square-down unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/chevron-square-down fa-chevron-square-left unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/chevron-square-left fa-chevron-square-right unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/chevron-square-right fa-chevron-square-up unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/chevron-square-up fa-chevron-up unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/chevron-up fa-child unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/child fa-chrome unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/chrome fa-church unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/church fa-circle unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/circle fa-circle-notch unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/circle-notch fa-city unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/city fa-claw-marks unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/claw-marks fa-clipboard unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/clipboard fa-clipboard-check unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/clipboard-check fa-clipboard-list unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/clipboard-list fa-clipboard-list-check unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/clipboard-list-check fa-clipboard-prescription unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/clipboard-prescription fa-clock unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/clock fa-clone unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/clone fa-closed-captioning unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/closed-captioning fa-cloud unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/cloud fa-cloud-download unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/cloud-download fa-cloud-download-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/cloud-download-alt fa-cloud-drizzle unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/cloud-drizzle fa-cloud-hail unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/cloud-hail fa-cloud-hail-mixed unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/cloud-hail-mixed fa-cloud-meatball unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/cloud-meatball fa-cloud-moon unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/cloud-moon fa-cloud-moon-rain unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/cloud-moon-rain fa-cloud-rain unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/cloud-rain fa-cloud-rainbow unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/cloud-rainbow fa-cloud-showers unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/cloud-showers fa-cloud-showers-heavy unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/cloud-showers-heavy fa-cloud-sleet unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/cloud-sleet fa-cloud-snow unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/cloud-snow fa-cloud-sun unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/cloud-sun fa-cloud-sun-rain unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/cloud-sun-rain fa-cloud-upload unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/cloud-upload fa-cloud-upload-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/cloud-upload-alt fa-clouds unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/clouds fa-clouds-moon unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/clouds-moon fa-clouds-sun unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/clouds-sun fa-cloudscale unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/cloudscale fa-cloudsmith unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/cloudsmith fa-cloudversify unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/cloudversify fa-club unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/club fa-cocktail unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/cocktail fa-code unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/code fa-code-branch unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/code-branch fa-code-commit unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/code-commit fa-code-merge unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/code-merge fa-codepen unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/codepen fa-codiepie unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/codiepie fa-coffee unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/coffee fa-coffee-togo unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/coffee-togo fa-coffin unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/coffin fa-cog unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/cog fa-cogs unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/cogs fa-coins unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/coins fa-columns unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/columns fa-comment unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/comment fa-comment-alt unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/comment-alt fa-comment-alt-check unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/comment-alt-check fa-comment-alt-dollar unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/comment-alt-dollar fa-comment-alt-dots unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/comment-alt-dots fa-comment-alt-edit unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/comment-alt-edit fa-comment-alt-exclamation unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/comment-alt-exclamation fa-comment-alt-lines unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/comment-alt-lines fa-comment-alt-minus unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/comment-alt-minus fa-comment-alt-plus unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/comment-alt-plus fa-comment-alt-slash unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/comment-alt-slash fa-comment-alt-smile unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/comment-alt-smile fa-comment-alt-times unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/comment-alt-times fa-comment-check unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/comment-check fa-comment-dollar unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/comment-dollar fa-comment-dots unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/comment-dots fa-comment-edit unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/comment-edit fa-comment-exclamation unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/comment-exclamation fa-comment-lines unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/comment-lines fa-comment-minus unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/comment-minus fa-comment-plus unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/comment-plus fa-comment-slash unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/comment-slash fa-comment-smile unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/comment-smile fa-comment-times unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/comment-times fa-comments unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/comments fa-comments-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/comments-alt fa-comments-alt-dollar unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/comments-alt-dollar fa-comments-dollar unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/comments-dollar fa-compact-disc unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/compact-disc fa-compass unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/compass fa-compass-slash unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/compass-slash fa-compress unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/compress fa-compress-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/compress-alt fa-compress-wide unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/compress-wide fa-concierge-bell unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/concierge-bell fa-connectdevelop unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/connectdevelop fa-container-storage unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/container-storage fa-contao unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/contao fa-conveyor-belt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/conveyor-belt fa-conveyor-belt-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/conveyor-belt-alt fa-cookie unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/cookie fa-cookie-bite unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/cookie-bite fa-copy unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/copy fa-copyright unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/copyright fa-corn unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/corn fa-couch unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/couch fa-cow unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/cow fa-cpanel unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/cpanel fa-creative-commons unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/creative-commons fa-creative-commons-by unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/creative-commons-by fa-creative-commons-nc unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/creative-commons-nc fa-creative-commons-nc-eu unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/creative-commons-nc-eu fa-creative-commons-nc-jp unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/creative-commons-nc-jp fa-creative-commons-nd unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/creative-commons-nd fa-creative-commons-pd unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/creative-commons-pd fa-creative-commons-pd-alt unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/creative-commons-pd-alt fa-creative-commons-remix unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/creative-commons-remix fa-creative-commons-sa unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/creative-commons-sa fa-creative-commons-sampling unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/creative-commons-sampling fa-creative-commons-sampling-plus unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/creative-commons-sampling-plus fa-creative-commons-share unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/creative-commons-share fa-creative-commons-zero unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/creative-commons-zero fa-credit-card unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/credit-card fa-credit-card-blank unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/credit-card-blank fa-credit-card-front unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/credit-card-front fa-cricket unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/cricket fa-critical-role unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/critical-role fa-crop unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/crop fa-crop-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/crop-alt fa-cross unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/cross fa-crosshairs unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/crosshairs fa-crow unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/crow fa-crown unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/crown fa-css3 unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/css3 fa-css3-alt unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/css3-alt fa-cube unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/cube fa-cubes unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/cubes fa-curling unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/curling fa-cut unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/cut fa-cuttlefish unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/cuttlefish fa-d-and-d unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/d-and-d fa-d-and-d-beyond unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/d-and-d-beyond fa-dagger unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/dagger fa-dashcube unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/dashcube fa-database unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/database fa-deaf unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/deaf fa-delicious unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/delicious fa-democrat unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/democrat fa-deploydog unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/deploydog fa-deskpro unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/deskpro fa-desktop unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/desktop fa-desktop-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/desktop-alt fa-dev unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/dev fa-deviantart unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/deviantart fa-dewpoint unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/dewpoint fa-dharmachakra unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/dharmachakra fa-diagnoses unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/diagnoses fa-diamond unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/diamond fa-dice unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/dice fa-dice-d10 unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/dice-d10 fa-dice-d12 unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/dice-d12 fa-dice-d20 unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/dice-d20 fa-dice-d4 unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/dice-d4 fa-dice-d6 unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/dice-d6 fa-dice-d8 unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/dice-d8 fa-dice-five unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/dice-five fa-dice-four unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/dice-four fa-dice-one unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/dice-one fa-dice-six unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/dice-six fa-dice-three unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/dice-three fa-dice-two unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/dice-two fa-digg unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/digg fa-digital-ocean unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/digital-ocean fa-digital-tachograph unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/digital-tachograph fa-diploma unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/diploma fa-directions unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/directions fa-discord unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/discord fa-discourse unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/discourse fa-divide unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/divide fa-dizzy unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/dizzy fa-dna unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/dna fa-do-not-enter unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/do-not-enter fa-dochub unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/dochub fa-docker unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/docker fa-dog unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/dog fa-dog-leashed unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/dog-leashed fa-dollar-sign unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/dollar-sign fa-dolly unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/dolly fa-dolly-empty unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/dolly-empty fa-dolly-flatbed unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/dolly-flatbed fa-dolly-flatbed-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/dolly-flatbed-alt fa-dolly-flatbed-empty unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/dolly-flatbed-empty fa-donate unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/donate fa-door-closed unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/door-closed fa-door-open unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/door-open fa-dot-circle unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/dot-circle fa-dove unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/dove fa-download unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/download fa-draft2digital unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/draft2digital fa-drafting-compass unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/drafting-compass fa-dragon unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/dragon fa-draw-circle unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/draw-circle fa-draw-polygon unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/draw-polygon fa-draw-square unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/draw-square fa-dribbble unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/dribbble fa-dribbble-square unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/dribbble-square fa-dropbox unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/dropbox fa-drum unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/drum fa-drum-steelpan unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/drum-steelpan fa-drumstick unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/drumstick fa-drumstick-bite unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/drumstick-bite fa-drupal unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/drupal fa-duck unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/duck fa-dumbbell unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/dumbbell fa-dungeon unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/dungeon fa-dyalog unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/dyalog fa-ear unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/ear fa-earlybirds unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/earlybirds fa-ebay unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/ebay fa-eclipse unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/eclipse fa-eclipse-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/eclipse-alt fa-edge unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/edge fa-edit unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/edit fa-eject unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/eject fa-elementor unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/elementor fa-elephant unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/elephant fa-ellipsis-h unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/ellipsis-h fa-ellipsis-h-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/ellipsis-h-alt fa-ellipsis-v unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/ellipsis-v fa-ellipsis-v-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/ellipsis-v-alt fa-ello unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/ello fa-ember unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/ember fa-empire unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/empire fa-empty-set unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/empty-set fa-engine-warning unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/engine-warning fa-envelope unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/envelope fa-envelope-open unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/envelope-open fa-envelope-open-dollar unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/envelope-open-dollar fa-envelope-open-text unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/envelope-open-text fa-envelope-square unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/envelope-square fa-envira unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/envira fa-equals unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/equals fa-eraser unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/eraser fa-erlang unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/erlang fa-ethereum unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/ethereum fa-etsy unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/etsy fa-euro-sign unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/euro-sign fa-exchange unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/exchange fa-exchange-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/exchange-alt fa-exclamation unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/exclamation fa-exclamation-circle unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/exclamation-circle fa-exclamation-square unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/exclamation-square fa-exclamation-triangle unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/exclamation-triangle fa-expand unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/expand fa-expand-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/expand-alt fa-expand-arrows unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/expand-arrows fa-expand-arrows-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/expand-arrows-alt fa-expand-wide unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/expand-wide fa-expeditedssl unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/expeditedssl fa-external-link unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/external-link fa-external-link-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/external-link-alt fa-external-link-square unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/external-link-square fa-external-link-square-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/external-link-square-alt fa-eye unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/eye fa-eye-dropper unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/eye-dropper fa-eye-evil unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/eye-evil fa-eye-slash unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/eye-slash fa-facebook unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/facebook fa-facebook-f unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/facebook-f fa-facebook-messenger unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/facebook-messenger fa-facebook-square unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/facebook-square fa-fantasy-flight-games unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/fantasy-flight-games fa-fast-backward unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/fast-backward fa-fast-forward unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/fast-forward fa-fax unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/fax fa-feather unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/feather fa-feather-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/feather-alt fa-female unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/female fa-field-hockey unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/field-hockey fa-fighter-jet unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/fighter-jet fa-file unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/file fa-file-alt unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/file-alt fa-file-archive unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/file-archive fa-file-audio unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/file-audio fa-file-certificate unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/file-certificate fa-file-chart-line unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/file-chart-line fa-file-chart-pie unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/file-chart-pie fa-file-check unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/file-check fa-file-code unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/file-code fa-file-contract unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/file-contract fa-file-csv unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/file-csv fa-file-download unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/file-download fa-file-edit unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/file-edit fa-file-excel unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/file-excel fa-file-exclamation unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/file-exclamation fa-file-export unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/file-export fa-file-image unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/file-image fa-file-import unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/file-import fa-file-invoice unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/file-invoice fa-file-invoice-dollar unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/file-invoice-dollar fa-file-medical unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/file-medical fa-file-medical-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/file-medical-alt fa-file-minus unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/file-minus fa-file-pdf unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/file-pdf fa-file-plus unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/file-plus fa-file-powerpoint unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/file-powerpoint fa-file-prescription unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/file-prescription fa-file-signature unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/file-signature fa-file-spreadsheet unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/file-spreadsheet fa-file-times unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/file-times fa-file-upload unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/file-upload fa-file-user unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/file-user fa-file-video unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/file-video fa-file-word unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/file-word fa-fill unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/fill fa-fill-drip unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/fill-drip fa-film unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/film fa-film-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/film-alt fa-filter unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/filter fa-fingerprint unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/fingerprint fa-fire unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/fire fa-fire-extinguisher unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/fire-extinguisher fa-fire-smoke unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/fire-smoke fa-firefox unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/firefox fa-first-aid unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/first-aid fa-first-order unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/first-order fa-first-order-alt unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/first-order-alt fa-firstdraft unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/firstdraft fa-fish unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/fish fa-fist-raised unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/fist-raised fa-flag unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/flag fa-flag-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/flag-alt fa-flag-checkered unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/flag-checkered fa-flag-usa unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/flag-usa fa-flame unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/flame fa-flask unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/flask fa-flask-poison unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/flask-poison fa-flask-potion unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/flask-potion fa-flickr unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/flickr fa-flipboard unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/flipboard fa-flushed unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/flushed fa-fly unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/fly fa-fog unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/fog fa-folder unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/folder fa-folder-minus unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/folder-minus fa-folder-open unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/folder-open fa-folder-plus unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/folder-plus fa-folder-times unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/folder-times fa-folders unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/folders fa-font unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/font fa-font-awesome unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/font-awesome fa-font-awesome-alt unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/font-awesome-alt fa-font-awesome-flag unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/font-awesome-flag fa-fonticons unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/fonticons fa-fonticons-fi unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/fonticons-fi fa-football-ball unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/football-ball fa-football-helmet unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/football-helmet fa-forklift unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/forklift fa-fort-awesome unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/fort-awesome fa-fort-awesome-alt unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/fort-awesome-alt fa-forumbee unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/forumbee fa-forward unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/forward fa-foursquare unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/foursquare fa-fragile unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/fragile fa-free-code-camp unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/free-code-camp fa-freebsd unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/freebsd fa-frog unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/frog fa-frown unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/frown fa-frown-open unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/frown-open fa-fulcrum unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/fulcrum fa-function unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/function fa-funnel-dollar unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/funnel-dollar fa-futbol unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/futbol fa-galactic-republic unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/galactic-republic fa-galactic-senate unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/galactic-senate fa-gamepad unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/gamepad fa-gas-pump unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/gas-pump fa-gas-pump-slash unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/gas-pump-slash fa-gavel unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/gavel fa-gem unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/gem fa-genderless unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/genderless fa-get-pocket unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/get-pocket fa-gg unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/gg fa-gg-circle unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/gg-circle fa-ghost unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/ghost fa-gift unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/gift fa-gift-card unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/gift-card fa-git unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/git fa-git-square unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/git-square fa-github unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/github fa-github-alt unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/github-alt fa-github-square unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/github-square fa-gitkraken unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/gitkraken fa-gitlab unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/gitlab fa-gitter unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/gitter fa-glass-martini unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/glass-martini fa-glass-martini-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/glass-martini-alt fa-glasses unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/glasses fa-glasses-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/glasses-alt fa-glide unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/glide fa-glide-g unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/glide-g fa-globe unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/globe fa-globe-africa unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/globe-africa fa-globe-americas unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/globe-americas fa-globe-asia unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/globe-asia fa-globe-stand unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/globe-stand fa-gofore unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/gofore fa-golf-ball unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/golf-ball fa-golf-club unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/golf-club fa-goodreads unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/goodreads fa-goodreads-g unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/goodreads-g fa-google unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/google fa-google-drive unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/google-drive fa-google-play unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/google-play fa-google-plus unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/google-plus fa-google-plus-g unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/google-plus-g fa-google-plus-square unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/google-plus-square fa-google-wallet unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/google-wallet fa-gopuram unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/gopuram fa-graduation-cap unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/graduation-cap fa-gratipay unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/gratipay fa-grav unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/grav fa-greater-than unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/greater-than fa-greater-than-equal unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/greater-than-equal fa-grimace unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/grimace fa-grin unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/grin fa-grin-alt unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/grin-alt fa-grin-beam unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/grin-beam fa-grin-beam-sweat unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/grin-beam-sweat fa-grin-hearts unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/grin-hearts fa-grin-squint unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/grin-squint fa-grin-squint-tears unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/grin-squint-tears fa-grin-stars unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/grin-stars fa-grin-tears unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/grin-tears fa-grin-tongue unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/grin-tongue fa-grin-tongue-squint unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/grin-tongue-squint fa-grin-tongue-wink unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/grin-tongue-wink fa-grin-wink unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/grin-wink fa-grip-horizontal unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/grip-horizontal fa-grip-vertical unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/grip-vertical fa-gripfire unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/gripfire fa-grunt unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/grunt fa-gulp unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/gulp fa-h-square unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/h-square fa-h1 unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/h1 fa-h2 unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/h2 fa-h3 unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/h3 fa-hacker-news unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/hacker-news fa-hacker-news-square unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/hacker-news-square fa-hackerrank unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/hackerrank fa-hammer unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/hammer fa-hammer-war unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/hammer-war fa-hamsa unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/hamsa fa-hand-heart unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/hand-heart fa-hand-holding unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/hand-holding fa-hand-holding-box unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/hand-holding-box fa-hand-holding-heart unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/hand-holding-heart fa-hand-holding-magic unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/hand-holding-magic fa-hand-holding-seedling unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/hand-holding-seedling fa-hand-holding-usd unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/hand-holding-usd fa-hand-holding-water unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/hand-holding-water fa-hand-lizard unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/hand-lizard fa-hand-paper unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/hand-paper fa-hand-peace unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/hand-peace fa-hand-point-down unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/hand-point-down fa-hand-point-left unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/hand-point-left fa-hand-point-right unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/hand-point-right fa-hand-point-up unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/hand-point-up fa-hand-pointer unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/hand-pointer fa-hand-receiving unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/hand-receiving fa-hand-rock unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/hand-rock fa-hand-scissors unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/hand-scissors fa-hand-spock unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/hand-spock fa-hands unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/hands fa-hands-heart unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/hands-heart fa-hands-helping unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/hands-helping fa-hands-usd unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/hands-usd fa-handshake unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/handshake fa-handshake-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/handshake-alt fa-hanukiah unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/hanukiah fa-hashtag unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/hashtag fa-hat-witch unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/hat-witch fa-hat-wizard unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/hat-wizard fa-haykal unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/haykal fa-hdd unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/hdd fa-head-side unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/head-side fa-head-vr unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/head-vr fa-heading unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/heading fa-headphones unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/headphones fa-headphones-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/headphones-alt fa-headset unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/headset fa-heart unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/heart fa-heart-circle unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/heart-circle fa-heart-rate unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/heart-rate fa-heart-square unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/heart-square fa-heartbeat unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/heartbeat fa-helicopter unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/helicopter fa-helmet-battle unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/helmet-battle fa-hexagon unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/hexagon fa-highlighter unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/highlighter fa-hiking unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/hiking fa-hippo unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/hippo fa-hips unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/hips fa-hire-a-helper unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/hire-a-helper fa-history unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/history fa-hockey-mask unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/hockey-mask fa-hockey-puck unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/hockey-puck fa-hockey-sticks unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/hockey-sticks fa-home unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/home fa-home-heart unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/home-heart fa-hood-cloak unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/hood-cloak fa-hooli unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/hooli fa-hornbill unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/hornbill fa-horse unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/horse fa-hospital unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/hospital fa-hospital-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/hospital-alt fa-hospital-symbol unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/hospital-symbol fa-hot-tub unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/hot-tub fa-hotel unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/hotel fa-hotjar unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/hotjar fa-hourglass unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/hourglass fa-hourglass-end unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/hourglass-end fa-hourglass-half unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/hourglass-half fa-hourglass-start unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/hourglass-start fa-house-damage unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/house-damage fa-house-flood unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/house-flood fa-houzz unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/houzz fa-hryvnia unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/hryvnia fa-html5 unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/html5 fa-hubspot unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/hubspot fa-humidity unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/humidity fa-hurricane unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/hurricane fa-i-cursor unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/i-cursor fa-id-badge unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/id-badge fa-id-card unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/id-card fa-id-card-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/id-card-alt fa-image unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/image fa-images unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/images fa-imdb unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/imdb fa-inbox unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/inbox fa-inbox-in unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/inbox-in fa-inbox-out unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/inbox-out fa-indent unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/indent fa-industry unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/industry fa-industry-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/industry-alt fa-infinity unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/infinity fa-info unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/info fa-info-circle unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/info-circle fa-info-square unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/info-square fa-inhaler unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/inhaler fa-instagram unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/instagram fa-integral unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/integral fa-internet-explorer unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/internet-explorer fa-intersection unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/intersection fa-inventory unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/inventory fa-ioxhost unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/ioxhost fa-italic unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/italic fa-itunes unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/itunes fa-itunes-note unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/itunes-note fa-jack-o-lantern unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/jack-o-lantern fa-java unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/java fa-jedi unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/jedi fa-jedi-order unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/jedi-order fa-jenkins unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/jenkins fa-joget unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/joget fa-joint unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/joint fa-joomla unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/joomla fa-journal-whills unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/journal-whills fa-js unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/js fa-js-square unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/js-square fa-jsfiddle unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/jsfiddle fa-kaaba unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/kaaba fa-kaggle unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/kaggle fa-key unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/key fa-key-skeleton unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/key-skeleton fa-keybase unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/keybase fa-keyboard unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/keyboard fa-keycdn unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/keycdn fa-keynote unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/keynote fa-khanda unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/khanda fa-kickstarter unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/kickstarter fa-kickstarter-k unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/kickstarter-k fa-kidneys unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/kidneys fa-kiss unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/kiss fa-kiss-beam unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/kiss-beam fa-kiss-wink-heart unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/kiss-wink-heart fa-kite unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/kite fa-kiwi-bird unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/kiwi-bird fa-knife-kitchen unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/knife-kitchen fa-korvue unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/korvue fa-lambda unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/lambda fa-lamp unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/lamp fa-landmark unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/landmark fa-landmark-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/landmark-alt fa-language unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/language fa-laptop unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/laptop fa-laptop-code unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/laptop-code fa-laravel unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/laravel fa-lastfm unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/lastfm fa-lastfm-square unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/lastfm-square fa-laugh unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/laugh fa-laugh-beam unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/laugh-beam fa-laugh-squint unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/laugh-squint fa-laugh-wink unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/laugh-wink fa-layer-group unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/layer-group fa-layer-minus unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/layer-minus fa-layer-plus unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/layer-plus fa-leaf unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/leaf fa-leaf-heart unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/leaf-heart fa-leaf-maple unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/leaf-maple fa-leaf-oak unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/leaf-oak fa-leanpub unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/leanpub fa-lemon unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/lemon fa-less unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/less fa-less-than unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/less-than fa-less-than-equal unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/less-than-equal fa-level-down unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/level-down fa-level-down-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/level-down-alt fa-level-up unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/level-up fa-level-up-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/level-up-alt fa-life-ring unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/life-ring fa-lightbulb unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/lightbulb fa-lightbulb-dollar unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/lightbulb-dollar fa-lightbulb-exclamation unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/lightbulb-exclamation fa-lightbulb-on unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/lightbulb-on fa-lightbulb-slash unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/lightbulb-slash fa-line unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/line fa-link unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/link fa-linkedin unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/linkedin fa-linkedin-in unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/linkedin-in fa-linode unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/linode fa-linux unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/linux fa-lips unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/lips fa-lira-sign unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/lira-sign fa-list unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/list fa-list-alt unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/list-alt fa-list-ol unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/list-ol fa-list-ul unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/list-ul fa-location unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/location fa-location-arrow unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/location-arrow fa-location-circle unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/location-circle fa-location-slash unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/location-slash fa-lock unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/lock fa-lock-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/lock-alt fa-lock-open unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/lock-open fa-lock-open-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/lock-open-alt fa-long-arrow-alt-down unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/long-arrow-alt-down fa-long-arrow-alt-left unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/long-arrow-alt-left fa-long-arrow-alt-right unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/long-arrow-alt-right fa-long-arrow-alt-up unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/long-arrow-alt-up fa-long-arrow-down unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/long-arrow-down fa-long-arrow-left unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/long-arrow-left fa-long-arrow-right unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/long-arrow-right fa-long-arrow-up unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/long-arrow-up fa-loveseat unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/loveseat fa-low-vision unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/low-vision fa-luchador unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/luchador fa-luggage-cart unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/luggage-cart fa-lungs unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/lungs fa-lyft unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/lyft fa-mace unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/mace fa-magento unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/magento fa-magic unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/magic fa-magnet unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/magnet fa-mail-bulk unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/mail-bulk fa-mailchimp unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/mailchimp fa-male unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/male fa-mandalorian unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/mandalorian fa-mandolin unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/mandolin fa-map unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/map fa-map-marked unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/map-marked fa-map-marked-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/map-marked-alt fa-map-marker unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/map-marker fa-map-marker-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/map-marker-alt fa-map-marker-alt-slash unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/map-marker-alt-slash fa-map-marker-check unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/map-marker-check fa-map-marker-edit unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/map-marker-edit fa-map-marker-exclamation unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/map-marker-exclamation fa-map-marker-minus unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/map-marker-minus fa-map-marker-plus unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/map-marker-plus fa-map-marker-question unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/map-marker-question fa-map-marker-slash unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/map-marker-slash fa-map-marker-smile unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/map-marker-smile fa-map-marker-times unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/map-marker-times fa-map-pin unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/map-pin fa-map-signs unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/map-signs fa-markdown unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/markdown fa-marker unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/marker fa-mars unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/mars fa-mars-double unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/mars-double fa-mars-stroke unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/mars-stroke fa-mars-stroke-h unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/mars-stroke-h fa-mars-stroke-v unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/mars-stroke-v fa-mask unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/mask fa-mastodon unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/mastodon fa-maxcdn unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/maxcdn fa-medal unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/medal fa-medapps unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/medapps fa-medium unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/medium fa-medium-m unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/medium-m fa-medkit unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/medkit fa-medrt unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/medrt fa-meetup unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/meetup fa-megaphone unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/megaphone fa-megaport unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/megaport fa-meh unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/meh fa-meh-blank unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/meh-blank fa-meh-rolling-eyes unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/meh-rolling-eyes fa-memory unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/memory fa-menorah unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/menorah fa-mercury unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/mercury fa-meteor unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/meteor fa-microchip unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/microchip fa-microphone unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/microphone fa-microphone-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/microphone-alt fa-microphone-alt-slash unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/microphone-alt-slash fa-microphone-slash unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/microphone-slash fa-microscope unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/microscope fa-microsoft unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/microsoft fa-mind-share unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/mind-share fa-minus unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/minus fa-minus-circle unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/minus-circle fa-minus-hexagon unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/minus-hexagon fa-minus-octagon unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/minus-octagon fa-minus-square unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/minus-square fa-mix unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/mix fa-mixcloud unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/mixcloud fa-mizuni unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/mizuni fa-mobile unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/mobile fa-mobile-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/mobile-alt fa-mobile-android unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/mobile-android fa-mobile-android-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/mobile-android-alt fa-modx unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/modx fa-monero unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/monero fa-money-bill unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/money-bill fa-money-bill-alt unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/money-bill-alt fa-money-bill-wave unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/money-bill-wave fa-money-bill-wave-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/money-bill-wave-alt fa-money-check unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/money-check fa-money-check-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/money-check-alt fa-monitor-heart-rate unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/monitor-heart-rate fa-monkey unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/monkey fa-monument unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/monument fa-moon unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/moon fa-moon-cloud unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/moon-cloud fa-moon-stars unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/moon-stars fa-mortar-pestle unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/mortar-pestle fa-mosque unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/mosque fa-motorcycle unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/motorcycle fa-mountain unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/mountain fa-mountains unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/mountains fa-mouse-pointer unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/mouse-pointer fa-music unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/music fa-napster unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/napster fa-narwhal unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/narwhal fa-neos unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/neos fa-network-wired unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/network-wired fa-neuter unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/neuter fa-newspaper unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/newspaper fa-nimblr unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/nimblr fa-nintendo-switch unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/nintendo-switch fa-node unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/node fa-node-js unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/node-js fa-not-equal unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/not-equal fa-notes-medical unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/notes-medical fa-npm unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/npm fa-ns8 unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/ns8 fa-nutritionix unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/nutritionix fa-object-group unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/object-group fa-object-ungroup unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/object-ungroup fa-octagon unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/octagon fa-odnoklassniki unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/odnoklassniki fa-odnoklassniki-square unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/odnoklassniki-square fa-oil-can unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/oil-can fa-oil-temp unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/oil-temp fa-old-republic unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/old-republic fa-om unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/om fa-omega unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/omega fa-opencart unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/opencart fa-openid unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/openid fa-opera unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/opera fa-optin-monster unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/optin-monster fa-osi unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/osi fa-otter unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/otter fa-outdent unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/outdent fa-page4 unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/page4 fa-pagelines unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/pagelines fa-paint-brush unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/paint-brush fa-paint-brush-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/paint-brush-alt fa-paint-roller unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/paint-roller fa-palette unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/palette fa-palfed unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/palfed fa-pallet unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/pallet fa-pallet-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/pallet-alt fa-paper-plane unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/paper-plane fa-paperclip unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/paperclip fa-parachute-box unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/parachute-box fa-paragraph unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/paragraph fa-parking unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/parking fa-parking-circle unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/parking-circle fa-parking-circle-slash unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/parking-circle-slash fa-parking-slash unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/parking-slash fa-passport unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/passport fa-pastafarianism unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/pastafarianism fa-paste unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/paste fa-patreon unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/patreon fa-pause unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/pause fa-pause-circle unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/pause-circle fa-paw unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/paw fa-paw-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/paw-alt fa-paw-claws unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/paw-claws fa-paypal unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/paypal fa-peace unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/peace fa-pegasus unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/pegasus fa-pen unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/pen fa-pen-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/pen-alt fa-pen-fancy unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/pen-fancy fa-pen-nib unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/pen-nib fa-pen-square unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/pen-square fa-pencil unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/pencil fa-pencil-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/pencil-alt fa-pencil-paintbrush unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/pencil-paintbrush fa-pencil-ruler unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/pencil-ruler fa-pennant unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/pennant fa-penny-arcade unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/penny-arcade fa-people-carry unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/people-carry fa-percent unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/percent fa-percentage unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/percentage fa-periscope unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/periscope fa-person-booth unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/person-booth fa-person-carry unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/person-carry fa-person-dolly unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/person-dolly fa-person-dolly-empty unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/person-dolly-empty fa-person-sign unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/person-sign fa-phabricator unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/phabricator fa-phoenix-framework unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/phoenix-framework fa-phoenix-squadron unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/phoenix-squadron fa-phone unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/phone fa-phone-office unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/phone-office fa-phone-plus unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/phone-plus fa-phone-slash unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/phone-slash fa-phone-square unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/phone-square fa-phone-volume unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/phone-volume fa-php unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/php fa-pi unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/pi fa-pie unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/pie fa-pied-piper unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/pied-piper fa-pied-piper-alt unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/pied-piper-alt fa-pied-piper-hat unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/pied-piper-hat fa-pied-piper-pp unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/pied-piper-pp fa-pig unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/pig fa-piggy-bank unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/piggy-bank fa-pills unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/pills fa-pinterest unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/pinterest fa-pinterest-p unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/pinterest-p fa-pinterest-square unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/pinterest-square fa-place-of-worship unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/place-of-worship fa-plane unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/plane fa-plane-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/plane-alt fa-plane-arrival unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/plane-arrival fa-plane-departure unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/plane-departure fa-play unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/play fa-play-circle unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/play-circle fa-playstation unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/playstation fa-plug unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/plug fa-plus unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/plus fa-plus-circle unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/plus-circle fa-plus-hexagon unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/plus-hexagon fa-plus-octagon unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/plus-octagon fa-plus-square unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/plus-square fa-podcast unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/podcast fa-podium unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/podium fa-podium-star unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/podium-star fa-poll unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/poll fa-poll-h unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/poll-h fa-poll-people unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/poll-people fa-poo unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/poo fa-poo-storm unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/poo-storm fa-poop unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/poop fa-portrait unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/portrait fa-pound-sign unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/pound-sign fa-power-off unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/power-off fa-pray unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/pray fa-praying-hands unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/praying-hands fa-prescription unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/prescription fa-prescription-bottle unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/prescription-bottle fa-prescription-bottle-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/prescription-bottle-alt fa-presentation unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/presentation fa-print unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/print fa-print-slash unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/print-slash fa-procedures unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/procedures fa-product-hunt unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/product-hunt fa-project-diagram unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/project-diagram fa-pumpkin unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/pumpkin fa-pushed unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/pushed fa-puzzle-piece unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/puzzle-piece fa-python unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/python fa-qq unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/qq fa-qrcode unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/qrcode fa-question unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/question fa-question-circle unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/question-circle fa-question-square unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/question-square fa-quidditch unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/quidditch fa-quinscape unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/quinscape fa-quora unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/quora fa-quote-left unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/quote-left fa-quote-right unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/quote-right fa-quran unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/quran fa-r-project unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/r-project fa-rabbit unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/rabbit fa-rabbit-fast unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/rabbit-fast fa-racquet unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/racquet fa-rainbow unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/rainbow fa-raindrops unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/raindrops fa-ram unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/ram fa-ramp-loading unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/ramp-loading fa-random unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/random fa-ravelry unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/ravelry fa-react unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/react fa-reacteurope unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/reacteurope fa-readme unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/readme fa-rebel unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/rebel fa-receipt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/receipt fa-rectangle-landscape unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/rectangle-landscape fa-rectangle-portrait unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/rectangle-portrait fa-rectangle-wide unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/rectangle-wide fa-recycle unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/recycle fa-red-river unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/red-river fa-reddit unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/reddit fa-reddit-alien unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/reddit-alien fa-reddit-square unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/reddit-square fa-redo unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/redo fa-redo-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/redo-alt fa-registered unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/registered fa-renren unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/renren fa-repeat unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/repeat fa-repeat-1 unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/repeat-1 fa-repeat-1-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/repeat-1-alt fa-repeat-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/repeat-alt fa-reply unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/reply fa-reply-all unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/reply-all fa-replyd unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/replyd fa-republican unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/republican fa-researchgate unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/researchgate fa-resolving unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/resolving fa-retweet unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/retweet fa-retweet-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/retweet-alt fa-rev unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/rev fa-ribbon unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/ribbon fa-ring unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/ring fa-road unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/road fa-robot unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/robot fa-rocket unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/rocket fa-rocketchat unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/rocketchat fa-rockrms unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/rockrms fa-route unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/route fa-route-highway unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/route-highway fa-route-interstate unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/route-interstate fa-rss unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/rss fa-rss-square unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/rss-square fa-ruble-sign unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/ruble-sign fa-ruler unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/ruler fa-ruler-combined unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/ruler-combined fa-ruler-horizontal unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/ruler-horizontal fa-ruler-triangle unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/ruler-triangle fa-ruler-vertical unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/ruler-vertical fa-running unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/running fa-rupee-sign unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/rupee-sign fa-sad-cry unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/sad-cry fa-sad-tear unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/sad-tear fa-safari unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/safari fa-sass unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/sass fa-save unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/save fa-scalpel unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/scalpel fa-scalpel-path unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/scalpel-path fa-scanner unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/scanner fa-scanner-keyboard unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/scanner-keyboard fa-scanner-touchscreen unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/scanner-touchscreen fa-scarecrow unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/scarecrow fa-schlix unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/schlix fa-school unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/school fa-screwdriver unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/screwdriver fa-scribd unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/scribd fa-scroll unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/scroll fa-scroll-old unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/scroll-old fa-scrubber unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/scrubber fa-scythe unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/scythe fa-search unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/search fa-search-dollar unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/search-dollar fa-search-location unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/search-location fa-search-minus unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/search-minus fa-search-plus unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/search-plus fa-searchengin unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/searchengin fa-seedling unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/seedling fa-sellcast unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/sellcast fa-sellsy unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/sellsy fa-server unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/server fa-servicestack unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/servicestack fa-shapes unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/shapes fa-share unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/share fa-share-all unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/share-all fa-share-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/share-alt fa-share-alt-square unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/share-alt-square fa-share-square unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/share-square fa-sheep unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/sheep fa-shekel-sign unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/shekel-sign fa-shield unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/shield fa-shield-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/shield-alt fa-shield-check unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/shield-check fa-shield-cross unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/shield-cross fa-ship unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/ship fa-shipping-fast unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/shipping-fast fa-shipping-timed unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/shipping-timed fa-shirtsinbulk unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/shirtsinbulk fa-shoe-prints unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/shoe-prints fa-shopping-bag unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/shopping-bag fa-shopping-basket unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/shopping-basket fa-shopping-cart unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/shopping-cart fa-shopware unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/shopware fa-shovel unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/shovel fa-shower unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/shower fa-shredder unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/shredder fa-shuttle-van unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/shuttle-van fa-shuttlecock unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/shuttlecock fa-sigma unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/sigma fa-sign unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/sign fa-sign-in unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/sign-in fa-sign-in-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/sign-in-alt fa-sign-language unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/sign-language fa-sign-out unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/sign-out fa-sign-out-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/sign-out-alt fa-signal unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/signal fa-signal-1 unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/signal-1 fa-signal-2 unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/signal-2 fa-signal-3 unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/signal-3 fa-signal-4 unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/signal-4 fa-signal-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/signal-alt fa-signal-alt-1 unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/signal-alt-1 fa-signal-alt-2 unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/signal-alt-2 fa-signal-alt-3 unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/signal-alt-3 fa-signal-alt-slash unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/signal-alt-slash fa-signal-slash unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/signal-slash fa-signature unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/signature fa-simplybuilt unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/simplybuilt fa-sistrix unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/sistrix fa-sitemap unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/sitemap fa-sith unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/sith fa-skeleton unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/skeleton fa-skull unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/skull fa-skull-crossbones unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/skull-crossbones fa-skyatlas unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/skyatlas fa-skype unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/skype fa-slack unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/slack fa-slack-hash unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/slack-hash fa-slash unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/slash fa-sliders-h unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/sliders-h fa-sliders-h-square unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/sliders-h-square fa-sliders-v unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/sliders-v fa-sliders-v-square unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/sliders-v-square fa-slideshare unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/slideshare fa-smile unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/smile fa-smile-beam unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/smile-beam fa-smile-plus unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/smile-plus fa-smile-wink unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/smile-wink fa-smog unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/smog fa-smoke unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/smoke fa-smoking unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/smoking fa-smoking-ban unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/smoking-ban fa-snake unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/snake fa-snapchat unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/snapchat fa-snapchat-ghost unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/snapchat-ghost fa-snapchat-square unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/snapchat-square fa-snow-blowing unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/snow-blowing fa-snowflake unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/snowflake fa-socks unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/socks fa-solar-panel unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/solar-panel fa-sort unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/sort fa-sort-alpha-down unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/sort-alpha-down fa-sort-alpha-up unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/sort-alpha-up fa-sort-amount-down unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/sort-amount-down fa-sort-amount-up unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/sort-amount-up fa-sort-down unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/sort-down fa-sort-numeric-down unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/sort-numeric-down fa-sort-numeric-up unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/sort-numeric-up fa-sort-up unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/sort-up fa-soundcloud unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/soundcloud fa-spa unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/spa fa-space-shuttle unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/space-shuttle fa-spade unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/spade fa-speakap unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/speakap fa-spider unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/spider fa-spider-black-widow unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/spider-black-widow fa-spider-web unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/spider-web fa-spinner unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/spinner fa-spinner-third unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/spinner-third fa-splotch unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/splotch fa-spotify unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/spotify fa-spray-can unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/spray-can fa-square unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/square fa-square-full unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/square-full fa-square-root unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/square-root fa-square-root-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/square-root-alt fa-squarespace unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/squarespace fa-squirrel unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/squirrel fa-stack-exchange unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/stack-exchange fa-stack-overflow unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/stack-overflow fa-staff unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/staff fa-stamp unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/stamp fa-star unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/star fa-star-and-crescent unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/star-and-crescent fa-star-exclamation unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/star-exclamation fa-star-half unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/star-half fa-star-half-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/star-half-alt fa-star-of-david unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/star-of-david fa-star-of-life unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/star-of-life fa-stars unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/stars fa-staylinked unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/staylinked fa-steam unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/steam fa-steam-square unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/steam-square fa-steam-symbol unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/steam-symbol fa-steering-wheel unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/steering-wheel fa-step-backward unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/step-backward fa-step-forward unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/step-forward fa-stethoscope unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/stethoscope fa-sticker-mule unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/sticker-mule fa-sticky-note unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/sticky-note fa-stomach unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/stomach fa-stop unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/stop fa-stop-circle unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/stop-circle fa-stopwatch unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/stopwatch fa-store unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/store fa-store-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/store-alt fa-strava unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/strava fa-stream unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/stream fa-street-view unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/street-view fa-strikethrough unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/strikethrough fa-stripe unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/stripe fa-stripe-s unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/stripe-s fa-stroopwafel unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/stroopwafel fa-studiovinari unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/studiovinari fa-stumbleupon unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/stumbleupon fa-stumbleupon-circle unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/stumbleupon-circle fa-subscript unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/subscript fa-subway unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/subway fa-suitcase unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/suitcase fa-suitcase-rolling unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/suitcase-rolling fa-sun unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/sun fa-sun-cloud unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/sun-cloud fa-sun-dust unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/sun-dust fa-sun-haze unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/sun-haze fa-sunrise unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/sunrise fa-sunset unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/sunset fa-superpowers unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/superpowers fa-superscript unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/superscript fa-supple unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/supple fa-surprise unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/surprise fa-swatchbook unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/swatchbook fa-swimmer unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/swimmer fa-swimming-pool unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/swimming-pool fa-sword unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/sword fa-swords unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/swords fa-synagogue unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/synagogue fa-sync unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/sync fa-sync-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/sync-alt fa-syringe unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/syringe fa-table unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/table fa-table-tennis unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/table-tennis fa-tablet unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/tablet fa-tablet-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/tablet-alt fa-tablet-android unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/tablet-android fa-tablet-android-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/tablet-android-alt fa-tablet-rugged unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/tablet-rugged fa-tablets unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/tablets fa-tachometer unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/tachometer fa-tachometer-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/tachometer-alt fa-tachometer-alt-average unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/tachometer-alt-average fa-tachometer-alt-fast unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/tachometer-alt-fast fa-tachometer-alt-fastest unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/tachometer-alt-fastest fa-tachometer-alt-slow unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/tachometer-alt-slow fa-tachometer-alt-slowest unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/tachometer-alt-slowest fa-tachometer-average unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/tachometer-average fa-tachometer-fast unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/tachometer-fast fa-tachometer-fastest unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/tachometer-fastest fa-tachometer-slow unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/tachometer-slow fa-tachometer-slowest unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/tachometer-slowest fa-tag unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/tag fa-tags unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/tags fa-tally unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/tally fa-tape unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/tape fa-tasks unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/tasks fa-taxi unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/taxi fa-teamspeak unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/teamspeak fa-teeth unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/teeth fa-teeth-open unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/teeth-open fa-telegram unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/telegram fa-telegram-plane unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/telegram-plane fa-temperature-frigid unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/temperature-frigid fa-temperature-high unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/temperature-high fa-temperature-hot unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/temperature-hot fa-temperature-low unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/temperature-low fa-tencent-weibo unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/tencent-weibo fa-tennis-ball unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/tennis-ball fa-terminal unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/terminal fa-text-height unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/text-height fa-text-width unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/text-width fa-th unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/th fa-th-large unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/th-large fa-th-list unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/th-list fa-the-red-yeti unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/the-red-yeti fa-theater-masks unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/theater-masks fa-themeco unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/themeco fa-themeisle unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/themeisle fa-thermometer unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/thermometer fa-thermometer-empty unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/thermometer-empty fa-thermometer-full unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/thermometer-full fa-thermometer-half unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/thermometer-half fa-thermometer-quarter unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/thermometer-quarter fa-thermometer-three-quarters unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/thermometer-three-quarters fa-theta unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/theta fa-think-peaks unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/think-peaks fa-thumbs-down unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/thumbs-down fa-thumbs-up unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/thumbs-up fa-thumbtack unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/thumbtack fa-thunderstorm unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/thunderstorm fa-thunderstorm-moon unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/thunderstorm-moon fa-thunderstorm-sun unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/thunderstorm-sun fa-ticket unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/ticket fa-ticket-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/ticket-alt fa-tilde unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/tilde fa-times unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/times fa-times-circle unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/times-circle fa-times-hexagon unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/times-hexagon fa-times-octagon unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/times-octagon fa-times-square unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/times-square fa-tint unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/tint fa-tint-slash unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/tint-slash fa-tire unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/tire fa-tire-flat unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/tire-flat fa-tire-pressure-warning unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/tire-pressure-warning fa-tire-rugged unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/tire-rugged fa-tired unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/tired fa-toggle-off unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/toggle-off fa-toggle-on unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/toggle-on fa-toilet-paper unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/toilet-paper fa-toilet-paper-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/toilet-paper-alt fa-tombstone unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/tombstone fa-tombstone-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/tombstone-alt fa-toolbox unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/toolbox fa-tooth unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/tooth fa-toothbrush unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/toothbrush fa-torah unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/torah fa-torii-gate unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/torii-gate fa-tornado unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/tornado fa-tractor unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/tractor fa-trade-federation unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/trade-federation fa-trademark unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/trademark fa-traffic-cone unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/traffic-cone fa-traffic-light unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/traffic-light fa-traffic-light-go unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/traffic-light-go fa-traffic-light-slow unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/traffic-light-slow fa-traffic-light-stop unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/traffic-light-stop fa-train unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/train fa-transgender unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/transgender fa-transgender-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/transgender-alt fa-trash unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/trash fa-trash-alt unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/trash-alt fa-treasure-chest unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/treasure-chest fa-tree unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/tree fa-tree-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/tree-alt fa-trees unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/trees fa-trello unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/trello fa-triangle unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/triangle fa-tripadvisor unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/tripadvisor fa-trophy unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/trophy fa-trophy-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/trophy-alt fa-truck unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/truck fa-truck-container unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/truck-container fa-truck-couch unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/truck-couch fa-truck-loading unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/truck-loading fa-truck-monster unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/truck-monster fa-truck-moving unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/truck-moving fa-truck-pickup unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/truck-pickup fa-truck-ramp unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/truck-ramp fa-tshirt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/tshirt fa-tty unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/tty fa-tumblr unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/tumblr fa-tumblr-square unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/tumblr-square fa-turkey unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/turkey fa-turtle unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/turtle fa-tv unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/tv fa-tv-retro unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/tv-retro fa-twitch unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/twitch fa-twitter unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/twitter fa-twitter-square unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/twitter-square fa-typo3 unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/typo3 fa-uber unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/uber fa-uikit unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/uikit fa-umbrella unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/umbrella fa-umbrella-beach unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/umbrella-beach fa-underline unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/underline fa-undo unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/undo fa-undo-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/undo-alt fa-unicorn unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/unicorn fa-union unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/union fa-uniregistry unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/uniregistry fa-universal-access unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/universal-access fa-university unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/university fa-unlink unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/unlink fa-unlock unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/unlock fa-unlock-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/unlock-alt fa-untappd unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/untappd fa-upload unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/upload fa-usb unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/usb fa-usd-circle unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/usd-circle fa-usd-square unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/usd-square fa-user unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/user fa-user-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/user-alt fa-user-alt-slash unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/user-alt-slash fa-user-astronaut unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/user-astronaut fa-user-chart unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/user-chart fa-user-check unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/user-check fa-user-circle unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/user-circle fa-user-clock unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/user-clock fa-user-cog unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/user-cog fa-user-crown unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/user-crown fa-user-edit unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/user-edit fa-user-friends unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/user-friends fa-user-graduate unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/user-graduate fa-user-injured unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/user-injured fa-user-lock unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/user-lock fa-user-md unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/user-md fa-user-minus unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/user-minus fa-user-ninja unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/user-ninja fa-user-plus unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/user-plus fa-user-secret unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/user-secret fa-user-shield unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/user-shield fa-user-slash unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/user-slash fa-user-tag unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/user-tag fa-user-tie unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/user-tie fa-user-times unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/user-times fa-users unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/users fa-users-class unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/users-class fa-users-cog unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/users-cog fa-users-crown unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/users-crown fa-ussunnah unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/ussunnah fa-utensil-fork unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/utensil-fork fa-utensil-knife unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/utensil-knife fa-utensil-spoon unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/utensil-spoon fa-utensils unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/utensils fa-utensils-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/utensils-alt fa-vaadin unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/vaadin fa-value-absolute unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/value-absolute fa-vector-square unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/vector-square fa-venus unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/venus fa-venus-double unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/venus-double fa-venus-mars unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/venus-mars fa-viacoin unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/viacoin fa-viadeo unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/viadeo fa-viadeo-square unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/viadeo-square fa-vial unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/vial fa-vials unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/vials fa-viber unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/viber fa-video unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/video fa-video-plus unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/video-plus fa-video-slash unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/video-slash fa-vihara unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/vihara fa-vimeo unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/vimeo fa-vimeo-square unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/vimeo-square fa-vimeo-v unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/vimeo-v fa-vine unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/vine fa-vk unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/vk fa-vnv unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/vnv fa-volcano unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/volcano fa-volleyball-ball unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/volleyball-ball fa-volume unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/volume fa-volume-down unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/volume-down fa-volume-mute unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/volume-mute fa-volume-off unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/volume-off fa-volume-slash unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/volume-slash fa-volume-up unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/volume-up fa-vote-nay unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/vote-nay fa-vote-yea unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/vote-yea fa-vr-cardboard unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/vr-cardboard fa-vuejs unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/vuejs fa-walking unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/walking fa-wallet unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/wallet fa-wand unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/wand fa-wand-magic unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/wand-magic fa-warehouse unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/warehouse fa-warehouse-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/warehouse-alt fa-watch unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/watch fa-watch-fitness unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/watch-fitness fa-water unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/water fa-water-lower unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/water-lower fa-water-rise unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/water-rise fa-weebly unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/weebly fa-weibo unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/weibo fa-weight unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/weight fa-weight-hanging unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/weight-hanging fa-weixin unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/weixin fa-whale unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/whale fa-whatsapp unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/whatsapp fa-whatsapp-square unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/whatsapp-square fa-wheat unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/wheat fa-wheelchair unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/wheelchair fa-whistle unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/whistle fa-whmcs unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/whmcs fa-wifi unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/wifi fa-wifi-1 unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/wifi-1 fa-wifi-2 unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/wifi-2 fa-wifi-slash unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/wifi-slash fa-wikipedia-w unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/wikipedia-w fa-wind unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/wind fa-wind-warning unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/wind-warning fa-window unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/window fa-window-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/window-alt fa-window-close unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/window-close fa-window-maximize unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/window-maximize fa-window-minimize unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/window-minimize fa-window-restore unicode value. This icon supports the following styles: Light (Pro), Regular, Solid See https://fontawesome.com/icons/window-restore fa-windows unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/windows fa-windsock unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid (Pro) See https://fontawesome.com/icons/windsock fa-wine-bottle unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/wine-bottle fa-wine-glass unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/wine-glass fa-wine-glass-alt unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/wine-glass-alt fa-wix unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/wix fa-wizards-of-the-coast unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/wizards-of-the-coast fa-wolf-pack-battalion unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/wolf-pack-battalion fa-won-sign unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/won-sign fa-wordpress unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/wordpress fa-wordpress-simple unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/wordpress-simple fa-wpbeginner unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/wpbeginner fa-wpexplorer unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/wpexplorer fa-wpforms unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/wpforms fa-wpressr unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/wpressr fa-wrench unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/wrench fa-x-ray unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/x-ray fa-xbox unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/xbox fa-xing unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/xing fa-xing-square unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/xing-square fa-y-combinator unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/y-combinator fa-yahoo unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/yahoo fa-yandex unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/yandex fa-yandex-international unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/yandex-international fa-yelp unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/yelp fa-yen-sign unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/yen-sign fa-yin-yang unicode value. This icon supports the following styles: Light (Pro), Regular (Pro), Solid See https://fontawesome.com/icons/yin-yang fa-yoast unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/yoast fa-youtube unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/youtube fa-youtube-square unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/youtube-square fa-zhihu unicode value. This icon supports the following styles: Brands See https://fontawesome.com/icons/zhihu