document text toolbox icon

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

Name
document-text-toolbox-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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="M10.813 13a2.76 2.76 0 0 0-1.416-1.5h5.853a.75.75 0 0 1 0 1.5zm.778 1.25c.614.298 1.087.84 1.295 1.5h2.364a.75.75 0 0 0 0-1.5zM15.25 17H13v1.5h2.25a.75.75 0 0 0 0-1.5M5.5 4v7.25h-.75q-.392.001-.75.104V4a2 2 0 0 1 2-2h6.172c.515 0 1.047.22 1.413.586l5.829 5.828A2 2 0 0 1 20 9.828V20a2 2 0 0 1-2 2h-5.05q.05-.243.05-.5v-1h5a.5.5 0 0 0 .5-.5V10H14a2 2 0 0 1-2-2V3.5H6a.5.5 0 0 0-.5.5m11.878 4.5L13.5 4.621V8a.5.5 0 0 0 .5.5zM3 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 FluentDocumentTextToolbox24Regular(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="M10.813 13a2.76 2.76 0 0 0-1.416-1.5h5.853a.75.75 0 0 1 0 1.5zm.778 1.25c.614.298 1.087.84 1.295 1.5h2.364a.75.75 0 0 0 0-1.5zM15.25 17H13v1.5h2.25a.75.75 0 0 0 0-1.5M5.5 4v7.25h-.75q-.392.001-.75.104V4a2 2 0 0 1 2-2h6.172c.515 0 1.047.22 1.413.586l5.829 5.828A2 2 0 0 1 20 9.828V20a2 2 0 0 1-2 2h-5.05q.05-.243.05-.5v-1h5a.5.5 0 0 0 .5-.5V10H14a2 2 0 0 1-2-2V3.5H6a.5.5 0 0 0-.5.5m11.878 4.5L13.5 4.621V8a.5.5 0 0 0 .5.5zM3 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="M10.813 13a2.76 2.76 0 0 0-1.416-1.5h5.853a.75.75 0 0 1 0 1.5zm.778 1.25c.614.298 1.087.84 1.295 1.5h2.364a.75.75 0 0 0 0-1.5zM15.25 17H13v1.5h2.25a.75.75 0 0 0 0-1.5M5.5 4v7.25h-.75q-.392.001-.75.104V4a2 2 0 0 1 2-2h6.172c.515 0 1.047.22 1.413.586l5.829 5.828A2 2 0 0 1 20 9.828V20a2 2 0 0 1-2 2h-5.05q.05-.243.05-.5v-1h5a.5.5 0 0 0 .5-.5V10H14a2 2 0 0 1-2-2V3.5H6a.5.5 0 0 0-.5.5m11.878 4.5L13.5 4.621V8a.5.5 0 0 0 .5.5zM3 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-regular {
  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%22M10.813%2013a2.76%202.76%200%200%200-1.416-1.5h5.853a.75.75%200%200%201%200%201.5zm.778%201.25c.614.298%201.087.84%201.295%201.5h2.364a.75.75%200%200%200%200-1.5zM15.25%2017H13v1.5h2.25a.75.75%200%200%200%200-1.5M5.5%204v7.25h-.75q-.392.001-.75.104V4a2%202%200%200%201%202-2h6.172c.515%200%201.047.22%201.413.586l5.829%205.828A2%202%200%200%201%2020%209.828V20a2%202%200%200%201-2%202h-5.05q.05-.243.05-.5v-1h5a.5.5%200%200%200%20.5-.5V10H14a2%202%200%200%201-2-2V3.5H6a.5.5%200%200%200-.5.5m11.878%204.5L13.5%204.621V8a.5.5%200%200%200%20.5.5zM3%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%22M10.813%2013a2.76%202.76%200%200%200-1.416-1.5h5.853a.75.75%200%200%201%200%201.5zm.778%201.25c.614.298%201.087.84%201.295%201.5h2.364a.75.75%200%200%200%200-1.5zM15.25%2017H13v1.5h2.25a.75.75%200%200%200%200-1.5M5.5%204v7.25h-.75q-.392.001-.75.104V4a2%202%200%200%201%202-2h6.172c.515%200%201.047.22%201.413.586l5.829%205.828A2%202%200%200%201%2020%209.828V20a2%202%200%200%201-2%202h-5.05q.05-.243.05-.5v-1h5a.5.5%200%200%200%20.5-.5V10H14a2%202%200%200%201-2-2V3.5H6a.5.5%200%200%200-.5.5m11.878%204.5L13.5%204.621V8a.5.5%200%200%200%20.5.5zM3%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-regular.svg?color=%231a73e8&size=48