location-live-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
location-live-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

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.799 2.026A.75.75 0 0 0 9.7 3.523c5.242.345 9.434 4.538 9.777 9.78a.75.75 0 1 0 1.497-.098C20.581 7.21 15.791 2.42 9.799 2.026M8.497 15.622a1.125 1.125 0 1 0 0-2.25a1.125 1.125 0 0 0 0 2.25m-.52 6.15l-.39-.386l-2.969-2.954a5.496 5.496 0 1 1 7.773 0c-.444.444-1.284 1.28-2.012 2.003l-1.346 1.337a.75.75 0 0 1-1.057 0M5.678 11.72a3.996 3.996 0 0 0 0 5.651c.482.482 1.32 1.316 2.039 2.03l.787.782l.816-.812c.729-.724 1.567-1.557 2.01-2a3.996 3.996 0 1 0-5.652-5.651m4.14-6.217a.75.75 0 0 0-.135 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 FluentLocationLive24Regular(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.799 2.026A.75.75 0 0 0 9.7 3.523c5.242.345 9.434 4.538 9.777 9.78a.75.75 0 1 0 1.497-.098C20.581 7.21 15.791 2.42 9.799 2.026M8.497 15.622a1.125 1.125 0 1 0 0-2.25a1.125 1.125 0 0 0 0 2.25m-.52 6.15l-.39-.386l-2.969-2.954a5.496 5.496 0 1 1 7.773 0c-.444.444-1.284 1.28-2.012 2.003l-1.346 1.337a.75.75 0 0 1-1.057 0M5.678 11.72a3.996 3.996 0 0 0 0 5.651c.482.482 1.32 1.316 2.039 2.03l.787.782l.816-.812c.729-.724 1.567-1.557 2.01-2a3.996 3.996 0 1 0-5.652-5.651m4.14-6.217a.75.75 0 0 0-.135 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.799 2.026A.75.75 0 0 0 9.7 3.523c5.242.345 9.434 4.538 9.777 9.78a.75.75 0 1 0 1.497-.098C20.581 7.21 15.791 2.42 9.799 2.026M8.497 15.622a1.125 1.125 0 1 0 0-2.25a1.125 1.125 0 0 0 0 2.25m-.52 6.15l-.39-.386l-2.969-2.954a5.496 5.496 0 1 1 7.773 0c-.444.444-1.284 1.28-2.012 2.003l-1.346 1.337a.75.75 0 0 1-1.057 0M5.678 11.72a3.996 3.996 0 0 0 0 5.651c.482.482 1.32 1.316 2.039 2.03l.787.782l.816-.812c.729-.724 1.567-1.557 2.01-2a3.996 3.996 0 1 0-5.652-5.651m4.14-6.217a.75.75 0 0 0-.135 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-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.799%202.026A.75.75%200%200%200%209.7%203.523c5.242.345%209.434%204.538%209.777%209.78a.75.75%200%201%200%201.497-.098C20.581%207.21%2015.791%202.42%209.799%202.026M8.497%2015.622a1.125%201.125%200%201%200%200-2.25a1.125%201.125%200%200%200%200%202.25m-.52%206.15l-.39-.386l-2.969-2.954a5.496%205.496%200%201%201%207.773%200c-.444.444-1.284%201.28-2.012%202.003l-1.346%201.337a.75.75%200%200%201-1.057%200M5.678%2011.72a3.996%203.996%200%200%200%200%205.651c.482.482%201.32%201.316%202.039%202.03l.787.782l.816-.812c.729-.724%201.567-1.557%202.01-2a3.996%203.996%200%201%200-5.652-5.651m4.14-6.217a.75.75%200%200%200-.135%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.799%202.026A.75.75%200%200%200%209.7%203.523c5.242.345%209.434%204.538%209.777%209.78a.75.75%200%201%200%201.497-.098C20.581%207.21%2015.791%202.42%209.799%202.026M8.497%2015.622a1.125%201.125%200%201%200%200-2.25a1.125%201.125%200%200%200%200%202.25m-.52%206.15l-.39-.386l-2.969-2.954a5.496%205.496%200%201%201%207.773%200c-.444.444-1.284%201.28-2.012%202.003l-1.346%201.337a.75.75%200%200%201-1.057%200M5.678%2011.72a3.996%203.996%200%200%200%200%205.651c.482.482%201.32%201.316%202.039%202.03l.787.782l.816-.812c.729-.724%201.567-1.557%202.01-2a3.996%203.996%200%201%200-5.652-5.651m4.14-6.217a.75.75%200%200%200-.135%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-regular.svg?color=%231a73e8&size=48