Skip to main content

Check Circle Outline

  • 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_outline</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-outline" />
</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-outline" viewBox="0 0 24 24">
  <path d="M12 2c5.5 0 10 4.5 10 10s-4.5 10-10 10S2 17.5 2 12 6.5 2 12 2m0 1.25c-4.812 0-8.75 3.937-8.75 8.75 0 4.811 3.938 8.75 8.75 8.75s8.75-3.939 8.75-8.75c0-4.813-3.938-8.75-8.75-8.75m3.188 5.56a.807.807 0 0 1 1.139 1.14l-5.237 5.24a.8.8 0 0 1-.57.236.8.8 0 0 1-.57-.236l-2.278-2.28a.805.805 0 1 1 1.14-1.14l1.709 1.709z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.