Woodbox Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Woodbox 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/349793.svg" alt="Woodbox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349793.svg" alt="Woodbox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349793.svg" alt="Woodbox icon" :width="24" :height="24" />
CSS background
.icon-woodbox {
background-image: url('https://proicons.com/icon/349793.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="M24.7484,4.8379l6.2369,7.4843c.2791.4753.12,1.0868-.3553,1.3658-.1204.0707-.2544.1154-.3932.1311h-3.2432l6.9854,8.9812c.2791.4753.12,1.0868-.3553,1.3658-.1204.0707-.2544.1154-.3932.1311h-5.738l9.9791,11.9749c.2791.4753.12,1.0868-.3553,1.3658-.1204.0707-.2544.1154-.3932.1311H11.2767c-.5476-.0619-.9414-.5561-.8795-1.1037.0157-.1388.0603-.2727.1311-.3932l9.9791-11.9749h-5.738c-.5476-.0619-.9414-.5561-.8795-1.1037.0157-.1388.0603-.2727.1311-.3932l6.9854-8.9812h-3.2432c-.5476-.0619-.9414-.5561-.8795-1.1037.0157-.1388.0603-.2727.1311-.3932l6.2369-7.4843c.3645-.4133.9951-.4529,1.4085-.0884.0313.0276.0608.0571.0884.0884"/><path id="d" class="e" d="M26.9937,37.7688v4.7333c0,.5511-.4468.9979-.9979.9979h-3.9916c-.5511,0-.9979-.4468-.9979-.9979v-4.7333"/></svg>
Copied!