fish simple icon

fish-simple-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
fish-simple-bold
Set
Phosphor
Style
Bold
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the fish simple icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172 76a16 16 0 1 1-16-16a16 16 0 0 1 16 16m64 .66c.32 31.85-7.55 59.77-22.74 80.76c-15.66 21.65-38.89 36.21-69 43.29c-19.2 4.52-41.39 6-66.36 4.38q2.27 15.49 6 32.34a12 12 0 1 1-23.44 5.14q-4.58-20.85-7.08-39.91q-19-2.5-39.87-7.07a12 12 0 0 1 5.14-23.44q16.83 3.67 32.31 6c-1.58-25-.13-47.12 4.38-66.3c7.08-30.14 21.64-53.36 43.27-69c21-15.21 48.92-23.1 80.78-22.77c21.79.21 42 4.42 45.8 6.64a12 12 0 0 1 4.24 4.23c2.14 3.69 6.35 23.92 6.57 45.71m-58.46 83.28a116.08 116.08 0 0 1-81.48-81.48c-9.21 12.16-15.56 27.57-18.93 46c-3 16.39-3.66 35.25-2 56.39c21.16 1.65 40 1 56.42-2c18.45-3.36 33.82-9.71 45.98-18.91ZM209 47c-15.9-3-59.3-8.45-92.26 12.44a92 92 0 0 0 79.81 79.82C217.43 106.32 212 62.92 209 47"/></svg>

React

import type { SVGProps } from "react";

export function PhFishSimpleBold(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172 76a16 16 0 1 1-16-16a16 16 0 0 1 16 16m64 .66c.32 31.85-7.55 59.77-22.74 80.76c-15.66 21.65-38.89 36.21-69 43.29c-19.2 4.52-41.39 6-66.36 4.38q2.27 15.49 6 32.34a12 12 0 1 1-23.44 5.14q-4.58-20.85-7.08-39.91q-19-2.5-39.87-7.07a12 12 0 0 1 5.14-23.44q16.83 3.67 32.31 6c-1.58-25-.13-47.12 4.38-66.3c7.08-30.14 21.64-53.36 43.27-69c21-15.21 48.92-23.1 80.78-22.77c21.79.21 42 4.42 45.8 6.64a12 12 0 0 1 4.24 4.23c2.14 3.69 6.35 23.92 6.57 45.71m-58.46 83.28a116.08 116.08 0 0 1-81.48-81.48c-9.21 12.16-15.56 27.57-18.93 46c-3 16.39-3.66 35.25-2 56.39c21.16 1.65 40 1 56.42-2c18.45-3.36 33.82-9.71 45.98-18.91ZM209 47c-15.9-3-59.3-8.45-92.26 12.44a92 92 0 0 0 79.81 79.82C217.43 106.32 212 62.92 209 47"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M172 76a16 16 0 1 1-16-16a16 16 0 0 1 16 16m64 .66c.32 31.85-7.55 59.77-22.74 80.76c-15.66 21.65-38.89 36.21-69 43.29c-19.2 4.52-41.39 6-66.36 4.38q2.27 15.49 6 32.34a12 12 0 1 1-23.44 5.14q-4.58-20.85-7.08-39.91q-19-2.5-39.87-7.07a12 12 0 0 1 5.14-23.44q16.83 3.67 32.31 6c-1.58-25-.13-47.12 4.38-66.3c7.08-30.14 21.64-53.36 43.27-69c21-15.21 48.92-23.1 80.78-22.77c21.79.21 42 4.42 45.8 6.64a12 12 0 0 1 4.24 4.23c2.14 3.69 6.35 23.92 6.57 45.71m-58.46 83.28a116.08 116.08 0 0 1-81.48-81.48c-9.21 12.16-15.56 27.57-18.93 46c-3 16.39-3.66 35.25-2 56.39c21.16 1.65 40 1 56.42-2c18.45-3.36 33.82-9.71 45.98-18.91ZM209 47c-15.9-3-59.3-8.45-92.26 12.44a92 92 0 0 0 79.81 79.82C217.43 106.32 212 62.92 209 47"/></svg>
</template>

CSS

.icon-fish-simple-bold {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M172%2076a16%2016%200%201%201-16-16a16%2016%200%200%201%2016%2016m64%20.66c.32%2031.85-7.55%2059.77-22.74%2080.76c-15.66%2021.65-38.89%2036.21-69%2043.29c-19.2%204.52-41.39%206-66.36%204.38q2.27%2015.49%206%2032.34a12%2012%200%201%201-23.44%205.14q-4.58-20.85-7.08-39.91q-19-2.5-39.87-7.07a12%2012%200%200%201%205.14-23.44q16.83%203.67%2032.31%206c-1.58-25-.13-47.12%204.38-66.3c7.08-30.14%2021.64-53.36%2043.27-69c21-15.21%2048.92-23.1%2080.78-22.77c21.79.21%2042%204.42%2045.8%206.64a12%2012%200%200%201%204.24%204.23c2.14%203.69%206.35%2023.92%206.57%2045.71m-58.46%2083.28a116.08%20116.08%200%200%201-81.48-81.48c-9.21%2012.16-15.56%2027.57-18.93%2046c-3%2016.39-3.66%2035.25-2%2056.39c21.16%201.65%2040%201%2056.42-2c18.45-3.36%2033.82-9.71%2045.98-18.91ZM209%2047c-15.9-3-59.3-8.45-92.26%2012.44a92%2092%200%200%200%2079.81%2079.82C217.43%20106.32%20212%2062.92%20209%2047%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M172%2076a16%2016%200%201%201-16-16a16%2016%200%200%201%2016%2016m64%20.66c.32%2031.85-7.55%2059.77-22.74%2080.76c-15.66%2021.65-38.89%2036.21-69%2043.29c-19.2%204.52-41.39%206-66.36%204.38q2.27%2015.49%206%2032.34a12%2012%200%201%201-23.44%205.14q-4.58-20.85-7.08-39.91q-19-2.5-39.87-7.07a12%2012%200%200%201%205.14-23.44q16.83%203.67%2032.31%206c-1.58-25-.13-47.12%204.38-66.3c7.08-30.14%2021.64-53.36%2043.27-69c21-15.21%2048.92-23.1%2080.78-22.77c21.79.21%2042%204.42%2045.8%206.64a12%2012%200%200%201%204.24%204.23c2.14%203.69%206.35%2023.92%206.57%2045.71m-58.46%2083.28a116.08%20116.08%200%200%201-81.48-81.48c-9.21%2012.16-15.56%2027.57-18.93%2046c-3%2016.39-3.66%2035.25-2%2056.39c21.16%201.65%2040%201%2056.42-2c18.45-3.36%2033.82-9.71%2045.98-18.91ZM209%2047c-15.9-3-59.3-8.45-92.26%2012.44a92%2092%200%200%200%2079.81%2079.82C217.43%20106.32%20212%2062.92%20209%2047%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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