Coconala Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Coconala 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/338419.svg" alt="Coconala icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/338419.svg" alt="Coconala icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/338419.svg" alt="Coconala icon" :width="24" :height="24" />
CSS background
.icon-coconala {
background-image: url('https://proicons.com/icon/338419.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M39.9272,35.728V12.379" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M29.7702,6.4078l-20.315,11.728" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M16.2282,18.136c-2.8458-1.643-6.4605-1.0057-8.5727,1.5116s-2.1122,6.1877,0,8.7049c2.1122,2.5173,5.7269,3.1546,8.5727,1.5116l20.314-11.728c2.8458-1.643,4.1012-5.0921,2.9773-8.18s-4.3026-4.9231-7.5387-4.3525c-3.2361.5706-5.5954,3.3823-5.5954,6.6684l-.0002,23.456c0,3.286,2.3593,6.0977,5.5954,6.6684,3.2361.5706,6.4148-1.2646,7.5387-4.3525s-.1315-6.5369-2.9773-8.18l-20.3138-11.7279Z" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/><path d="M9.4572,29.864l20.221,11.675" style="fill:none; stroke:#fff; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!