Skip to main content

Location Add Multiple


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_multiple</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-solid-icons.svg#location-add-multiple" />
</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-location-add-multiple" viewBox="0 0 24 24">
  <path d="M10.01 2C6.1 2.04 2.96 5.3 3 9.2a7.21 7.21 0 0 0 4.96 6.9l1.57 4.53c.16.45.79.45.95 0l1.57-4.53a7.24 7.24 0 0 0 4.59-9.15 7.21 7.21 0 0 0-4.449-4.54 7.3 7.3 0 0 0-2.18-.41ZM13 9.75h-2.25V12c0 .41-.34.75-.75.75s-.75-.34-.75-.75V9.75H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h2.25V6c0-.41.34-.75.75-.75s.75.34.75.75v2.25H13c.41 0 .75.34.75.75s-.34.75-.75.75"/>
  <path d="m12.535 17.756.996 2.874c.16.45.79.45.95 0l1.57-4.53a7.24 7.24 0 0 0 4.59-9.15A7.22 7.22 0 0 0 14.01 2a7 7 0 0 0-.278.008 8.24 8.24 0 0 1-.893 14.867l-.305.881Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.