- Medium icons are used as our base size across our system as a whole and we recommend using this base size within your applications. Small, large and x-large icons are used sparingly across PatternFly components. Here is a complete list of icon sizes: + PatternFly supports a range of icon sizes so that all icons can be adapted to different use cases. This range includes small, medium, large, and x-large icons, which correspond to the following font sizes and CSS variables:
Small (10px)
+Small (12px)
--pf-v5-global--icon--FontSize--sm
Medium (18px)
+Medium (16px)
--pf-v5-global--icon--FontSize--md
Large (24px)
@@ -52,13 +61,18 @@ If you're a developer, check out our [getting started](/get-started/develop#usinX-large (54px)
--pf-v5-global--icon--FontSize--xl
+ Medium icons are typically the most versatile size to use across UIs. PatternFly uses medium icons in most applications. Small, large and x-large icons are used sparingly across PatternFly components. +