Opark Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Opark 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/330664.svg" alt="Opark icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330664.svg" alt="Opark icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330664.svg" alt="Opark icon" :width="24" :height="24" />
CSS background
.icon-opark {
background-image: url('https://proicons.com/icon/330664.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="M24.0558,39.1744c-5.8253,1.2115-11.8299-1.0188-15.452-5.7392-4.0421-5.2678-4.2797-12.5251-.5908-18.046,3.4892-5.222,9.7848-7.8221,15.942-6.5842" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M24.0278,15.2424c4.2704,1.5248,6.8184,5.9072,6.031,10.373-.8373,4.7485-5.1652,8.0695-9.9686,7.6492-4.8035-.4202-8.4889-4.4422-8.4889-9.264h0c0-6.6399,4.2295-12.542,10.517-14.677,6.2875-2.1343,13.236-.0265,17.278,5.2413,4.0421,5.2678,4.2797,12.525.5908,18.046-3.4992,5.2369-9.8196,7.8355-15.99,6.5743" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/><path d="M24.0018,32.7684c-4.2862-1.5146-6.8491-5.906-6.0597-10.383.8373-4.7485,5.1652-8.0695,9.9686-7.6492,4.8035.4202,8.4889,4.4422,8.4889,9.264,0,6.6399-4.2295,12.542-10.517,14.677-.5982.2031-1.2082.3694-1.8267.498" style="fill:none; stroke:#000; stroke-linecap:round; stroke-linejoin:round;"/></svg>
Copied!