toolbox icon
toolbox-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.
- Name
- toolbox-32-light
- Set
- Fluent UI System Icons
- Style
- 32 Light
- Viewbox
- 32×32
- License
- MIT
12 other variants in Fluent UI System Icons
The same icon in other sets
toolboxFont Awesome 6 SolidtoolboxFont Awesome Solidtoolbox-16Fluent UI System Color IconstoolboxFluent EmojitoolboxFluent Emoji FlattoolboxFluent Emoji High Contrasttoolboxcss.ggtoolboxHuge IconstoolboxLine 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 32 32"><path fill="currentColor" d="M12.25 3A3.25 3.25 0 0 0 9 6.25V8H4.75A2.75 2.75 0 0 0 2 10.75v14.5A2.75 2.75 0 0 0 4.75 28h22.5A2.75 2.75 0 0 0 30 25.25v-14.5A2.75 2.75 0 0 0 27.25 8H23V6.25A3.25 3.25 0 0 0 19.75 3zm-7.5 6h22.5c.966 0 1.75.784 1.75 1.75V16h-6v-1.5a.5.5 0 0 0-1 0V16H10v-1.5a.5.5 0 0 0-1 0V16H3v-5.25C3 9.784 3.784 9 4.75 9M3 17h6v1.5a.5.5 0 0 0 1 0V17h12v1.5a.5.5 0 0 0 1 0V17h6v8.25A1.75 1.75 0 0 1 27.25 27H4.75A1.75 1.75 0 0 1 3 25.25zm7-9V6.25A2.25 2.25 0 0 1 12.25 4h7.5A2.25 2.25 0 0 1 22 6.25V8z"/></svg>
React
import type { SVGProps } from "react";
export function FluentToolbox32Light(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.25 3A3.25 3.25 0 0 0 9 6.25V8H4.75A2.75 2.75 0 0 0 2 10.75v14.5A2.75 2.75 0 0 0 4.75 28h22.5A2.75 2.75 0 0 0 30 25.25v-14.5A2.75 2.75 0 0 0 27.25 8H23V6.25A3.25 3.25 0 0 0 19.75 3zm-7.5 6h22.5c.966 0 1.75.784 1.75 1.75V16h-6v-1.5a.5.5 0 0 0-1 0V16H10v-1.5a.5.5 0 0 0-1 0V16H3v-5.25C3 9.784 3.784 9 4.75 9M3 17h6v1.5a.5.5 0 0 0 1 0V17h12v1.5a.5.5 0 0 0 1 0V17h6v8.25A1.75 1.75 0 0 1 27.25 27H4.75A1.75 1.75 0 0 1 3 25.25zm7-9V6.25A2.25 2.25 0 0 1 12.25 4h7.5A2.25 2.25 0 0 1 22 6.25V8z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M12.25 3A3.25 3.25 0 0 0 9 6.25V8H4.75A2.75 2.75 0 0 0 2 10.75v14.5A2.75 2.75 0 0 0 4.75 28h22.5A2.75 2.75 0 0 0 30 25.25v-14.5A2.75 2.75 0 0 0 27.25 8H23V6.25A3.25 3.25 0 0 0 19.75 3zm-7.5 6h22.5c.966 0 1.75.784 1.75 1.75V16h-6v-1.5a.5.5 0 0 0-1 0V16H10v-1.5a.5.5 0 0 0-1 0V16H3v-5.25C3 9.784 3.784 9 4.75 9M3 17h6v1.5a.5.5 0 0 0 1 0V17h12v1.5a.5.5 0 0 0 1 0V17h6v8.25A1.75 1.75 0 0 1 27.25 27H4.75A1.75 1.75 0 0 1 3 25.25zm7-9V6.25A2.25 2.25 0 0 1 12.25 4h7.5A2.25 2.25 0 0 1 22 6.25V8z"/></svg> </template>
CSS
.icon-toolbox-32-light {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.25%203A3.25%203.25%200%200%200%209%206.25V8H4.75A2.75%202.75%200%200%200%202%2010.75v14.5A2.75%202.75%200%200%200%204.75%2028h22.5A2.75%202.75%200%200%200%2030%2025.25v-14.5A2.75%202.75%200%200%200%2027.25%208H23V6.25A3.25%203.25%200%200%200%2019.75%203zm-7.5%206h22.5c.966%200%201.75.784%201.75%201.75V16h-6v-1.5a.5.5%200%200%200-1%200V16H10v-1.5a.5.5%200%200%200-1%200V16H3v-5.25C3%209.784%203.784%209%204.75%209M3%2017h6v1.5a.5.5%200%200%200%201%200V17h12v1.5a.5.5%200%200%200%201%200V17h6v8.25A1.75%201.75%200%200%201%2027.25%2027H4.75A1.75%201.75%200%200%201%203%2025.25zm7-9V6.25A2.25%202.25%200%200%201%2012.25%204h7.5A2.25%202.25%200%200%201%2022%206.25V8z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.25%203A3.25%203.25%200%200%200%209%206.25V8H4.75A2.75%202.75%200%200%200%202%2010.75v14.5A2.75%202.75%200%200%200%204.75%2028h22.5A2.75%202.75%200%200%200%2030%2025.25v-14.5A2.75%202.75%200%200%200%2027.25%208H23V6.25A3.25%203.25%200%200%200%2019.75%203zm-7.5%206h22.5c.966%200%201.75.784%201.75%201.75V16h-6v-1.5a.5.5%200%200%200-1%200V16H10v-1.5a.5.5%200%200%200-1%200V16H3v-5.25C3%209.784%203.784%209%204.75%209M3%2017h6v1.5a.5.5%200%200%200%201%200V17h12v1.5a.5.5%200%200%200%201%200V17h6v8.25A1.75%201.75%200%200%201%2027.25%2027H4.75A1.75%201.75%200%200%201%203%2025.25zm7-9V6.25A2.25%202.25%200%200%201%2012.25%204h7.5A2.25%202.25%200%200%201%2022%206.25V8z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/toolbox-32-light.svg?color=%231a73e8&size=48