The Ultimate Icon Quality Checklist

Use this table to audit your icons before handing them off to developers.

CategoryCheckpointSuccess CriteriaWhy it Matters?
Grid & PrecisionPixel SnappingAll anchor points for straight lines are on full integers (e.g., X=4, not X=4.2).Prevents blurry, anti-aliased edges. Ensures crisp lines on low-res screens.
Grid & PrecisionStroke AlignmentStrokes are aligned to the Center or Inside(consistent across the set).Center alignment is standard. Mixing alignments makes icons look like they have different thicknesses.
Visual ConsistencyStroke WeightEvery icon uses the exact same stroke width (e.g., 2px).Even a 0.5px difference is noticeable and makes the UI look messy and unprofessional.
Visual ConsistencyCorner RadiusCorner roundness is consistent (e.g., all corners are 2px rounded, or all are sharp).Defines the “personality” of the icon set (friendly vs. strict).
Visual ConsistencyOptical BalanceAsymmetrical shapes (triangles, checkmarks) are visually centered, even if mathematically off.The human eye detects imbalance instantly.
SimplicityDetail LevelUnnecessary details are removed. Can you identify the icon if you squint?Icons are viewed at small sizes (16px-24px). Too much detail turns into “visual noise.”
TechnicalCompound PathsThe icon is a single combined shape, not a group of overlapping layers.Allows developers to easily change the color of the icon using one CSS rule (fill or stroke).
TechnicalBounded BoxAll icons are exported on the same size artboard (e.g., 24x24px frame), even if the shape is smaller.Ensures icons align perfectly in code without manual padding adjustments.
TechnicalClean SVG CodeThe code contains no ID tags or embedded CSS styles within the SVG file.Prevents code conflicts when multiple icons are used on one page.