fish off icon

fish-off from Lucide by Lucide Contributors · Outline · ISC Free for personal and commercial use.

Name
fish-off
Set
Lucide
Style
Outline
Viewbox
24×24
License
ISC

The same icon in other sets

Related icons in Lucide

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="2"><path d="M18 12.47v.03m0-.5v.47m-.475 5.056A6.7 6.7 0 0 1 15 18c-3.56 0-7.56-2.53-8.5-6c.348-1.28 1.114-2.433 2.121-3.38m3.444-2.088A8.8 8.8 0 0 1 15 6c3.56 0 6.06 2.54 7 6c-.309 1.14-.786 2.177-1.413 3.058"/><path d="M7 10.67C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5c-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33m7.48-4.372A9.8 9.8 0 0 1 16 6.07m0 11.86a9.8 9.8 0 0 1-1.728-3.618"/><path d="m16.01 17.93l-.23 1.4A2 2 0 0 1 13.8 21H9.5a5.96 5.96 0 0 0 1.49-3.98M8.53 3h5.27a2 2 0 0 1 1.98 1.67l.23 1.4M2 2l20 20"/></g></svg>

React

import type { SVGProps } from "react";

export function LucideFishOff(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="2"><path d="M18 12.47v.03m0-.5v.47m-.475 5.056A6.7 6.7 0 0 1 15 18c-3.56 0-7.56-2.53-8.5-6c.348-1.28 1.114-2.433 2.121-3.38m3.444-2.088A8.8 8.8 0 0 1 15 6c3.56 0 6.06 2.54 7 6c-.309 1.14-.786 2.177-1.413 3.058"/><path d="M7 10.67C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5c-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33m7.48-4.372A9.8 9.8 0 0 1 16 6.07m0 11.86a9.8 9.8 0 0 1-1.728-3.618"/><path d="m16.01 17.93l-.23 1.4A2 2 0 0 1 13.8 21H9.5a5.96 5.96 0 0 0 1.49-3.98M8.53 3h5.27a2 2 0 0 1 1.98 1.67l.23 1.4M2 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="2"><path d="M18 12.47v.03m0-.5v.47m-.475 5.056A6.7 6.7 0 0 1 15 18c-3.56 0-7.56-2.53-8.5-6c.348-1.28 1.114-2.433 2.121-3.38m3.444-2.088A8.8 8.8 0 0 1 15 6c3.56 0 6.06 2.54 7 6c-.309 1.14-.786 2.177-1.413 3.058"/><path d="M7 10.67C7 8 5.58 5.97 2.73 5.5c-1 1.5-1 5 .23 6.5c-1.24 1.5-1.24 5-.23 6.5C5.58 18.03 7 16 7 13.33m7.48-4.372A9.8 9.8 0 0 1 16 6.07m0 11.86a9.8 9.8 0 0 1-1.728-3.618"/><path d="m16.01 17.93l-.23 1.4A2 2 0 0 1 13.8 21H9.5a5.96 5.96 0 0 0 1.49-3.98M8.53 3h5.27a2 2 0 0 1 1.98 1.67l.23 1.4M2 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%222%22%3E%3Cpath%20d%3D%22M18%2012.47v.03m0-.5v.47m-.475%205.056A6.7%206.7%200%200%201%2015%2018c-3.56%200-7.56-2.53-8.5-6c.348-1.28%201.114-2.433%202.121-3.38m3.444-2.088A8.8%208.8%200%200%201%2015%206c3.56%200%206.06%202.54%207%206c-.309%201.14-.786%202.177-1.413%203.058%22%2F%3E%3Cpath%20d%3D%22M7%2010.67C7%208%205.58%205.97%202.73%205.5c-1%201.5-1%205%20.23%206.5c-1.24%201.5-1.24%205-.23%206.5C5.58%2018.03%207%2016%207%2013.33m7.48-4.372A9.8%209.8%200%200%201%2016%206.07m0%2011.86a9.8%209.8%200%200%201-1.728-3.618%22%2F%3E%3Cpath%20d%3D%22m16.01%2017.93l-.23%201.4A2%202%200%200%201%2013.8%2021H9.5a5.96%205.96%200%200%200%201.49-3.98M8.53%203h5.27a2%202%200%200%201%201.98%201.67l.23%201.4M2%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%222%22%3E%3Cpath%20d%3D%22M18%2012.47v.03m0-.5v.47m-.475%205.056A6.7%206.7%200%200%201%2015%2018c-3.56%200-7.56-2.53-8.5-6c.348-1.28%201.114-2.433%202.121-3.38m3.444-2.088A8.8%208.8%200%200%201%2015%206c3.56%200%206.06%202.54%207%206c-.309%201.14-.786%202.177-1.413%203.058%22%2F%3E%3Cpath%20d%3D%22M7%2010.67C7%208%205.58%205.97%202.73%205.5c-1%201.5-1%205%20.23%206.5c-1.24%201.5-1.24%205-.23%206.5C5.58%2018.03%207%2016%207%2013.33m7.48-4.372A9.8%209.8%200%200%201%2016%206.07m0%2011.86a9.8%209.8%200%200%201-1.728-3.618%22%2F%3E%3Cpath%20d%3D%22m16.01%2017.93l-.23%201.4A2%202%200%200%201%2013.8%2021H9.5a5.96%205.96%200%200%200%201.49-3.98M8.53%203h5.27a2%202%200%200%201%201.98%201.67l.23%201.4M2%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/lucide/fish-off.svg?color=%231a73e8&size=48