Toolbox Icon
Free SVG icon from the Memory Icons collection. Download or copy for use in any project.
The Toolbox 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/311659.svg" alt="Toolbox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/311659.svg" alt="Toolbox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/311659.svg" alt="Toolbox icon" :width="24" :height="24" />
CSS background
.icon-toolbox {
background-image: url('https://proicons.com/icon/311659.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 22 22"><path d="M2 6H7V3H8V2H14V3H15V6H20V7H21V19H20V20H2V19H1V7H2V6M9 6H13V4H9V6M19 8H3V12H6V10H9V12H13V10H16V12H19V8M3 18H19V14H16V16H13V14H9V16H6V14H3V18Z"/></svg>
Copied!