location 3 icon
location-3-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- location-3-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Related icons in MingCute Icon
Use the location 3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.553 16.106a1 1 0 0 1 1.342.447l2 4A1 1 0 0 1 20 22H4a1 1 0 0 1-.895-1.447l2-4a1 1 0 0 1 1.79.894L5.618 20h12.764l-1.277-2.553a1 1 0 0 1 .448-1.341M12 2a7 7 0 0 1 7 7c0 2.382-1.29 4.318-2.623 5.69c-1.344 1.383-2.845 2.313-3.528 2.702c-.53.3-1.169.3-1.698 0c-.683-.389-2.184-1.32-3.528-2.702C6.289 13.318 5 11.382 5 9a7 7 0 0 1 7-7m0 5a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteLocation3Fill(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="M17.553 16.106a1 1 0 0 1 1.342.447l2 4A1 1 0 0 1 20 22H4a1 1 0 0 1-.895-1.447l2-4a1 1 0 0 1 1.79.894L5.618 20h12.764l-1.277-2.553a1 1 0 0 1 .448-1.341M12 2a7 7 0 0 1 7 7c0 2.382-1.29 4.318-2.623 5.69c-1.344 1.383-2.845 2.313-3.528 2.702c-.53.3-1.169.3-1.698 0c-.683-.389-2.184-1.32-3.528-2.702C6.289 13.318 5 11.382 5 9a7 7 0 0 1 7-7m0 5a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.553 16.106a1 1 0 0 1 1.342.447l2 4A1 1 0 0 1 20 22H4a1 1 0 0 1-.895-1.447l2-4a1 1 0 0 1 1.79.894L5.618 20h12.764l-1.277-2.553a1 1 0 0 1 .448-1.341M12 2a7 7 0 0 1 7 7c0 2.382-1.29 4.318-2.623 5.69c-1.344 1.383-2.845 2.313-3.528 2.702c-.53.3-1.169.3-1.698 0c-.683-.389-2.184-1.32-3.528-2.702C6.289 13.318 5 11.382 5 9a7 7 0 0 1 7-7m0 5a2 2 0 1 0 0 4a2 2 0 0 0 0-4"/></svg> </template>
CSS
.icon-location-3-fill {
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%22M17.553%2016.106a1%201%200%200%201%201.342.447l2%204A1%201%200%200%201%2020%2022H4a1%201%200%200%201-.895-1.447l2-4a1%201%200%200%201%201.79.894L5.618%2020h12.764l-1.277-2.553a1%201%200%200%201%20.448-1.341M12%202a7%207%200%200%201%207%207c0%202.382-1.29%204.318-2.623%205.69c-1.344%201.383-2.845%202.313-3.528%202.702c-.53.3-1.169.3-1.698%200c-.683-.389-2.184-1.32-3.528-2.702C6.289%2013.318%205%2011.382%205%209a7%207%200%200%201%207-7m0%205a2%202%200%201%200%200%204a2%202%200%200%200%200-4%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%22M17.553%2016.106a1%201%200%200%201%201.342.447l2%204A1%201%200%200%201%2020%2022H4a1%201%200%200%201-.895-1.447l2-4a1%201%200%200%201%201.79.894L5.618%2020h12.764l-1.277-2.553a1%201%200%200%201%20.448-1.341M12%202a7%207%200%200%201%207%207c0%202.382-1.29%204.318-2.623%205.69c-1.344%201.383-2.845%202.313-3.528%202.702c-.53.3-1.169.3-1.698%200c-.683-.389-2.184-1.32-3.528-2.702C6.289%2013.318%205%2011.382%205%209a7%207%200%200%201%207-7m0%205a2%202%200%201%200%200%204a2%202%200%200%200%200-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/location-3-fill.svg?color=%231a73e8&size=48