fish simple icon

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

Name
fish-simple
Set
Phosphor
Style
Regular
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="M168 76a12 12 0 1 1-12-12a12 12 0 0 1 12 12m42 79.08c-15.08 20.84-37.53 34.88-66.7 41.74c-20.08 4.72-43.54 6-70.12 3.93q2.4 17.82 6.72 37.54a8 8 0 0 1-6.1 9.52a7.8 7.8 0 0 1-1.72.19a8 8 0 0 1-7.81-6.29q-4.89-22.36-7.41-42.62q-20.22-2.51-42.58-7.41a8 8 0 0 1 3.43-15.63q19.7 4.32 37.5 6.73c-2.09-26.56-.78-50 3.93-70.06C66 83.55 80.05 61.1 100.88 46c14.12-10.24 39.27-22.36 78.39-22c21.19.21 40.83 4.33 43.81 6.08a8 8 0 0 1 2.83 2.83c1.75 3 5.87 22.59 6.08 43.78c.22 21.62-3.42 52.75-21.99 78.39m-23.76 2.8a112.07 112.07 0 0 1-88.12-88.14C75.64 94 66.7 132.47 71.36 184.6c52.15 4.68 90.64-4.25 114.89-26.72Zm26.2-114.32a175.8 175.8 0 0 0-39.22-3.51c-24.34.64-44.71 6.49-60.76 17.39a96 96 0 0 0 86.09 86.1c10.91-16 16.76-36.42 17.4-60.76a175.8 175.8 0 0 0-3.51-39.22"/></svg>

React

import type { SVGProps } from "react";

export function PhFishSimple(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="M168 76a12 12 0 1 1-12-12a12 12 0 0 1 12 12m42 79.08c-15.08 20.84-37.53 34.88-66.7 41.74c-20.08 4.72-43.54 6-70.12 3.93q2.4 17.82 6.72 37.54a8 8 0 0 1-6.1 9.52a7.8 7.8 0 0 1-1.72.19a8 8 0 0 1-7.81-6.29q-4.89-22.36-7.41-42.62q-20.22-2.51-42.58-7.41a8 8 0 0 1 3.43-15.63q19.7 4.32 37.5 6.73c-2.09-26.56-.78-50 3.93-70.06C66 83.55 80.05 61.1 100.88 46c14.12-10.24 39.27-22.36 78.39-22c21.19.21 40.83 4.33 43.81 6.08a8 8 0 0 1 2.83 2.83c1.75 3 5.87 22.59 6.08 43.78c.22 21.62-3.42 52.75-21.99 78.39m-23.76 2.8a112.07 112.07 0 0 1-88.12-88.14C75.64 94 66.7 132.47 71.36 184.6c52.15 4.68 90.64-4.25 114.89-26.72Zm26.2-114.32a175.8 175.8 0 0 0-39.22-3.51c-24.34.64-44.71 6.49-60.76 17.39a96 96 0 0 0 86.09 86.1c10.91-16 16.76-36.42 17.4-60.76a175.8 175.8 0 0 0-3.51-39.22"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M168 76a12 12 0 1 1-12-12a12 12 0 0 1 12 12m42 79.08c-15.08 20.84-37.53 34.88-66.7 41.74c-20.08 4.72-43.54 6-70.12 3.93q2.4 17.82 6.72 37.54a8 8 0 0 1-6.1 9.52a7.8 7.8 0 0 1-1.72.19a8 8 0 0 1-7.81-6.29q-4.89-22.36-7.41-42.62q-20.22-2.51-42.58-7.41a8 8 0 0 1 3.43-15.63q19.7 4.32 37.5 6.73c-2.09-26.56-.78-50 3.93-70.06C66 83.55 80.05 61.1 100.88 46c14.12-10.24 39.27-22.36 78.39-22c21.19.21 40.83 4.33 43.81 6.08a8 8 0 0 1 2.83 2.83c1.75 3 5.87 22.59 6.08 43.78c.22 21.62-3.42 52.75-21.99 78.39m-23.76 2.8a112.07 112.07 0 0 1-88.12-88.14C75.64 94 66.7 132.47 71.36 184.6c52.15 4.68 90.64-4.25 114.89-26.72Zm26.2-114.32a175.8 175.8 0 0 0-39.22-3.51c-24.34.64-44.71 6.49-60.76 17.39a96 96 0 0 0 86.09 86.1c10.91-16 16.76-36.42 17.4-60.76a175.8 175.8 0 0 0-3.51-39.22"/></svg>
</template>

CSS

.icon-fish-simple {
  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%22M168%2076a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m42%2079.08c-15.08%2020.84-37.53%2034.88-66.7%2041.74c-20.08%204.72-43.54%206-70.12%203.93q2.4%2017.82%206.72%2037.54a8%208%200%200%201-6.1%209.52a7.8%207.8%200%200%201-1.72.19a8%208%200%200%201-7.81-6.29q-4.89-22.36-7.41-42.62q-20.22-2.51-42.58-7.41a8%208%200%200%201%203.43-15.63q19.7%204.32%2037.5%206.73c-2.09-26.56-.78-50%203.93-70.06C66%2083.55%2080.05%2061.1%20100.88%2046c14.12-10.24%2039.27-22.36%2078.39-22c21.19.21%2040.83%204.33%2043.81%206.08a8%208%200%200%201%202.83%202.83c1.75%203%205.87%2022.59%206.08%2043.78c.22%2021.62-3.42%2052.75-21.99%2078.39m-23.76%202.8a112.07%20112.07%200%200%201-88.12-88.14C75.64%2094%2066.7%20132.47%2071.36%20184.6c52.15%204.68%2090.64-4.25%20114.89-26.72Zm26.2-114.32a175.8%20175.8%200%200%200-39.22-3.51c-24.34.64-44.71%206.49-60.76%2017.39a96%2096%200%200%200%2086.09%2086.1c10.91-16%2016.76-36.42%2017.4-60.76a175.8%20175.8%200%200%200-3.51-39.22%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%22M168%2076a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m42%2079.08c-15.08%2020.84-37.53%2034.88-66.7%2041.74c-20.08%204.72-43.54%206-70.12%203.93q2.4%2017.82%206.72%2037.54a8%208%200%200%201-6.1%209.52a7.8%207.8%200%200%201-1.72.19a8%208%200%200%201-7.81-6.29q-4.89-22.36-7.41-42.62q-20.22-2.51-42.58-7.41a8%208%200%200%201%203.43-15.63q19.7%204.32%2037.5%206.73c-2.09-26.56-.78-50%203.93-70.06C66%2083.55%2080.05%2061.1%20100.88%2046c14.12-10.24%2039.27-22.36%2078.39-22c21.19.21%2040.83%204.33%2043.81%206.08a8%208%200%200%201%202.83%202.83c1.75%203%205.87%2022.59%206.08%2043.78c.22%2021.62-3.42%2052.75-21.99%2078.39m-23.76%202.8a112.07%20112.07%200%200%201-88.12-88.14C75.64%2094%2066.7%20132.47%2071.36%20184.6c52.15%204.68%2090.64-4.25%20114.89-26.72Zm26.2-114.32a175.8%20175.8%200%200%200-39.22-3.51c-24.34.64-44.71%206.49-60.76%2017.39a96%2096%200%200%200%2086.09%2086.1c10.91-16%2016.76-36.42%2017.4-60.76a175.8%20175.8%200%200%200-3.51-39.22%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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