Skip to main content

Check Circle

  • Tags:

Examples

Heading
Smaller heading

Inline text 

Example link text 

Icon font

Use in web applications, on buttons, and anywhere you need more than a few icons.

<i class="modus-icons" aria-hidden="true">check_circle</i>

SVG sprite

Use for static sites when you only need a few icons.

<svg class="mi" width="1em" height="1em" fill="currentColor">
  <use xlink:href="/connect-icons.svg#check-circle" />
</svg>

SVG code

Use when you don't want any dependency.

<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="currentColor" class="mi-connect mi-check-circle" viewBox="0 0 24 24">
  <path d="M12 2c5.515 0 10 4.486 10 10s-4.485 10-10 10S2 17.515 2 12 6.487 2 12 2m4.328 6.81a.805.805 0 0 0-1.138 0l-4.668 4.668-1.71-1.707a.806.806 0 0 0-1.139 1.14l2.278 2.277a.8.8 0 0 0 1.14 0l5.237-5.237a.81.81 0 0 0 0-1.14"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.