location pin lock icon
location-pin-lock from Font Awesome Solid by Dave Gandy · Solid · CC-BY-4.0 Attribution required.
- Name
- location-pin-lock
- Set
- Font Awesome Solid
- Style
- Solid
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
Related icons in Font Awesome Solid
Use the location pin lock icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 252.6C64 148.4 150 64 256 64c102.1 0 185.6 78.3 191.6 177c-62.9 8.1-111.6 61.8-111.6 127v24.4c-19.6 17.6-32 43.1-32 71.5v75.7c-9.9 11.6-18.9 21.7-26.4 29.8c-11.8 12.8-31.5 12.8-43.3 0c-50.2-54.5-170.4-197.5-170.4-316.8zM256 320c35.3 0 64-28.7 64-64s-28.7-64-64-64s-64 28.7-64 64s28.7 64 64 64m240 48.1c0-17.7-14.3-32-32-32s-32 14.3-32 32V416h64zM352 464c0-20.9 13.4-38.7 32-45.3v-50.6c0-44.2 35.8-80 80-80s80 35.8 80 80v50.6c18.6 6.6 32 24.4 32 45.3v96c0 26.5-21.5 48-48 48H400c-26.5 0-48-21.5-48-48z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidLocationPinLock(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 252.6C64 148.4 150 64 256 64c102.1 0 185.6 78.3 191.6 177c-62.9 8.1-111.6 61.8-111.6 127v24.4c-19.6 17.6-32 43.1-32 71.5v75.7c-9.9 11.6-18.9 21.7-26.4 29.8c-11.8 12.8-31.5 12.8-43.3 0c-50.2-54.5-170.4-197.5-170.4-316.8zM256 320c35.3 0 64-28.7 64-64s-28.7-64-64-64s-64 28.7-64 64s28.7 64 64 64m240 48.1c0-17.7-14.3-32-32-32s-32 14.3-32 32V416h64zM352 464c0-20.9 13.4-38.7 32-45.3v-50.6c0-44.2 35.8-80 80-80s80 35.8 80 80v50.6c18.6 6.6 32 24.4 32 45.3v96c0 26.5-21.5 48-48 48H400c-26.5 0-48-21.5-48-48z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M64 252.6C64 148.4 150 64 256 64c102.1 0 185.6 78.3 191.6 177c-62.9 8.1-111.6 61.8-111.6 127v24.4c-19.6 17.6-32 43.1-32 71.5v75.7c-9.9 11.6-18.9 21.7-26.4 29.8c-11.8 12.8-31.5 12.8-43.3 0c-50.2-54.5-170.4-197.5-170.4-316.8zM256 320c35.3 0 64-28.7 64-64s-28.7-64-64-64s-64 28.7-64 64s28.7 64 64 64m240 48.1c0-17.7-14.3-32-32-32s-32 14.3-32 32V416h64zM352 464c0-20.9 13.4-38.7 32-45.3v-50.6c0-44.2 35.8-80 80-80s80 35.8 80 80v50.6c18.6 6.6 32 24.4 32 45.3v96c0 26.5-21.5 48-48 48H400c-26.5 0-48-21.5-48-48z"/></svg> </template>
CSS
.icon-location-pin-lock {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%20252.6C64%20148.4%20150%2064%20256%2064c102.1%200%20185.6%2078.3%20191.6%20177c-62.9%208.1-111.6%2061.8-111.6%20127v24.4c-19.6%2017.6-32%2043.1-32%2071.5v75.7c-9.9%2011.6-18.9%2021.7-26.4%2029.8c-11.8%2012.8-31.5%2012.8-43.3%200c-50.2-54.5-170.4-197.5-170.4-316.8zM256%20320c35.3%200%2064-28.7%2064-64s-28.7-64-64-64s-64%2028.7-64%2064s28.7%2064%2064%2064m240%2048.1c0-17.7-14.3-32-32-32s-32%2014.3-32%2032V416h64zM352%20464c0-20.9%2013.4-38.7%2032-45.3v-50.6c0-44.2%2035.8-80%2080-80s80%2035.8%2080%2080v50.6c18.6%206.6%2032%2024.4%2032%2045.3v96c0%2026.5-21.5%2048-48%2048H400c-26.5%200-48-21.5-48-48z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M64%20252.6C64%20148.4%20150%2064%20256%2064c102.1%200%20185.6%2078.3%20191.6%20177c-62.9%208.1-111.6%2061.8-111.6%20127v24.4c-19.6%2017.6-32%2043.1-32%2071.5v75.7c-9.9%2011.6-18.9%2021.7-26.4%2029.8c-11.8%2012.8-31.5%2012.8-43.3%200c-50.2-54.5-170.4-197.5-170.4-316.8zM256%20320c35.3%200%2064-28.7%2064-64s-28.7-64-64-64s-64%2028.7-64%2064s28.7%2064%2064%2064m240%2048.1c0-17.7-14.3-32-32-32s-32%2014.3-32%2032V416h64zM352%20464c0-20.9%2013.4-38.7%2032-45.3v-50.6c0-44.2%2035.8-80%2080-80s80%2035.8%2080%2080v50.6c18.6%206.6%2032%2024.4%2032%2045.3v96c0%2026.5-21.5%2048-48%2048H400c-26.5%200-48-21.5-48-48z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/location-pin-lock.svg?color=%231a73e8&size=48