location live icon
location-live-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- location-live-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 24 24"><path fill="currentColor" d="M9 2.725a.75.75 0 0 1 .799-.699c5.992.394 10.782 5.185 11.175 11.179a.75.75 0 0 1-1.497.098c-.343-5.242-4.535-9.435-9.777-9.78a.75.75 0 0 1-.7-.798M7.589 21.386l.388.386a.75.75 0 0 0 1.057 0l1.346-1.337c.728-.723 1.568-1.559 2.012-2.003a5.496 5.496 0 1 0-7.773 0a1162 1162 0 0 0 2.97 2.954M8.5 15.75a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5M9.818 5.503a.75.75 0 1 0-.134 1.494a6.99 6.99 0 0 1 6.319 6.317a.75.75 0 1 0 1.494-.136a8.49 8.49 0 0 0-7.679-7.675"/></svg>
React
import type { SVGProps } from "react";
export function FluentLocationLive24Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 2.725a.75.75 0 0 1 .799-.699c5.992.394 10.782 5.185 11.175 11.179a.75.75 0 0 1-1.497.098c-.343-5.242-4.535-9.435-9.777-9.78a.75.75 0 0 1-.7-.798M7.589 21.386l.388.386a.75.75 0 0 0 1.057 0l1.346-1.337c.728-.723 1.568-1.559 2.012-2.003a5.496 5.496 0 1 0-7.773 0a1162 1162 0 0 0 2.97 2.954M8.5 15.75a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5M9.818 5.503a.75.75 0 1 0-.134 1.494a6.99 6.99 0 0 1 6.319 6.317a.75.75 0 1 0 1.494-.136a8.49 8.49 0 0 0-7.679-7.675"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M9 2.725a.75.75 0 0 1 .799-.699c5.992.394 10.782 5.185 11.175 11.179a.75.75 0 0 1-1.497.098c-.343-5.242-4.535-9.435-9.777-9.78a.75.75 0 0 1-.7-.798M7.589 21.386l.388.386a.75.75 0 0 0 1.057 0l1.346-1.337c.728-.723 1.568-1.559 2.012-2.003a5.496 5.496 0 1 0-7.773 0a1162 1162 0 0 0 2.97 2.954M8.5 15.75a1.25 1.25 0 1 1 0-2.5a1.25 1.25 0 0 1 0 2.5M9.818 5.503a.75.75 0 1 0-.134 1.494a6.99 6.99 0 0 1 6.319 6.317a.75.75 0 1 0 1.494-.136a8.49 8.49 0 0 0-7.679-7.675"/></svg> </template>
CSS
.icon-location-live-24-filled {
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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%202.725a.75.75%200%200%201%20.799-.699c5.992.394%2010.782%205.185%2011.175%2011.179a.75.75%200%200%201-1.497.098c-.343-5.242-4.535-9.435-9.777-9.78a.75.75%200%200%201-.7-.798M7.589%2021.386l.388.386a.75.75%200%200%200%201.057%200l1.346-1.337c.728-.723%201.568-1.559%202.012-2.003a5.496%205.496%200%201%200-7.773%200a1162%201162%200%200%200%202.97%202.954M8.5%2015.75a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5M9.818%205.503a.75.75%200%201%200-.134%201.494a6.99%206.99%200%200%201%206.319%206.317a.75.75%200%201%200%201.494-.136a8.49%208.49%200%200%200-7.679-7.675%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9%202.725a.75.75%200%200%201%20.799-.699c5.992.394%2010.782%205.185%2011.175%2011.179a.75.75%200%200%201-1.497.098c-.343-5.242-4.535-9.435-9.777-9.78a.75.75%200%200%201-.7-.798M7.589%2021.386l.388.386a.75.75%200%200%200%201.057%200l1.346-1.337c.728-.723%201.568-1.559%202.012-2.003a5.496%205.496%200%201%200-7.773%200a1162%201162%200%200%200%202.97%202.954M8.5%2015.75a1.25%201.25%200%201%201%200-2.5a1.25%201.25%200%200%201%200%202.5M9.818%205.503a.75.75%200%201%200-.134%201.494a6.99%206.99%200%200%201%206.319%206.317a.75.75%200%201%200%201.494-.136a8.49%208.49%200%200%200-7.679-7.675%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/location-live-24-filled.svg?color=%231a73e8&size=48