round pin icon
round-pin from Google Material Icons by Material Design Authors · Baseline · Device · Apache-2.0 Free for personal and commercial use.
- Name
- round-pin
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Device
- Viewbox
- 24×24
- License
- Apache 2.0
More device icons from Google Material Icons
baseline-1x-mobiledatabaseline-30fpsbaseline-3g-mobiledatabaseline-4g-mobiledatabaseline-4g-plus-mobiledatabaseline-60fpsbaseline-access-alarmbaseline-access-alarmsbaseline-access-timebaseline-access-time-filledbaseline-ad-unitsbaseline-add-alarmbaseline-add-to-home-screenbaseline-airbaseline-airplane-ticketbaseline-airplanemode-activebaseline-airplanemode-inactivebaseline-aodbaseline-battery-0-barbaseline-battery-1-barbaseline-battery-2-barbaseline-battery-20baseline-battery-3-barbaseline-battery-30
Use the round pin icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2M7.64 14.47c0 .29-.24.53-.53.53h-.09c-.29 0-.53-.24-.53-.53V10.5l-.45.33a.534.534 0 0 1-.63-.86l1.19-.85a.66.66 0 0 1 1.04.54zm5.37.53h-2.67c-.4 0-.72-.32-.72-.72c0-.19.08-.38.21-.51c.95-.95 1.58-1.58 1.92-1.94c.4-.42.54-.69.54-1.06c0-.4-.31-.72-.81-.72c-.34 0-.57.16-.72.37c-.15.2-.41.26-.64.16a.548.548 0 0 1-.22-.85c.15-.19.37-.38.67-.53c.69-.33 1.48-.2 1.95.03c.86.44.91 1.24.91 1.48c0 .64-.31 1.26-.92 1.86c-.25.25-.72.71-1.4 1.39l.03.05h1.88c.27 0 .49.22.49.49s-.23.5-.5.5m5.74-.85c-.08.13-.56.85-1.76.85c-.03 0-1.23.06-1.83-.98c-.15-.26-.04-.6.24-.71l.12-.05c.22-.09.47-.01.59.19c.14.24.39.49.88.49c.41 0 .89-.28.89-.77c0-.55-.48-.79-1.04-.79a.5.5 0 0 1-.49-.5c0-.26.2-.47.45-.49v-.01c.33 0 .88-.14.88-.72c0-.39-.31-.65-.75-.65c-.32 0-.53.13-.67.3c-.14.18-.37.26-.58.17l-.08-.03c-.3-.12-.4-.5-.2-.75c.27-.35.76-.7 1.54-.7c1.09 0 1.54.64 1.62.75c.33.5.28 1.16.02 1.57c-.15.22-.32.38-.52.48v.07c.28.11.51.28.68.52c.37.52.33 1.27.01 1.76"/></svg>
React
import type { SVGProps } from "react";
export function IcRoundPin(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="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2M7.64 14.47c0 .29-.24.53-.53.53h-.09c-.29 0-.53-.24-.53-.53V10.5l-.45.33a.534.534 0 0 1-.63-.86l1.19-.85a.66.66 0 0 1 1.04.54zm5.37.53h-2.67c-.4 0-.72-.32-.72-.72c0-.19.08-.38.21-.51c.95-.95 1.58-1.58 1.92-1.94c.4-.42.54-.69.54-1.06c0-.4-.31-.72-.81-.72c-.34 0-.57.16-.72.37c-.15.2-.41.26-.64.16a.548.548 0 0 1-.22-.85c.15-.19.37-.38.67-.53c.69-.33 1.48-.2 1.95.03c.86.44.91 1.24.91 1.48c0 .64-.31 1.26-.92 1.86c-.25.25-.72.71-1.4 1.39l.03.05h1.88c.27 0 .49.22.49.49s-.23.5-.5.5m5.74-.85c-.08.13-.56.85-1.76.85c-.03 0-1.23.06-1.83-.98c-.15-.26-.04-.6.24-.71l.12-.05c.22-.09.47-.01.59.19c.14.24.39.49.88.49c.41 0 .89-.28.89-.77c0-.55-.48-.79-1.04-.79a.5.5 0 0 1-.49-.5c0-.26.2-.47.45-.49v-.01c.33 0 .88-.14.88-.72c0-.39-.31-.65-.75-.65c-.32 0-.53.13-.67.3c-.14.18-.37.26-.58.17l-.08-.03c-.3-.12-.4-.5-.2-.75c.27-.35.76-.7 1.54-.7c1.09 0 1.54.64 1.62.75c.33.5.28 1.16.02 1.57c-.15.22-.32.38-.52.48v.07c.28.11.51.28.68.52c.37.52.33 1.27.01 1.76"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2M7.64 14.47c0 .29-.24.53-.53.53h-.09c-.29 0-.53-.24-.53-.53V10.5l-.45.33a.534.534 0 0 1-.63-.86l1.19-.85a.66.66 0 0 1 1.04.54zm5.37.53h-2.67c-.4 0-.72-.32-.72-.72c0-.19.08-.38.21-.51c.95-.95 1.58-1.58 1.92-1.94c.4-.42.54-.69.54-1.06c0-.4-.31-.72-.81-.72c-.34 0-.57.16-.72.37c-.15.2-.41.26-.64.16a.548.548 0 0 1-.22-.85c.15-.19.37-.38.67-.53c.69-.33 1.48-.2 1.95.03c.86.44.91 1.24.91 1.48c0 .64-.31 1.26-.92 1.86c-.25.25-.72.71-1.4 1.39l.03.05h1.88c.27 0 .49.22.49.49s-.23.5-.5.5m5.74-.85c-.08.13-.56.85-1.76.85c-.03 0-1.23.06-1.83-.98c-.15-.26-.04-.6.24-.71l.12-.05c.22-.09.47-.01.59.19c.14.24.39.49.88.49c.41 0 .89-.28.89-.77c0-.55-.48-.79-1.04-.79a.5.5 0 0 1-.49-.5c0-.26.2-.47.45-.49v-.01c.33 0 .88-.14.88-.72c0-.39-.31-.65-.75-.65c-.32 0-.53.13-.67.3c-.14.18-.37.26-.58.17l-.08-.03c-.3-.12-.4-.5-.2-.75c.27-.35.76-.7 1.54-.7c1.09 0 1.54.64 1.62.75c.33.5.28 1.16.02 1.57c-.15.22-.32.38-.52.48v.07c.28.11.51.28.68.52c.37.52.33 1.27.01 1.76"/></svg> </template>
CSS
.icon-round-pin {
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%22M20%204H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6c0-1.1-.9-2-2-2M7.64%2014.47c0%20.29-.24.53-.53.53h-.09c-.29%200-.53-.24-.53-.53V10.5l-.45.33a.534.534%200%200%201-.63-.86l1.19-.85a.66.66%200%200%201%201.04.54zm5.37.53h-2.67c-.4%200-.72-.32-.72-.72c0-.19.08-.38.21-.51c.95-.95%201.58-1.58%201.92-1.94c.4-.42.54-.69.54-1.06c0-.4-.31-.72-.81-.72c-.34%200-.57.16-.72.37c-.15.2-.41.26-.64.16a.548.548%200%200%201-.22-.85c.15-.19.37-.38.67-.53c.69-.33%201.48-.2%201.95.03c.86.44.91%201.24.91%201.48c0%20.64-.31%201.26-.92%201.86c-.25.25-.72.71-1.4%201.39l.03.05h1.88c.27%200%20.49.22.49.49s-.23.5-.5.5m5.74-.85c-.08.13-.56.85-1.76.85c-.03%200-1.23.06-1.83-.98c-.15-.26-.04-.6.24-.71l.12-.05c.22-.09.47-.01.59.19c.14.24.39.49.88.49c.41%200%20.89-.28.89-.77c0-.55-.48-.79-1.04-.79a.5.5%200%200%201-.49-.5c0-.26.2-.47.45-.49v-.01c.33%200%20.88-.14.88-.72c0-.39-.31-.65-.75-.65c-.32%200-.53.13-.67.3c-.14.18-.37.26-.58.17l-.08-.03c-.3-.12-.4-.5-.2-.75c.27-.35.76-.7%201.54-.7c1.09%200%201.54.64%201.62.75c.33.5.28%201.16.02%201.57c-.15.22-.32.38-.52.48v.07c.28.11.51.28.68.52c.37.52.33%201.27.01%201.76%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%22M20%204H4c-1.1%200-2%20.9-2%202v12c0%201.1.9%202%202%202h16c1.1%200%202-.9%202-2V6c0-1.1-.9-2-2-2M7.64%2014.47c0%20.29-.24.53-.53.53h-.09c-.29%200-.53-.24-.53-.53V10.5l-.45.33a.534.534%200%200%201-.63-.86l1.19-.85a.66.66%200%200%201%201.04.54zm5.37.53h-2.67c-.4%200-.72-.32-.72-.72c0-.19.08-.38.21-.51c.95-.95%201.58-1.58%201.92-1.94c.4-.42.54-.69.54-1.06c0-.4-.31-.72-.81-.72c-.34%200-.57.16-.72.37c-.15.2-.41.26-.64.16a.548.548%200%200%201-.22-.85c.15-.19.37-.38.67-.53c.69-.33%201.48-.2%201.95.03c.86.44.91%201.24.91%201.48c0%20.64-.31%201.26-.92%201.86c-.25.25-.72.71-1.4%201.39l.03.05h1.88c.27%200%20.49.22.49.49s-.23.5-.5.5m5.74-.85c-.08.13-.56.85-1.76.85c-.03%200-1.23.06-1.83-.98c-.15-.26-.04-.6.24-.71l.12-.05c.22-.09.47-.01.59.19c.14.24.39.49.88.49c.41%200%20.89-.28.89-.77c0-.55-.48-.79-1.04-.79a.5.5%200%200%201-.49-.5c0-.26.2-.47.45-.49v-.01c.33%200%20.88-.14.88-.72c0-.39-.31-.65-.75-.65c-.32%200-.53.13-.67.3c-.14.18-.37.26-.58.17l-.08-.03c-.3-.12-.4-.5-.2-.75c.27-.35.76-.7%201.54-.7c1.09%200%201.54.64%201.62.75c.33.5.28%201.16.02%201.57c-.15.22-.32.38-.52.48v.07c.28.11.51.28.68.52c.37.52.33%201.27.01%201.76%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/round-pin.svg?color=%231a73e8&size=48