HTML/CSS - 24

HTML/CSS - 24: SVG Icons & Graphics

Learn how to use scalable vector graphics (SVG) for crisp icons, illustrations, and interactive elements.

✦ HTML Editor
▶ Live Output
👀 Show Solution
<svg class="icon" viewBox="0 0 24 24" fill="none" stroke="#00ff9d" stroke-width="2">
  <circle cx="12" cy="12" r="10"/>
  <path d="M12 8v4l3 3"/>
</svg>