Okko Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Okko 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/330566.svg" alt="Okko icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/330566.svg" alt="Okko icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/330566.svg" alt="Okko icon" :width="24" :height="24" />
CSS background
.icon-okko {
background-image: url('https://proicons.com/icon/330566.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="g" d="M38.9972,28.5353c0,8.2648-6.7145,14.9647-14.9972,14.9647s-14.9972-6.6999-14.9972-14.9647h0c0-8.2648,6.7145-14.9647,14.9972-14.9647h0c8.2827,0,14.9972,6.6999,14.9972,14.9647Z"/><path id="c" class="g" d="M26.7699,7.2639c0,1.5265-1.2401,2.7639-2.7699,2.7639s-2.7699-1.2374-2.7699-2.7639h0c0-1.5265,1.2401-2.7639,2.7699-2.7639h0c1.5298,0,2.7699,1.2374,2.7699,2.7639Z"/><path id="d" class="g" d="M17.8014,7.2639c0,1.5265-1.2401,2.7639-2.7699,2.7639s-2.7699-1.2374-2.7699-2.7639c0-1.5265,1.2401-2.7639,2.7699-2.7639h0c1.5298,0,2.7699,1.2374,2.7699,2.7639Z"/><path id="e" class="g" d="M35.7383,7.2639c0,1.5265-1.2401,2.7639-2.7699,2.7639h0c-1.5298,0-2.7699-1.2374-2.7699-2.7639s1.2401-2.7639,2.7699-2.7639h0c1.5298,0,2.7699,1.2374,2.7699,2.7639h0Z"/><path id="f" class="g" d="M33.2264,28.5353c0,5.0846-4.1308,9.2064-9.2264,9.2064h0c-5.0956,0-9.2264-4.1218-9.2264-9.2064h0c0-5.0846,4.1308-9.2064,9.2264-9.2064h0c5.0956,0,9.2264,4.1218,9.2264,9.2064h0Z"/></svg>
Copied!