pin drop icon
pin-drop-outline from Material Symbols Light by Google · Outline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- pin-drop-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- pin-drop-outline-sharp
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="M12 16.975q2.456-2.154 3.728-4.177T17 9.016q0-2.212-1.4-3.614T12 4T8.4 5.402T7 9.016q0 1.759 1.272 3.782T12 16.975m0 1.275q-2.967-2.427-4.484-4.771T6 9.016q0-2.645 1.68-4.33Q9.362 3 12 3t4.32 1.686Q18 6.37 18 9.016q0 2.119-1.516 4.453T12 18.25m0-7.634q.671 0 1.143-.473q.472-.472.472-1.143t-.472-1.143q-.472-.473-1.143-.473t-1.143.473T10.385 9t.472 1.143t1.143.472M6 21v-1h12v1zm6-12"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPinDropOutline(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 16.975q2.456-2.154 3.728-4.177T17 9.016q0-2.212-1.4-3.614T12 4T8.4 5.402T7 9.016q0 1.759 1.272 3.782T12 16.975m0 1.275q-2.967-2.427-4.484-4.771T6 9.016q0-2.645 1.68-4.33Q9.362 3 12 3t4.32 1.686Q18 6.37 18 9.016q0 2.119-1.516 4.453T12 18.25m0-7.634q.671 0 1.143-.473q.472-.472.472-1.143t-.472-1.143q-.472-.473-1.143-.473t-1.143.473T10.385 9t.472 1.143t1.143.472M6 21v-1h12v1zm6-12"/></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 16.975q2.456-2.154 3.728-4.177T17 9.016q0-2.212-1.4-3.614T12 4T8.4 5.402T7 9.016q0 1.759 1.272 3.782T12 16.975m0 1.275q-2.967-2.427-4.484-4.771T6 9.016q0-2.645 1.68-4.33Q9.362 3 12 3t4.32 1.686Q18 6.37 18 9.016q0 2.119-1.516 4.453T12 18.25m0-7.634q.671 0 1.143-.473q.472-.472.472-1.143t-.472-1.143q-.472-.473-1.143-.473t-1.143.473T10.385 9t.472 1.143t1.143.472M6 21v-1h12v1zm6-12"/></svg> </template>
CSS
.icon-pin-drop-outline {
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%2016.975q2.456-2.154%203.728-4.177T17%209.016q0-2.212-1.4-3.614T12%204T8.4%205.402T7%209.016q0%201.759%201.272%203.782T12%2016.975m0%201.275q-2.967-2.427-4.484-4.771T6%209.016q0-2.645%201.68-4.33Q9.362%203%2012%203t4.32%201.686Q18%206.37%2018%209.016q0%202.119-1.516%204.453T12%2018.25m0-7.634q.671%200%201.143-.473q.472-.472.472-1.143t-.472-1.143q-.472-.473-1.143-.473t-1.143.473T10.385%209t.472%201.143t1.143.472M6%2021v-1h12v1zm6-12%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%2016.975q2.456-2.154%203.728-4.177T17%209.016q0-2.212-1.4-3.614T12%204T8.4%205.402T7%209.016q0%201.759%201.272%203.782T12%2016.975m0%201.275q-2.967-2.427-4.484-4.771T6%209.016q0-2.645%201.68-4.33Q9.362%203%2012%203t4.32%201.686Q18%206.37%2018%209.016q0%202.119-1.516%204.453T12%2018.25m0-7.634q.671%200%201.143-.473q.472-.472.472-1.143t-.472-1.143q-.472-.473-1.143-.473t-1.143.473T10.385%209t.472%201.143t1.143.472M6%2021v-1h12v1zm6-12%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-outline.svg?color=%231a73e8&size=48