Small icons
Medium icons
Large icons
X-large icons
If you're a developer, check out our getting started page to learn more about how to get and use our icon set.
Small icons
Medium icons
Large icons
X-large icons
Visit our colors page to learn more about icon colors.
PatternFly uses custom icons and selections from Font Awesome Free. PatternFly icons are mostly two dimensional and flat. Navigate to Font Awesome’s website to download SVGs of any additional ‘fa’ icons within their free set. Proper attribution should be given as outlined on the Font Awesome site.
Click on any single icon in the table to download it as an SVG. Download all icon SVGs here.
If you’re a designer, these icons are the same set as the ones in the PatternFly Sketch Design Kit. It is possible to use any FontAwesome icon as long it follows the guidelines above.
If you’re looking to copy HTML for an icon:
Use this for 'pficon' icons: <i class="pf-icon [insert-icon-name]"></i>
Use this for 'fa' solid icons: <i class="fas [insert-icon-name]"></i>
Use this for 'fa' regular icons: <i class="far [insert-icon-name]"></i>
Note: Be sure to read how to get started with icons when using 'fa' regular icons
If you're looking to copy React for an icon:
Use this for 'pficon' icons: import { [insert-icon-name] } from '@patternfly/react-icons'
The Font Awesome icons included with PatternFly core are FAS (Font Awesome solid) webfont icons. If you're using icons via <i class="[fa, far, fas] [insert-icon-name]"></i>
, designers and developers may use any FAS icon in their designs. If a FAR icon is needed, developers must include the FAR icon(s) themselves. There are a few ways of doing so:
Icon | Style | Type | React | Unicode | ||
---|---|---|---|---|---|---|
fa-angle-double-left | fas | Framework | AngleDoubleLeftIcon | Indicates the ability to navigate to the first page of a multi-page data set | f100 | |
fa-angle-double-right | fas | Framework | AngleDoubleRightIcon | Indicates the ability to navigate to the last page of a multi-page data set | f101 | |
fa-angle-down | fas | Framework | AngleDownIcon | Indicates expandable components such as accordions, progressive disclosures, or expandable lists are currently expanded. Clicking this will collapse the component. | f107 | |
fa-angle-left | fas | Framework | AngleLeftIcon | Indicates the ability to navigate to the previous page of a multi-page data set | f104 | |
fa-angle-right | fas | Framework | AngleRightIcon | Indicates expandable elements such as accordions, progressive disclosures, or expandable lists are currently collapsed. Clicking this will expand the element. | f105 | |
Also indicates the ability to navigate to the next page in a multipage data set. | ||||||
fa-angle-up | fas | Framework | AngleUpIcon | Indicates expandable table rows (on mobile) are currently expanded. Clicking this will collapse the component. | f106 | |
pf-icon-ansible-tower | Brand | AnsibleTowerIcon | Represents "Ansible Tower" | E950 | ||
fa-arrow-circle-down | fas | Status | ArrowCircleDownIcon | Represents status: an item (such as a VM) is down | f0ab | |
fa-arrow-circle-up | fas | Status | ArrowCircleUpIcon | Represents status: an item (such as a VM) is up Tooltip: Upgrade | f0aa | |
fa-arrows-alt-v | fas | Framework | ArrowsAltVIcon | Indicates the availability of a sorting function in a table header | f338 | |
fa-arrow-right | fas | Framework | ArrowRightIcon | Indicates the ability to take an action or navigate to another page. Is paired with text | f061 | |
fa-balance-scale | fas | Status | BalanceScaleIcon | Represents status: an item needs rebalancing | f24e | |
fa-ban | fas | Status | BanIcon | Represents status: an item is disabled, canceled, terminated or is not ready | f05e | |
fa-bars | fas | Framework | BarsIcon | Indicates the ability to collapse a navigation menu | f0c9 | |
fa-bell | fas | Framework | BellIcon | Indicates the ability to open a notification drawer. Tooltip: Notifications | f0f3 | |
fa-bell | Status | BellIcon | Represents status: default notification | f0f3 | ||
pf-icon-attention-bell | pf-icon | Status | AttentionBellIcon | Represents status: attention | E951 | |
fa-bug | fas | Status | BugIcon | Represents status: there is a bug present | f188 | |
fa-calendar-alt | far | Framework | OutlinedCalendarAltIcon | Indicates a date picker function is available | f073 | |
fa-caret-down | fas | Framework | CaretDownIcon | Indicates the ability to acces option panels for components like drop-downs, filters and page ranges | f0d7 | |
fa-check | fas | Status | CheckIcon | Represents status: Indicates a switch toggle is in the enabled position | f00c | |
fa-check-circle | fas | Action | CheckCircleIcon | Indicates the ability to commit edited changes. | f058 | |
Status | Represents status: OK in content views such as a tables | |||||
fa-clipboard-check | fas | Object | ClipboardCheckIcon | Represents orders or tasks | f46c | |
fa-clock | far | Framework | OutlinedClockIcon | Represents a time interval | f017 | |
fa-code | fas | Object | CodeIcon | Represents code | f121 | |
fa-code-branch | fas | Object | CodeBranchIcon | Represents code branch | f126 | |
fa-cog | fas | Action | CogIcon | Indicates availability of configurable settings Tooltip: Settings | f013 | |
fa-columns | fas | Action | ColumnsIcon | Indicates the ability to manage columns for a table view | f0db | |
fa-comments | far | Framework | OutlinedCommentsIcon | Indicates availability of commenting | f086 | |
fa-compress | fas | Action | CompressIcon | Indicates the ability to compress an item. Should toggle with fa-expand | f066 | |
fa-compress-arrows-alt | fas | Action | CompressArrowsAltIcon | Indicates the ability to compress an item (alt concept). Should toggle with fa-expand-arrows-alt | f78c | |
fa-copy | fas | Action | CopyIcon | Indicates the availability of a copy to clipboard function Tooltip: Copy | f0c5 | |
pf-icon-critical-risk | pf-icon | Status | CriticalRiskIcon | Represents potential critical impact on a system or cluster | E976 | |
fa-cube | fas | Object | CubeIcon | Represents a container | f1b2 | |
fa-cubes | fas | Object | CubesIcon | Represents a Kubernetes pod(s) | f1b3 | |
fa-database | fas | Object | DatabaseIcon | Represents a database | f1c0 | |
fa-desktop | fas | Object | DesktopIcon | Represents a desktop, workstation or terminal | f108 | |
fa-download | fas | Action | DownloadIcon | Indicates a download function is available Tooltip: Download | f019 | |
fa-ellipsis-v | fas | Framework | EllipsisVIcon | Indicates a contextual menu of actions or additional actions is available Tooltip: More options | f142 | |
fa-exclamation-circle | fas | Status | ExclamationCircleIcon | Represents alert status: danger, major error or critical error | f06a | |
fa-exclamation-triangle | fas | Status | ExclamationTriangleIcon | Represents alert status: warning | f071 | |
fa-expand | fas | Action | ExpandIcon | Indicates the ability to expand an item. Should toggle with fa-compress | f065 | |
fa-expand-arrows-alt | fas | Action | ExpandArrowsAltIcon | Indicates the ability to expand an item (alt concept). Should toggle with fa-compress-arrows-alt | f31e | |
fa-external-link-alt | fas | Action | ExternalLinkAltIcon | Indicates the link navigates to an external site | f35d | |
fa-eye | fas | Framework | EyeIcon | Indicates the content of a component is currently hidden but can be revealed | f06e | |
fa-eye-slash | fas | Framework | EyeSlashIcon | Indicates the content of a component is revealed but can be hidden | f070 | |
fa-file | fas | Framework | FileIcon | Represents a file type | f15b | |
fa-filter | fas | Action | FilterIcon | Indicates the ability to filter search results or datasets | f0b0 | |
fa-flag | fas | Object | FlagIcon | Represents a message | f024 | |
Action | Also indicates the ability to access a messages | |||||
fa-folder | fas | Framework | FolderIcon | Represents a collapsed hierarchical group. | f07b | |
Indicates the ability to expand the group. | ||||||
fa-folder-open | fas | Framework | FolderOpenIcon | Represents an expanded hierarchical group. | f07c | |
Indicates the ability to collapse the group. | ||||||
fa-grip-horizontal | fas | Framework | GripHorizontalIcon | Indicates the ability to move a vertically-oriented component via drag and drop | f58d | |
fa-grip-vertical | fas | Framework | GripVerticalIcon | Indicates the ability to move a horizontally-oriented component via drag and drop | f58e | |
fa-history | fas | Status | HistoryIcon | Represents status: restarting | f1da | |
fa-undo | fas | Action | UndoIcon | Indicates the ability to undo an a step in a historical log | f0e2 | |
fa-hdd | fas | Object | OutlinedHddIcon | Represents a single node or host | f0a0 | |
fa-home | fas | Framework | HomeIcon | Indicates a link to a default/home page | f015 | |
fa-info-circle | fas | Status | InfoCircleIcon | Represents alert status: information | f05a | |
fa-key | fas | Object | KeyIcon | Represents an SSH key or similar security concepts | f084 | |
fa-list | fas | View Type | ListIcon | Represents data view content in a list format. | f03a | |
fa-lock | fas | Status | LockIcon | Represents status: locked | f023 | |
fa-lock-open | fas | Status | LockOpenIcon | Represents status: unlocked | f3c1 | |
fa-long-arrow-alt-down | fas | Framework | LongArrowAltDownIcon | Represents the largest-to-smallest, highest-to-lowest or last-to-first (descending) sort order for any data type in a data table column. Clicking this will toggle the sort to ascending. | f309 | |
fa-long-arrow-alt-up | fas | Framework | LongArrowAltUpIcon | Represents the smallest-to-largest, lowest-to-highest or first-to-last (ascending) sort order for any data type in a data table column. Clicking this will toggle the sort to descending. | f30c | |
fa-map-marker | fas | Framework | MapMarkerIcon | Represents a locale | f041 | |
fa-memory | fas | Object | MemoryIcon | Represents the memory on a device | f538 | |
fa-microchip | fas | Object | MicrochipIcon | Represents the CPU of a device | f2db | |
fa-minus | fas | Action | MinusIcon | Indicates the ability to remove an item | f068 | |
fa-minus-circle | fas | Action | MinusCircleIcon | Indicates the ability to remove an item (alt concept) | f056 | |
fa-pause | fas | Action | PauseIcon | Indicates the ability to pause. Should toggle with fa-play | f04c | |
fa-pause-circle | fas | Status | PauseCircleIcon | Represents status: an interruption and/or stoppage of a process | f28b | |
fa-pencil-alt | fas | Action | PencilAltIcon | Indicates the ability to edit an item Tooltip: Edit | f303 | |
fa-plus | fas | Action | PlusIcon | Indicates the ability to add an item; not for creating completely new objects (see pficon-circle-add) | f067 | |
fa-plus-circle | fas | Action | PlusCircleIcon | Indicates the ability to create an item | f055 | |
pf-icon-add-circle-o | pf-icon | Action | AddCircleOIcon | Indicates the ability to create an item. Use this if there are many instances of this icon in a UI (data list, table, etc) to reduce visual noise. | E61B | |
fa-power-off | fas | Status | PowerOffIcon | Represents status: powered on | f011 | |
pf-icon-off | pf-icon | Status | OffIcon | Represents status: powered off | E92D | |
pf-icon-openshift | pf-icon | Brands | OpenshiftIcon | Represents brand: OpenShift | E95E | |
pf-icon-openstack | pf-icon | Brands | OpenstackIcon | Represents brand: OpenStack | E95F | |
fa-play | fas | Action | PlayIcon | Indicates the ability to start or resume. Should toggle with fa-pause | f04b | |
fa-print | fas | Action | PrintIcon | Indicates the availability of a print function | f02f | |
fa-question-circle | far | Framework | OutlinedQuestionCircleIcon | Indicates the availability of contextual help | f059 | |
fa-question-circle | fas | Framework | QuestionCircleIcon | Indicates the availability of a help system in the masthead | f059 | |
fa-redo | fas | Action | RedoIcon | Indicates the ability to refresh. Please use the animated spinner to indicate that something is “loading” or in the middle of processing | f01e | |
fa-search | fas | Action | SearchIcon | Indicates that that user may perform a search Tooltip: Search | f002 | |
fa-search-minus | fas | Action | SearchMinusIcon | Indicates the ability to zoom out Tooltip: Search minus | f010 | |
fa-search-plus | fas | Action | SearchPlusIcon | Indicates the ability to zoom in Tooltip: Search plus | f00e | |
fa-share-square | fas | Action | ShareSquareIcon | Indicates the ability to share via various methods with others | f14d | |
fa-sort-amount-down | fas | Action | SortAmountDownIcon | Represents the largest-to-smallest, highest-to-lowest or last-to-first (descending) sort order for any data type. | f160 | |
fa-sort-amount-down-alt | fas | Action | SortAmountDownAltIcon | Represents the smallest-to-largest, lowest-to-highest or first-to-last (ascending) sort order for any data type. | f884 | |
fa-sync-alt | fas | Action | SyncAltIcon | Indicates the availability of a sync action Tooltip: Sync; Refresh; Running | f2f1 | |
fa-tag | fas | Object | TagIcon | Indicates the abiltiy to access or create a set of tags | f02b | |
fa-table | fas | View Type | TableIcon | Represents data view content in a table format | f0ce | |
fa-tachometer-alt | fas | View Type | TachometerAltIcon | Represents data view content in a dashboard | f3fd | |
pf-icon-task | pf-icon | Framework, Object | TaskIcon | Indicates the ability to open a task drawer. Also can represent tasks or activity. Tooltip: Tasks | E974 | |
fa-th | fas | View Type | ThIcon | Represents data view content in a small card format | f00a | |
fa-th-large | fas | View Type | ThLargeIcon | Represents data view content in a large card format | f009 | |
fa-thumbtack | fas | Framework | ThumbtackIcon | Indicates the ability to pin an item | f08d | |
fa-times | fas | Action | TimesIcon | Indicates the ability to close a modal or other panel. Also indicates the ability to clear existing data, such as filter criteria or labels | f00d | |
fa-times-circle | fas | Action | TimesCircleIcon | Indicates the ability to close the about modal | f057 | |
fa-trash | fas | Action | TrashIcon | Indicates the ability to delete Tooltip: Delete | f1f8 | |
fa-upload | fas | Action | UploadIcon | Indicates an upload function is available | f093 | |
fa-user | fas | Object | UserIcon | Represents a user (in a dataset, paired with a username). | f007 | |
Framework | Indicates the availability of a user profile (in the masthead, paired with a username) | |||||
fa-users | fas | Object | UsersIcon | Represents multiple users, a user grouping or project | f0c0 | |
fa-window-restore | far | Action | OutlinedWindowRestoreIcon | Indicates the ability to open link in a new window | f2d2 | |
fa-wrench | fas | Status | WrenchIcon | Represents status: in preparation for maintenance | f0ad | |
fa-github | fab | Brands | GithubIcon | Represents brand: GitHub | f09b | |
fa-gitlab | fab | Brands | GitlabIcon | Represents brand: GitLab | f296 | |
fa-google | fab | Brands | GoogleIcon | Represents brand: Google | f1a0 | |
fa-stack-overflow | fab | Brands | StackOverflowIcon | Represents brand: Stack Overflow | f16c | |
fa-facebook-square | fab | Brands | FacebookSquareIcon | Represents brand: Facebook | f082 | |
fa-twitter | fab | Brands | TwitterIcon | Represents brand: Twitter | f099 | |
fa-windows | fab | Brands | WindowsIcon | Represents brand: Windows | f17a | |
fa-linkedin | fab | Brands | LinkedinIcon | Represents brand: LinkedIn | f08c | |
fa-linux | fab | Brands | LinuxIcon | Represents brand: Linux | f17c | |
fa-dropbox | fab | Brands | DropboxIcon | Represents brand: Dropbox | f16b | |
fa-drupal | fab | Brands | DrupalIcon | Represents brand: Drupal | f1a9 | |
fa-js | fab | Brands | JsIcon | Represents brand: js | f3b8 | |
pf-icon-asleep | pf-icon | Status | AsleepIcon | Represents an item is asleep or in power suspended mode | E92E | |
pf-icon-automation | pf-icon | Object | AutomationIcon | Represents a process-automation object | E937 | |
pf-icon-blueprint | pf-icon | Object | BlueprintIcon | Represents a blueprint | E915 | |
pf-icon-build | pf-icon | Object | BuildIcon | Represents a build | E902 | |
pf-icon-builder-image | pf-icon | Object | BuilderImageIcon | Represents a builder image | E800 | |
pf-icon-bundle | pf-icon | Object | BundleIcon | Represents a package; used in Satellite, Cockpit, and Composer to indicate a generic package or rpm | E918 | |
pf-icon-catalog | pf-icon | Object | CatalogIcon | Indicates the availability of a catalog or library | E953 | |
pf-icon-cloud-security | pf-icon | Object | CloudSecurityIcon | Represents cloud security | E903 | |
pf-icon-cloud-tenant | pf-icon | Object | CloudTenantIcon | Represents a cloud tenant | E904 | |
pf-icon-cluster | pf-icon | Object | ClusterIcon | Represents a cluster or server | E620 | |
pf-icon-connected | pf-icon | Status | ConnectedIcon | Represents an item's power is on and is “up”; this is a more active alternative to “pficon-on” | E938 | |
pf-icon-data-processor | pf-icon | Status | DataProcessorIcon | Represents a data processor | E97B | |
pf-icon-data-sink | pf-icon | Status | DataSinkIcon | Represents a data sink | E978 | |
pf-icon-data-source | pf-icon | Status | DataSourceIcon | Represents a data source | E979 | |
pf-icon-degraded | pf-icon | Status | DegradedIcon | Volume replication is degraded | E91B | |
pf-icon-disconnected | pf-icon | Status | DisconnectedIcon | Represents an item's power is off and is “down”; this is a more active alternative to “pficon-off” | E955 | |
pf-icon-domain | pf-icon | Object | DomainIcon | Represents a domain | E919 | |
pf-icon-enhancement | pf-icon | Status | EnhancementIcon | Represents status: enhancement advisory is present | E93A | |
pf-icon-enterprise | pf-icon | Object | EnterpriseIcon | Represents an enterprise | E906 | |
pf-icon-export | pf-icon | Action | ExportIcon | Indicates the ability to export a file or other data Tooltip: Export | E616 | |
pf-icon-flavor | pf-icon | Object | FlavorIcon | Represents a flavor | E957 | |
fa-image | fas | Object | ImageIcon | Represents an image | f03e | |
pf-icon-import | pf-icon | Action | ImportIcon | Indicates the ability to import a file or other data | E615 | |
pf-icon-in-progress | pf-icon | Status | InProgressIcon | Represents running a determinite action | E933 | |
pf-icon-infrastructure | pf-icon | Object | InfrastructureIcon | Represents an infrastructure | E93D | |
pf-icon-integration | pf-icon | Object | IntegrationIcon | Represents an integration of two or more objects | E948 | |
pf-icon-migration | pf-icon | Status | MigrationIcon | Represents an item such as a VM is currently migrating | E931 | |
pf-icon-middleware | pf-icon | Object | MiddlewareIcon | Represents middleware | E917 | |
pf-icon-module | pf-icon | Object | ModuleIcon | Represents a module | E959 | |
pf-icon-monitoring | pf-icon | Object | MonitoringIcon | Represents monitoring | E95A | |
pf-icon-network | pf-icon | Object | NetworkIcon | Represents network | E909 | |
pf-icon-pficon-network-range | pf-icon | Object | PficonNetworkRangeIcon | Represents network range | E967 | |
pf-icon-running | pf-icon | Status | RunningIcon | Represents status: running | E970 | |
pf-icon-open-drawer-right | pf-icon | Action | OpenDrawerRightIcon | Open or close a drawer | E977 | |
pf-icon-optimize | pf-icon | Action | OptimizeIcon | Indicates the ability to optimize an item or a process | E93E | |
pf-icon-package | pf-icon | Object | PackageIcon | Represents a package | E961 | |
pf-icon-pending | pf-icon | Status | PendingIcon | Represents status: pending; currently waiting on contingencies | E964 | |
pf-icon-private | pf-icon | Status | PrivateIcon | Represents status: private; cannot access with current credentials | E914 | |
pf-icon-port | pf-icon | Object | PortIcon | Represents a port or route | E96B | |
pf-icon-process-automation | pf-icon | Object | ProcessAutomationIcon | Represents process automation | E949 | |
pf-icon-regions | pf-icon | Object | RegionsIcon | Represents a region | E90A | |
pf-icon-registry | pf-icon | Object | RegistryIcon | Represents a registry | E623 | |
pf-icon-replicator | pf-icon | Object | ReplicatorIcon | Represents a replicator | E624 | |
pf-icon-repository | pf-icon | Object | RepositoryIcon | Represents a repository | E90B | |
pf-icon-resource-pool | pf-icon | Object | ResourcePoolIcon | Represents a resource pool | E90C | |
pf-icon-resources-empty | pf-icon | Status | ResourcesEmptyIcon | Represents status: is empty | E96F | |
pf-icon-resources-almost-empty | pf-icon | Status | ResourcesAlmostEmptyIcon | Represents status: is almost empty | E91D | |
pf-icon-resources-almost-full | pf-icon | Status | ResourcesAlmostFullIcon | Represents status: is almost full | E912 | |
pf-icon-resources-full | pf-icon | Status | ResourcesFullIcon | Represents status: is full | E913 | |
fa-route | fas | Object | RouteIcon | Represents a route | f4d7 | |
pf-icon-pficon-satellite | pf-icon | Brands | PficonSatelliteIcon | Represents brand: Satellite | E968 | |
pf-icon-save | pf-icon | Action | SaveIcon | Indicates the ability to save a file or other object | E601 | |
pf-icon-security | pf-icon | Status | SecurityIcon | Represents status: security advisory is present | E946 | |
pf-icon-server-group | pf-icon | Object | ServerGroupIcon | Represents a server group | E91A | |
pf-icon-service | pf-icon | Object | ServiceIcon | Represents a Kubernetes service | E61E | |
pf-icon-services | pf-icon | Object | ServicesIcon | Represents services | E947 | |
pf-icon-service-catalog | pf-icon | Object | ServiceCatalogIcon | Indicates availability of a catalog/library to browse | E972 | |
pf-icon-storage-domain | pf-icon | Object | StorageDomainIcon | Indicates a storage domain | E90E | |
pf-icon-pficon-template | pf-icon | Object | PficonTemplateIcon | Represents a template; includes contents or instructions used to generate one or more instances of a final output | E94C | |
pf-icon-tenant | pf-icon | Object | TenantIcon | Represents a tenant | E916 | |
pf-icon-topology | pf-icon | View type | TopologyIcon | Represents data view content in a topology format | E608 | |
pf-icon-trend-down | pf-icon | Status | TrendDownIcon | Represents status: downward trend | E900 | |
pf-icon-trend-up | pf-icon | Status | TrendUpIcon | Represents status: upward trend | E901 | |
pf-icon-unknown | pf-icon | Status | UnknownIcon | Represents status: unknown | E935 | |
pf-icon-pficon-vcenter | pf-icon | Object | PficonVcenterIcon | Represents a vcenter | E969 | |
pf-icon-virtual-machine | pf-icon | Object | VirtualMachineIcon | Represents a virtual machine | E90F | |
pf-icon-volume | pf-icon | Object | VolumeIcon | Represents a volume | E910 | |
pf-icon-zone | pf-icon | Object | ZoneIcon | Represents a zone; a grouping of servers based on geographic location, network location, or function | E911 |
We’ve recently updated some of our PatternFly icons as well as icon usage guidelines. If you are using an outdated icon, we suggest you migrate over to the newest recommendations.
Contextual usage | ||
---|---|---|
angle-up | fa-angle-right | Indicates expandable elements such as accordions, progressive disclosures, or expandable lists are currently collapsed. Clicking this will expand the element. It also indicates the ability to navigate to the next page in a multipage data set. |
fa-arrow-circle-o-down | fa-arrow-circle-down | Represents status: an item (such as a VM) is down |
fa-arrow-circle-o-up | fa-arrow-circle-up | Represents status: an item (such as a VM) is up |
fas fa-sort | fa-arrows-alt-v | Indicates the availability of a sorting function in a table header |
fas fa-calendar-alt | fa-calendar-alt | Indicates a date picker function is available |
fa-columns | fa-columns | Indicates the ability to manage columns for a table view |
fas fa-plus-square | fa-plus-circle pf-icon-add-circle-o | Indicates the ability to create an item Indicates the ability to create an item. Use this if there are many instances of this icon in a UI (data list, table, etc) to reduce visual noise. |
pf-icon-rebalance | fa-balance-scale | Represents status: an item needs rebalancing |
fa-bell fa-bell-slash | fa-bell | Indicates the ability to open a notification drawer. |
Sort Down | fa-caret-down | Indicates the ability to acces options for components like drop-downs, filters and page ranges |
fa-clock-o | fa-clock | If read-only, paired with a label to indicate a time interval. If interactive, indicates the availability of a time picker control. |
fas fa-caret-down fas fa-sort-amount-up sort-alpha-down-alt sort-numeric-down-alt | fa-sort-amount-down | Represents the largest-to-smallest, highest-to-lowest or last-to-first (descending) sort order for any data type. |
fas fa-caret-up pf-icon-sort-common-asc sort-alpha-down sort-numeric-down | fa-sort-amount-down-alt | Represents the smallest-to-largest, lowest-to-highest or first-to-last (ascending) sort order for any data type. |
pf-icon-ok Outlined Check Circle | fa-check-circle | Represents alert status: success |
pf-icon-orders | fa-clipboard-check | Represents orders or tasks |
fas fa-cogs pficon-settings | fa-cog | Indicates availability of configurable settings |
pf-icon-chat | fa-comments | Indicates availability of commenting |
pf-icon-screen TV | fa-desktop | Represents a desktop, workstation or terminal |
pficon-error-circle-o | fa-exclamation-circle | Represents alert status: danger, major error or critical error |
pf-icon-warning-triangle | fa-exclamation-triangle | Represents alert status: warning |
pf-icon pf-icon-filter | fa-filter | Indicates the ability to filter search results or datasets |
pf-icon-messages | fa-flag | If read-only, paired with a label to represent a message. If interactive, indicates the ability to access messages |
pf-icon-folder-close | fa-folder | Represents a collapsed hierarchical group. Indicates the ability to expand the group. |
pf-icon-folder-open | fa-folder-open | Represents an expanded hierarchical group. Indicates the ability to collapse the group. |
pf-container-node | fa-hdd | Represents a single node or host |
pf-icon-history | fa-history | Represents status: restarting |
pficon-history Undo Alt | fa-undo | Indicates the ability to undo an a step in a historical log |
pf-icon pf-icon-home | fa-home | Indicates a link to a default/home page |
pf-icon-info | fa-info-circle | Represents alert status: information |
pficon-key | fa-key | Represents an SSH key or similar security concepts |
pf-icon-locked | fa-lock | Represents status: locked |
pf-icon-unlocked | fa-lock-open | Represents status: unlocked |
fa-map-marker | fa-map-marker | Represents a locale |
pf-icon pf-icon-memory | fa-memory | Represents the memory on a device |
pf-icon-cpu | fa-microchip | Represents the CPU of a device |
Outline Pause Circle pf-icon-paused | fa-pause-circle | Represents status: an interruption and/or stoppage of a process |
fas fa-edit pf-icon pf-icon-edit | fa-pencil-alt | Indicates the ability to edit |
pf-icon-unplugged pf-icon-plugged | n/a | These icons remain the PatternFly font, but their use is now obsolete |
pf-icon-on | fa-power-off | Represents status: powered on |
pf-icon pf-icon-print | fa-print | Indicates the availability of a print function |
pf-icon-help | fa-question-circle fa-question-circle | Indicates the availability of contextual help Indicates the availability of a help system in the masthead |
pf-icon-rebooting pf-icon-spinner2 | fa-redo | Indicates the ability to refresh. Please use the animated spinner to indicate that something is “loading” or in the middle of processing |
pficon-search | fa-search | Indicates that that user may perform a search |
Sync | fa-sync-alt | Indicates the availability of a sync action |
fa-table | fa-table | Represents data view content in a table format |
fa-tachometer | fa-tachometer-alt | Indicates the availability of a dashboard view |
fa-th | fa-th | Represents data view content in a small card format |
fa-th-large | fa-th-large | Represents data view content in a large card format |
pf-icon-thumb-tack | fa-thumbtack | Indicates the ability to pin an item |
pf-icon-close | fa-times | Indicates the ability to close a modal or other panel |
pf-icon-error-circle-o | fa-times-circle | Indicates the ability to clear existing data, such as filter criteria or tags |
pf-icon-delete | fa-trash | Indicates the ability to delete |
pf-icon-user User Alt | fa-user | If read-only, represents a user (in a dataset, precedes a username). If interactive, indicates the availability of a user profile (often in the masthead, coupled with a username) |
pf-icon pf-icon-users pf-icon-project fas fa-user-friends | fa-users | Represents multiple users, a user grouping or project |
pf-icon-maintenance Tools | fa-wrench | Represents status: in preparation for maintenance |
pficon-arrow pficon-applications | window-restore | Indicates the ability to open link in a new window |
pficon-arrow | fas fa-share-square | Indicates the ability to share via various methods with others |
pficon-on-running | pf-icon-running | Represents status: an item is running or active |
fas fa-save | pficon-save | Indicates the ability to save a file or other object |
pficon-server | pficon-cluster | Represents a cluster or server |
pficon-dragdrop | grip-horizontal grip-vertical | Indicates the ability to move a vertically-oriented component via drag and drop Indicates the ability to move a horizontally-oriented component via drag and drop |
pf-icon-spinner pf-icon-spinner | Use the animated PatternFly Spinner component to indicate that something is "loading" or in the middle of processing |