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

Name
book-toolbox-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the book toolbox icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2v-.5A1.5 1.5 0 0 1 9.5 0h2A1.5 1.5 0 0 1 13 1.5V2h.5A1.5 1.5 0 0 1 15 3.5V5h-2v-.5a.5.5 0 0 0-1 0V5H9v-.5a.5.5 0 0 0-1 0V5H6V3.5A1.5 1.5 0 0 1 7.5 2zm1-.5V2h3v-.5a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5M13 6h2v1.5A1.5 1.5 0 0 1 13.5 9h-6A1.5 1.5 0 0 1 6 7.5V6h2v.5a.5.5 0 0 0 1 0V6h3v.5a.5.5 0 0 0 1 0zM5 3.5a2.5 2.5 0 0 1 2.042-2.458L7.05 1H5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h7.5a.5.5 0 0 0 0-1H5a1 1 0 0 1-1-1v-.003h8.5a.5.5 0 0 0 .5-.5V10H7.5A2.5 2.5 0 0 1 5 7.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentBookToolbox16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2v-.5A1.5 1.5 0 0 1 9.5 0h2A1.5 1.5 0 0 1 13 1.5V2h.5A1.5 1.5 0 0 1 15 3.5V5h-2v-.5a.5.5 0 0 0-1 0V5H9v-.5a.5.5 0 0 0-1 0V5H6V3.5A1.5 1.5 0 0 1 7.5 2zm1-.5V2h3v-.5a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5M13 6h2v1.5A1.5 1.5 0 0 1 13.5 9h-6A1.5 1.5 0 0 1 6 7.5V6h2v.5a.5.5 0 0 0 1 0V6h3v.5a.5.5 0 0 0 1 0zM5 3.5a2.5 2.5 0 0 1 2.042-2.458L7.05 1H5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h7.5a.5.5 0 0 0 0-1H5a1 1 0 0 1-1-1v-.003h8.5a.5.5 0 0 0 .5-.5V10H7.5A2.5 2.5 0 0 1 5 7.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8 2v-.5A1.5 1.5 0 0 1 9.5 0h2A1.5 1.5 0 0 1 13 1.5V2h.5A1.5 1.5 0 0 1 15 3.5V5h-2v-.5a.5.5 0 0 0-1 0V5H9v-.5a.5.5 0 0 0-1 0V5H6V3.5A1.5 1.5 0 0 1 7.5 2zm1-.5V2h3v-.5a.5.5 0 0 0-.5-.5h-2a.5.5 0 0 0-.5.5M13 6h2v1.5A1.5 1.5 0 0 1 13.5 9h-6A1.5 1.5 0 0 1 6 7.5V6h2v.5a.5.5 0 0 0 1 0V6h3v.5a.5.5 0 0 0 1 0zM5 3.5a2.5 2.5 0 0 1 2.042-2.458L7.05 1H5a2 2 0 0 0-2 2v10a2 2 0 0 0 2 2h7.5a.5.5 0 0 0 0-1H5a1 1 0 0 1-1-1v-.003h8.5a.5.5 0 0 0 .5-.5V10H7.5A2.5 2.5 0 0 1 5 7.5z"/></svg>
</template>

CSS

.icon-book-toolbox-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%202v-.5A1.5%201.5%200%200%201%209.5%200h2A1.5%201.5%200%200%201%2013%201.5V2h.5A1.5%201.5%200%200%201%2015%203.5V5h-2v-.5a.5.5%200%200%200-1%200V5H9v-.5a.5.5%200%200%200-1%200V5H6V3.5A1.5%201.5%200%200%201%207.5%202zm1-.5V2h3v-.5a.5.5%200%200%200-.5-.5h-2a.5.5%200%200%200-.5.5M13%206h2v1.5A1.5%201.5%200%200%201%2013.5%209h-6A1.5%201.5%200%200%201%206%207.5V6h2v.5a.5.5%200%200%200%201%200V6h3v.5a.5.5%200%200%200%201%200zM5%203.5a2.5%202.5%200%200%201%202.042-2.458L7.05%201H5a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202h7.5a.5.5%200%200%200%200-1H5a1%201%200%200%201-1-1v-.003h8.5a.5.5%200%200%200%20.5-.5V10H7.5A2.5%202.5%200%200%201%205%207.5z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%202v-.5A1.5%201.5%200%200%201%209.5%200h2A1.5%201.5%200%200%201%2013%201.5V2h.5A1.5%201.5%200%200%201%2015%203.5V5h-2v-.5a.5.5%200%200%200-1%200V5H9v-.5a.5.5%200%200%200-1%200V5H6V3.5A1.5%201.5%200%200%201%207.5%202zm1-.5V2h3v-.5a.5.5%200%200%200-.5-.5h-2a.5.5%200%200%200-.5.5M13%206h2v1.5A1.5%201.5%200%200%201%2013.5%209h-6A1.5%201.5%200%200%201%206%207.5V6h2v.5a.5.5%200%200%200%201%200V6h3v.5a.5.5%200%200%200%201%200zM5%203.5a2.5%202.5%200%200%201%202.042-2.458L7.05%201H5a2%202%200%200%200-2%202v10a2%202%200%200%200%202%202h7.5a.5.5%200%200%200%200-1H5a1%201%200%200%201-1-1v-.003h8.5a.5.5%200%200%200%20.5-.5V10H7.5A2.5%202.5%200%200%201%205%207.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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