round edit location alt icon
round-edit-location-alt from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- round-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
baseline-360baseline-add-businessbaseline-add-locationbaseline-add-location-altbaseline-add-roadbaseline-agriculturebaseline-airline-stopsbaseline-airlinesbaseline-alt-routebaseline-atmbaseline-attractionsbaseline-badgebaseline-bakery-diningbaseline-beenherebaseline-bike-scooterbaseline-breakfast-diningbaseline-brunch-diningbaseline-bus-alertbaseline-car-crashbaseline-car-rentalbaseline-car-repairbaseline-castlebaseline-categorybaseline-celebration
Use the round 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="M13.54 13H10c-.55 0-1-.45-1-1V8.46c0-.26.11-.52.29-.7l5.32-5.32A8.2 8.2 0 0 0 12 2c-4.2 0-8 3.22-8 8.2c0 3.18 2.44 6.92 7.33 11.22c.38.33.96.33 1.34 0C17.56 17.12 20 13.37 20 10.2c0-1.01-.16-1.94-.45-2.8l-5.31 5.31c-.18.18-.44.29-.7.29"/><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.41"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundEditLocationAlt(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="M13.54 13H10c-.55 0-1-.45-1-1V8.46c0-.26.11-.52.29-.7l5.32-5.32A8.2 8.2 0 0 0 12 2c-4.2 0-8 3.22-8 8.2c0 3.18 2.44 6.92 7.33 11.22c.38.33.96.33 1.34 0C17.56 17.12 20 13.37 20 10.2c0-1.01-.16-1.94-.45-2.8l-5.31 5.31c-.18.18-.44.29-.7.29"/><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.41"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.54 13H10c-.55 0-1-.45-1-1V8.46c0-.26.11-.52.29-.7l5.32-5.32A8.2 8.2 0 0 0 12 2c-4.2 0-8 3.22-8 8.2c0 3.18 2.44 6.92 7.33 11.22c.38.33.96.33 1.34 0C17.56 17.12 20 13.37 20 10.2c0-1.01-.16-1.94-.45-2.8l-5.31 5.31c-.18.18-.44.29-.7.29"/><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.41"/></svg> </template>
CSS
.icon-round-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%22M13.54%2013H10c-.55%200-1-.45-1-1V8.46c0-.26.11-.52.29-.7l5.32-5.32A8.2%208.2%200%200%200%2012%202c-4.2%200-8%203.22-8%208.2c0%203.18%202.44%206.92%207.33%2011.22c.38.33.96.33%201.34%200C17.56%2017.12%2020%2013.37%2020%2010.2c0-1.01-.16-1.94-.45-2.8l-5.31%205.31c-.18.18-.44.29-.7.29%22%2F%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.41%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%22M13.54%2013H10c-.55%200-1-.45-1-1V8.46c0-.26.11-.52.29-.7l5.32-5.32A8.2%208.2%200%200%200%2012%202c-4.2%200-8%203.22-8%208.2c0%203.18%202.44%206.92%207.33%2011.22c.38.33.96.33%201.34%200C17.56%2017.12%2020%2013.37%2020%2010.2c0-1.01-.16-1.94-.45-2.8l-5.31%205.31c-.18.18-.44.29-.7.29%22%2F%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.41%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-edit-location-alt.svg?color=%231a73e8&size=48