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

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

The same icon in other sets

Related icons in Huge Icons

Use the fish 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 d="M13.668 15a8.3 8.3 0 0 1-.566-3a8.3 8.3 0 0 1 .566-3m3.809 2.25h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/><path stroke-linejoin="round" d="m14.04 5.19l-.1-.124a3 3 0 0 0-2.214-1.065L11.566 4c-.092 0-.138 0-.168.002a1 1 0 0 0-.802 1.5c.015.027.04.065.092.142l.44.662C9.588 6.74 7.94 7.66 6.217 9.242c-.388-.787-1.312-1.588-2.28-1.987c-.438-.18-.656-.27-1.082-.023s-.463.534-.538 1.107c-.152 1.17-.09 2.625.727 3.662c-.792 1.005-.875 2.403-.74 3.553c.064.55.096.826.564 1.07c.469.245.685.129 1.119-.104c.981-.527 2.028-1.352 2.23-1.762c1.723 1.582 3.37 2.502 4.913 2.936l-.441.662c-.051.077-.077.115-.092.142a1 1 0 0 0 .802 1.5c.03.002.076.002.168.002l.16-.001a3 3 0 0 0 2.214-1.065l.1-.124l.419-.525c.116-.145.174-.218.236-.273a.9.9 0 0 1 .25-.164c.074-.035.183-.064.4-.124c2.307-.63 4.195-2.245 5.503-3.89c.601-.756.902-1.134.902-1.833s-.3-1.077-.902-1.833c-1.308-1.646-3.196-3.261-5.502-3.891a3 3 0 0 1-.401-.124a.9.9 0 0 1-.25-.164a2.4 2.4 0 0 1-.236-.274z" clip-rule="evenodd"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFish(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 d="M13.668 15a8.3 8.3 0 0 1-.566-3a8.3 8.3 0 0 1 .566-3m3.809 2.25h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/><path strokeLinejoin="round" d="m14.04 5.19l-.1-.124a3 3 0 0 0-2.214-1.065L11.566 4c-.092 0-.138 0-.168.002a1 1 0 0 0-.802 1.5c.015.027.04.065.092.142l.44.662C9.588 6.74 7.94 7.66 6.217 9.242c-.388-.787-1.312-1.588-2.28-1.987c-.438-.18-.656-.27-1.082-.023s-.463.534-.538 1.107c-.152 1.17-.09 2.625.727 3.662c-.792 1.005-.875 2.403-.74 3.553c.064.55.096.826.564 1.07c.469.245.685.129 1.119-.104c.981-.527 2.028-1.352 2.23-1.762c1.723 1.582 3.37 2.502 4.913 2.936l-.441.662c-.051.077-.077.115-.092.142a1 1 0 0 0 .802 1.5c.03.002.076.002.168.002l.16-.001a3 3 0 0 0 2.214-1.065l.1-.124l.419-.525c.116-.145.174-.218.236-.273a.9.9 0 0 1 .25-.164c.074-.035.183-.064.4-.124c2.307-.63 4.195-2.245 5.503-3.89c.601-.756.902-1.134.902-1.833s-.3-1.077-.902-1.833c-1.308-1.646-3.196-3.261-5.502-3.891a3 3 0 0 1-.401-.124a.9.9 0 0 1-.25-.164a2.4 2.4 0 0 1-.236-.274z" clipRule="evenodd"/></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 d="M13.668 15a8.3 8.3 0 0 1-.566-3a8.3 8.3 0 0 1 .566-3m3.809 2.25h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0Z"/><path stroke-linejoin="round" d="m14.04 5.19l-.1-.124a3 3 0 0 0-2.214-1.065L11.566 4c-.092 0-.138 0-.168.002a1 1 0 0 0-.802 1.5c.015.027.04.065.092.142l.44.662C9.588 6.74 7.94 7.66 6.217 9.242c-.388-.787-1.312-1.588-2.28-1.987c-.438-.18-.656-.27-1.082-.023s-.463.534-.538 1.107c-.152 1.17-.09 2.625.727 3.662c-.792 1.005-.875 2.403-.74 3.553c.064.55.096.826.564 1.07c.469.245.685.129 1.119-.104c.981-.527 2.028-1.352 2.23-1.762c1.723 1.582 3.37 2.502 4.913 2.936l-.441.662c-.051.077-.077.115-.092.142a1 1 0 0 0 .802 1.5c.03.002.076.002.168.002l.16-.001a3 3 0 0 0 2.214-1.065l.1-.124l.419-.525c.116-.145.174-.218.236-.273a.9.9 0 0 1 .25-.164c.074-.035.183-.064.4-.124c2.307-.63 4.195-2.245 5.503-3.89c.601-.756.902-1.134.902-1.833s-.3-1.077-.902-1.833c-1.308-1.646-3.196-3.261-5.502-3.891a3 3 0 0 1-.401-.124a.9.9 0 0 1-.25-.164a2.4 2.4 0 0 1-.236-.274z" clip-rule="evenodd"/></g></svg>
</template>

CSS

.icon-fish {
  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%20d%3D%22M13.668%2015a8.3%208.3%200%200%201-.566-3a8.3%208.3%200%200%201%20.566-3m3.809%202.25h-.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m14.04%205.19l-.1-.124a3%203%200%200%200-2.214-1.065L11.566%204c-.092%200-.138%200-.168.002a1%201%200%200%200-.802%201.5c.015.027.04.065.092.142l.44.662C9.588%206.74%207.94%207.66%206.217%209.242c-.388-.787-1.312-1.588-2.28-1.987c-.438-.18-.656-.27-1.082-.023s-.463.534-.538%201.107c-.152%201.17-.09%202.625.727%203.662c-.792%201.005-.875%202.403-.74%203.553c.064.55.096.826.564%201.07c.469.245.685.129%201.119-.104c.981-.527%202.028-1.352%202.23-1.762c1.723%201.582%203.37%202.502%204.913%202.936l-.441.662c-.051.077-.077.115-.092.142a1%201%200%200%200%20.802%201.5c.03.002.076.002.168.002l.16-.001a3%203%200%200%200%202.214-1.065l.1-.124l.419-.525c.116-.145.174-.218.236-.273a.9.9%200%200%201%20.25-.164c.074-.035.183-.064.4-.124c2.307-.63%204.195-2.245%205.503-3.89c.601-.756.902-1.134.902-1.833s-.3-1.077-.902-1.833c-1.308-1.646-3.196-3.261-5.502-3.891a3%203%200%200%201-.401-.124a.9.9%200%200%201-.25-.164a2.4%202.4%200%200%201-.236-.274z%22%20clip-rule%3D%22evenodd%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%20d%3D%22M13.668%2015a8.3%208.3%200%200%201-.566-3a8.3%208.3%200%200%201%20.566-3m3.809%202.25h-.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200Z%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22m14.04%205.19l-.1-.124a3%203%200%200%200-2.214-1.065L11.566%204c-.092%200-.138%200-.168.002a1%201%200%200%200-.802%201.5c.015.027.04.065.092.142l.44.662C9.588%206.74%207.94%207.66%206.217%209.242c-.388-.787-1.312-1.588-2.28-1.987c-.438-.18-.656-.27-1.082-.023s-.463.534-.538%201.107c-.152%201.17-.09%202.625.727%203.662c-.792%201.005-.875%202.403-.74%203.553c.064.55.096.826.564%201.07c.469.245.685.129%201.119-.104c.981-.527%202.028-1.352%202.23-1.762c1.723%201.582%203.37%202.502%204.913%202.936l-.441.662c-.051.077-.077.115-.092.142a1%201%200%200%200%20.802%201.5c.03.002.076.002.168.002l.16-.001a3%203%200%200%200%202.214-1.065l.1-.124l.419-.525c.116-.145.174-.218.236-.273a.9.9%200%200%201%20.25-.164c.074-.035.183-.064.4-.124c2.307-.63%204.195-2.245%205.503-3.89c.601-.756.902-1.134.902-1.833s-.3-1.077-.902-1.833c-1.308-1.646-3.196-3.261-5.502-3.891a3%203%200%200%201-.401-.124a.9.9%200%200%201-.25-.164a2.4%202.4%200%200%201-.236-.274z%22%20clip-rule%3D%22evenodd%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.svg?color=%231a73e8&size=48