person pin icon
person-pin-outline-sharp from Material Symbols Light by Google · Outline Sharp · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- person-pin-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline Sharp
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
Use the person pin icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 21.577L9.423 19H4V3h16v16h-5.423zm-7-4.342q1.35-1.325 3.138-2.088T12 14.384t3.863.763T19 17.235V4H5zm9.129-6.03q.871-.87.871-2.128t-.871-2.129T12 6.077t-2.129.871T9 9.077t.871 2.129t2.129.871t2.129-.871M5.885 18h12.23v-.173q-1.319-1.24-2.873-1.841T12 15.385q-1.65 0-3.213.591t-2.903 1.813zm4.706-7.514Q10 9.894 10 9.077t.591-1.409T12 7.077t1.409.591Q14 8.26 14 9.077t-.591 1.409t-1.409.591t-1.409-.591m1.409.131"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightPersonPinOutlineSharp(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 21.577L9.423 19H4V3h16v16h-5.423zm-7-4.342q1.35-1.325 3.138-2.088T12 14.384t3.863.763T19 17.235V4H5zm9.129-6.03q.871-.87.871-2.128t-.871-2.129T12 6.077t-2.129.871T9 9.077t.871 2.129t2.129.871t2.129-.871M5.885 18h12.23v-.173q-1.319-1.24-2.873-1.841T12 15.385q-1.65 0-3.213.591t-2.903 1.813zm4.706-7.514Q10 9.894 10 9.077t.591-1.409T12 7.077t1.409.591Q14 8.26 14 9.077t-.591 1.409t-1.409.591t-1.409-.591m1.409.131"/></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 21.577L9.423 19H4V3h16v16h-5.423zm-7-4.342q1.35-1.325 3.138-2.088T12 14.384t3.863.763T19 17.235V4H5zm9.129-6.03q.871-.87.871-2.128t-.871-2.129T12 6.077t-2.129.871T9 9.077t.871 2.129t2.129.871t2.129-.871M5.885 18h12.23v-.173q-1.319-1.24-2.873-1.841T12 15.385q-1.65 0-3.213.591t-2.903 1.813zm4.706-7.514Q10 9.894 10 9.077t.591-1.409T12 7.077t1.409.591Q14 8.26 14 9.077t-.591 1.409t-1.409.591t-1.409-.591m1.409.131"/></svg> </template>
CSS
.icon-person-pin-outline-sharp {
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%2021.577L9.423%2019H4V3h16v16h-5.423zm-7-4.342q1.35-1.325%203.138-2.088T12%2014.384t3.863.763T19%2017.235V4H5zm9.129-6.03q.871-.87.871-2.128t-.871-2.129T12%206.077t-2.129.871T9%209.077t.871%202.129t2.129.871t2.129-.871M5.885%2018h12.23v-.173q-1.319-1.24-2.873-1.841T12%2015.385q-1.65%200-3.213.591t-2.903%201.813zm4.706-7.514Q10%209.894%2010%209.077t.591-1.409T12%207.077t1.409.591Q14%208.26%2014%209.077t-.591%201.409t-1.409.591t-1.409-.591m1.409.131%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%2021.577L9.423%2019H4V3h16v16h-5.423zm-7-4.342q1.35-1.325%203.138-2.088T12%2014.384t3.863.763T19%2017.235V4H5zm9.129-6.03q.871-.87.871-2.128t-.871-2.129T12%206.077t-2.129.871T9%209.077t.871%202.129t2.129.871t2.129-.871M5.885%2018h12.23v-.173q-1.319-1.24-2.873-1.841T12%2015.385q-1.65%200-3.213.591t-2.903%201.813zm4.706-7.514Q10%209.894%2010%209.077t.591-1.409T12%207.077t1.409.591Q14%208.26%2014%209.077t-.591%201.409t-1.409.591t-1.409-.591m1.409.131%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/person-pin-outline-sharp.svg?color=%231a73e8&size=48