toolbox icon
toolbox from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- toolbox
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
toolboxFont Awesome 6 SolidtoolboxFont Awesome Solidtoolbox-12-filledFluent UI System Iconstoolbox-16Fluent UI System Color IconstoolboxFluent EmojitoolboxFluent Emoji FlattoolboxFluent Emoji High Contrasttoolboxcss.ggtoolboxLine AwesometoolboxLucidetoolboxLucide LabtoolboxMaterial Design IconstoolboxNoto EmojitoolboxOpenMojitoolboxPhosphortoolbox-boldSolartoolboxTwitter Emoji
Use the toolbox icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3 15v-1h18v1c0 2.828 0 4.243-.879 5.121C19.243 21 17.828 21 15 21H9c-2.828 0-4.243 0-5.121-.879C3 19.243 3 17.828 3 15m0-1v-1c0-1.472 0-2.208.317-2.842c.316-.633.905-1.075 2.083-1.958c.793-.595 1.19-.892 1.651-1.046S8.01 7 9 7h6c.991 0 1.487 0 1.949.154s.858.451 1.651 1.046c1.178.883 1.767 1.325 2.083 1.958C21 10.792 21 11.528 21 13v1zm13-2v4m-8-4v4m.5-9v-.5c0-1.404 0-2.107.337-2.611a2 2 0 0 1 .552-.552C9.893 3 10.596 3 12 3s2.107 0 2.611.337a2 2 0 0 1 .552.552c.337.504.337 1.207.337 2.611V7"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsToolbox(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M3 15v-1h18v1c0 2.828 0 4.243-.879 5.121C19.243 21 17.828 21 15 21H9c-2.828 0-4.243 0-5.121-.879C3 19.243 3 17.828 3 15m0-1v-1c0-1.472 0-2.208.317-2.842c.316-.633.905-1.075 2.083-1.958c.793-.595 1.19-.892 1.651-1.046S8.01 7 9 7h6c.991 0 1.487 0 1.949.154s.858.451 1.651 1.046c1.178.883 1.767 1.325 2.083 1.958C21 10.792 21 11.528 21 13v1zm13-2v4m-8-4v4m.5-9v-.5c0-1.404 0-2.107.337-2.611a2 2 0 0 1 .552-.552C9.893 3 10.596 3 12 3s2.107 0 2.611.337a2 2 0 0 1 .552.552c.337.504.337 1.207.337 2.611V7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M3 15v-1h18v1c0 2.828 0 4.243-.879 5.121C19.243 21 17.828 21 15 21H9c-2.828 0-4.243 0-5.121-.879C3 19.243 3 17.828 3 15m0-1v-1c0-1.472 0-2.208.317-2.842c.316-.633.905-1.075 2.083-1.958c.793-.595 1.19-.892 1.651-1.046S8.01 7 9 7h6c.991 0 1.487 0 1.949.154s.858.451 1.651 1.046c1.178.883 1.767 1.325 2.083 1.958C21 10.792 21 11.528 21 13v1zm13-2v4m-8-4v4m.5-9v-.5c0-1.404 0-2.107.337-2.611a2 2 0 0 1 .552-.552C9.893 3 10.596 3 12 3s2.107 0 2.611.337a2 2 0 0 1 .552.552c.337.504.337 1.207.337 2.611V7"/></svg> </template>
CSS
.icon-toolbox {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M3%2015v-1h18v1c0%202.828%200%204.243-.879%205.121C19.243%2021%2017.828%2021%2015%2021H9c-2.828%200-4.243%200-5.121-.879C3%2019.243%203%2017.828%203%2015m0-1v-1c0-1.472%200-2.208.317-2.842c.316-.633.905-1.075%202.083-1.958c.793-.595%201.19-.892%201.651-1.046S8.01%207%209%207h6c.991%200%201.487%200%201.949.154s.858.451%201.651%201.046c1.178.883%201.767%201.325%202.083%201.958C21%2010.792%2021%2011.528%2021%2013v1zm13-2v4m-8-4v4m.5-9v-.5c0-1.404%200-2.107.337-2.611a2%202%200%200%201%20.552-.552C9.893%203%2010.596%203%2012%203s2.107%200%202.611.337a2%202%200%200%201%20.552.552c.337.504.337%201.207.337%202.611V7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M3%2015v-1h18v1c0%202.828%200%204.243-.879%205.121C19.243%2021%2017.828%2021%2015%2021H9c-2.828%200-4.243%200-5.121-.879C3%2019.243%203%2017.828%203%2015m0-1v-1c0-1.472%200-2.208.317-2.842c.316-.633.905-1.075%202.083-1.958c.793-.595%201.19-.892%201.651-1.046S8.01%207%209%207h6c.991%200%201.487%200%201.949.154s.858.451%201.651%201.046c1.178.883%201.767%201.325%202.083%201.958C21%2010.792%2021%2011.528%2021%2013v1zm13-2v4m-8-4v4m.5-9v-.5c0-1.404%200-2.107.337-2.611a2%202%200%200%201%20.552-.552C9.893%203%2010.596%203%2012%203s2.107%200%202.611.337a2%202%200%200%201%20.552.552c.337.504.337%201.207.337%202.611V7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/toolbox.svg?color=%231a73e8&size=48