Octopus 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Octopus 2 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/345083.svg" alt="Octopus 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345083.svg" alt="Octopus 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345083.svg" alt="Octopus 2 icon" :width="24" :height="24" />
CSS background
.icon-octopus-2 {
background-image: url('https://proicons.com/icon/345083.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="M37.58,34.54C38.83,35.76,37.83,36.69,32.99,35.75Q33.38,37.28,34.86,37.57C38.96,38.61,32.33,41.92,27.38,37.88C25.98,42.56,21.95,43.17,20.98,38.05C19.59,38.84,18.28,40.31,16.43,40.07C7.98,38.87,15.04,37.16,15.85,35.75C12.16,37.74,8.96,35.65,10.52,34.71C11.58,34.00,13.63,31.77,11.66,29.71C8.74,26.85,7.44,20.89,9.58,14.97C12.59,5.25,36.61,1.45,40.00,18.99C40.74,23.29,39.11,25.89,36.87,29.77C35.31,32.61,36.53,33.43,37.58,34.54z"/> <path class="a" d="M13.91,18.97L15.13,18.39"/> <path class="a" d="M32.97,18.02L34.13,18.50"/> <path class="a" d="M25.42,30.09C24.63,31.12,22.71,31.27,21.88,30.13C21.57,32.58,25.64,32.87,25.42,30.09z"/> <path class="a" d="M18.19,21.01C20.23,21.10,21.81,22.80,21.72,24.80C21.64,26.81,19.91,28.36,17.87,28.27C15.83,28.18,14.25,26.48,14.33,24.48C14.42,22.48,16.15,20.92,18.19,21.01z"/> <path class="a" d="M16.09,23.79A0.67 0.67 180.29 1 0 16.56,23.25A2.70 2.63 117.59 1 1 16.09,23.79z"/> <path class="a" d="M37.58,34.54C38.83,35.76,37.83,36.69,32.99,35.75Q33.38,37.28,34.86,37.57C38.96,38.61,32.33,41.92,27.38,37.88C25.98,42.56,21.95,43.17,20.98,38.05C19.59,38.84,18.28,40.31,16.43,40.07C7.98,38.87,15.04,37.16,15.85,35.75C12.16,37.74,8.96,35.65,10.52,34.71C11.58,34.00,13.63,31.77,11.66,29.71C8.74,26.85,7.44,20.89,9.58,14.97C12.59,5.25,36.61,1.45,40.00,18.99C40.74,23.29,39.11,25.89,36.87,29.77C35.31,32.61,36.53,33.43,37.58,34.54z"/> <path class="a" d="M29.76,21.21C31.71,21.30,33.23,22.90,33.14,24.80C33.06,26.69,31.41,28.15,29.46,28.07C27.51,27.98,26.00,26.38,26.08,24.49C26.17,22.59,27.81,21.13,29.76,21.21z"/> <path class="a" d="M27.64,23.70A0.67 0.67 180.29 1 0 28.11,23.16A2.70 2.63 117.59 1 1 27.64,23.70z"/></svg>
Copied!