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-outlined-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-outline mi-location-add-multiple" viewBox="0 0 24 24">
  <path d="M13 9.75c.41 0 .75-.34.75-.75s-.34-.75-.75-.75h-2.25V6c0-.41-.34-.75-.75-.75s-.75.34-.75.75v2.25H7c-.41 0-.75.34-.75.75s.34.75.75.75h2.25V12c0 .41.34.75.75.75s.75-.34.75-.75V9.75z"/>
  <path d="M10.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 0L7.96 16.1A7.21 7.21 0 0 1 3 9.2C2.96 5.3 6.1 2.04 10.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 9.988 4C7.22 4.053 4.972 6.38 5 9.179v.034A5.21 5.21 0 0 0 8.585 14.2a2 2 0 0 1 1.265 1.245l.155.448.156-.448Z"/>
  <path d="m13.53 20.63-.995-2.874.305-.88a8.24 8.24 0 0 0 .893-14.868q.138-.006.278-.008c3.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 0Z"/>
</svg>

SVG CSS code

Use for embedding your icons in CSS with no dependency.