user location icon
user-location from Unicons by Iconscout · Line · Users · Apache-2.0 Free for personal and commercial use.
- Name
- user-location
- Set
- Unicons
- Style
- Line
- Category
- Users
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- location
The same icon in other sets
More users icons from Unicons
Use the user location icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.49 10.86a3.09 3.09 0 1 0-5 0a4.7 4.7 0 0 0-1.12 1A1 1 0 1 0 10 13.12a2.62 2.62 0 0 1 2.05-1a2.62 2.62 0 0 1 2.05 1a1 1 0 0 0 .78.37a1 1 0 0 0 .78-1.62a4.7 4.7 0 0 0-1.17-1.01M12 10.13A1.09 1.09 0 1 1 13.09 9A1.09 1.09 0 0 1 12 10.13m8.46-.5A8.5 8.5 0 0 0 7.3 3.36a8.56 8.56 0 0 0-3.76 6.27A8.46 8.46 0 0 0 6 16.46l5.3 5.31a1 1 0 0 0 1.42 0L18 16.46a8.46 8.46 0 0 0 2.46-6.83m-3.86 5.42l-4.6 4.6l-4.6-4.6a6.49 6.49 0 0 1-1.87-5.22A6.57 6.57 0 0 1 8.42 5a6.47 6.47 0 0 1 7.16 0a6.57 6.57 0 0 1 2.89 4.81a6.49 6.49 0 0 1-1.87 5.24"/></svg>
React
import type { SVGProps } from "react";
export function UilUserLocation(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="M14.49 10.86a3.09 3.09 0 1 0-5 0a4.7 4.7 0 0 0-1.12 1A1 1 0 1 0 10 13.12a2.62 2.62 0 0 1 2.05-1a2.62 2.62 0 0 1 2.05 1a1 1 0 0 0 .78.37a1 1 0 0 0 .78-1.62a4.7 4.7 0 0 0-1.17-1.01M12 10.13A1.09 1.09 0 1 1 13.09 9A1.09 1.09 0 0 1 12 10.13m8.46-.5A8.5 8.5 0 0 0 7.3 3.36a8.56 8.56 0 0 0-3.76 6.27A8.46 8.46 0 0 0 6 16.46l5.3 5.31a1 1 0 0 0 1.42 0L18 16.46a8.46 8.46 0 0 0 2.46-6.83m-3.86 5.42l-4.6 4.6l-4.6-4.6a6.49 6.49 0 0 1-1.87-5.22A6.57 6.57 0 0 1 8.42 5a6.47 6.47 0 0 1 7.16 0a6.57 6.57 0 0 1 2.89 4.81a6.49 6.49 0 0 1-1.87 5.24"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.49 10.86a3.09 3.09 0 1 0-5 0a4.7 4.7 0 0 0-1.12 1A1 1 0 1 0 10 13.12a2.62 2.62 0 0 1 2.05-1a2.62 2.62 0 0 1 2.05 1a1 1 0 0 0 .78.37a1 1 0 0 0 .78-1.62a4.7 4.7 0 0 0-1.17-1.01M12 10.13A1.09 1.09 0 1 1 13.09 9A1.09 1.09 0 0 1 12 10.13m8.46-.5A8.5 8.5 0 0 0 7.3 3.36a8.56 8.56 0 0 0-3.76 6.27A8.46 8.46 0 0 0 6 16.46l5.3 5.31a1 1 0 0 0 1.42 0L18 16.46a8.46 8.46 0 0 0 2.46-6.83m-3.86 5.42l-4.6 4.6l-4.6-4.6a6.49 6.49 0 0 1-1.87-5.22A6.57 6.57 0 0 1 8.42 5a6.47 6.47 0 0 1 7.16 0a6.57 6.57 0 0 1 2.89 4.81a6.49 6.49 0 0 1-1.87 5.24"/></svg> </template>
CSS
.icon-user-location {
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%22M14.49%2010.86a3.09%203.09%200%201%200-5%200a4.7%204.7%200%200%200-1.12%201A1%201%200%201%200%2010%2013.12a2.62%202.62%200%200%201%202.05-1a2.62%202.62%200%200%201%202.05%201a1%201%200%200%200%20.78.37a1%201%200%200%200%20.78-1.62a4.7%204.7%200%200%200-1.17-1.01M12%2010.13A1.09%201.09%200%201%201%2013.09%209A1.09%201.09%200%200%201%2012%2010.13m8.46-.5A8.5%208.5%200%200%200%207.3%203.36a8.56%208.56%200%200%200-3.76%206.27A8.46%208.46%200%200%200%206%2016.46l5.3%205.31a1%201%200%200%200%201.42%200L18%2016.46a8.46%208.46%200%200%200%202.46-6.83m-3.86%205.42l-4.6%204.6l-4.6-4.6a6.49%206.49%200%200%201-1.87-5.22A6.57%206.57%200%200%201%208.42%205a6.47%206.47%200%200%201%207.16%200a6.57%206.57%200%200%201%202.89%204.81a6.49%206.49%200%200%201-1.87%205.24%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%22M14.49%2010.86a3.09%203.09%200%201%200-5%200a4.7%204.7%200%200%200-1.12%201A1%201%200%201%200%2010%2013.12a2.62%202.62%200%200%201%202.05-1a2.62%202.62%200%200%201%202.05%201a1%201%200%200%200%20.78.37a1%201%200%200%200%20.78-1.62a4.7%204.7%200%200%200-1.17-1.01M12%2010.13A1.09%201.09%200%201%201%2013.09%209A1.09%201.09%200%200%201%2012%2010.13m8.46-.5A8.5%208.5%200%200%200%207.3%203.36a8.56%208.56%200%200%200-3.76%206.27A8.46%208.46%200%200%200%206%2016.46l5.3%205.31a1%201%200%200%200%201.42%200L18%2016.46a8.46%208.46%200%200%200%202.46-6.83m-3.86%205.42l-4.6%204.6l-4.6-4.6a6.49%206.49%200%200%201-1.87-5.22A6.57%206.57%200%200%201%208.42%205a6.47%206.47%200%200%201%207.16%200a6.57%206.57%200%200%201%202.89%204.81a6.49%206.49%200%200%201-1.87%205.24%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/uil/user-location.svg?color=%231a73e8&size=48