Rootan Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rootan 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/332225.svg" alt="Rootan icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332225.svg" alt="Rootan icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332225.svg" alt="Rootan icon" :width="24" :height="24" />
CSS background
.icon-rootan {
background-image: url('https://proicons.com/icon/332225.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="M17.717,11.345l.915,1.15M30.283,11.345l-.915,1.15M14.135,17.129l1.437.307M33.866,17.129l-1.437.307M14.98,23.751l1.314-.658M33.022,23.751l-1.314-.658M24.001,9.15v1.47M24.061,28.318v8.306M38.838,21.794c0,8.1926-6.6427,14.834-14.837,14.834h-.001c-8.1939-.0006-14.836-6.6418-14.836-14.834-.0006-8.1926,6.6418-14.8344,14.836-14.835h0c8.1942,0,14.837,6.6414,14.837,14.834M22.145,25.499v1.975h.822l.251.845h1.565l.251-.845h.822v-1.975h-3.711ZM6.537,21.96c0-9.643,7.819-17.46,17.464-17.46s17.464,7.817,17.464,17.46h0c0,6.533-4.232,11.59-9.454,15.516l-8.011,6.024-7.953-5.994c-5.236-3.947-9.512-8.99-9.512-15.545l.002-.001ZM23.582,25.507c-3.2396-.2198-5.7551-2.9114-5.755-6.158,0-3.4087,2.7637-6.172,6.173-6.172h.001c3.4093,0,6.173,2.7633,6.173,6.172h0c0,3.2466-2.5154,5.9382-5.755,6.158"/></svg>
Copied!