Menu
Styling Text & Links

CSS Icons

Using icon libraries or SVGs.

1Using Icons

Icons are often added via libraries like FontAwesome or as SVG.

Example Code
/* Example usage class */
.icon {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

Finished reading?

Mark this topic as complete to track progress.