fish icon
fish-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- fish-bold
- Set
- Phosphor
- Style
- Bold
- 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"><path fill="currentColor" d="M172 76a16 16 0 1 1-16-16a16 16 0 0 1 16 16m48.22 69.58a102 102 0 0 1-26.78 31.29c-.24.2-.47.39-.72.56a109.5 109.5 0 0 1-13.55 8.83c-18.3 10.07-40.88 15.9-67.22 17.36L91 249a12 12 0 0 1-10.89 7h-.81a12 12 0 0 1-10.66-8.44l-14.16-46l-46-14.19A12 12 0 0 1 7 165l45.4-20.92c1.47-26.33 7.3-48.91 17.37-67.2a110.6 110.6 0 0 1 8.8-13.58c.16-.22.34-.44.51-.66a101.9 101.9 0 0 1 31.33-26.84c25.55-14.19 54.33-16.37 74-15.69c17.76.61 36.49 4 40.76 6.52a12.1 12.1 0 0 1 4.23 4.23c2.52 4.26 5.92 23 6.53 40.76c.64 19.64-1.53 48.38-15.71 73.96m-68.7 26.66a57 57 0 0 1-11.12-8.64a55.8 55.8 0 0 1-15.9-32.1a55.8 55.8 0 0 1-32.1-15.9a56.6 56.6 0 0 1-8.63-11.13q-7 20.48-7.7 47.69a12 12 0 0 1-7 10.61l-23.56 10.87l22.1 6.82a12 12 0 0 1 7.94 7.94l6.79 22.09l10.89-23.59a12 12 0 0 1 10.61-7q27.16-.61 47.68-7.66M209 47c-16.25-3.14-61.81-9-95 14.91a76.7 76.7 0 0 0-14 13a32 32 0 0 0 35 32.94a12 12 0 0 1 13.09 13.09a32 32 0 0 0 33 35a76.3 76.3 0 0 0 13-14C218.05 108.81 212.18 63.22 209 47"/></svg>
React
import type { SVGProps } from "react";
export function PhFishBold(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 16m48.22 69.58a102 102 0 0 1-26.78 31.29c-.24.2-.47.39-.72.56a109.5 109.5 0 0 1-13.55 8.83c-18.3 10.07-40.88 15.9-67.22 17.36L91 249a12 12 0 0 1-10.89 7h-.81a12 12 0 0 1-10.66-8.44l-14.16-46l-46-14.19A12 12 0 0 1 7 165l45.4-20.92c1.47-26.33 7.3-48.91 17.37-67.2a110.6 110.6 0 0 1 8.8-13.58c.16-.22.34-.44.51-.66a101.9 101.9 0 0 1 31.33-26.84c25.55-14.19 54.33-16.37 74-15.69c17.76.61 36.49 4 40.76 6.52a12.1 12.1 0 0 1 4.23 4.23c2.52 4.26 5.92 23 6.53 40.76c.64 19.64-1.53 48.38-15.71 73.96m-68.7 26.66a57 57 0 0 1-11.12-8.64a55.8 55.8 0 0 1-15.9-32.1a55.8 55.8 0 0 1-32.1-15.9a56.6 56.6 0 0 1-8.63-11.13q-7 20.48-7.7 47.69a12 12 0 0 1-7 10.61l-23.56 10.87l22.1 6.82a12 12 0 0 1 7.94 7.94l6.79 22.09l10.89-23.59a12 12 0 0 1 10.61-7q27.16-.61 47.68-7.66M209 47c-16.25-3.14-61.81-9-95 14.91a76.7 76.7 0 0 0-14 13a32 32 0 0 0 35 32.94a12 12 0 0 1 13.09 13.09a32 32 0 0 0 33 35a76.3 76.3 0 0 0 13-14C218.05 108.81 212.18 63.22 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 16m48.22 69.58a102 102 0 0 1-26.78 31.29c-.24.2-.47.39-.72.56a109.5 109.5 0 0 1-13.55 8.83c-18.3 10.07-40.88 15.9-67.22 17.36L91 249a12 12 0 0 1-10.89 7h-.81a12 12 0 0 1-10.66-8.44l-14.16-46l-46-14.19A12 12 0 0 1 7 165l45.4-20.92c1.47-26.33 7.3-48.91 17.37-67.2a110.6 110.6 0 0 1 8.8-13.58c.16-.22.34-.44.51-.66a101.9 101.9 0 0 1 31.33-26.84c25.55-14.19 54.33-16.37 74-15.69c17.76.61 36.49 4 40.76 6.52a12.1 12.1 0 0 1 4.23 4.23c2.52 4.26 5.92 23 6.53 40.76c.64 19.64-1.53 48.38-15.71 73.96m-68.7 26.66a57 57 0 0 1-11.12-8.64a55.8 55.8 0 0 1-15.9-32.1a55.8 55.8 0 0 1-32.1-15.9a56.6 56.6 0 0 1-8.63-11.13q-7 20.48-7.7 47.69a12 12 0 0 1-7 10.61l-23.56 10.87l22.1 6.82a12 12 0 0 1 7.94 7.94l6.79 22.09l10.89-23.59a12 12 0 0 1 10.61-7q27.16-.61 47.68-7.66M209 47c-16.25-3.14-61.81-9-95 14.91a76.7 76.7 0 0 0-14 13a32 32 0 0 0 35 32.94a12 12 0 0 1 13.09 13.09a32 32 0 0 0 33 35a76.3 76.3 0 0 0 13-14C218.05 108.81 212.18 63.22 209 47"/></svg> </template>
CSS
.icon-fish-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%2016m48.22%2069.58a102%20102%200%200%201-26.78%2031.29c-.24.2-.47.39-.72.56a109.5%20109.5%200%200%201-13.55%208.83c-18.3%2010.07-40.88%2015.9-67.22%2017.36L91%20249a12%2012%200%200%201-10.89%207h-.81a12%2012%200%200%201-10.66-8.44l-14.16-46l-46-14.19A12%2012%200%200%201%207%20165l45.4-20.92c1.47-26.33%207.3-48.91%2017.37-67.2a110.6%20110.6%200%200%201%208.8-13.58c.16-.22.34-.44.51-.66a101.9%20101.9%200%200%201%2031.33-26.84c25.55-14.19%2054.33-16.37%2074-15.69c17.76.61%2036.49%204%2040.76%206.52a12.1%2012.1%200%200%201%204.23%204.23c2.52%204.26%205.92%2023%206.53%2040.76c.64%2019.64-1.53%2048.38-15.71%2073.96m-68.7%2026.66a57%2057%200%200%201-11.12-8.64a55.8%2055.8%200%200%201-15.9-32.1a55.8%2055.8%200%200%201-32.1-15.9a56.6%2056.6%200%200%201-8.63-11.13q-7%2020.48-7.7%2047.69a12%2012%200%200%201-7%2010.61l-23.56%2010.87l22.1%206.82a12%2012%200%200%201%207.94%207.94l6.79%2022.09l10.89-23.59a12%2012%200%200%201%2010.61-7q27.16-.61%2047.68-7.66M209%2047c-16.25-3.14-61.81-9-95%2014.91a76.7%2076.7%200%200%200-14%2013a32%2032%200%200%200%2035%2032.94a12%2012%200%200%201%2013.09%2013.09a32%2032%200%200%200%2033%2035a76.3%2076.3%200%200%200%2013-14C218.05%20108.81%20212.18%2063.22%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%2016m48.22%2069.58a102%20102%200%200%201-26.78%2031.29c-.24.2-.47.39-.72.56a109.5%20109.5%200%200%201-13.55%208.83c-18.3%2010.07-40.88%2015.9-67.22%2017.36L91%20249a12%2012%200%200%201-10.89%207h-.81a12%2012%200%200%201-10.66-8.44l-14.16-46l-46-14.19A12%2012%200%200%201%207%20165l45.4-20.92c1.47-26.33%207.3-48.91%2017.37-67.2a110.6%20110.6%200%200%201%208.8-13.58c.16-.22.34-.44.51-.66a101.9%20101.9%200%200%201%2031.33-26.84c25.55-14.19%2054.33-16.37%2074-15.69c17.76.61%2036.49%204%2040.76%206.52a12.1%2012.1%200%200%201%204.23%204.23c2.52%204.26%205.92%2023%206.53%2040.76c.64%2019.64-1.53%2048.38-15.71%2073.96m-68.7%2026.66a57%2057%200%200%201-11.12-8.64a55.8%2055.8%200%200%201-15.9-32.1a55.8%2055.8%200%200%201-32.1-15.9a56.6%2056.6%200%200%201-8.63-11.13q-7%2020.48-7.7%2047.69a12%2012%200%200%201-7%2010.61l-23.56%2010.87l22.1%206.82a12%2012%200%200%201%207.94%207.94l6.79%2022.09l10.89-23.59a12%2012%200%200%201%2010.61-7q27.16-.61%2047.68-7.66M209%2047c-16.25-3.14-61.81-9-95%2014.91a76.7%2076.7%200%200%200-14%2013a32%2032%200%200%200%2035%2032.94a12%2012%200%200%201%2013.09%2013.09a32%2032%200%200%200%2033%2035a76.3%2076.3%200%200%200%2013-14C218.05%20108.81%20212.18%2063.22%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-bold.svg?color=%231a73e8&size=48