Yayoiken Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yayoiken 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/335444.svg" alt="Yayoiken icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335444.svg" alt="Yayoiken icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335444.svg" alt="Yayoiken icon" :width="24" :height="24" />
CSS background
.icon-yayoiken {
background-image: url('https://proicons.com/icon/335444.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="d" x="38" y="32.5" width="4" height="4" rx=".5" ry=".5"/><rect class="d" x="33.5" y="11.5" width="10" height="27"/><path class="d" d="m6.5 9.5h10m3.5 0h10m3.5 0h10"/><path class="d" d="m6.5 11.5c7.668 12.888 2.7399 22.745-2 24.75 2 2.25 9 1.75 9 1.75 2.426-2.3214 7.1191-16.643 3-26.5z"/><path class="d" d="m4.5 36.25c8.2744-4.7784 13.541-13.104 13.541-17.981"/><path class="d" d="m20 11.5c5.699 11.963 3.3605 19.419-1.5 22.75 2 2.25 8.5 3.75 8.5 3.75 2.426-2.3214 7.1191-16.643 3-26.5z"/><path class="d" d="m18.5 34.25c6.4662-3.6532 11.5-17.872 11.5-22.75"/></svg>
Copied!