book database icon
book-database-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- book-database-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- License
- MIT
7 other variants in Fluent UI System Icons
The same icon in other sets
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-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-filledbook-theta-20-filled
Use the book database icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7 6a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8.53c.696.044 1.366.132 2 .258V6a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v20a4 4 0 0 0 4 4h7.384c-.433-.46-.72-.966-.832-1.5H15.5V28H9a2 2 0 0 1-2-2h8.5v-2H7zm3.75 0A1.75 1.75 0 0 0 9 7.75v2.5c0 .966.784 1.75 1.75 1.75h10.5A1.75 1.75 0 0 0 23 10.25v-2.5A1.75 1.75 0 0 0 21.25 6zm.25 4V8h10v2zm6 18c0 .546.34 1.059.936 1.5c1.21.897 3.473 1.5 6.064 1.5c3.866 0 7-1.343 7-3v-6.327a7 7 0 0 1-1.46.827l-.04.017c-.6.254-1.274.463-2 .622a16.5 16.5 0 0 1-3.5.361c-2.086 0-4.046-.36-5.54-1a7 7 0 0 1-1.46-.827zm10.5-6.401c.772-.192 1.45-.445 2-.743c.94-.51 1.5-1.155 1.5-1.856c0-.7-.56-1.345-1.5-1.856c-.55-.298-1.228-.551-2-.743A14.7 14.7 0 0 0 24 16c-3.866 0-7 1.343-7 3s3.134 3 7 3c1.275 0 2.47-.146 3.5-.401"/></svg>
React
import type { SVGProps } from "react";
export function FluentBookDatabase32Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7 6a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8.53c.696.044 1.366.132 2 .258V6a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v20a4 4 0 0 0 4 4h7.384c-.433-.46-.72-.966-.832-1.5H15.5V28H9a2 2 0 0 1-2-2h8.5v-2H7zm3.75 0A1.75 1.75 0 0 0 9 7.75v2.5c0 .966.784 1.75 1.75 1.75h10.5A1.75 1.75 0 0 0 23 10.25v-2.5A1.75 1.75 0 0 0 21.25 6zm.25 4V8h10v2zm6 18c0 .546.34 1.059.936 1.5c1.21.897 3.473 1.5 6.064 1.5c3.866 0 7-1.343 7-3v-6.327a7 7 0 0 1-1.46.827l-.04.017c-.6.254-1.274.463-2 .622a16.5 16.5 0 0 1-3.5.361c-2.086 0-4.046-.36-5.54-1a7 7 0 0 1-1.46-.827zm10.5-6.401c.772-.192 1.45-.445 2-.743c.94-.51 1.5-1.155 1.5-1.856c0-.7-.56-1.345-1.5-1.856c-.55-.298-1.228-.551-2-.743A14.7 14.7 0 0 0 24 16c-3.866 0-7 1.343-7 3s3.134 3 7 3c1.275 0 2.47-.146 3.5-.401"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M7 6a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v8.53c.696.044 1.366.132 2 .258V6a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v20a4 4 0 0 0 4 4h7.384c-.433-.46-.72-.966-.832-1.5H15.5V28H9a2 2 0 0 1-2-2h8.5v-2H7zm3.75 0A1.75 1.75 0 0 0 9 7.75v2.5c0 .966.784 1.75 1.75 1.75h10.5A1.75 1.75 0 0 0 23 10.25v-2.5A1.75 1.75 0 0 0 21.25 6zm.25 4V8h10v2zm6 18c0 .546.34 1.059.936 1.5c1.21.897 3.473 1.5 6.064 1.5c3.866 0 7-1.343 7-3v-6.327a7 7 0 0 1-1.46.827l-.04.017c-.6.254-1.274.463-2 .622a16.5 16.5 0 0 1-3.5.361c-2.086 0-4.046-.36-5.54-1a7 7 0 0 1-1.46-.827zm10.5-6.401c.772-.192 1.45-.445 2-.743c.94-.51 1.5-1.155 1.5-1.856c0-.7-.56-1.345-1.5-1.856c-.55-.298-1.228-.551-2-.743A14.7 14.7 0 0 0 24 16c-3.866 0-7 1.343-7 3s3.134 3 7 3c1.275 0 2.47-.146 3.5-.401"/></svg> </template>
CSS
.icon-book-database-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%206a2%202%200%200%201%202-2h14a2%202%200%200%201%202%202v8.53c.696.044%201.366.132%202%20.258V6a4%204%200%200%200-4-4H9a4%204%200%200%200-4%204v20a4%204%200%200%200%204%204h7.384c-.433-.46-.72-.966-.832-1.5H15.5V28H9a2%202%200%200%201-2-2h8.5v-2H7zm3.75%200A1.75%201.75%200%200%200%209%207.75v2.5c0%20.966.784%201.75%201.75%201.75h10.5A1.75%201.75%200%200%200%2023%2010.25v-2.5A1.75%201.75%200%200%200%2021.25%206zm.25%204V8h10v2zm6%2018c0%20.546.34%201.059.936%201.5c1.21.897%203.473%201.5%206.064%201.5c3.866%200%207-1.343%207-3v-6.327a7%207%200%200%201-1.46.827l-.04.017c-.6.254-1.274.463-2%20.622a16.5%2016.5%200%200%201-3.5.361c-2.086%200-4.046-.36-5.54-1a7%207%200%200%201-1.46-.827zm10.5-6.401c.772-.192%201.45-.445%202-.743c.94-.51%201.5-1.155%201.5-1.856c0-.7-.56-1.345-1.5-1.856c-.55-.298-1.228-.551-2-.743A14.7%2014.7%200%200%200%2024%2016c-3.866%200-7%201.343-7%203s3.134%203%207%203c1.275%200%202.47-.146%203.5-.401%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7%206a2%202%200%200%201%202-2h14a2%202%200%200%201%202%202v8.53c.696.044%201.366.132%202%20.258V6a4%204%200%200%200-4-4H9a4%204%200%200%200-4%204v20a4%204%200%200%200%204%204h7.384c-.433-.46-.72-.966-.832-1.5H15.5V28H9a2%202%200%200%201-2-2h8.5v-2H7zm3.75%200A1.75%201.75%200%200%200%209%207.75v2.5c0%20.966.784%201.75%201.75%201.75h10.5A1.75%201.75%200%200%200%2023%2010.25v-2.5A1.75%201.75%200%200%200%2021.25%206zm.25%204V8h10v2zm6%2018c0%20.546.34%201.059.936%201.5c1.21.897%203.473%201.5%206.064%201.5c3.866%200%207-1.343%207-3v-6.327a7%207%200%200%201-1.46.827l-.04.017c-.6.254-1.274.463-2%20.622a16.5%2016.5%200%200%201-3.5.361c-2.086%200-4.046-.36-5.54-1a7%207%200%200%201-1.46-.827zm10.5-6.401c.772-.192%201.45-.445%202-.743c.94-.51%201.5-1.155%201.5-1.856c0-.7-.56-1.345-1.5-1.856c-.55-.298-1.228-.551-2-.743A14.7%2014.7%200%200%200%2024%2016c-3.866%200-7%201.343-7%203s3.134%203%207%203c1.275%200%202.47-.146%203.5-.401%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/book-database-32-regular.svg?color=%231a73e8&size=48