Wonerujo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Wonerujo 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/335229.svg" alt="Wonerujo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335229.svg" alt="Wonerujo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335229.svg" alt="Wonerujo icon" :width="24" :height="24" />
CSS background
.icon-wonerujo {
background-image: url('https://proicons.com/icon/335229.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}.b{fill:#000;}</style></defs><path class="a" d="M23.69,28.8465l.02-15.4711m15.6,16.1157c.0812-5.2988-.005-10.8168-.005-16.1157-.2088-3.5712-.6949-7.0393-7.3487-8.7669M8.2333,13.3754V28.8465c0,8.1094,15.3421,8.2125,15.471,0-.01,8.29,15.4711,7.98,15.6.6446"/><path class="a" d="M8.2184,28.8465v6.962"/><circle class="b" cx="39.0316" cy="42.6415" r="0.75"/></svg>
Copied!