Busybox Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Busybox 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/337613.svg" alt="Busybox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/337613.svg" alt="Busybox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/337613.svg" alt="Busybox icon" :width="24" :height="24" />
CSS background
.icon-busybox {
background-image: url('https://proicons.com/icon/337613.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="cls-1" points="9.06 25.13 9.06 38.19 21.23 41.6 21.23 19.89 36.83 16.48 25.33 12.94 8.95 16.48 6.75 24.31 8.95 25.09 18.92 28.62 21.23 19.89"/><polyline class="cls-1" points="21.23 41.6 37.01 38.17 37.01 24.74"/><polygon class="cls-1" points="8.95 16.48 21.23 19.89 27.93 27.04 43.5 23.1 36.83 16.48 42.78 10.96 31.25 7.58 25.33 12.94 21.07 6.4 4.5 9.91 8.95 16.48"/><line class="cls-1" x1="23.8" y1="36.5" x2="34.21" y2="34.53"/><line class="cls-1" x1="16.68" y1="29.58" x2="15" y2="36.87"/><line class="cls-1" x1="14.36" y1="29.03" x2="12.62" y2="36.21"/><line class="cls-1" x1="11.16" y1="33.23" x2="17.64" y2="35"/><line class="cls-1" x1="11.98" y1="30.56" x2="18.2" y2="32.39"/></svg>
Copied!