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

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

The same icon in other sets

Related icons in Huge Icons

Use the fish off 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-linejoin="round" stroke-width="1.5"><path d="M6 12v-.125m.25.125a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/><path d="M10.862 16.017c.47.155.92.334 1.327.62c.514.361.934.863 1.23 1.437c.346.675.52 1.013.173 1.514c-.346.502-.805.448-1.723.34c-1.621-.191-2.511-.624-2.92-1.234l-1.124-1.85c-1.985-.401-3.843-1.487-5.146-3.256c-.453-.615-.679-.922-.679-1.591s.226-.976.68-1.591a8.4 8.4 0 0 1 4.58-3.123m4.929 9.354a8.5 8.5 0 0 0 2.875-1.526m2.38-3.114c.337-.67 2.126-3.015 4.556-3.015c-.844.837-2.227 4.02-1.012 6.03c-1.215 0-3.038-2.345-3.544-3.015m0 0c-1.047-2.31-2.877-3.823-4.95-4.54c.462-.324.788-.812 1.01-1.37c.345-.871.518-1.307.119-1.773c-.4-.466-.94-.34-2.021-.09c-.636.148-1.29.329-1.798.533M2 2l20 20"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFishOff(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" strokeLinejoin="round" strokeWidth="1.5"><path d="M6 12v-.125m.25.125a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/><path d="M10.862 16.017c.47.155.92.334 1.327.62c.514.361.934.863 1.23 1.437c.346.675.52 1.013.173 1.514c-.346.502-.805.448-1.723.34c-1.621-.191-2.511-.624-2.92-1.234l-1.124-1.85c-1.985-.401-3.843-1.487-5.146-3.256c-.453-.615-.679-.922-.679-1.591s.226-.976.68-1.591a8.4 8.4 0 0 1 4.58-3.123m4.929 9.354a8.5 8.5 0 0 0 2.875-1.526m2.38-3.114c.337-.67 2.126-3.015 4.556-3.015c-.844.837-2.227 4.02-1.012 6.03c-1.215 0-3.038-2.345-3.544-3.015m0 0c-1.047-2.31-2.877-3.823-4.95-4.54c.462-.324.788-.812 1.01-1.37c.345-.871.518-1.307.119-1.773c-.4-.466-.94-.34-2.021-.09c-.636.148-1.29.329-1.798.533M2 2l20 20"/></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-linejoin="round" stroke-width="1.5"><path d="M6 12v-.125m.25.125a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/><path d="M10.862 16.017c.47.155.92.334 1.327.62c.514.361.934.863 1.23 1.437c.346.675.52 1.013.173 1.514c-.346.502-.805.448-1.723.34c-1.621-.191-2.511-.624-2.92-1.234l-1.124-1.85c-1.985-.401-3.843-1.487-5.146-3.256c-.453-.615-.679-.922-.679-1.591s.226-.976.68-1.591a8.4 8.4 0 0 1 4.58-3.123m4.929 9.354a8.5 8.5 0 0 0 2.875-1.526m2.38-3.114c.337-.67 2.126-3.015 4.556-3.015c-.844.837-2.227 4.02-1.012 6.03c-1.215 0-3.038-2.345-3.544-3.015m0 0c-1.047-2.31-2.877-3.823-4.95-4.54c.462-.324.788-.812 1.01-1.37c.345-.871.518-1.307.119-1.773c-.4-.466-.94-.34-2.021-.09c-.636.148-1.29.329-1.798.533M2 2l20 20"/></g></svg>
</template>

CSS

.icon-fish-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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6%2012v-.125m.25.125a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3Cpath%20d%3D%22M10.862%2016.017c.47.155.92.334%201.327.62c.514.361.934.863%201.23%201.437c.346.675.52%201.013.173%201.514c-.346.502-.805.448-1.723.34c-1.621-.191-2.511-.624-2.92-1.234l-1.124-1.85c-1.985-.401-3.843-1.487-5.146-3.256c-.453-.615-.679-.922-.679-1.591s.226-.976.68-1.591a8.4%208.4%200%200%201%204.58-3.123m4.929%209.354a8.5%208.5%200%200%200%202.875-1.526m2.38-3.114c.337-.67%202.126-3.015%204.556-3.015c-.844.837-2.227%204.02-1.012%206.03c-1.215%200-3.038-2.345-3.544-3.015m0%200c-1.047-2.31-2.877-3.823-4.95-4.54c.462-.324.788-.812%201.01-1.37c.345-.871.518-1.307.119-1.773c-.4-.466-.94-.34-2.021-.09c-.636.148-1.29.329-1.798.533M2%202l20%2020%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M6%2012v-.125m.25.125a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%22%2F%3E%3Cpath%20d%3D%22M10.862%2016.017c.47.155.92.334%201.327.62c.514.361.934.863%201.23%201.437c.346.675.52%201.013.173%201.514c-.346.502-.805.448-1.723.34c-1.621-.191-2.511-.624-2.92-1.234l-1.124-1.85c-1.985-.401-3.843-1.487-5.146-3.256c-.453-.615-.679-.922-.679-1.591s.226-.976.68-1.591a8.4%208.4%200%200%201%204.58-3.123m4.929%209.354a8.5%208.5%200%200%200%202.875-1.526m2.38-3.114c.337-.67%202.126-3.015%204.556-3.015c-.844.837-2.227%204.02-1.012%206.03c-1.215%200-3.038-2.345-3.544-3.015m0%200c-1.047-2.31-2.877-3.823-4.95-4.54c.462-.324.788-.812%201.01-1.37c.345-.871.518-1.307.119-1.773c-.4-.466-.94-.34-2.021-.09c-.636.148-1.29.329-1.798.533M2%202l20%2020%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/fish-off.svg?color=%231a73e8&size=48