fish icon
fish-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- fish-duotone
- Set
- Phosphor
- Style
- Duotone
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
fishCarbonfishDeviconfishEmoji One (Colored)fishFont Awesome 6 SolidfishFont Awesome Solidfish-outlineFlowbite IconsfishFluent EmojifishFluent Emoji FlatfishFluent Emoji High ContrastfishFirefox OS EmojifishHuge IconsfishIconParkfishIconPark OutlinefishIconPark SolidfishIconPark TwoTonefishIconoirfishIonIconsfishJam IconsfishLine AwesomefishLucidefishMajesticonsfishMaterial Design Iconsfish-fillMingCute IconfishNoto Emoji
Related icons in Phosphor
Use the fish icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M185.81 167.62c-18 13.9-44.17 23.41-81.68 24.31L80.09 248l-16-56.07L8 175.87l56.07-24c.9-37.49 10.41-63.61 24.31-81.65a44 44 0 0 0 47.82 49.58a44 44 0 0 0 49.61 47.82" opacity=".2"/><path d="M168 76a12 12 0 1 1-12-12a12 12 0 0 1 12 12m48.72 67.64c-19.37 34.9-55.44 53.76-107.24 56.1l-22 51.41A8 8 0 0 1 80.1 256h-.51a8 8 0 0 1-7.19-5.78l-14.8-51.83l-51.8-14.83a8 8 0 0 1-1-15.05l51.41-22c2.35-51.78 21.21-87.84 56.09-107.22c24.75-13.74 52.74-15.84 71.88-15.18c18.64.64 36 4.27 38.86 6a8 8 0 0 1 2.83 2.83c1.69 2.85 5.33 20.21 6 38.85c.68 19.1-1.41 47.1-15.15 71.85m-55.18 29a52.11 52.11 0 0 1-33.4-44.78a52.09 52.09 0 0 1-44.77-33.39q-10.45 23.79-11.3 57.59a8 8 0 0 1-4.85 7.17l-35.39 15.14l34.45 9.86a8 8 0 0 1 5.49 5.5l9.84 34.44l15.16-35.4a8 8 0 0 1 7.17-4.84q33.77-.81 57.6-11.29m50.88-129.07c-14.15-3-64.1-11-100.3 14.75a81.2 81.2 0 0 0-16 15.07a36 36 0 0 0 39.35 38.44a8 8 0 0 1 8.73 8.73a36 36 0 0 0 38.47 39.34a80.8 80.8 0 0 0 15-16c25.75-36.17 17.75-86.16 14.75-100.33"/></g></svg>
React
import type { SVGProps } from "react";
export function PhFishDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M185.81 167.62c-18 13.9-44.17 23.41-81.68 24.31L80.09 248l-16-56.07L8 175.87l56.07-24c.9-37.49 10.41-63.61 24.31-81.65a44 44 0 0 0 47.82 49.58a44 44 0 0 0 49.61 47.82" opacity=".2"/><path d="M168 76a12 12 0 1 1-12-12a12 12 0 0 1 12 12m48.72 67.64c-19.37 34.9-55.44 53.76-107.24 56.1l-22 51.41A8 8 0 0 1 80.1 256h-.51a8 8 0 0 1-7.19-5.78l-14.8-51.83l-51.8-14.83a8 8 0 0 1-1-15.05l51.41-22c2.35-51.78 21.21-87.84 56.09-107.22c24.75-13.74 52.74-15.84 71.88-15.18c18.64.64 36 4.27 38.86 6a8 8 0 0 1 2.83 2.83c1.69 2.85 5.33 20.21 6 38.85c.68 19.1-1.41 47.1-15.15 71.85m-55.18 29a52.11 52.11 0 0 1-33.4-44.78a52.09 52.09 0 0 1-44.77-33.39q-10.45 23.79-11.3 57.59a8 8 0 0 1-4.85 7.17l-35.39 15.14l34.45 9.86a8 8 0 0 1 5.49 5.5l9.84 34.44l15.16-35.4a8 8 0 0 1 7.17-4.84q33.77-.81 57.6-11.29m50.88-129.07c-14.15-3-64.1-11-100.3 14.75a81.2 81.2 0 0 0-16 15.07a36 36 0 0 0 39.35 38.44a8 8 0 0 1 8.73 8.73a36 36 0 0 0 38.47 39.34a80.8 80.8 0 0 0 15-16c25.75-36.17 17.75-86.16 14.75-100.33"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M185.81 167.62c-18 13.9-44.17 23.41-81.68 24.31L80.09 248l-16-56.07L8 175.87l56.07-24c.9-37.49 10.41-63.61 24.31-81.65a44 44 0 0 0 47.82 49.58a44 44 0 0 0 49.61 47.82" opacity=".2"/><path d="M168 76a12 12 0 1 1-12-12a12 12 0 0 1 12 12m48.72 67.64c-19.37 34.9-55.44 53.76-107.24 56.1l-22 51.41A8 8 0 0 1 80.1 256h-.51a8 8 0 0 1-7.19-5.78l-14.8-51.83l-51.8-14.83a8 8 0 0 1-1-15.05l51.41-22c2.35-51.78 21.21-87.84 56.09-107.22c24.75-13.74 52.74-15.84 71.88-15.18c18.64.64 36 4.27 38.86 6a8 8 0 0 1 2.83 2.83c1.69 2.85 5.33 20.21 6 38.85c.68 19.1-1.41 47.1-15.15 71.85m-55.18 29a52.11 52.11 0 0 1-33.4-44.78a52.09 52.09 0 0 1-44.77-33.39q-10.45 23.79-11.3 57.59a8 8 0 0 1-4.85 7.17l-35.39 15.14l34.45 9.86a8 8 0 0 1 5.49 5.5l9.84 34.44l15.16-35.4a8 8 0 0 1 7.17-4.84q33.77-.81 57.6-11.29m50.88-129.07c-14.15-3-64.1-11-100.3 14.75a81.2 81.2 0 0 0-16 15.07a36 36 0 0 0 39.35 38.44a8 8 0 0 1 8.73 8.73a36 36 0 0 0 38.47 39.34a80.8 80.8 0 0 0 15-16c25.75-36.17 17.75-86.16 14.75-100.33"/></g></svg> </template>
CSS
.icon-fish-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M185.81%20167.62c-18%2013.9-44.17%2023.41-81.68%2024.31L80.09%20248l-16-56.07L8%20175.87l56.07-24c.9-37.49%2010.41-63.61%2024.31-81.65a44%2044%200%200%200%2047.82%2049.58a44%2044%200%200%200%2049.61%2047.82%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M168%2076a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m48.72%2067.64c-19.37%2034.9-55.44%2053.76-107.24%2056.1l-22%2051.41A8%208%200%200%201%2080.1%20256h-.51a8%208%200%200%201-7.19-5.78l-14.8-51.83l-51.8-14.83a8%208%200%200%201-1-15.05l51.41-22c2.35-51.78%2021.21-87.84%2056.09-107.22c24.75-13.74%2052.74-15.84%2071.88-15.18c18.64.64%2036%204.27%2038.86%206a8%208%200%200%201%202.83%202.83c1.69%202.85%205.33%2020.21%206%2038.85c.68%2019.1-1.41%2047.1-15.15%2071.85m-55.18%2029a52.11%2052.11%200%200%201-33.4-44.78a52.09%2052.09%200%200%201-44.77-33.39q-10.45%2023.79-11.3%2057.59a8%208%200%200%201-4.85%207.17l-35.39%2015.14l34.45%209.86a8%208%200%200%201%205.49%205.5l9.84%2034.44l15.16-35.4a8%208%200%200%201%207.17-4.84q33.77-.81%2057.6-11.29m50.88-129.07c-14.15-3-64.1-11-100.3%2014.75a81.2%2081.2%200%200%200-16%2015.07a36%2036%200%200%200%2039.35%2038.44a8%208%200%200%201%208.73%208.73a36%2036%200%200%200%2038.47%2039.34a80.8%2080.8%200%200%200%2015-16c25.75-36.17%2017.75-86.16%2014.75-100.33%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M185.81%20167.62c-18%2013.9-44.17%2023.41-81.68%2024.31L80.09%20248l-16-56.07L8%20175.87l56.07-24c.9-37.49%2010.41-63.61%2024.31-81.65a44%2044%200%200%200%2047.82%2049.58a44%2044%200%200%200%2049.61%2047.82%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M168%2076a12%2012%200%201%201-12-12a12%2012%200%200%201%2012%2012m48.72%2067.64c-19.37%2034.9-55.44%2053.76-107.24%2056.1l-22%2051.41A8%208%200%200%201%2080.1%20256h-.51a8%208%200%200%201-7.19-5.78l-14.8-51.83l-51.8-14.83a8%208%200%200%201-1-15.05l51.41-22c2.35-51.78%2021.21-87.84%2056.09-107.22c24.75-13.74%2052.74-15.84%2071.88-15.18c18.64.64%2036%204.27%2038.86%206a8%208%200%200%201%202.83%202.83c1.69%202.85%205.33%2020.21%206%2038.85c.68%2019.1-1.41%2047.1-15.15%2071.85m-55.18%2029a52.11%2052.11%200%200%201-33.4-44.78a52.09%2052.09%200%200%201-44.77-33.39q-10.45%2023.79-11.3%2057.59a8%208%200%200%201-4.85%207.17l-35.39%2015.14l34.45%209.86a8%208%200%200%201%205.49%205.5l9.84%2034.44l15.16-35.4a8%208%200%200%201%207.17-4.84q33.77-.81%2057.6-11.29m50.88-129.07c-14.15-3-64.1-11-100.3%2014.75a81.2%2081.2%200%200%200-16%2015.07a36%2036%200%200%200%2039.35%2038.44a8%208%200%200%201%208.73%208.73a36%2036%200%200%200%2038.47%2039.34a80.8%2080.8%200%200%200%2015-16c25.75-36.17%2017.75-86.16%2014.75-100.33%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/fish-duotone.svg?color=%231a73e8&size=48