location pin alt icon
location-pin-alt from Unicons by Iconscout · Line · Location And Map · Apache-2.0 Free for personal and commercial use.
- Name
- location-pin-alt
- Set
- Unicons
- Style
- Line
- Category
- Location And Map
- Viewbox
- 24×24
- License
- Apache 2.0
More location and map icons from Unicons
Use the location pin alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 10.8a2 2 0 1 0-2-2a2 2 0 0 0 2 2m-.71 6.91a1 1 0 0 0 1.42 0l4.09-4.1a6.79 6.79 0 1 0-9.6 0ZM7.23 8.34a4.81 4.81 0 0 1 2.13-3.55a4.81 4.81 0 0 1 5.28 0a4.82 4.82 0 0 1 .75 7.41L12 15.59L8.61 12.2a4.77 4.77 0 0 1-1.38-3.86M19 20H5a1 1 0 0 0 0 2h14a1 1 0 0 0 0-2"/></svg>
React
import type { SVGProps } from "react";
export function UilLocationPinAlt(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 10.8a2 2 0 1 0-2-2a2 2 0 0 0 2 2m-.71 6.91a1 1 0 0 0 1.42 0l4.09-4.1a6.79 6.79 0 1 0-9.6 0ZM7.23 8.34a4.81 4.81 0 0 1 2.13-3.55a4.81 4.81 0 0 1 5.28 0a4.82 4.82 0 0 1 .75 7.41L12 15.59L8.61 12.2a4.77 4.77 0 0 1-1.38-3.86M19 20H5a1 1 0 0 0 0 2h14a1 1 0 0 0 0-2"/></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 10.8a2 2 0 1 0-2-2a2 2 0 0 0 2 2m-.71 6.91a1 1 0 0 0 1.42 0l4.09-4.1a6.79 6.79 0 1 0-9.6 0ZM7.23 8.34a4.81 4.81 0 0 1 2.13-3.55a4.81 4.81 0 0 1 5.28 0a4.82 4.82 0 0 1 .75 7.41L12 15.59L8.61 12.2a4.77 4.77 0 0 1-1.38-3.86M19 20H5a1 1 0 0 0 0 2h14a1 1 0 0 0 0-2"/></svg> </template>
CSS
.icon-location-pin-alt {
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%2010.8a2%202%200%201%200-2-2a2%202%200%200%200%202%202m-.71%206.91a1%201%200%200%200%201.42%200l4.09-4.1a6.79%206.79%200%201%200-9.6%200ZM7.23%208.34a4.81%204.81%200%200%201%202.13-3.55a4.81%204.81%200%200%201%205.28%200a4.82%204.82%200%200%201%20.75%207.41L12%2015.59L8.61%2012.2a4.77%204.77%200%200%201-1.38-3.86M19%2020H5a1%201%200%200%200%200%202h14a1%201%200%200%200%200-2%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%2010.8a2%202%200%201%200-2-2a2%202%200%200%200%202%202m-.71%206.91a1%201%200%200%200%201.42%200l4.09-4.1a6.79%206.79%200%201%200-9.6%200ZM7.23%208.34a4.81%204.81%200%200%201%202.13-3.55a4.81%204.81%200%200%201%205.28%200a4.82%204.82%200%200%201%20.75%207.41L12%2015.59L8.61%2012.2a4.77%204.77%200%200%201-1.38-3.86M19%2020H5a1%201%200%200%200%200%202h14a1%201%200%200%200%200-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/location-pin-alt.svg?color=%231a73e8&size=48