Toolbox Icon
Free SVG icon from the Arcticons 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/334102.svg" alt="Toolbox icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334102.svg" alt="Toolbox icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334102.svg" alt="Toolbox icon" :width="24" :height="24" />
CSS background
.icon-toolbox {
background-image: url('https://proicons.com/icon/334102.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M39.1,40.6755v-17.918c-.0033-1.2923,1.0416-2.3427,2.334-2.346.004,0,.008,0,.012,0h1.054v18.116c.0028,1.2923-1.0426,2.3422-2.335,2.345-.0037,0-.0073,0-.011,0H7.846c-1.2923.0033-2.3427-1.0416-2.346-2.334,0-.0037,0-.0073,0-.011v-15.77c-.0033-1.2923,1.0416-2.3427,2.334-2.346.004,0,.008,0,.012,0h.928v20.237M9.17,33.4465h29.567"/><path class="c" d="M38.737,26.0465h-4.643v-6.409M18.29,16.2815v9.765h10.35v-6.453M9.17,26.0465h4.737l.008-9.31M8.774,10.3455h9.526c2.599,0,4.692,2.093,4.692,4.692v1.113h-14.218v-5.805ZM38.017,13.1585c0,3.646-2.977,6.601-6.65,6.601s-6.65-2.955-6.65-6.6c0-2.599,1.535-4.955,3.923-6.032v6.76h3.483c1.78,0,1.971-1.388,1.971-2.378l.001-4.359c2.382,1.049,3.9201,3.4053,3.922,6.008"/></svg>
Copied!