Yomoni Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Yomoni 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/335470.svg" alt="Yomoni icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335470.svg" alt="Yomoni icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335470.svg" alt="Yomoni icon" :width="24" :height="24" />
CSS background
.icon-yomoni {
background-image: url('https://proicons.com/icon/335470.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="b" 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><path class="d" d="M6.6741,5.5l15.9435,26.0551-6.3756,10.7885M19.4369,31.8197l-5.7863,9.4865M16.3832,31.3235l-5.0504,8.206M9.9173,5.5697l14.1319,22.9209,14.4752-22.9003"/><path class="d" d="M12.844,5.6001l11.1542,18.3694,11.2865-18.4303"/><path class="d" d="M15.6375,5.559l8.3196,13.6606,8.2481-13.4666M41.3259,5.5358l-22.3549,36.9642"/></svg>
Copied!