Fullroid Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Fullroid 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/340869.svg" alt="Fullroid icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/340869.svg" alt="Fullroid icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/340869.svg" alt="Fullroid icon" :width="24" :height="24" />
CSS background
.icon-fullroid {
background-image: url('https://proicons.com/icon/340869.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M17.83330091,7.5v10.33334955l6.16669909,6.16665045,6.16669909-6.16665045V7.5c0-1.1045695-.8954305-2-2-2h-8.33339819c-1.1045695,0-2,.8954305-2,2Z"/><path class="e" d="M40.5,17.83330091h-10.33334955l-6.16665045,6.16669909,6.16665045,6.16669909h10.33334955c1.1045695,0,2-.8954305,2-2v-8.33339819c0-1.1045695-.8954305-2-2-2Z"/><path class="e" d="M30.16669909,40.5v-10.33334955l-6.16669909-6.16665045-6.16669909,6.16665045v10.33334955c0,1.1045695.8954305,2,2,2h8.33339819c1.1045695,0,2-.8954305,2-2Z"/><path class="e" d="M7.5,30.16669909h10.33334955l6.16665045-6.16669909-6.16665045-6.16669909H7.5c-1.1045695,0-2,.8954305-2,2v8.33339819c0,1.1045695.8954305,2,2,2Z"/></svg>
Copied!