location user 04 icon
location-user-04 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- location-user-04
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
location-01location-02location-03location-04location-05location-06location-07location-08location-09location-10location-add-01location-add-02location-check-01location-check-02location-favourite-01location-favourite-02location-offline-01location-offline-02location-offline-03location-offline-04location-remove-01location-remove-02location-share-01location-share-02
Use the location user 04 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M5.533 17c-1.422 2.006-1.78 3.065-1.38 3.916q.06.126.14.243C4.862 22 6.34 22 9.295 22h5.408c2.955 0 4.432 0 5.004-.841q.08-.118.139-.243c.4-.85.042-1.91-1.38-3.916"/><path d="M12.998 7h-1.996c-2.87 0-4.805 3.07-3.674 5.828a1 1 0 0 0 .918.633h.703c.237 0 .444.17.501.41l.905 3.786c.189.79.867 1.343 1.645 1.343s1.456-.554 1.645-1.343l.905-3.786a.52.52 0 0 1 .5-.41h.704a1 1 0 0 0 .918-.633C17.804 10.069 15.869 7 12.999 7Z"/><path d="M14.5 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsLocationUser04(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" strokeLinejoin="round" d="M5.533 17c-1.422 2.006-1.78 3.065-1.38 3.916q.06.126.14.243C4.862 22 6.34 22 9.295 22h5.408c2.955 0 4.432 0 5.004-.841q.08-.118.139-.243c.4-.85.042-1.91-1.38-3.916"/><path d="M12.998 7h-1.996c-2.87 0-4.805 3.07-3.674 5.828a1 1 0 0 0 .918.633h.703c.237 0 .444.17.501.41l.905 3.786c.189.79.867 1.343 1.645 1.343s1.456-.554 1.645-1.343l.905-3.786a.52.52 0 0 1 .5-.41h.704a1 1 0 0 0 .918-.633C17.804 10.069 15.869 7 12.999 7Z"/><path d="M14.5 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" stroke-linejoin="round" d="M5.533 17c-1.422 2.006-1.78 3.065-1.38 3.916q.06.126.14.243C4.862 22 6.34 22 9.295 22h5.408c2.955 0 4.432 0 5.004-.841q.08-.118.139-.243c.4-.85.042-1.91-1.38-3.916"/><path d="M12.998 7h-1.996c-2.87 0-4.805 3.07-3.674 5.828a1 1 0 0 0 .918.633h.703c.237 0 .444.17.501.41l.905 3.786c.189.79.867 1.343 1.645 1.343s1.456-.554 1.645-1.343l.905-3.786a.52.52 0 0 1 .5-.41h.704a1 1 0 0 0 .918-.633C17.804 10.069 15.869 7 12.999 7Z"/><path d="M14.5 4.5a2.5 2.5 0 1 1-5 0a2.5 2.5 0 0 1 5 0Z"/></g></svg> </template>
CSS
.icon-location-user-04 {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5.533%2017c-1.422%202.006-1.78%203.065-1.38%203.916q.06.126.14.243C4.862%2022%206.34%2022%209.295%2022h5.408c2.955%200%204.432%200%205.004-.841q.08-.118.139-.243c.4-.85.042-1.91-1.38-3.916%22%2F%3E%3Cpath%20d%3D%22M12.998%207h-1.996c-2.87%200-4.805%203.07-3.674%205.828a1%201%200%200%200%20.918.633h.703c.237%200%20.444.17.501.41l.905%203.786c.189.79.867%201.343%201.645%201.343s1.456-.554%201.645-1.343l.905-3.786a.52.52%200%200%201%20.5-.41h.704a1%201%200%200%200%20.918-.633C17.804%2010.069%2015.869%207%2012.999%207Z%22%2F%3E%3Cpath%20d%3D%22M14.5%204.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200Z%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M5.533%2017c-1.422%202.006-1.78%203.065-1.38%203.916q.06.126.14.243C4.862%2022%206.34%2022%209.295%2022h5.408c2.955%200%204.432%200%205.004-.841q.08-.118.139-.243c.4-.85.042-1.91-1.38-3.916%22%2F%3E%3Cpath%20d%3D%22M12.998%207h-1.996c-2.87%200-4.805%203.07-3.674%205.828a1%201%200%200%200%20.918.633h.703c.237%200%20.444.17.501.41l.905%203.786c.189.79.867%201.343%201.645%201.343s1.456-.554%201.645-1.343l.905-3.786a.52.52%200%200%201%20.5-.41h.704a1%201%200%200%200%20.918-.633C17.804%2010.069%2015.869%207%2012.999%207Z%22%2F%3E%3Cpath%20d%3D%22M14.5%204.5a2.5%202.5%200%201%201-5%200a2.5%202.5%200%200%201%205%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/location-user-04.svg?color=%231a73e8&size=48