Threes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Threes 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/348495.svg" alt="Threes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/348495.svg" alt="Threes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/348495.svg" alt="Threes icon" :width="24" :height="24" />
CSS background
.icon-threes {
background-image: url('https://proicons.com/icon/348495.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M16.1081,40.9754l.8444-.8425.8453.8425M30.2022,40.9754l.8453-.8425.8453.8425M20.4969,41.3739h7.0072M20.3005,16.7006v-1.4734h7.4863l-4.976,5.5026c11.1313-1.2267,1.7219,7.2311-2.8129,8.75M15.2628,5.5h17.4725c1.4762,0,2.664,1.5597,2.664,3.497v30.007c0,1.9363-1.1878,3.496-2.664,3.496H15.2637c-1.4753,0-2.664-1.5597-2.664-3.496V8.996c0-1.9363,1.1887-3.496,2.664-3.496M38.9485,35.3315c.0052,1.9261-1.5519,3.4917-3.478,3.497-.0051,0-.0101,0-.0152,0H12.5438c-1.9261.0026-3.4896-1.5566-3.4922-3.4827,0-.0048,0-.0095,0-.0142M12.5438,5.5h22.9115c1.9261-.0032,3.49,1.5557,3.4932,3.4818,0,.0051,0,.0101,0,.0152v30.007c.0047,1.9261-1.5529,3.4913-3.4789,3.496-.0047,0-.0095,0-.0142,0H12.5438c-1.9261.0026-3.4896-1.5566-3.4922-3.4827,0-.0044,0-.0089,0-.0133V8.996c-.0047-1.9261,1.5529-3.4913,3.4789-3.496.0044,0,.0089,0,.0133,0"/></svg>
Copied!