fish from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
fish
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the fish icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M512 256c0-16.54-14.27-46.76-45.61-74a207 207 0 0 0-60.28-36.12a3.15 3.15 0 0 0-3.93 1.56c-.15.29-.3.57-.47.86l-9.59 15.9a183.24 183.24 0 0 0 .07 183.78l.23.39l8.74 16a4 4 0 0 0 4.94 1.82C479.63 337.42 512 281.49 512 256m-93.92-.14a16 16 0 1 1 13.79-13.79a16 16 0 0 1-13.79 13.79"/><path fill="currentColor" d="M335.45 256a214.8 214.8 0 0 1 29.08-108l.12-.21l4.62-7.67a4 4 0 0 0-2.59-6a284 284 0 0 0-39.26-5.39a7.94 7.94 0 0 1-4.29-1.6c-19.28-14.66-57.5-40.3-96.46-46.89a16 16 0 0 0-18 20.18l10.62 37.17a4 4 0 0 1-2.42 4.84c-36.85 13.69-68.59 38.75-91.74 57.85a8 8 0 0 1-10.06.06q-4.72-3.75-9.69-7.39c-39.64-28.95-86.21-32.76-88.17-32.9a16 16 0 0 0-16.83 19.4c.42 1.93 9.19 40.69 31.7 71.61a8.09 8.09 0 0 1 0 9.55C9.57 291.52.8 330.29.38 332.22a16 16 0 0 0 16.83 19.4c2-.14 48.53-4 88.12-32.88q4.85-3.56 9.47-7.22a8 8 0 0 1 10.06.07c23.25 19.19 55.05 44.28 92 58a4 4 0 0 1 2.42 4.83l-10.66 37.18a16 16 0 0 0 18 20.18c17.16-2.9 51.88-12.86 96.05-46.83a8.15 8.15 0 0 1 4.36-1.65a287 287 0 0 0 39.22-5.3a4 4 0 0 0 2.69-5.83l-4.51-8.29A214.8 214.8 0 0 1 335.45 256"/></svg>

React

import type { SVGProps } from "react";

export function IonFish(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M512 256c0-16.54-14.27-46.76-45.61-74a207 207 0 0 0-60.28-36.12a3.15 3.15 0 0 0-3.93 1.56c-.15.29-.3.57-.47.86l-9.59 15.9a183.24 183.24 0 0 0 .07 183.78l.23.39l8.74 16a4 4 0 0 0 4.94 1.82C479.63 337.42 512 281.49 512 256m-93.92-.14a16 16 0 1 1 13.79-13.79a16 16 0 0 1-13.79 13.79"/><path fill="currentColor" d="M335.45 256a214.8 214.8 0 0 1 29.08-108l.12-.21l4.62-7.67a4 4 0 0 0-2.59-6a284 284 0 0 0-39.26-5.39a7.94 7.94 0 0 1-4.29-1.6c-19.28-14.66-57.5-40.3-96.46-46.89a16 16 0 0 0-18 20.18l10.62 37.17a4 4 0 0 1-2.42 4.84c-36.85 13.69-68.59 38.75-91.74 57.85a8 8 0 0 1-10.06.06q-4.72-3.75-9.69-7.39c-39.64-28.95-86.21-32.76-88.17-32.9a16 16 0 0 0-16.83 19.4c.42 1.93 9.19 40.69 31.7 71.61a8.09 8.09 0 0 1 0 9.55C9.57 291.52.8 330.29.38 332.22a16 16 0 0 0 16.83 19.4c2-.14 48.53-4 88.12-32.88q4.85-3.56 9.47-7.22a8 8 0 0 1 10.06.07c23.25 19.19 55.05 44.28 92 58a4 4 0 0 1 2.42 4.83l-10.66 37.18a16 16 0 0 0 18 20.18c17.16-2.9 51.88-12.86 96.05-46.83a8.15 8.15 0 0 1 4.36-1.65a287 287 0 0 0 39.22-5.3a4 4 0 0 0 2.69-5.83l-4.51-8.29A214.8 214.8 0 0 1 335.45 256"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M512 256c0-16.54-14.27-46.76-45.61-74a207 207 0 0 0-60.28-36.12a3.15 3.15 0 0 0-3.93 1.56c-.15.29-.3.57-.47.86l-9.59 15.9a183.24 183.24 0 0 0 .07 183.78l.23.39l8.74 16a4 4 0 0 0 4.94 1.82C479.63 337.42 512 281.49 512 256m-93.92-.14a16 16 0 1 1 13.79-13.79a16 16 0 0 1-13.79 13.79"/><path fill="currentColor" d="M335.45 256a214.8 214.8 0 0 1 29.08-108l.12-.21l4.62-7.67a4 4 0 0 0-2.59-6a284 284 0 0 0-39.26-5.39a7.94 7.94 0 0 1-4.29-1.6c-19.28-14.66-57.5-40.3-96.46-46.89a16 16 0 0 0-18 20.18l10.62 37.17a4 4 0 0 1-2.42 4.84c-36.85 13.69-68.59 38.75-91.74 57.85a8 8 0 0 1-10.06.06q-4.72-3.75-9.69-7.39c-39.64-28.95-86.21-32.76-88.17-32.9a16 16 0 0 0-16.83 19.4c.42 1.93 9.19 40.69 31.7 71.61a8.09 8.09 0 0 1 0 9.55C9.57 291.52.8 330.29.38 332.22a16 16 0 0 0 16.83 19.4c2-.14 48.53-4 88.12-32.88q4.85-3.56 9.47-7.22a8 8 0 0 1 10.06.07c23.25 19.19 55.05 44.28 92 58a4 4 0 0 1 2.42 4.83l-10.66 37.18a16 16 0 0 0 18 20.18c17.16-2.9 51.88-12.86 96.05-46.83a8.15 8.15 0 0 1 4.36-1.65a287 287 0 0 0 39.22-5.3a4 4 0 0 0 2.69-5.83l-4.51-8.29A214.8 214.8 0 0 1 335.45 256"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%20256c0-16.54-14.27-46.76-45.61-74a207%20207%200%200%200-60.28-36.12a3.15%203.15%200%200%200-3.93%201.56c-.15.29-.3.57-.47.86l-9.59%2015.9a183.24%20183.24%200%200%200%20.07%20183.78l.23.39l8.74%2016a4%204%200%200%200%204.94%201.82C479.63%20337.42%20512%20281.49%20512%20256m-93.92-.14a16%2016%200%201%201%2013.79-13.79a16%2016%200%200%201-13.79%2013.79%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M335.45%20256a214.8%20214.8%200%200%201%2029.08-108l.12-.21l4.62-7.67a4%204%200%200%200-2.59-6a284%20284%200%200%200-39.26-5.39a7.94%207.94%200%200%201-4.29-1.6c-19.28-14.66-57.5-40.3-96.46-46.89a16%2016%200%200%200-18%2020.18l10.62%2037.17a4%204%200%200%201-2.42%204.84c-36.85%2013.69-68.59%2038.75-91.74%2057.85a8%208%200%200%201-10.06.06q-4.72-3.75-9.69-7.39c-39.64-28.95-86.21-32.76-88.17-32.9a16%2016%200%200%200-16.83%2019.4c.42%201.93%209.19%2040.69%2031.7%2071.61a8.09%208.09%200%200%201%200%209.55C9.57%20291.52.8%20330.29.38%20332.22a16%2016%200%200%200%2016.83%2019.4c2-.14%2048.53-4%2088.12-32.88q4.85-3.56%209.47-7.22a8%208%200%200%201%2010.06.07c23.25%2019.19%2055.05%2044.28%2092%2058a4%204%200%200%201%202.42%204.83l-10.66%2037.18a16%2016%200%200%200%2018%2020.18c17.16-2.9%2051.88-12.86%2096.05-46.83a8.15%208.15%200%200%201%204.36-1.65a287%20287%200%200%200%2039.22-5.3a4%204%200%200%200%202.69-5.83l-4.51-8.29A214.8%20214.8%200%200%201%20335.45%20256%22%2F%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M512%20256c0-16.54-14.27-46.76-45.61-74a207%20207%200%200%200-60.28-36.12a3.15%203.15%200%200%200-3.93%201.56c-.15.29-.3.57-.47.86l-9.59%2015.9a183.24%20183.24%200%200%200%20.07%20183.78l.23.39l8.74%2016a4%204%200%200%200%204.94%201.82C479.63%20337.42%20512%20281.49%20512%20256m-93.92-.14a16%2016%200%201%201%2013.79-13.79a16%2016%200%200%201-13.79%2013.79%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M335.45%20256a214.8%20214.8%200%200%201%2029.08-108l.12-.21l4.62-7.67a4%204%200%200%200-2.59-6a284%20284%200%200%200-39.26-5.39a7.94%207.94%200%200%201-4.29-1.6c-19.28-14.66-57.5-40.3-96.46-46.89a16%2016%200%200%200-18%2020.18l10.62%2037.17a4%204%200%200%201-2.42%204.84c-36.85%2013.69-68.59%2038.75-91.74%2057.85a8%208%200%200%201-10.06.06q-4.72-3.75-9.69-7.39c-39.64-28.95-86.21-32.76-88.17-32.9a16%2016%200%200%200-16.83%2019.4c.42%201.93%209.19%2040.69%2031.7%2071.61a8.09%208.09%200%200%201%200%209.55C9.57%20291.52.8%20330.29.38%20332.22a16%2016%200%200%200%2016.83%2019.4c2-.14%2048.53-4%2088.12-32.88q4.85-3.56%209.47-7.22a8%208%200%200%201%2010.06.07c23.25%2019.19%2055.05%2044.28%2092%2058a4%204%200%200%201%202.42%204.83l-10.66%2037.18a16%2016%200%200%200%2018%2020.18c17.16-2.9%2051.88-12.86%2096.05-46.83a8.15%208.15%200%200%201%204.36-1.65a287%20287%200%200%200%2039.22-5.3a4%204%200%200%200%202.69-5.83l-4.51-8.29A214.8%20214.8%200%200%201%20335.45%20256%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/fish.svg?color=%231a73e8&size=48