Ruutu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ruutu 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/332295.svg" alt="Ruutu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332295.svg" alt="Ruutu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332295.svg" alt="Ruutu icon" :width="24" :height="24" />
CSS background
.icon-ruutu {
background-image: url('https://proicons.com/icon/332295.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="m16.4841,15.8257l-11.4791,12.7854c-.9773.9793-.6142,4.1445,1.7772,4.2046,3.1699.0795,3.0024-.0413,4.8542-.0413"/><path class="b" d="m20.7928,17.7771c0-1.6356-2.5546-3.6988-4.2908-1.9592"/><g><path class="b" d="m14.4175,25.6027c0-1.4005,1.133-2.5357,2.5307-2.5357"/><line class="b" x1="14.4175" y1="23.067" x2="14.4175" y2="29.7865"/></g><g><line class="b" x1="34.9745" y1="20.9752" x2="34.9745" y2="29.7865"/><line class="b" x1="33.6459" y1="23.0671" x2="36.303" y2="23.0671"/></g><g><path class="b" d="m19.1333,23.067v4.1839c0,1.4005,1.1283,2.5357,2.5201,2.5357s2.5201-1.1353,2.5201-2.5357v-4.1839"/><line class="b" x1="24.1735" y1="27.2509" x2="24.1735" y2="29.7865"/></g><g><path class="b" d="m26.5723,23.067v4.1839c0,1.4005,1.1283,2.5357,2.5201,2.5357s2.5201-1.1353,2.5201-2.5357v-4.1839"/><line class="b" x1="31.6125" y1="27.2509" x2="31.6125" y2="29.7865"/></g><g><path class="b" d="m38.4598,23.067v4.1839c0,1.4005,1.1283,2.5357,2.5201,2.5357s2.5201-1.1353,2.5201-2.5357v-4.1839"/><line class="b" x1="43.5" y1="27.2509" x2="43.5" y2="29.7865"/></g></svg>
Copied!