map4 icon
map4 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- map4
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the map4 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="M22 9v6c0 2.5-.5 4.25-1.62 5.38L14 14l7.73-7.73c.18.79.27 1.69.27 2.73"/><path stroke-linecap="round" stroke-linejoin="round" d="M21.73 6.27L6.27 21.73C3.26 21.04 2 18.96 2 15V9c0-5 2-7 7-7h6c3.96 0 6.04 1.26 6.73 4.27"/><path stroke-linecap="round" stroke-linejoin="round" d="M20.38 20.38C19.25 21.5 17.5 22 15 22H9c-1.04 0-1.94-.09-2.73-.27L14 14z"/><path d="M6.24 7.98c.68-2.93 5.08-2.93 5.76 0c.39 1.72-.69 3.18-1.64 4.08a1.8 1.8 0 0 1-2.48 0c-.95-.9-2.04-2.36-1.64-4.08Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M9.095 8.7h.009"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMap4(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="M22 9v6c0 2.5-.5 4.25-1.62 5.38L14 14l7.73-7.73c.18.79.27 1.69.27 2.73"/><path strokeLinecap="round" strokeLinejoin="round" d="M21.73 6.27L6.27 21.73C3.26 21.04 2 18.96 2 15V9c0-5 2-7 7-7h6c3.96 0 6.04 1.26 6.73 4.27"/><path strokeLinecap="round" strokeLinejoin="round" d="M20.38 20.38C19.25 21.5 17.5 22 15 22H9c-1.04 0-1.94-.09-2.73-.27L14 14z"/><path d="M6.24 7.98c.68-2.93 5.08-2.93 5.76 0c.39 1.72-.69 3.18-1.64 4.08a1.8 1.8 0 0 1-2.48 0c-.95-.9-2.04-2.36-1.64-4.08Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M9.095 8.7h.009"/></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="M22 9v6c0 2.5-.5 4.25-1.62 5.38L14 14l7.73-7.73c.18.79.27 1.69.27 2.73"/><path stroke-linecap="round" stroke-linejoin="round" d="M21.73 6.27L6.27 21.73C3.26 21.04 2 18.96 2 15V9c0-5 2-7 7-7h6c3.96 0 6.04 1.26 6.73 4.27"/><path stroke-linecap="round" stroke-linejoin="round" d="M20.38 20.38C19.25 21.5 17.5 22 15 22H9c-1.04 0-1.94-.09-2.73-.27L14 14z"/><path d="M6.24 7.98c.68-2.93 5.08-2.93 5.76 0c.39 1.72-.69 3.18-1.64 4.08a1.8 1.8 0 0 1-2.48 0c-.95-.9-2.04-2.36-1.64-4.08Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M9.095 8.7h.009"/></g></svg> </template>
CSS
.icon-map4 {
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%22M22%209v6c0%202.5-.5%204.25-1.62%205.38L14%2014l7.73-7.73c.18.79.27%201.69.27%202.73%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21.73%206.27L6.27%2021.73C3.26%2021.04%202%2018.96%202%2015V9c0-5%202-7%207-7h6c3.96%200%206.04%201.26%206.73%204.27%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.38%2020.38C19.25%2021.5%2017.5%2022%2015%2022H9c-1.04%200-1.94-.09-2.73-.27L14%2014z%22%2F%3E%3Cpath%20d%3D%22M6.24%207.98c.68-2.93%205.08-2.93%205.76%200c.39%201.72-.69%203.18-1.64%204.08a1.8%201.8%200%200%201-2.48%200c-.95-.9-2.04-2.36-1.64-4.08Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9.095%208.7h.009%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%22M22%209v6c0%202.5-.5%204.25-1.62%205.38L14%2014l7.73-7.73c.18.79.27%201.69.27%202.73%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21.73%206.27L6.27%2021.73C3.26%2021.04%202%2018.96%202%2015V9c0-5%202-7%207-7h6c3.96%200%206.04%201.26%206.73%204.27%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M20.38%2020.38C19.25%2021.5%2017.5%2022%2015%2022H9c-1.04%200-1.94-.09-2.73-.27L14%2014z%22%2F%3E%3Cpath%20d%3D%22M6.24%207.98c.68-2.93%205.08-2.93%205.76%200c.39%201.72-.69%203.18-1.64%204.08a1.8%201.8%200%200%201-2.48%200c-.95-.9-2.04-2.36-1.64-4.08Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M9.095%208.7h.009%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/map4.svg?color=%231a73e8&size=48