location edit icon

location-edit-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
location-edit-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

Related icons in Myna UI Icons

Use the location edit icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 1c2.408 0 4.712.984 6.406 2.727c1.855 1.907 2.622 4.079 2.594 6.286a1 1 0 0 1-2-.026c.022-1.68-.545-3.34-2.028-4.866A6.93 6.93 0 0 0 12 3c-1.86 0-3.648.76-4.972 2.121c-2.407 2.476-2.465 5.403-1.253 8.302c1.233 2.946 3.75 5.737 6.224 7.575c.445-.33.896-.693 1.34-1.085a1 1 0 1 1 1.322 1.5q-.73.642-1.468 1.19a1.995 1.995 0 0 1-2.386 0C8.13 20.617 5.338 17.56 3.93 14.196c-1.428-3.412-1.456-7.26 1.663-10.468A8.94 8.94 0 0 1 12 1"/><path d="M15 10a3 3 0 1 1-6 0a3 3 0 0 1 6 0m5.786 1.823a1.91 1.91 0 0 0-2.412.09l-.14.137l-3.659 3.945a1.9 1.9 0 0 0-.509 1.371l.048 1.28a1 1 0 0 0 1.036.962l1.288-.047a1.9 1.9 0 0 0 1.33-.61l3.657-3.94a1.91 1.91 0 0 0-.1-2.7l-.39-.362z"/></g></svg>

React

import type { SVGProps } from "react";

export function MynauiLocationEditSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 1c2.408 0 4.712.984 6.406 2.727c1.855 1.907 2.622 4.079 2.594 6.286a1 1 0 0 1-2-.026c.022-1.68-.545-3.34-2.028-4.866A6.93 6.93 0 0 0 12 3c-1.86 0-3.648.76-4.972 2.121c-2.407 2.476-2.465 5.403-1.253 8.302c1.233 2.946 3.75 5.737 6.224 7.575c.445-.33.896-.693 1.34-1.085a1 1 0 1 1 1.322 1.5q-.73.642-1.468 1.19a1.995 1.995 0 0 1-2.386 0C8.13 20.617 5.338 17.56 3.93 14.196c-1.428-3.412-1.456-7.26 1.663-10.468A8.94 8.94 0 0 1 12 1"/><path d="M15 10a3 3 0 1 1-6 0a3 3 0 0 1 6 0m5.786 1.823a1.91 1.91 0 0 0-2.412.09l-.14.137l-3.659 3.945a1.9 1.9 0 0 0-.509 1.371l.048 1.28a1 1 0 0 0 1.036.962l1.288-.047a1.9 1.9 0 0 0 1.33-.61l3.657-3.94a1.91 1.91 0 0 0-.1-2.7l-.39-.362z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 1c2.408 0 4.712.984 6.406 2.727c1.855 1.907 2.622 4.079 2.594 6.286a1 1 0 0 1-2-.026c.022-1.68-.545-3.34-2.028-4.866A6.93 6.93 0 0 0 12 3c-1.86 0-3.648.76-4.972 2.121c-2.407 2.476-2.465 5.403-1.253 8.302c1.233 2.946 3.75 5.737 6.224 7.575c.445-.33.896-.693 1.34-1.085a1 1 0 1 1 1.322 1.5q-.73.642-1.468 1.19a1.995 1.995 0 0 1-2.386 0C8.13 20.617 5.338 17.56 3.93 14.196c-1.428-3.412-1.456-7.26 1.663-10.468A8.94 8.94 0 0 1 12 1"/><path d="M15 10a3 3 0 1 1-6 0a3 3 0 0 1 6 0m5.786 1.823a1.91 1.91 0 0 0-2.412.09l-.14.137l-3.659 3.945a1.9 1.9 0 0 0-.509 1.371l.048 1.28a1 1 0 0 0 1.036.962l1.288-.047a1.9 1.9 0 0 0 1.33-.61l3.657-3.94a1.91 1.91 0 0 0-.1-2.7l-.39-.362z"/></g></svg>
</template>

CSS

.icon-location-edit-solid {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%201c2.408%200%204.712.984%206.406%202.727c1.855%201.907%202.622%204.079%202.594%206.286a1%201%200%200%201-2-.026c.022-1.68-.545-3.34-2.028-4.866A6.93%206.93%200%200%200%2012%203c-1.86%200-3.648.76-4.972%202.121c-2.407%202.476-2.465%205.403-1.253%208.302c1.233%202.946%203.75%205.737%206.224%207.575c.445-.33.896-.693%201.34-1.085a1%201%200%201%201%201.322%201.5q-.73.642-1.468%201.19a1.995%201.995%200%200%201-2.386%200C8.13%2020.617%205.338%2017.56%203.93%2014.196c-1.428-3.412-1.456-7.26%201.663-10.468A8.94%208.94%200%200%201%2012%201%22%2F%3E%3Cpath%20d%3D%22M15%2010a3%203%200%201%201-6%200a3%203%200%200%201%206%200m5.786%201.823a1.91%201.91%200%200%200-2.412.09l-.14.137l-3.659%203.945a1.9%201.9%200%200%200-.509%201.371l.048%201.28a1%201%200%200%200%201.036.962l1.288-.047a1.9%201.9%200%200%200%201.33-.61l3.657-3.94a1.91%201.91%200%200%200-.1-2.7l-.39-.362z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%201c2.408%200%204.712.984%206.406%202.727c1.855%201.907%202.622%204.079%202.594%206.286a1%201%200%200%201-2-.026c.022-1.68-.545-3.34-2.028-4.866A6.93%206.93%200%200%200%2012%203c-1.86%200-3.648.76-4.972%202.121c-2.407%202.476-2.465%205.403-1.253%208.302c1.233%202.946%203.75%205.737%206.224%207.575c.445-.33.896-.693%201.34-1.085a1%201%200%201%201%201.322%201.5q-.73.642-1.468%201.19a1.995%201.995%200%200%201-2.386%200C8.13%2020.617%205.338%2017.56%203.93%2014.196c-1.428-3.412-1.456-7.26%201.663-10.468A8.94%208.94%200%200%201%2012%201%22%2F%3E%3Cpath%20d%3D%22M15%2010a3%203%200%201%201-6%200a3%203%200%200%201%206%200m5.786%201.823a1.91%201.91%200%200%200-2.412.09l-.14.137l-3.659%203.945a1.9%201.9%200%200%200-.509%201.371l.048%201.28a1%201%200%200%200%201.036.962l1.288-.047a1.9%201.9%200%200%200%201.33-.61l3.657-3.94a1.91%201.91%200%200%200-.1-2.7l-.39-.362z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mynaui/location-edit-solid.svg?color=%231a73e8&size=48