book toolbox icon
book-toolbox-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- book-toolbox-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
book-add-20-filledbook-arrow-clockwise-20-filledbook-clock-20-filledbook-coins-20-filledbook-compass-20-filledbook-contacts-16-filledbook-database-16-filledbook-default-20-filledbook-dismiss-16-filledbook-exclamation-mark-20-filledbook-globe-20-filledbook-information-20-filledbook-letter-20-filledbook-number-16-filledbook-open-16-filledbook-open-globe-20-filledbook-open-lightbulb-16-filledbook-open-microphone-20-filledbook-pulse-20-filledbook-question-mark-20-filledbook-question-mark-rtl-20-filledbook-search-20-filledbook-star-20-filledbook-template-20-filled
Use the book toolbox icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12 3v-.5A1.5 1.5 0 0 1 13.5 1h2A1.5 1.5 0 0 1 17 2.5V3h.5A1.5 1.5 0 0 1 19 4.5V6h-2v-.5a.5.5 0 0 0-1 0V6h-3v-.5a.5.5 0 0 0-1 0V6h-2V4.5A1.5 1.5 0 0 1 11.5 3zm3.5-1h-2a.5.5 0 0 0-.5.5V3h3v-.5a.5.5 0 0 0-.5-.5M17 7h2v1.5a1.5 1.5 0 0 1-1.5 1.5h-6A1.5 1.5 0 0 1 10 8.5V7h2v.5a.5.5 0 0 0 1 0V7h3v.5a.5.5 0 0 0 1 0zM6 2h5.05l-.008.042A2.5 2.5 0 0 0 9.5 3H6a1 1 0 0 0-1 1v11.001h10.004V11h1v4.501a.5.5 0 0 1-.5.5H5A1 1 0 0 0 6 17h9.504a.5.5 0 0 1 0 1H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2"/></svg>
React
import type { SVGProps } from "react";
export function FluentBookToolbox20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12 3v-.5A1.5 1.5 0 0 1 13.5 1h2A1.5 1.5 0 0 1 17 2.5V3h.5A1.5 1.5 0 0 1 19 4.5V6h-2v-.5a.5.5 0 0 0-1 0V6h-3v-.5a.5.5 0 0 0-1 0V6h-2V4.5A1.5 1.5 0 0 1 11.5 3zm3.5-1h-2a.5.5 0 0 0-.5.5V3h3v-.5a.5.5 0 0 0-.5-.5M17 7h2v1.5a1.5 1.5 0 0 1-1.5 1.5h-6A1.5 1.5 0 0 1 10 8.5V7h2v.5a.5.5 0 0 0 1 0V7h3v.5a.5.5 0 0 0 1 0zM6 2h5.05l-.008.042A2.5 2.5 0 0 0 9.5 3H6a1 1 0 0 0-1 1v11.001h10.004V11h1v4.501a.5.5 0 0 1-.5.5H5A1 1 0 0 0 6 17h9.504a.5.5 0 0 1 0 1H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M12 3v-.5A1.5 1.5 0 0 1 13.5 1h2A1.5 1.5 0 0 1 17 2.5V3h.5A1.5 1.5 0 0 1 19 4.5V6h-2v-.5a.5.5 0 0 0-1 0V6h-3v-.5a.5.5 0 0 0-1 0V6h-2V4.5A1.5 1.5 0 0 1 11.5 3zm3.5-1h-2a.5.5 0 0 0-.5.5V3h3v-.5a.5.5 0 0 0-.5-.5M17 7h2v1.5a1.5 1.5 0 0 1-1.5 1.5h-6A1.5 1.5 0 0 1 10 8.5V7h2v.5a.5.5 0 0 0 1 0V7h3v.5a.5.5 0 0 0 1 0zM6 2h5.05l-.008.042A2.5 2.5 0 0 0 9.5 3H6a1 1 0 0 0-1 1v11.001h10.004V11h1v4.501a.5.5 0 0 1-.5.5H5A1 1 0 0 0 6 17h9.504a.5.5 0 0 1 0 1H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2"/></svg> </template>
CSS
.icon-book-toolbox-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%203v-.5A1.5%201.5%200%200%201%2013.5%201h2A1.5%201.5%200%200%201%2017%202.5V3h.5A1.5%201.5%200%200%201%2019%204.5V6h-2v-.5a.5.5%200%200%200-1%200V6h-3v-.5a.5.5%200%200%200-1%200V6h-2V4.5A1.5%201.5%200%200%201%2011.5%203zm3.5-1h-2a.5.5%200%200%200-.5.5V3h3v-.5a.5.5%200%200%200-.5-.5M17%207h2v1.5a1.5%201.5%200%200%201-1.5%201.5h-6A1.5%201.5%200%200%201%2010%208.5V7h2v.5a.5.5%200%200%200%201%200V7h3v.5a.5.5%200%200%200%201%200zM6%202h5.05l-.008.042A2.5%202.5%200%200%200%209.5%203H6a1%201%200%200%200-1%201v11.001h10.004V11h1v4.501a.5.5%200%200%201-.5.5H5A1%201%200%200%200%206%2017h9.504a.5.5%200%200%201%200%201H6a2%202%200%200%201-2-2V4a2%202%200%200%201%202-2%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%203v-.5A1.5%201.5%200%200%201%2013.5%201h2A1.5%201.5%200%200%201%2017%202.5V3h.5A1.5%201.5%200%200%201%2019%204.5V6h-2v-.5a.5.5%200%200%200-1%200V6h-3v-.5a.5.5%200%200%200-1%200V6h-2V4.5A1.5%201.5%200%200%201%2011.5%203zm3.5-1h-2a.5.5%200%200%200-.5.5V3h3v-.5a.5.5%200%200%200-.5-.5M17%207h2v1.5a1.5%201.5%200%200%201-1.5%201.5h-6A1.5%201.5%200%200%201%2010%208.5V7h2v.5a.5.5%200%200%200%201%200V7h3v.5a.5.5%200%200%200%201%200zM6%202h5.05l-.008.042A2.5%202.5%200%200%200%209.5%203H6a1%201%200%200%200-1%201v11.001h10.004V11h1v4.501a.5.5%200%200%201-.5.5H5A1%201%200%200%200%206%2017h9.504a.5.5%200%200%201%200%201H6a2%202%200%200%201-2-2V4a2%202%200%200%201%202-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/book-toolbox-20-regular.svg?color=%231a73e8&size=48