fish symbol icon

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

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

The same icon in other sets

Related icons in Huge Icons

Use the fish symbol 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="M3 16.046a39 39 0 0 0 4.342.612m0 0c3.8.311 8.433.06 10.876-2.382c2.415-2.416 2.852-5.49 2.774-7.988c-.044-1.396-.066-2.094-.626-2.654s-1.258-.582-2.654-.626c-2.497-.078-5.572.359-7.988 2.775c-2.442 2.442-2.693 7.075-2.382 10.875m0 0c.14 1.707.393 3.245.613 4.342M11.14 5.075c.028 1.747.885 3.716 2.477 5.308s3.561 2.45 5.308 2.477"/><path d="M15.5 6.5v-.125m.25.125a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFishSymbol(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="M3 16.046a39 39 0 0 0 4.342.612m0 0c3.8.311 8.433.06 10.876-2.382c2.415-2.416 2.852-5.49 2.774-7.988c-.044-1.396-.066-2.094-.626-2.654s-1.258-.582-2.654-.626c-2.497-.078-5.572.359-7.988 2.775c-2.442 2.442-2.693 7.075-2.382 10.875m0 0c.14 1.707.393 3.245.613 4.342M11.14 5.075c.028 1.747.885 3.716 2.477 5.308s3.561 2.45 5.308 2.477"/><path d="M15.5 6.5v-.125m.25.125a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></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="M3 16.046a39 39 0 0 0 4.342.612m0 0c3.8.311 8.433.06 10.876-2.382c2.415-2.416 2.852-5.49 2.774-7.988c-.044-1.396-.066-2.094-.626-2.654s-1.258-.582-2.654-.626c-2.497-.078-5.572.359-7.988 2.775c-2.442 2.442-2.693 7.075-2.382 10.875m0 0c.14 1.707.393 3.245.613 4.342M11.14 5.075c.028 1.747.885 3.716 2.477 5.308s3.561 2.45 5.308 2.477"/><path d="M15.5 6.5v-.125m.25.125a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0"/></g></svg>
</template>

CSS

.icon-fish-symbol {
  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%22M3%2016.046a39%2039%200%200%200%204.342.612m0%200c3.8.311%208.433.06%2010.876-2.382c2.415-2.416%202.852-5.49%202.774-7.988c-.044-1.396-.066-2.094-.626-2.654s-1.258-.582-2.654-.626c-2.497-.078-5.572.359-7.988%202.775c-2.442%202.442-2.693%207.075-2.382%2010.875m0%200c.14%201.707.393%203.245.613%204.342M11.14%205.075c.028%201.747.885%203.716%202.477%205.308s3.561%202.45%205.308%202.477%22%2F%3E%3Cpath%20d%3D%22M15.5%206.5v-.125m.25.125a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%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%22M3%2016.046a39%2039%200%200%200%204.342.612m0%200c3.8.311%208.433.06%2010.876-2.382c2.415-2.416%202.852-5.49%202.774-7.988c-.044-1.396-.066-2.094-.626-2.654s-1.258-.582-2.654-.626c-2.497-.078-5.572.359-7.988%202.775c-2.442%202.442-2.693%207.075-2.382%2010.875m0%200c.14%201.707.393%203.245.613%204.342M11.14%205.075c.028%201.747.885%203.716%202.477%205.308s3.561%202.45%205.308%202.477%22%2F%3E%3Cpath%20d%3D%22M15.5%206.5v-.125m.25.125a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200%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-symbol.svg?color=%231a73e8&size=48