Okok Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Okok 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/330567.svg" alt="Okok icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330567.svg" alt="Okok icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330567.svg" alt="Okok icon" :width="24" :height="24" />
CSS background
.icon-okok {
background-image: url('https://proicons.com/icon/330567.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="e" class="f" d="M20.46033982,29.53897313c-5.07936094,3.12946753-9.06841147,4.27017884-10.42782924,2.98194767-1.92530771-1.825884,1.88850584-7.97294869,8.82600599-14.22566663M30.85621195,9.8926735c3.5051948-1.70758982,6.07736-2.12050896,7.11033808-1.14144845h0c2.07130091,1.96486291-2.50147574,8.87767546-10.21411992,15.44101596-.97406004.82884113-1.97281148,1.62944799-2.97994958,2.38875394M22.77419669,33.74126632c-1.42306723-12.26833323,4.17931988-19.47553788,12.59188721-24.60057306M35.3660839,9.14069326c-6.39431018.52228999-12.40713881,3.30051499-16.43965883,8.05505338-1.2003684,16.054183,7.63961758,18.73354048,9.1106181,26.30425336,1.37812632-9.27140081-4.74654982-10.99805442-3.1597056-23.79765953M24.95922702,8.15203704c0,2.01696382-1.6364137,3.65203657-3.65503275,3.65203657s-3.65503275-1.63507275-3.65503275-3.65203657c0-2.01696429,1.6364137-3.65203704,3.65503275-3.65203704s3.65503275,1.63507275,3.65503275,3.65203704Z"/></svg>
Copied!