book icon
book-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- book-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
11 other variants in Fluent UI System Icons
The same icon in other sets
bookAkar Iconsbook-filledAnt Design IconsbookBootstrap IconsbookBoxIcons v2bookBoxIcons v2 SolidbookCarbonbookCodiconsbook-fillEva IconsbookFramework7 IconsbookFont Awesome 6 SolidbookFont Awesome SolidbookFeather Iconsbook-outlineFlowbite Iconsbook-16Fluent UI System Color IconsbookHealth IconsbookHumbleiconsbookIconParkbookIconPark OutlinebookIconPark SolidbookIconPark TwoTonebookIconoirbookIonIconsbookJam IconsbookLine Awesome
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 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14.25 4A6.25 6.25 0 0 0 8 10.25v27.5A6.25 6.25 0 0 0 14.25 44h24.5a1.25 1.25 0 1 0 0-2.5h-24.5a3.75 3.75 0 0 1-3.675-3H37.75A2.25 2.25 0 0 0 40 36.25v-26A6.25 6.25 0 0 0 33.75 4zM37.5 36h-27V10.25a3.75 3.75 0 0 1 3.75-3.75h19.5a3.75 3.75 0 0 1 3.75 3.75zM16.25 10A2.25 2.25 0 0 0 14 12.25v4.5A2.25 2.25 0 0 0 16.25 19h15.5A2.25 2.25 0 0 0 34 16.75v-4.5A2.25 2.25 0 0 0 31.75 10zm.25 6.5v-4h15v4z"/></svg>
React
import type { SVGProps } from "react";
export function FluentBook48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14.25 4A6.25 6.25 0 0 0 8 10.25v27.5A6.25 6.25 0 0 0 14.25 44h24.5a1.25 1.25 0 1 0 0-2.5h-24.5a3.75 3.75 0 0 1-3.675-3H37.75A2.25 2.25 0 0 0 40 36.25v-26A6.25 6.25 0 0 0 33.75 4zM37.5 36h-27V10.25a3.75 3.75 0 0 1 3.75-3.75h19.5a3.75 3.75 0 0 1 3.75 3.75zM16.25 10A2.25 2.25 0 0 0 14 12.25v4.5A2.25 2.25 0 0 0 16.25 19h15.5A2.25 2.25 0 0 0 34 16.75v-4.5A2.25 2.25 0 0 0 31.75 10zm.25 6.5v-4h15v4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M14.25 4A6.25 6.25 0 0 0 8 10.25v27.5A6.25 6.25 0 0 0 14.25 44h24.5a1.25 1.25 0 1 0 0-2.5h-24.5a3.75 3.75 0 0 1-3.675-3H37.75A2.25 2.25 0 0 0 40 36.25v-26A6.25 6.25 0 0 0 33.75 4zM37.5 36h-27V10.25a3.75 3.75 0 0 1 3.75-3.75h19.5a3.75 3.75 0 0 1 3.75 3.75zM16.25 10A2.25 2.25 0 0 0 14 12.25v4.5A2.25 2.25 0 0 0 16.25 19h15.5A2.25 2.25 0 0 0 34 16.75v-4.5A2.25 2.25 0 0 0 31.75 10zm.25 6.5v-4h15v4z"/></svg> </template>
CSS
.icon-book-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.25%204A6.25%206.25%200%200%200%208%2010.25v27.5A6.25%206.25%200%200%200%2014.25%2044h24.5a1.25%201.25%200%201%200%200-2.5h-24.5a3.75%203.75%200%200%201-3.675-3H37.75A2.25%202.25%200%200%200%2040%2036.25v-26A6.25%206.25%200%200%200%2033.75%204zM37.5%2036h-27V10.25a3.75%203.75%200%200%201%203.75-3.75h19.5a3.75%203.75%200%200%201%203.75%203.75zM16.25%2010A2.25%202.25%200%200%200%2014%2012.25v4.5A2.25%202.25%200%200%200%2016.25%2019h15.5A2.25%202.25%200%200%200%2034%2016.75v-4.5A2.25%202.25%200%200%200%2031.75%2010zm.25%206.5v-4h15v4z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.25%204A6.25%206.25%200%200%200%208%2010.25v27.5A6.25%206.25%200%200%200%2014.25%2044h24.5a1.25%201.25%200%201%200%200-2.5h-24.5a3.75%203.75%200%200%201-3.675-3H37.75A2.25%202.25%200%200%200%2040%2036.25v-26A6.25%206.25%200%200%200%2033.75%204zM37.5%2036h-27V10.25a3.75%203.75%200%200%201%203.75-3.75h19.5a3.75%203.75%200%200%201%203.75%203.75zM16.25%2010A2.25%202.25%200%200%200%2014%2012.25v4.5A2.25%202.25%200%200%200%2016.25%2019h15.5A2.25%202.25%200%200%200%2034%2016.75v-4.5A2.25%202.25%200%200%200%2031.75%2010zm.25%206.5v-4h15v4z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/book-48-regular.svg?color=%231a73e8&size=48