Octopus Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Octopus 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/345082.svg" alt="Octopus icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345082.svg" alt="Octopus icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345082.svg" alt="Octopus icon" :width="24" :height="24" />
CSS background
.icon-octopus {
background-image: url('https://proicons.com/icon/345082.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M28.9745,19.7146c1.323-6.7953,10.4963-12.0953,13.937-7.0124,2.6459,3.9088-3.9088,9.2008-14.0717,8.9-10.1841-.3013-15.5475-1.401-19.8448,1.3831-4.27,2.7662-5.773,7.9379-3.3074,11.4859s10.5838,4.39,16.1764-1.0223S28.0832,24,28.0832,24"/></svg>
Copied!