pin-drop-outline-rounded from Material Symbols Light by Google · Outline Rounded · Maps · Apache-2.0 Free for personal and commercial use.

Name
pin-drop-outline-rounded
Set
Material Symbols Light
Style
Outline 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="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.975m-.507.729q-.246-.09-.45-.271q-2.49-2.216-3.766-4.347Q6 10.954 6 9.016q0-2.645 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 21zM12 9"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightPinDropOutlineRounded(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.975m-.507.729q-.246-.09-.45-.271q-2.49-2.216-3.766-4.347Q6 10.954 6 9.016q0-2.645 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 21zM12 9"/></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.975m-.507.729q-.246-.09-.45-.271q-2.49-2.216-3.766-4.347Q6 10.954 6 9.016q0-2.645 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 21zM12 9"/></svg>
</template>

CSS

.icon-pin-drop-outline-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%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.975m-.507.729q-.246-.09-.45-.271q-2.49-2.216-3.766-4.347Q6%2010.954%206%209.016q0-2.645%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%2021zM12%209%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.975m-.507.729q-.246-.09-.45-.271q-2.49-2.216-3.766-4.347Q6%2010.954%206%209.016q0-2.645%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%2021zM12%209%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-rounded.svg?color=%231a73e8&size=48