Okash Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Okash 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/330563.svg" alt="Okash icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330563.svg" alt="Okash icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330563.svg" alt="Okash icon" :width="24" :height="24" />
CSS background
.icon-okash {
background-image: url('https://proicons.com/icon/330563.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"><defs><style>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M35.83399761,38.94529704c-7.84952881,6.35612858-19.27851243,5.55694521-26.16706213-1.82975671-6.88864507-7.38713329-6.88864507-18.84454619,0-26.23167947,6.8885497-7.38670338,18.31753332-8.18588529,26.16706213-1.82975524"/><path class="e" d="M41.68496643,17.10761484c1.70312783,4.4367938,1.70312783,9.34706959,0,13.78386339"/><path class="e" d="M32.92928055,35.35901661c-5.96563379,4.8305664-14.65157284,4.22316919-19.88684279-1.39066393-5.23536973-5.61422048-5.23536973-14.3218571,0-19.93607757,5.23526995-5.61383459,13.921209-6.22123179,19.88684279-1.39066393"/><path class="e" d="M32.92928055,12.641306l2.90471706-3.58689373"/><path class="e" d="M32.92928055,35.35901661l2.90471706,3.58689666"/><path class="e" d="M25.26901426,24.0001613l13.84663495-13.84663495"/><path class="e" d="M30.65381674,24.0001613l13.84663495-13.84663495"/><path class="e" d="M44.50045168,37.84679625l-13.84663495-13.84663495"/><path class="e" d="M39.1156492,37.84679625l-13.84663495-13.84663495"/><path class="e" d="M39.1156492,10.15352636h5.38480248"/><path class="e" d="M44.50045168,37.84679625h-5.38480248"/><path class="e" d="M41.68496643,17.10761484l-7.18455702,6.89193023,7.18455702,6.89193023"/></svg>
Copied!