outline edit location alt icon

outline-edit-location-alt from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.

Name
outline-edit-location-alt
Set
Google Material Icons
Style
Baseline
Category
Maps
Viewbox
24×24
License
Apache 2.0

More maps icons from Google Material Icons

Use the outline edit location alt icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 11h2.12l6.16-6.16l-2.12-2.12L11 8.88zm9.71-9L20 1.29a.996.996 0 0 0-1.41 0l-.72.72l2.12 2.12l.72-.72a.996.996 0 0 0 0-1.41M17.9 9.05c.06.36.1.74.1 1.15c0 1.71-1.08 4.64-6 9.14c-4.92-4.49-6-7.43-6-9.14C6 6.17 9.09 4 12 4c.32 0 .65.03.97.08l1.65-1.65A8.6 8.6 0 0 0 12 2c-4.2 0-8 3.22-8 8.2c0 3.32 2.67 7.25 8 11.8c5.33-4.55 8-8.48 8-11.8c0-1.01-.16-1.94-.45-2.8z"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineEditLocationAlt(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="M11 11h2.12l6.16-6.16l-2.12-2.12L11 8.88zm9.71-9L20 1.29a.996.996 0 0 0-1.41 0l-.72.72l2.12 2.12l.72-.72a.996.996 0 0 0 0-1.41M17.9 9.05c.06.36.1.74.1 1.15c0 1.71-1.08 4.64-6 9.14c-4.92-4.49-6-7.43-6-9.14C6 6.17 9.09 4 12 4c.32 0 .65.03.97.08l1.65-1.65A8.6 8.6 0 0 0 12 2c-4.2 0-8 3.22-8 8.2c0 3.32 2.67 7.25 8 11.8c5.33-4.55 8-8.48 8-11.8c0-1.01-.16-1.94-.45-2.8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 11h2.12l6.16-6.16l-2.12-2.12L11 8.88zm9.71-9L20 1.29a.996.996 0 0 0-1.41 0l-.72.72l2.12 2.12l.72-.72a.996.996 0 0 0 0-1.41M17.9 9.05c.06.36.1.74.1 1.15c0 1.71-1.08 4.64-6 9.14c-4.92-4.49-6-7.43-6-9.14C6 6.17 9.09 4 12 4c.32 0 .65.03.97.08l1.65-1.65A8.6 8.6 0 0 0 12 2c-4.2 0-8 3.22-8 8.2c0 3.32 2.67 7.25 8 11.8c5.33-4.55 8-8.48 8-11.8c0-1.01-.16-1.94-.45-2.8z"/></svg>
</template>

CSS

.icon-outline-edit-location-alt {
  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%22M11%2011h2.12l6.16-6.16l-2.12-2.12L11%208.88zm9.71-9L20%201.29a.996.996%200%200%200-1.41%200l-.72.72l2.12%202.12l.72-.72a.996.996%200%200%200%200-1.41M17.9%209.05c.06.36.1.74.1%201.15c0%201.71-1.08%204.64-6%209.14c-4.92-4.49-6-7.43-6-9.14C6%206.17%209.09%204%2012%204c.32%200%20.65.03.97.08l1.65-1.65A8.6%208.6%200%200%200%2012%202c-4.2%200-8%203.22-8%208.2c0%203.32%202.67%207.25%208%2011.8c5.33-4.55%208-8.48%208-11.8c0-1.01-.16-1.94-.45-2.8z%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%22M11%2011h2.12l6.16-6.16l-2.12-2.12L11%208.88zm9.71-9L20%201.29a.996.996%200%200%200-1.41%200l-.72.72l2.12%202.12l.72-.72a.996.996%200%200%200%200-1.41M17.9%209.05c.06.36.1.74.1%201.15c0%201.71-1.08%204.64-6%209.14c-4.92-4.49-6-7.43-6-9.14C6%206.17%209.09%204%2012%204c.32%200%20.65.03.97.08l1.65-1.65A8.6%208.6%200%200%200%2012%202c-4.2%200-8%203.22-8%208.2c0%203.32%202.67%207.25%208%2011.8c5.33-4.55%208-8.48%208-11.8c0-1.01-.16-1.94-.45-2.8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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