location 2 icon
location-2-line from MingCute Icon by MingCute Design · Line · Apache-2.0 Free for personal and commercial use.
- Name
- location-2-line
- Set
- MingCute Icon
- Style
- Line
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
Related icons in MingCute Icon
Use the location 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M17 17.6c1.237.36 2 .855 2 1.4c0 1.104-3.134 2-7 2s-7-.896-7-2c0-.545.763-1.04 2-1.4m7-8.1a2 2 0 1 1-4 0a2 2 0 0 1 4 0Zm4.5 0c0 4.298-4.603 7.28-6.062 8.118a.87.87 0 0 1-.876 0C10.103 16.78 5.5 13.798 5.5 9.5a6.5 6.5 0 0 1 13 0Z"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteLocation2Line(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="2" d="M17 17.6c1.237.36 2 .855 2 1.4c0 1.104-3.134 2-7 2s-7-.896-7-2c0-.545.763-1.04 2-1.4m7-8.1a2 2 0 1 1-4 0a2 2 0 0 1 4 0Zm4.5 0c0 4.298-4.603 7.28-6.062 8.118a.87.87 0 0 1-.876 0C10.103 16.78 5.5 13.798 5.5 9.5a6.5 6.5 0 0 1 13 0Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M17 17.6c1.237.36 2 .855 2 1.4c0 1.104-3.134 2-7 2s-7-.896-7-2c0-.545.763-1.04 2-1.4m7-8.1a2 2 0 1 1-4 0a2 2 0 0 1 4 0Zm4.5 0c0 4.298-4.603 7.28-6.062 8.118a.87.87 0 0 1-.876 0C10.103 16.78 5.5 13.798 5.5 9.5a6.5 6.5 0 0 1 13 0Z"/></svg> </template>
CSS
.icon-location-2-line {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M17%2017.6c1.237.36%202%20.855%202%201.4c0%201.104-3.134%202-7%202s-7-.896-7-2c0-.545.763-1.04%202-1.4m7-8.1a2%202%200%201%201-4%200a2%202%200%200%201%204%200Zm4.5%200c0%204.298-4.603%207.28-6.062%208.118a.87.87%200%200%201-.876%200C10.103%2016.78%205.5%2013.798%205.5%209.5a6.5%206.5%200%200%201%2013%200Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M17%2017.6c1.237.36%202%20.855%202%201.4c0%201.104-3.134%202-7%202s-7-.896-7-2c0-.545.763-1.04%202-1.4m7-8.1a2%202%200%201%201-4%200a2%202%200%200%201%204%200Zm4.5%200c0%204.298-4.603%207.28-6.062%208.118a.87.87%200%200%201-.876%200C10.103%2016.78%205.5%2013.798%205.5%209.5a6.5%206.5%200%200%201%2013%200Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/location-2-line.svg?color=%231a73e8&size=48