pin drop icon
pin-drop-rounded from Material Symbols Light by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- pin-drop-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
Use the pin drop icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.493 17.704q-.246-.09-.45-.271q-2.49-2.216-3.766-4.348Q6 10.955 6 9.016q0-2.644 1.68-4.33Q9.362 3 12 3t4.32 1.686Q18 6.37 18 9.016q0 1.938-1.277 4.06t-3.766 4.348q-.21.19-.453.28t-.504.09t-.507-.09m.51-7.089q.668 0 1.14-.475q.472-.476.472-1.143t-.475-1.14t-1.144-.472t-1.14.475t-.472 1.144t.476 1.14t1.143.472M6.5 21q-.213 0-.356-.144T6 20.499t.144-.356T6.5 20h11q.213 0 .356.144t.144.357t-.144.356T17.5 21z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPinDropRounded(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.493 17.704q-.246-.09-.45-.271q-2.49-2.216-3.766-4.348Q6 10.955 6 9.016q0-2.644 1.68-4.33Q9.362 3 12 3t4.32 1.686Q18 6.37 18 9.016q0 1.938-1.277 4.06t-3.766 4.348q-.21.19-.453.28t-.504.09t-.507-.09m.51-7.089q.668 0 1.14-.475q.472-.476.472-1.143t-.475-1.14t-1.144-.472t-1.14.475t-.472 1.144t.476 1.14t1.143.472M6.5 21q-.213 0-.356-.144T6 20.499t.144-.356T6.5 20h11q.213 0 .356.144t.144.357t-.144.356T17.5 21z"/></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.493 17.704q-.246-.09-.45-.271q-2.49-2.216-3.766-4.348Q6 10.955 6 9.016q0-2.644 1.68-4.33Q9.362 3 12 3t4.32 1.686Q18 6.37 18 9.016q0 1.938-1.277 4.06t-3.766 4.348q-.21.19-.453.28t-.504.09t-.507-.09m.51-7.089q.668 0 1.14-.475q.472-.476.472-1.143t-.475-1.14t-1.144-.472t-1.14.475t-.472 1.144t.476 1.14t1.143.472M6.5 21q-.213 0-.356-.144T6 20.499t.144-.356T6.5 20h11q.213 0 .356.144t.144.357t-.144.356T17.5 21z"/></svg> </template>
CSS
.icon-pin-drop-rounded {
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.493%2017.704q-.246-.09-.45-.271q-2.49-2.216-3.766-4.348Q6%2010.955%206%209.016q0-2.644%201.68-4.33Q9.362%203%2012%203t4.32%201.686Q18%206.37%2018%209.016q0%201.938-1.277%204.06t-3.766%204.348q-.21.19-.453.28t-.504.09t-.507-.09m.51-7.089q.668%200%201.14-.475q.472-.476.472-1.143t-.475-1.14t-1.144-.472t-1.14.475t-.472%201.144t.476%201.14t1.143.472M6.5%2021q-.213%200-.356-.144T6%2020.499t.144-.356T6.5%2020h11q.213%200%20.356.144t.144.357t-.144.356T17.5%2021z%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.493%2017.704q-.246-.09-.45-.271q-2.49-2.216-3.766-4.348Q6%2010.955%206%209.016q0-2.644%201.68-4.33Q9.362%203%2012%203t4.32%201.686Q18%206.37%2018%209.016q0%201.938-1.277%204.06t-3.766%204.348q-.21.19-.453.28t-.504.09t-.507-.09m.51-7.089q.668%200%201.14-.475q.472-.476.472-1.143t-.475-1.14t-1.144-.472t-1.14.475t-.472%201.144t.476%201.14t1.143.472M6.5%2021q-.213%200-.356-.144T6%2020.499t.144-.356T6.5%2020h11q.213%200%20.356.144t.144.357t-.144.356T17.5%2021z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/pin-drop-rounded.svg?color=%231a73e8&size=48