location add icon
location-add-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.
- Name
- location-add-16-regular
- Set
- Fluent UI System Icons
- Style
- 16 Regular
- Viewbox
- 16×16
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
location-add-left-20-filledlocation-add-right-20-filledlocation-add-up-20-filledlocation-arrow-12-filledlocation-arrow-left-16-filledlocation-arrow-right-16-filledlocation-arrow-up-16-filledlocation-checkmark-12-filledlocation-dismiss-20-filledlocation-live-20-filledlocation-not-found-24-filledlocation-off-16-filledlocation-ripple-12-filledlocation-settings-20-filledlocation-target-square-16-filled
Use the location add icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 4a.5.5 0 0 1 .5.5V6H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V7H6a.5.5 0 0 1 0-1h1.5V4.5A.5.5 0 0 1 8 4m6 3c0 2.874-3.097 6.016-4.841 7.558a1.74 1.74 0 0 1-2.318 0C5.097 13.016 2 9.874 2 7a6 6 0 1 1 12 0m-1 0A5 5 0 0 0 3 7c0 1.108.615 2.395 1.57 3.683c.934 1.258 2.087 2.377 2.933 3.126a.74.74 0 0 0 .994 0c.846-.749 2-1.867 2.933-3.126C12.385 9.395 13 8.108 13 7"/></svg>
React
import type { SVGProps } from "react";
export function FluentLocationAdd16Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 4a.5.5 0 0 1 .5.5V6H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V7H6a.5.5 0 0 1 0-1h1.5V4.5A.5.5 0 0 1 8 4m6 3c0 2.874-3.097 6.016-4.841 7.558a1.74 1.74 0 0 1-2.318 0C5.097 13.016 2 9.874 2 7a6 6 0 1 1 12 0m-1 0A5 5 0 0 0 3 7c0 1.108.615 2.395 1.57 3.683c.934 1.258 2.087 2.377 2.933 3.126a.74.74 0 0 0 .994 0c.846-.749 2-1.867 2.933-3.126C12.385 9.395 13 8.108 13 7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 4a.5.5 0 0 1 .5.5V6H10a.5.5 0 0 1 0 1H8.5v1.5a.5.5 0 0 1-1 0V7H6a.5.5 0 0 1 0-1h1.5V4.5A.5.5 0 0 1 8 4m6 3c0 2.874-3.097 6.016-4.841 7.558a1.74 1.74 0 0 1-2.318 0C5.097 13.016 2 9.874 2 7a6 6 0 1 1 12 0m-1 0A5 5 0 0 0 3 7c0 1.108.615 2.395 1.57 3.683c.934 1.258 2.087 2.377 2.933 3.126a.74.74 0 0 0 .994 0c.846-.749 2-1.867 2.933-3.126C12.385 9.395 13 8.108 13 7"/></svg> </template>
CSS
.icon-location-add-16-regular {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%204a.5.5%200%200%201%20.5.5V6H10a.5.5%200%200%201%200%201H8.5v1.5a.5.5%200%200%201-1%200V7H6a.5.5%200%200%201%200-1h1.5V4.5A.5.5%200%200%201%208%204m6%203c0%202.874-3.097%206.016-4.841%207.558a1.74%201.74%200%200%201-2.318%200C5.097%2013.016%202%209.874%202%207a6%206%200%201%201%2012%200m-1%200A5%205%200%200%200%203%207c0%201.108.615%202.395%201.57%203.683c.934%201.258%202.087%202.377%202.933%203.126a.74.74%200%200%200%20.994%200c.846-.749%202-1.867%202.933-3.126C12.385%209.395%2013%208.108%2013%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%204a.5.5%200%200%201%20.5.5V6H10a.5.5%200%200%201%200%201H8.5v1.5a.5.5%200%200%201-1%200V7H6a.5.5%200%200%201%200-1h1.5V4.5A.5.5%200%200%201%208%204m6%203c0%202.874-3.097%206.016-4.841%207.558a1.74%201.74%200%200%201-2.318%200C5.097%2013.016%202%209.874%202%207a6%206%200%201%201%2012%200m-1%200A5%205%200%200%200%203%207c0%201.108.615%202.395%201.57%203.683c.934%201.258%202.087%202.377%202.933%203.126a.74.74%200%200%200%20.994%200c.846-.749%202-1.867%202.933-3.126C12.385%209.395%2013%208.108%2013%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/location-add-16-regular.svg?color=%231a73e8&size=48