navigation off icon

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

Name
navigation-off
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the navigation 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="m3 3l18 18M11.176 6.176l4.66-1.883c2.774-1.122 4.162-1.683 4.858-.987s.135 2.084-.987 4.859l-1.883 4.659M7.616 7.616C4.55 8.86 3.016 9.544 3 10.459q-.003.189.041.373c.23.957 2.12 1.272 5.9 1.902c.91.152 1.367.228 1.687.511q.066.06.127.128c.283.32.36.775.511 1.687c.63 3.779.945 5.669 1.902 5.899q.184.045.373.04c.915-.015 1.6-1.549 2.843-4.615"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsNavigationOff(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="m3 3l18 18M11.176 6.176l4.66-1.883c2.774-1.122 4.162-1.683 4.858-.987s.135 2.084-.987 4.859l-1.883 4.659M7.616 7.616C4.55 8.86 3.016 9.544 3 10.459q-.003.189.041.373c.23.957 2.12 1.272 5.9 1.902c.91.152 1.367.228 1.687.511q.066.06.127.128c.283.32.36.775.511 1.687c.63 3.779.945 5.669 1.902 5.899q.184.045.373.04c.915-.015 1.6-1.549 2.843-4.615"/></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="m3 3l18 18M11.176 6.176l4.66-1.883c2.774-1.122 4.162-1.683 4.858-.987s.135 2.084-.987 4.859l-1.883 4.659M7.616 7.616C4.55 8.86 3.016 9.544 3 10.459q-.003.189.041.373c.23.957 2.12 1.272 5.9 1.902c.91.152 1.367.228 1.687.511q.066.06.127.128c.283.32.36.775.511 1.687c.63 3.779.945 5.669 1.902 5.899q.184.045.373.04c.915-.015 1.6-1.549 2.843-4.615"/></svg>
</template>

CSS

.icon-navigation-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%22m3%203l18%2018M11.176%206.176l4.66-1.883c2.774-1.122%204.162-1.683%204.858-.987s.135%202.084-.987%204.859l-1.883%204.659M7.616%207.616C4.55%208.86%203.016%209.544%203%2010.459q-.003.189.041.373c.23.957%202.12%201.272%205.9%201.902c.91.152%201.367.228%201.687.511q.066.06.127.128c.283.32.36.775.511%201.687c.63%203.779.945%205.669%201.902%205.899q.184.045.373.04c.915-.015%201.6-1.549%202.843-4.615%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%22m3%203l18%2018M11.176%206.176l4.66-1.883c2.774-1.122%204.162-1.683%204.858-.987s.135%202.084-.987%204.859l-1.883%204.659M7.616%207.616C4.55%208.86%203.016%209.544%203%2010.459q-.003.189.041.373c.23.957%202.12%201.272%205.9%201.902c.91.152%201.367.228%201.687.511q.066.06.127.128c.283.32.36.775.511%201.687c.63%203.779.945%205.669%201.902%205.899q.184.045.373.04c.915-.015%201.6-1.549%202.843-4.615%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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