Yokai Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yokai 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/350026.svg" alt="Yokai icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/350026.svg" alt="Yokai icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/350026.svg" alt="Yokai icon" :width="24" :height="24" />
CSS background
.icon-yokai {
background-image: url('https://proicons.com/icon/350026.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>.i{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><path id="c" class="i" d="M20.8128,14.8113c1.8815-2.9752,5.4362-4.0126,6.4975-7.0097.3754-1.06-.4115-1.9509-.4417-3.1678-.0102-.4099.8641.2067,1.3545.7066,1.0366,1.0566,1.5943,2.3527,1.7597,3.8911.0334.3104-.1016.8023-.4456,1.2567"/><path id="d" class="i" d="M30.6029,8.377c.0337.9241.4175,2.7422-1.1829,4.3214"/><path id="e" class="i" d="M18.9002,23.6571c-1.7412,2.2866-3.3408,3.0393-4.6831,5.1883-3.3759,5.4048-.3238,10.4919,1.3282,11.9213,2.0823,1.8017,3.9112,2.8162,6.1176,2.7281,3.7017-.1479,7.557-.6128,10.0011-2.3941,2.6829-1.9553,4.6447-7.6789,3.094-11.3545-.6976-1.6534-3.4955-3.761-3.7238-4.98-.2287-1.2215.8651-1.7162.8988-3.6068.0074-.4156-.0174-.8473-.4459-1.7297"/></g><g id="f"><path id="g" class="i" d="M32.692,12.6977l-8.6467,12.7774-8.6467-12.7774"/><path id="h" class="i" d="M24.0453,38.2525v-12.7774"/></g></svg>
Copied!