Skip to main content

Circle Dot

  • Tags:

Examples

Heading
Smaller heading

Inline text 

Example link text 

CSS Recommended

<i class="transportation-icon-circle-dot"></i>

Icon font

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

SVG sprite

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

SVG code

<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