Terabox Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Terabox 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/333792.svg" alt="Terabox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/333792.svg" alt="Terabox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/333792.svg" alt="Terabox icon" :width="24" :height="24" />
CSS background
.icon-terabox {
background-image: url('https://proicons.com/icon/333792.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m23.3879,11.012c5.2889-.2846,10.7913,2.7631,12.6176,9.7359,4.491.3671,7.8341,4.3053,7.467,8.7962-.3236,3.9589-3.4024,7.4619-7.4077,7.4619H13.2606c-11.1251,0-13.0597-18.2632,0-19.5193,1.9775-3.8117,5.8376-6.2796,10.1273-6.4748Z"/><line class="d" x1="24.5432" y1="37.0061" x2="24.5432" y2="25.7668"/><polyline class="d" points="29.2856 30.5092 24.5432 25.7668 19.8008 30.5092"/></svg>
Copied!