Joko Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Joko 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/342269.svg" alt="Joko icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342269.svg" alt="Joko icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342269.svg" alt="Joko icon" :width="24" :height="24" />
CSS background
.icon-joko {
background-image: url('https://proicons.com/icon/342269.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M14.4566,40.7843c1.0129-2.6286,2.9844-6.6887,5.9144-12.1804-2.8212.3097-5.567-.0837-8.2374-1.1804,4.3866-9.2922,10.6651-16.7093,18.8356-22.2511,2.6119-1.4315,3.4113-.5776,2.3984,2.5616-1.0213,2.5951-2.9342,6.4794-5.7386,11.653,2.7709-.2009,5.5167.1591,8.2374,1.0799-4.5038,9.6773-10.5647,17.0441-18.1826,22.1004-3.0723,1.6826-4.148,1.0883-3.2272-1.7831Z"/></svg>
Copied!