Fish 5 Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Fish 5 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/305692.svg" alt="Fish 5 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305692.svg" alt="Fish 5 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305692.svg" alt="Fish 5 icon" :width="24" :height="24" />
CSS background
.icon-fish-5 {
background-image: url('https://proicons.com/icon/305692.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M63 345c10 45 26 87 50 127 37 61 85 110 146 147 33 21 70 36 108 47 4 1 8 4 11 7 40 43 87 76 142 95 1 1 2 1 5 2 2-17 4-34 6-50 1-12 3-24 5-36 0-2 3-6 5-6 56-8 107-26 156-54 2-1 3-2 7-3 27 63 65 117 119 163v-11c2-57 3-115 5-172 0-6 2-12 6-17 33-47 66-95 100-142 1-2 2-4 4-7-70 5-133 26-193 61-37-85-93-152-172-202 18 0 64 23 108 53 6-34 11-67 16-100-91-31-181-46-275-11 61 162-26 297-95 341 23-22 41-46 55-73 32-63 39-128 21-195-7-27-18-51-34-74-1-2-5-4-7-4-47-2-93 4-137 17-38 11-73 26-105 48-19 12-37 26-55 40-2 2-3 6-2 9zm162 18c21-10 45-2 55 18s2 45-18 55-45 2-55-19c-10-20-2-44 18-54z"/></svg>
Copied!