Fish Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Fish icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/317780.svg" alt="Fish icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/317780.svg" alt="Fish icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/317780.svg" alt="Fish icon" :width="24" :height="24" />
CSS background
.icon-fish {
background-image: url('https://proicons.com/icon/317780.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><style>.cls-1{fill:none;}</style></defs><title>fish</title><circle cx="24" cy="6.9998" r="1"/><path d="M26,2A16.0183,16.0183,0,0,0,10,18v2H3a1,1,0,0,0-.707,1.707l8,8A1,1,0,0,0,12,29V22h2A16.0183,16.0183,0,0,0,30,6V2ZM10,26.5857,5.4141,22H10ZM12,20V18a13.9394,13.9394,0,0,1,3.908-9.6777l7.77,7.7695A13.94,13.94,0,0,1,14,20ZM28,6a13.9163,13.9163,0,0,1-2.98,8.6055L17.3945,6.98A13.9163,13.9163,0,0,1,26,4h2Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-1" width="32" height="32"/></svg>
Copied!