Ruppu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ruppu 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/346842.svg" alt="Ruppu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/346842.svg" alt="Ruppu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/346842.svg" alt="Ruppu icon" :width="24" :height="24" />
CSS background
.icon-ruppu {
background-image: url('https://proicons.com/icon/346842.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m30.3876,20.3108h9.4232c2.0343,0,3.6892,1.6549,3.6892,3.6892s-1.6549,3.6892-3.6892,3.6892h-5.1649"/><path class="c" d="m13.3541,20.3108h-5.1649c-2.0343,0-3.6892,1.6549-3.6892,3.6892s1.6549,3.6892,3.6892,3.6892h9.4232"/><path class="c" d="m23.6962,34.5364c-1.2754,0-2.5152-.6619-3.1987-1.8456l-7.9054-13.6924c-1.0185-1.7643-.4138-4.0206,1.3505-5.0397,1.7658-1.0191,4.0206-.4148,5.0397,1.3505l7.9054,13.6924c1.0185,1.7643.4138,4.0206-1.3505,5.0397-.5811.3356-1.2151.4951-1.841.4951Z"/><path class="c" d="m32.2164,34.5364c-1.2754,0-2.5152-.6619-3.1987-1.8456l-7.9054-13.6924c-1.0185-1.7643-.4138-4.0206,1.3505-5.0397,1.7658-1.0191,4.0206-.4148,5.0397,1.3505l7.9054,13.6924c1.0185,1.7643.4138,4.0206-1.3505,5.0397-.5811.3356-1.2151.4951-1.841.4951Z"/></svg>
Copied!