location settings icon

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

Name
location-settings-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the location settings icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.07 11.746a2 2 0 0 0 2.91 0l.324-.343q.447.211.835.519l-.127.422a2 2 0 0 0 1.457 2.52l.348.081a4.7 4.7 0 0 1 .011 1.017l-.461.118a2 2 0 0 0-1.43 2.477l.156.557q-.383.294-.823.498l-.337-.358a2 2 0 0 0-2.909-.001l-.325.343a4.3 4.3 0 0 1-.835-.517l.127-.423a2 2 0 0 0-1.456-2.52l-.35-.081a4.7 4.7 0 0 1-.01-1.017l.46-.118a2 2 0 0 0 1.431-2.478l-.155-.556a4.3 4.3 0 0 1 .821-.498zM5.05 4.052a6.998 6.998 0 0 1 11.848 6.128a5.5 5.5 0 0 0-.98-.163a6.002 6.002 0 0 0-10.162-5.26a6.01 6.01 0 0 0-.176 8.31l.176.184l.571.566l2.98 2.905l.093.08a1 1 0 0 0 .803.176q.136.49.356.94a1.99 1.99 0 0 1-1.811-.36l-.133-.119l-2.043-1.985l-1.521-1.498a7.006 7.006 0 0 1 0-9.904M15.503 14.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2M10 6.25a2.75 2.75 0 1 1-.002 5.502A2.75 2.75 0 0 1 10 6.251m0 1a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentLocationSettings20Regular(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="M14.07 11.746a2 2 0 0 0 2.91 0l.324-.343q.447.211.835.519l-.127.422a2 2 0 0 0 1.457 2.52l.348.081a4.7 4.7 0 0 1 .011 1.017l-.461.118a2 2 0 0 0-1.43 2.477l.156.557q-.383.294-.823.498l-.337-.358a2 2 0 0 0-2.909-.001l-.325.343a4.3 4.3 0 0 1-.835-.517l.127-.423a2 2 0 0 0-1.456-2.52l-.35-.081a4.7 4.7 0 0 1-.01-1.017l.46-.118a2 2 0 0 0 1.431-2.478l-.155-.556a4.3 4.3 0 0 1 .821-.498zM5.05 4.052a6.998 6.998 0 0 1 11.848 6.128a5.5 5.5 0 0 0-.98-.163a6.002 6.002 0 0 0-10.162-5.26a6.01 6.01 0 0 0-.176 8.31l.176.184l.571.566l2.98 2.905l.093.08a1 1 0 0 0 .803.176q.136.49.356.94a1.99 1.99 0 0 1-1.811-.36l-.133-.119l-2.043-1.985l-1.521-1.498a7.006 7.006 0 0 1 0-9.904M15.503 14.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2M10 6.25a2.75 2.75 0 1 1-.002 5.502A2.75 2.75 0 0 1 10 6.251m0 1a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.07 11.746a2 2 0 0 0 2.91 0l.324-.343q.447.211.835.519l-.127.422a2 2 0 0 0 1.457 2.52l.348.081a4.7 4.7 0 0 1 .011 1.017l-.461.118a2 2 0 0 0-1.43 2.477l.156.557q-.383.294-.823.498l-.337-.358a2 2 0 0 0-2.909-.001l-.325.343a4.3 4.3 0 0 1-.835-.517l.127-.423a2 2 0 0 0-1.456-2.52l-.35-.081a4.7 4.7 0 0 1-.01-1.017l.46-.118a2 2 0 0 0 1.431-2.478l-.155-.556a4.3 4.3 0 0 1 .821-.498zM5.05 4.052a6.998 6.998 0 0 1 11.848 6.128a5.5 5.5 0 0 0-.98-.163a6.002 6.002 0 0 0-10.162-5.26a6.01 6.01 0 0 0-.176 8.31l.176.184l.571.566l2.98 2.905l.093.08a1 1 0 0 0 .803.176q.136.49.356.94a1.99 1.99 0 0 1-1.811-.36l-.133-.119l-2.043-1.985l-1.521-1.498a7.006 7.006 0 0 1 0-9.904M15.503 14.5a1 1 0 1 0 0 2a1 1 0 0 0 0-2M10 6.25a2.75 2.75 0 1 1-.002 5.502A2.75 2.75 0 0 1 10 6.251m0 1a1.75 1.75 0 1 0 0 3.5a1.75 1.75 0 0 0 0-3.5"/></svg>
</template>

CSS

.icon-location-settings-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%22M14.07%2011.746a2%202%200%200%200%202.91%200l.324-.343q.447.211.835.519l-.127.422a2%202%200%200%200%201.457%202.52l.348.081a4.7%204.7%200%200%201%20.011%201.017l-.461.118a2%202%200%200%200-1.43%202.477l.156.557q-.383.294-.823.498l-.337-.358a2%202%200%200%200-2.909-.001l-.325.343a4.3%204.3%200%200%201-.835-.517l.127-.423a2%202%200%200%200-1.456-2.52l-.35-.081a4.7%204.7%200%200%201-.01-1.017l.46-.118a2%202%200%200%200%201.431-2.478l-.155-.556a4.3%204.3%200%200%201%20.821-.498zM5.05%204.052a6.998%206.998%200%200%201%2011.848%206.128a5.5%205.5%200%200%200-.98-.163a6.002%206.002%200%200%200-10.162-5.26a6.01%206.01%200%200%200-.176%208.31l.176.184l.571.566l2.98%202.905l.093.08a1%201%200%200%200%20.803.176q.136.49.356.94a1.99%201.99%200%200%201-1.811-.36l-.133-.119l-2.043-1.985l-1.521-1.498a7.006%207.006%200%200%201%200-9.904M15.503%2014.5a1%201%200%201%200%200%202a1%201%200%200%200%200-2M10%206.25a2.75%202.75%200%201%201-.002%205.502A2.75%202.75%200%200%201%2010%206.251m0%201a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5%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%22M14.07%2011.746a2%202%200%200%200%202.91%200l.324-.343q.447.211.835.519l-.127.422a2%202%200%200%200%201.457%202.52l.348.081a4.7%204.7%200%200%201%20.011%201.017l-.461.118a2%202%200%200%200-1.43%202.477l.156.557q-.383.294-.823.498l-.337-.358a2%202%200%200%200-2.909-.001l-.325.343a4.3%204.3%200%200%201-.835-.517l.127-.423a2%202%200%200%200-1.456-2.52l-.35-.081a4.7%204.7%200%200%201-.01-1.017l.46-.118a2%202%200%200%200%201.431-2.478l-.155-.556a4.3%204.3%200%200%201%20.821-.498zM5.05%204.052a6.998%206.998%200%200%201%2011.848%206.128a5.5%205.5%200%200%200-.98-.163a6.002%206.002%200%200%200-10.162-5.26a6.01%206.01%200%200%200-.176%208.31l.176.184l.571.566l2.98%202.905l.093.08a1%201%200%200%200%20.803.176q.136.49.356.94a1.99%201.99%200%200%201-1.811-.36l-.133-.119l-2.043-1.985l-1.521-1.498a7.006%207.006%200%200%201%200-9.904M15.503%2014.5a1%201%200%201%200%200%202a1%201%200%200%200%200-2M10%206.25a2.75%202.75%200%201%201-.002%205.502A2.75%202.75%200%200%201%2010%206.251m0%201a1.75%201.75%200%201%200%200%203.5a1.75%201.75%200%200%200%200-3.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/location-settings-20-regular.svg?color=%231a73e8&size=48