location live icon
location-live-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- location-live-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
location-add-16-filledlocation-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-not-found-24-filledlocation-off-16-filledlocation-ripple-12-filledlocation-settings-20-filledlocation-target-square-16-filled
Use the location live icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.53 3.012q.233-.016.47-.016a7 7 0 0 1 6.984 7.474a.5.5 0 1 0 .998.066q.018-.267.018-.54a8 8 0 0 0-8.536-7.982a.5.5 0 1 0 .066.998M8 4.984a.5.5 0 0 1 .522-.479a6.25 6.25 0 0 1 5.972 5.973a.5.5 0 1 1-.999.043A5.25 5.25 0 0 0 8.48 5.505A.5.5 0 0 1 8 4.984m-.5 7.637a1.125 1.125 0 1 0 0-2.25a1.125 1.125 0 0 0 0 2.25m-3.182 2.057l2.828 2.828a.5.5 0 0 0 .708 0l2.828-2.828a4.5 4.5 0 1 0-6.364 0m.707-.707a3.5 3.5 0 1 1 4.95 0L7.5 16.446z"/></svg>
React
import type { SVGProps } from "react";
export function FluentLocationLive20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.53 3.012q.233-.016.47-.016a7 7 0 0 1 6.984 7.474a.5.5 0 1 0 .998.066q.018-.267.018-.54a8 8 0 0 0-8.536-7.982a.5.5 0 1 0 .066.998M8 4.984a.5.5 0 0 1 .522-.479a6.25 6.25 0 0 1 5.972 5.973a.5.5 0 1 1-.999.043A5.25 5.25 0 0 0 8.48 5.505A.5.5 0 0 1 8 4.984m-.5 7.637a1.125 1.125 0 1 0 0-2.25a1.125 1.125 0 0 0 0 2.25m-3.182 2.057l2.828 2.828a.5.5 0 0 0 .708 0l2.828-2.828a4.5 4.5 0 1 0-6.364 0m.707-.707a3.5 3.5 0 1 1 4.95 0L7.5 16.446z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8.53 3.012q.233-.016.47-.016a7 7 0 0 1 6.984 7.474a.5.5 0 1 0 .998.066q.018-.267.018-.54a8 8 0 0 0-8.536-7.982a.5.5 0 1 0 .066.998M8 4.984a.5.5 0 0 1 .522-.479a6.25 6.25 0 0 1 5.972 5.973a.5.5 0 1 1-.999.043A5.25 5.25 0 0 0 8.48 5.505A.5.5 0 0 1 8 4.984m-.5 7.637a1.125 1.125 0 1 0 0-2.25a1.125 1.125 0 0 0 0 2.25m-3.182 2.057l2.828 2.828a.5.5 0 0 0 .708 0l2.828-2.828a4.5 4.5 0 1 0-6.364 0m.707-.707a3.5 3.5 0 1 1 4.95 0L7.5 16.446z"/></svg> </template>
CSS
.icon-location-live-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.53%203.012q.233-.016.47-.016a7%207%200%200%201%206.984%207.474a.5.5%200%201%200%20.998.066q.018-.267.018-.54a8%208%200%200%200-8.536-7.982a.5.5%200%201%200%20.066.998M8%204.984a.5.5%200%200%201%20.522-.479a6.25%206.25%200%200%201%205.972%205.973a.5.5%200%201%201-.999.043A5.25%205.25%200%200%200%208.48%205.505A.5.5%200%200%201%208%204.984m-.5%207.637a1.125%201.125%200%201%200%200-2.25a1.125%201.125%200%200%200%200%202.25m-3.182%202.057l2.828%202.828a.5.5%200%200%200%20.708%200l2.828-2.828a4.5%204.5%200%201%200-6.364%200m.707-.707a3.5%203.5%200%201%201%204.95%200L7.5%2016.446z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.53%203.012q.233-.016.47-.016a7%207%200%200%201%206.984%207.474a.5.5%200%201%200%20.998.066q.018-.267.018-.54a8%208%200%200%200-8.536-7.982a.5.5%200%201%200%20.066.998M8%204.984a.5.5%200%200%201%20.522-.479a6.25%206.25%200%200%201%205.972%205.973a.5.5%200%201%201-.999.043A5.25%205.25%200%200%200%208.48%205.505A.5.5%200%200%201%208%204.984m-.5%207.637a1.125%201.125%200%201%200%200-2.25a1.125%201.125%200%200%200%200%202.25m-3.182%202.057l2.828%202.828a.5.5%200%200%200%20.708%200l2.828-2.828a4.5%204.5%200%201%200-6.364%200m.707-.707a3.5%203.5%200%201%201%204.95%200L7.5%2016.446z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/location-live-20-regular.svg?color=%231a73e8&size=48