map minus icon
map-minus from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- map-minus
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
Use the map minus 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.996 18.474h-7m-3 1.802l-.151-.066l-2.451-1.066c-.691-.3-1.037-.45-1.404-.466s-.723.105-1.437.346l-.608.206c-1.802.61-2.703.915-3.326.459s-.623-1.42-.623-3.348V8.865c0-1.221 0-1.832.299-2.322c.298-.49.836-.764 1.912-1.31l.47-.239c1.633-.828 2.45-1.242 3.331-1.269c.882-.026 1.721.339 3.399 1.069l2.013.876c.777.338 1.166.507 1.576.507s.799-.17 1.576-.507l1.242-.54c1.89-.822 2.834-1.233 3.508-.782s.674 1.494.674 3.58v6.546m-14-10.656v14.718m7-4.062V6.355"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMapMinus(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.996 18.474h-7m-3 1.802l-.151-.066l-2.451-1.066c-.691-.3-1.037-.45-1.404-.466s-.723.105-1.437.346l-.608.206c-1.802.61-2.703.915-3.326.459s-.623-1.42-.623-3.348V8.865c0-1.221 0-1.832.299-2.322c.298-.49.836-.764 1.912-1.31l.47-.239c1.633-.828 2.45-1.242 3.331-1.269c.882-.026 1.721.339 3.399 1.069l2.013.876c.777.338 1.166.507 1.576.507s.799-.17 1.576-.507l1.242-.54c1.89-.822 2.834-1.233 3.508-.782s.674 1.494.674 3.58v6.546m-14-10.656v14.718m7-4.062V6.355"/></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.996 18.474h-7m-3 1.802l-.151-.066l-2.451-1.066c-.691-.3-1.037-.45-1.404-.466s-.723.105-1.437.346l-.608.206c-1.802.61-2.703.915-3.326.459s-.623-1.42-.623-3.348V8.865c0-1.221 0-1.832.299-2.322c.298-.49.836-.764 1.912-1.31l.47-.239c1.633-.828 2.45-1.242 3.331-1.269c.882-.026 1.721.339 3.399 1.069l2.013.876c.777.338 1.166.507 1.576.507s.799-.17 1.576-.507l1.242-.54c1.89-.822 2.834-1.233 3.508-.782s.674 1.494.674 3.58v6.546m-14-10.656v14.718m7-4.062V6.355"/></svg> </template>
CSS
.icon-map-minus {
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.996%2018.474h-7m-3%201.802l-.151-.066l-2.451-1.066c-.691-.3-1.037-.45-1.404-.466s-.723.105-1.437.346l-.608.206c-1.802.61-2.703.915-3.326.459s-.623-1.42-.623-3.348V8.865c0-1.221%200-1.832.299-2.322c.298-.49.836-.764%201.912-1.31l.47-.239c1.633-.828%202.45-1.242%203.331-1.269c.882-.026%201.721.339%203.399%201.069l2.013.876c.777.338%201.166.507%201.576.507s.799-.17%201.576-.507l1.242-.54c1.89-.822%202.834-1.233%203.508-.782s.674%201.494.674%203.58v6.546m-14-10.656v14.718m7-4.062V6.355%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.996%2018.474h-7m-3%201.802l-.151-.066l-2.451-1.066c-.691-.3-1.037-.45-1.404-.466s-.723.105-1.437.346l-.608.206c-1.802.61-2.703.915-3.326.459s-.623-1.42-.623-3.348V8.865c0-1.221%200-1.832.299-2.322c.298-.49.836-.764%201.912-1.31l.47-.239c1.633-.828%202.45-1.242%203.331-1.269c.882-.026%201.721.339%203.399%201.069l2.013.876c.777.338%201.166.507%201.576.507s.799-.17%201.576-.507l1.242-.54c1.89-.822%202.834-1.233%203.508-.782s.674%201.494.674%203.58v6.546m-14-10.656v14.718m7-4.062V6.355%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/map-minus.svg?color=%231a73e8&size=48