Outdoortoolbox Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Outdoortoolbox 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/345405.svg" alt="Outdoortoolbox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/345405.svg" alt="Outdoortoolbox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/345405.svg" alt="Outdoortoolbox icon" :width="24" :height="24" />
CSS background
.icon-outdoortoolbox {
background-image: url('https://proicons.com/icon/345405.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M14.1,10.4h3.2V6.8h13v3.6h3.3"/><path class="a" d="M4.5,21h39V14.5c0-.9-.3-1.6-1-1.7H5.3c-1,.2-.8.9-.8,1.5Z"/><path class="a" d="M5.3,24.5h4.9v4.9h7.4V24.5H30.5v4.8h7.2V24.5h4.7v13c0,.9-.7,1.5-1.9,1.5H36.4v2.2H31.2V39H16.6v2H11.2V38.9H7c-1.3,0-2-.6-2-1.4Z"/></svg>
Copied!