Skip to main content

Location Add


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">location_add</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="/modus-outlined-icons.svg#location-add" />
</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-location-add" viewBox="0 0 24 24">
  <path d="M15 9.75c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-2.25V6c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2.25H9c-.41 0-.75.34-.75.75s.34.75.75.75h2.25V12c0 .41.34.75.75.75s.75-.34.75-.75V9.75z"/>
  <path d="M12.01 2c3.03.1 5.68 2.07 6.63 4.95a7.24 7.24 0 0 1-4.59 9.15l-1.57 4.53c-.16.45-.79.45-.95 0L9.96 16.1A7.21 7.21 0 0 1 5 9.2C4.96 5.3 8.1 2.04 12.01 2m.15 13.445a2 2 0 0 1 1.26-1.243 5.24 5.24 0 0 0 3.322-6.623l-.001-.002A5.22 5.22 0 0 0 11.988 4C9.22 4.053 6.97 6.38 7 9.179v.034a5.21 5.21 0 0 0 3.585 4.987 2 2 0 0 1 1.265 1.245l.155.448z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.