map-plus from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
map-plus
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the map plus 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-linejoin="round" stroke-width="1.5" d="M21.995 17.5h-3.5m0 0h-3.5m3.5 0V14m0 3.5V21m3.5-9.25V7.204c0-2.086 0-3.129-.674-3.58s-1.619-.04-3.508.781l-1.242.54c-.777.339-1.165.508-1.576.508c-.41 0-.799-.17-1.575-.507l-2.014-.876C9.728 3.34 8.889 2.975 8.007 3s-1.698.44-3.33 1.27l-.47.238c-1.076.546-1.614.819-1.913 1.31c-.299.49-.299 1.1-.299 2.322v7.476c0 1.928 0 2.892.623 3.348s1.524.15 3.326-.459l.609-.206c.713-.241 1.07-.362 1.436-.346c.368.015.713.165 1.404.466l2.45 1.066l.152.066m-4-16.457v14.718m7-6.062V5.631"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsMapPlus(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" strokeLinejoin="round" strokeWidth="1.5" d="M21.995 17.5h-3.5m0 0h-3.5m3.5 0V14m0 3.5V21m3.5-9.25V7.204c0-2.086 0-3.129-.674-3.58s-1.619-.04-3.508.781l-1.242.54c-.777.339-1.165.508-1.576.508c-.41 0-.799-.17-1.575-.507l-2.014-.876C9.728 3.34 8.889 2.975 8.007 3s-1.698.44-3.33 1.27l-.47.238c-1.076.546-1.614.819-1.913 1.31c-.299.49-.299 1.1-.299 2.322v7.476c0 1.928 0 2.892.623 3.348s1.524.15 3.326-.459l.609-.206c.713-.241 1.07-.362 1.436-.346c.368.015.713.165 1.404.466l2.45 1.066l.152.066m-4-16.457v14.718m7-6.062V5.631"/></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-linejoin="round" stroke-width="1.5" d="M21.995 17.5h-3.5m0 0h-3.5m3.5 0V14m0 3.5V21m3.5-9.25V7.204c0-2.086 0-3.129-.674-3.58s-1.619-.04-3.508.781l-1.242.54c-.777.339-1.165.508-1.576.508c-.41 0-.799-.17-1.575-.507l-2.014-.876C9.728 3.34 8.889 2.975 8.007 3s-1.698.44-3.33 1.27l-.47.238c-1.076.546-1.614.819-1.913 1.31c-.299.49-.299 1.1-.299 2.322v7.476c0 1.928 0 2.892.623 3.348s1.524.15 3.326-.459l.609-.206c.713-.241 1.07-.362 1.436-.346c.368.015.713.165 1.404.466l2.45 1.066l.152.066m-4-16.457v14.718m7-6.062V5.631"/></svg>
</template>

CSS

.icon-map-plus {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M21.995%2017.5h-3.5m0%200h-3.5m3.5%200V14m0%203.5V21m3.5-9.25V7.204c0-2.086%200-3.129-.674-3.58s-1.619-.04-3.508.781l-1.242.54c-.777.339-1.165.508-1.576.508c-.41%200-.799-.17-1.575-.507l-2.014-.876C9.728%203.34%208.889%202.975%208.007%203s-1.698.44-3.33%201.27l-.47.238c-1.076.546-1.614.819-1.913%201.31c-.299.49-.299%201.1-.299%202.322v7.476c0%201.928%200%202.892.623%203.348s1.524.15%203.326-.459l.609-.206c.713-.241%201.07-.362%201.436-.346c.368.015.713.165%201.404.466l2.45%201.066l.152.066m-4-16.457v14.718m7-6.062V5.631%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M21.995%2017.5h-3.5m0%200h-3.5m3.5%200V14m0%203.5V21m3.5-9.25V7.204c0-2.086%200-3.129-.674-3.58s-1.619-.04-3.508.781l-1.242.54c-.777.339-1.165.508-1.576.508c-.41%200-.799-.17-1.575-.507l-2.014-.876C9.728%203.34%208.889%202.975%208.007%203s-1.698.44-3.33%201.27l-.47.238c-1.076.546-1.614.819-1.913%201.31c-.299.49-.299%201.1-.299%202.322v7.476c0%201.928%200%202.892.623%203.348s1.524.15%203.326-.459l.609-.206c.713-.241%201.07-.362%201.436-.346c.368.015.713.165%201.404.466l2.45%201.066l.152.066m-4-16.457v14.718m7-6.062V5.631%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/map-plus.svg?color=%231a73e8&size=48