view off slash icon
view-off-slash from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- view-off-slash
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the view off slash 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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M19.439 15.439a19.5 19.5 0 0 0 2.105-2.484c.304-.426.456-.64.456-.955c0-.316-.152-.529-.456-.955C20.178 9.129 16.689 5 12 5c-.908 0-1.77.155-2.582.418m-2.67 1.33c-2.017 1.36-3.506 3.195-4.292 4.297c-.304.426-.456.64-.456.955c0 .316.152.529.456.955C3.822 14.871 7.311 19 12 19c1.99 0 3.765-.744 5.253-1.747"/><path d="M9.858 10A2.929 2.929 0 1 0 14 14.142"/><path stroke-linejoin="round" d="m3 3l18 18"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsViewOffSlash(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" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M19.439 15.439a19.5 19.5 0 0 0 2.105-2.484c.304-.426.456-.64.456-.955c0-.316-.152-.529-.456-.955C20.178 9.129 16.689 5 12 5c-.908 0-1.77.155-2.582.418m-2.67 1.33c-2.017 1.36-3.506 3.195-4.292 4.297c-.304.426-.456.64-.456.955c0 .316.152.529.456.955C3.822 14.871 7.311 19 12 19c1.99 0 3.765-.744 5.253-1.747"/><path d="M9.858 10A2.929 2.929 0 1 0 14 14.142"/><path strokeLinejoin="round" d="m3 3l18 18"/></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-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M19.439 15.439a19.5 19.5 0 0 0 2.105-2.484c.304-.426.456-.64.456-.955c0-.316-.152-.529-.456-.955C20.178 9.129 16.689 5 12 5c-.908 0-1.77.155-2.582.418m-2.67 1.33c-2.017 1.36-3.506 3.195-4.292 4.297c-.304.426-.456.64-.456.955c0 .316.152.529.456.955C3.822 14.871 7.311 19 12 19c1.99 0 3.765-.744 5.253-1.747"/><path d="M9.858 10A2.929 2.929 0 1 0 14 14.142"/><path stroke-linejoin="round" d="m3 3l18 18"/></g></svg> </template>
CSS
.icon-view-off-slash {
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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M19.439%2015.439a19.5%2019.5%200%200%200%202.105-2.484c.304-.426.456-.64.456-.955c0-.316-.152-.529-.456-.955C20.178%209.129%2016.689%205%2012%205c-.908%200-1.77.155-2.582.418m-2.67%201.33c-2.017%201.36-3.506%203.195-4.292%204.297c-.304.426-.456.64-.456.955c0%20.316.152.529.456.955C3.822%2014.871%207.311%2019%2012%2019c1.99%200%203.765-.744%205.253-1.747%22%2F%3E%3Cpath%20d%3D%22M9.858%2010A2.929%202.929%200%201%200%2014%2014.142%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m3%203l18%2018%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M19.439%2015.439a19.5%2019.5%200%200%200%202.105-2.484c.304-.426.456-.64.456-.955c0-.316-.152-.529-.456-.955C20.178%209.129%2016.689%205%2012%205c-.908%200-1.77.155-2.582.418m-2.67%201.33c-2.017%201.36-3.506%203.195-4.292%204.297c-.304.426-.456.64-.456.955c0%20.316.152.529.456.955C3.822%2014.871%207.311%2019%2012%2019c1.99%200%203.765-.744%205.253-1.747%22%2F%3E%3Cpath%20d%3D%22M9.858%2010A2.929%202.929%200%201%200%2014%2014.142%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m3%203l18%2018%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/view-off-slash.svg?color=%231a73e8&size=48