maps off icon
maps-off from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- maps-off
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the maps off 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="M4.5 4.5c-.76.441-1.779.956-2.228 1.745C2 6.722 2 7.302 2 8.464v8.164c0 1.526 0 2.29.342 2.714c.228.282.547.472.9.535c.53.095 1.18-.282 2.478-1.035c.882-.511 1.73-1.043 2.785-.898c.48.065.937.293 1.853.748l3.813 1.896c.825.41.833.412 1.75.412H18c1.13 0 1.921 0 2.5-.129m1.5-2.883v-7.822c0-1.94 0-2.91-.586-3.512c-.586-.603-1.528-.603-3.414-.603h-2.079c-.917 0-.925-.002-1.75-.414L10.84 3.969c-1.391-.696-2.087-1.044-2.828-1.02c-.372.013-.727.118-1.158.319M15 5.996V11m0 4.01v5.928M8.02 8.143v9.777M2 2l20 20"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsMapsOff(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="M4.5 4.5c-.76.441-1.779.956-2.228 1.745C2 6.722 2 7.302 2 8.464v8.164c0 1.526 0 2.29.342 2.714c.228.282.547.472.9.535c.53.095 1.18-.282 2.478-1.035c.882-.511 1.73-1.043 2.785-.898c.48.065.937.293 1.853.748l3.813 1.896c.825.41.833.412 1.75.412H18c1.13 0 1.921 0 2.5-.129m1.5-2.883v-7.822c0-1.94 0-2.91-.586-3.512c-.586-.603-1.528-.603-3.414-.603h-2.079c-.917 0-.925-.002-1.75-.414L10.84 3.969c-1.391-.696-2.087-1.044-2.828-1.02c-.372.013-.727.118-1.158.319M15 5.996V11m0 4.01v5.928M8.02 8.143v9.777M2 2l20 20"/></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="M4.5 4.5c-.76.441-1.779.956-2.228 1.745C2 6.722 2 7.302 2 8.464v8.164c0 1.526 0 2.29.342 2.714c.228.282.547.472.9.535c.53.095 1.18-.282 2.478-1.035c.882-.511 1.73-1.043 2.785-.898c.48.065.937.293 1.853.748l3.813 1.896c.825.41.833.412 1.75.412H18c1.13 0 1.921 0 2.5-.129m1.5-2.883v-7.822c0-1.94 0-2.91-.586-3.512c-.586-.603-1.528-.603-3.414-.603h-2.079c-.917 0-.925-.002-1.75-.414L10.84 3.969c-1.391-.696-2.087-1.044-2.828-1.02c-.372.013-.727.118-1.158.319M15 5.996V11m0 4.01v5.928M8.02 8.143v9.777M2 2l20 20"/></svg> </template>
CSS
.icon-maps-off {
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%22M4.5%204.5c-.76.441-1.779.956-2.228%201.745C2%206.722%202%207.302%202%208.464v8.164c0%201.526%200%202.29.342%202.714c.228.282.547.472.9.535c.53.095%201.18-.282%202.478-1.035c.882-.511%201.73-1.043%202.785-.898c.48.065.937.293%201.853.748l3.813%201.896c.825.41.833.412%201.75.412H18c1.13%200%201.921%200%202.5-.129m1.5-2.883v-7.822c0-1.94%200-2.91-.586-3.512c-.586-.603-1.528-.603-3.414-.603h-2.079c-.917%200-.925-.002-1.75-.414L10.84%203.969c-1.391-.696-2.087-1.044-2.828-1.02c-.372.013-.727.118-1.158.319M15%205.996V11m0%204.01v5.928M8.02%208.143v9.777M2%202l20%2020%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%22M4.5%204.5c-.76.441-1.779.956-2.228%201.745C2%206.722%202%207.302%202%208.464v8.164c0%201.526%200%202.29.342%202.714c.228.282.547.472.9.535c.53.095%201.18-.282%202.478-1.035c.882-.511%201.73-1.043%202.785-.898c.48.065.937.293%201.853.748l3.813%201.896c.825.41.833.412%201.75.412H18c1.13%200%201.921%200%202.5-.129m1.5-2.883v-7.822c0-1.94%200-2.91-.586-3.512c-.586-.603-1.528-.603-3.414-.603h-2.079c-.917%200-.925-.002-1.75-.414L10.84%203.969c-1.391-.696-2.087-1.044-2.828-1.02c-.372.013-.727.118-1.158.319M15%205.996V11m0%204.01v5.928M8.02%208.143v9.777M2%202l20%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/maps-off.svg?color=%231a73e8&size=48