Skip to main content

Circle Dot 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">circle_dot_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="/transportation-icons.svg#circle-dot-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-outline mi-circle-dot-outline" viewBox="0 0 24 24">
  <path d="M12 2a10 10 0 1 0 10 10A10.03 10.03 0 0 0 12 2m0 17.6a7.6 7.6 0 1 1 7.6-7.6 7.597 7.597 0 0 1-7.6 7.6m0-10.7A3.1 3.1 0 1 1 8.9 12 3.1 3.1 0 0 1 12 8.9"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.