document text toolbox icon

document-text-toolbox-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
document-text-toolbox-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the document text toolbox icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 8V2H6a2 2 0 0 0-2 2v7.354q.358-.103.75-.104h3.5c.41 0 .798.09 1.147.25h6.353a.75.75 0 0 1 0 1.5h-4.937c.12.31.187.647.187 1v.05q.312.064.591.2h4.159a.75.75 0 0 1 0 1.5h-2.864q.113.357.114.75v.5h2.75a.75.75 0 0 1 0 1.5H13v3q0 .257-.05.5H18a2 2 0 0 0 2-2V10h-6a2 2 0 0 1-2-2m1.5 0V2.5l6 6H14a.5.5 0 0 1-.5-.5M3 15h-.5A1.5 1.5 0 0 0 1 16.5V18h2.5v-.25a.75.75 0 0 1 1.5 0V18h3v-.25a.75.75 0 0 1 1.5 0V18H12v-1.5a1.5 1.5 0 0 0-1.5-1.5H10v-1a1.75 1.75 0 0 0-1.75-1.75h-3.5A1.75 1.75 0 0 0 3 14zm1.5-1a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v1h-4zM1 21.5v-2h2.5v.75a.75.75 0 0 0 1.5 0v-.75h3v.75a.75.75 0 0 0 1.5 0v-.75H12v2a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 1 21.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentDocumentTextToolbox24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 8V2H6a2 2 0 0 0-2 2v7.354q.358-.103.75-.104h3.5c.41 0 .798.09 1.147.25h6.353a.75.75 0 0 1 0 1.5h-4.937c.12.31.187.647.187 1v.05q.312.064.591.2h4.159a.75.75 0 0 1 0 1.5h-2.864q.113.357.114.75v.5h2.75a.75.75 0 0 1 0 1.5H13v3q0 .257-.05.5H18a2 2 0 0 0 2-2V10h-6a2 2 0 0 1-2-2m1.5 0V2.5l6 6H14a.5.5 0 0 1-.5-.5M3 15h-.5A1.5 1.5 0 0 0 1 16.5V18h2.5v-.25a.75.75 0 0 1 1.5 0V18h3v-.25a.75.75 0 0 1 1.5 0V18H12v-1.5a1.5 1.5 0 0 0-1.5-1.5H10v-1a1.75 1.75 0 0 0-1.75-1.75h-3.5A1.75 1.75 0 0 0 3 14zm1.5-1a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v1h-4zM1 21.5v-2h2.5v.75a.75.75 0 0 0 1.5 0v-.75h3v.75a.75.75 0 0 0 1.5 0v-.75H12v2a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 1 21.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 8V2H6a2 2 0 0 0-2 2v7.354q.358-.103.75-.104h3.5c.41 0 .798.09 1.147.25h6.353a.75.75 0 0 1 0 1.5h-4.937c.12.31.187.647.187 1v.05q.312.064.591.2h4.159a.75.75 0 0 1 0 1.5h-2.864q.113.357.114.75v.5h2.75a.75.75 0 0 1 0 1.5H13v3q0 .257-.05.5H18a2 2 0 0 0 2-2V10h-6a2 2 0 0 1-2-2m1.5 0V2.5l6 6H14a.5.5 0 0 1-.5-.5M3 15h-.5A1.5 1.5 0 0 0 1 16.5V18h2.5v-.25a.75.75 0 0 1 1.5 0V18h3v-.25a.75.75 0 0 1 1.5 0V18H12v-1.5a1.5 1.5 0 0 0-1.5-1.5H10v-1a1.75 1.75 0 0 0-1.75-1.75h-3.5A1.75 1.75 0 0 0 3 14zm1.5-1a.25.25 0 0 1 .25-.25h3.5a.25.25 0 0 1 .25.25v1h-4zM1 21.5v-2h2.5v.75a.75.75 0 0 0 1.5 0v-.75h3v.75a.75.75 0 0 0 1.5 0v-.75H12v2a1.5 1.5 0 0 1-1.5 1.5h-8A1.5 1.5 0 0 1 1 21.5"/></svg>
</template>

CSS

.icon-document-text-toolbox-24-filled {
  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%22currentColor%22%20d%3D%22M12%208V2H6a2%202%200%200%200-2%202v7.354q.358-.103.75-.104h3.5c.41%200%20.798.09%201.147.25h6.353a.75.75%200%200%201%200%201.5h-4.937c.12.31.187.647.187%201v.05q.312.064.591.2h4.159a.75.75%200%200%201%200%201.5h-2.864q.113.357.114.75v.5h2.75a.75.75%200%200%201%200%201.5H13v3q0%20.257-.05.5H18a2%202%200%200%200%202-2V10h-6a2%202%200%200%201-2-2m1.5%200V2.5l6%206H14a.5.5%200%200%201-.5-.5M3%2015h-.5A1.5%201.5%200%200%200%201%2016.5V18h2.5v-.25a.75.75%200%200%201%201.5%200V18h3v-.25a.75.75%200%200%201%201.5%200V18H12v-1.5a1.5%201.5%200%200%200-1.5-1.5H10v-1a1.75%201.75%200%200%200-1.75-1.75h-3.5A1.75%201.75%200%200%200%203%2014zm1.5-1a.25.25%200%200%201%20.25-.25h3.5a.25.25%200%200%201%20.25.25v1h-4zM1%2021.5v-2h2.5v.75a.75.75%200%200%200%201.5%200v-.75h3v.75a.75.75%200%200%200%201.5%200v-.75H12v2a1.5%201.5%200%200%201-1.5%201.5h-8A1.5%201.5%200%200%201%201%2021.5%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%22currentColor%22%20d%3D%22M12%208V2H6a2%202%200%200%200-2%202v7.354q.358-.103.75-.104h3.5c.41%200%20.798.09%201.147.25h6.353a.75.75%200%200%201%200%201.5h-4.937c.12.31.187.647.187%201v.05q.312.064.591.2h4.159a.75.75%200%200%201%200%201.5h-2.864q.113.357.114.75v.5h2.75a.75.75%200%200%201%200%201.5H13v3q0%20.257-.05.5H18a2%202%200%200%200%202-2V10h-6a2%202%200%200%201-2-2m1.5%200V2.5l6%206H14a.5.5%200%200%201-.5-.5M3%2015h-.5A1.5%201.5%200%200%200%201%2016.5V18h2.5v-.25a.75.75%200%200%201%201.5%200V18h3v-.25a.75.75%200%200%201%201.5%200V18H12v-1.5a1.5%201.5%200%200%200-1.5-1.5H10v-1a1.75%201.75%200%200%200-1.75-1.75h-3.5A1.75%201.75%200%200%200%203%2014zm1.5-1a.25.25%200%200%201%20.25-.25h3.5a.25.25%200%200%201%20.25.25v1h-4zM1%2021.5v-2h2.5v.75a.75.75%200%200%200%201.5%200v-.75h3v.75a.75.75%200%200%200%201.5%200v-.75H12v2a1.5%201.5%200%200%201-1.5%201.5h-8A1.5%201.5%200%200%201%201%2021.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/document-text-toolbox-24-filled.svg?color=%231a73e8&size=48