Document Toolbox icon

Used to represent general file types and actions. The Document Toolbox icon is part of Microsoft's Fluent UI System Icons, available here in filled and regular (outlined) styles on a 24 px grid. Download it as SVG or PNG, or copy it as code — it's free to use under the MIT License.

Regular (outlined)

SVG

Filled

SVG

Use the Document Toolbox icon in React

Install Microsoft's @fluentui/react-icons package, then import the component. Icons inherit the current text color, and you can size them with CSS.

npm install @fluentui/react-icons

import { DocumentToolbox24Regular, DocumentToolbox24Filled } from "@fluentui/react-icons";

export function Example() {
  return <DocumentToolbox24Regular aria-label="Document Toolbox" />;
}

Use it in HTML

Reference the SVG file directly:

<img src="https://fluenticons.co/icons/ic_fluent_document_toolbox_24_regular.svg" width="24" height="24" alt="Document Toolbox">

Or paste the SVG markup inline. Setting fill="currentColor" makes the icon follow the text color of its parent:

<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.5 4.25C5.5 3.83579 5.83579 3.5 6.25 3.5H12V8C12 9.10457 12.8954 10 14 10H18.5V19.75C18.5 20.1642 18.1642 20.5 17.75 20.5H13V22H17.75C18.9926 22 20 20.9926 20 19.75V9.66421C20 9.20009 19.8156 8.75497 19.4874 8.42678L13.5732 2.51256C13.245 2.18437 12.7999 2 12.3358 2H6.25C5.00736 2 4 3.00736 4 4.25V12.2675C4.29418 12.0974 4.63572 12 5.00002 12L5.5 12V4.25ZM17.4393 8.5H14C13.7239 8.5 13.5 8.27614 13.5 8V4.56066L17.4393 8.5ZM4 16V14.5C4 13.6716 4.67157 13 5.5 13H7.5C8.32843 13 9 13.6716 9 14.5V16H10.5C11.3284 16 12 16.6716 12 17.5L12 19H9V18.5C9 18.2239 8.77614 18 8.5 18C8.22386 18 8 18.2239 8 18.5V19H5V18.5C5 18.2239 4.77614 18 4.5 18C4.22386 18 4 18.2239 4 18.5V19H1V17.5C1 16.6716 1.67157 16 2.5 16H4ZM5 14.5V16H8V14.5C8 14.2239 7.77614 14 7.5 14H5.5C5.22386 14 5 14.2239 5 14.5ZM9 20H12L12 21.5C12 22.3284 11.3284 23 10.5 23H2.5C1.67157 23 1 22.3284 1 21.5V20H4V20.5C4 20.7761 4.22386 21 4.5 21C4.77614 21 5 20.7761 5 20.5V20H8V20.5C8 20.7761 8.22386 21 8.5 21C8.77614 21 9 20.7761 9 20.5V20Z" fill="currentColor"/></svg>

Use it from the SVG package

Microsoft's @fluentui/svg-icons package contains the raw SVG files, which works well with bundlers that import SVGs:

npm install @fluentui/svg-icons

import icon from "@fluentui/svg-icons/icons/document_toolbox_24_regular.svg";

Details

NameDocument Toolbox
StylesRegular (outlined), Filled
Size24 × 24 px (scalable SVG)
Regular (outlined) fileic_fluent_document_toolbox_24_regular.svg
Filled fileic_fluent_document_toolbox_24_filled.svg
React componentsDocumentToolbox24Regular, DocumentToolbox24Filled
LicenseMIT (© Microsoft Corporation)

Keywords

paperworkfileanaloghorizontal

Related icons