sharp maps ugc icon
sharp-maps-ugc from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- sharp-maps-ugc
- 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 sharp maps ugc icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8c-1.18 0-2.34-.26-3.43-.78c-.27-.13-.56-.19-.86-.19c-.19 0-.38.03-.56.08l-3.2.94l.94-3.2c.14-.47.1-.98-.11-1.42A7.9 7.9 0 0 1 4 12c0-4.41 3.59-8 8-8m0-2C6.48 2 2 6.48 2 12c0 1.54.36 2.98.97 4.29L1 23l6.71-1.97c1.31.61 2.75.97 4.29.97c5.52 0 10-4.48 10-10S17.52 2 12 2"/><path fill="currentColor" fill-rule="evenodd" d="M13 8h-2v3H8v2h3v3h2v-3h3v-2h-3z"/></svg>
React
import type { SVGProps } from "react";
export function IcSharpMapsUgc(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="M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8c-1.18 0-2.34-.26-3.43-.78c-.27-.13-.56-.19-.86-.19c-.19 0-.38.03-.56.08l-3.2.94l.94-3.2c.14-.47.1-.98-.11-1.42A7.9 7.9 0 0 1 4 12c0-4.41 3.59-8 8-8m0-2C6.48 2 2 6.48 2 12c0 1.54.36 2.98.97 4.29L1 23l6.71-1.97c1.31.61 2.75.97 4.29.97c5.52 0 10-4.48 10-10S17.52 2 12 2"/><path fill="currentColor" fillRule="evenodd" d="M13 8h-2v3H8v2h3v3h2v-3h3v-2h-3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 4c4.41 0 8 3.59 8 8s-3.59 8-8 8c-1.18 0-2.34-.26-3.43-.78c-.27-.13-.56-.19-.86-.19c-.19 0-.38.03-.56.08l-3.2.94l.94-3.2c.14-.47.1-.98-.11-1.42A7.9 7.9 0 0 1 4 12c0-4.41 3.59-8 8-8m0-2C6.48 2 2 6.48 2 12c0 1.54.36 2.98.97 4.29L1 23l6.71-1.97c1.31.61 2.75.97 4.29.97c5.52 0 10-4.48 10-10S17.52 2 12 2"/><path fill="currentColor" fill-rule="evenodd" d="M13 8h-2v3H8v2h3v3h2v-3h3v-2h-3z"/></svg> </template>
CSS
.icon-sharp-maps-ugc {
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%22M12%204c4.41%200%208%203.59%208%208s-3.59%208-8%208c-1.18%200-2.34-.26-3.43-.78c-.27-.13-.56-.19-.86-.19c-.19%200-.38.03-.56.08l-3.2.94l.94-3.2c.14-.47.1-.98-.11-1.42A7.9%207.9%200%200%201%204%2012c0-4.41%203.59-8%208-8m0-2C6.48%202%202%206.48%202%2012c0%201.54.36%202.98.97%204.29L1%2023l6.71-1.97c1.31.61%202.75.97%204.29.97c5.52%200%2010-4.48%2010-10S17.52%202%2012%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13%208h-2v3H8v2h3v3h2v-3h3v-2h-3z%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%22M12%204c4.41%200%208%203.59%208%208s-3.59%208-8%208c-1.18%200-2.34-.26-3.43-.78c-.27-.13-.56-.19-.86-.19c-.19%200-.38.03-.56.08l-3.2.94l.94-3.2c.14-.47.1-.98-.11-1.42A7.9%207.9%200%200%201%204%2012c0-4.41%203.59-8%208-8m0-2C6.48%202%202%206.48%202%2012c0%201.54.36%202.98.97%204.29L1%2023l6.71-1.97c1.31.61%202.75.97%204.29.97c5.52%200%2010-4.48%2010-10S17.52%202%2012%202%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M13%208h-2v3H8v2h3v3h2v-3h3v-2h-3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/sharp-maps-ugc.svg?color=%231a73e8&size=48