Skip to main content

Circle Dot

  • 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</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" />
</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-solid mi-circle-dot" viewBox="0 0 24 24">
  <path d="M22 12A10 10 0 1 1 12 2a10.03 10.03 0 0 1 10 10M12 8.3A3.69 3.69 0 0 0 8.3 12a3.63 3.63 0 0 0 3.7 3.7 3.63 3.63 0 0 0 3.7-3.7A3.69 3.69 0 0 0 12 8.3"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.