book alphabet icon
book-alphabet from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- book-alphabet
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- dictionary
Related icons in Material Design Icons
book-accountbook-alertbook-arrow-downbook-arrow-leftbook-arrow-rightbook-arrow-upbook-cancelbook-checkbook-clockbook-cogbook-crossbook-editbook-educationbook-heartbook-information-variantbook-lockbook-lock-openbook-markerbook-minusbook-minus-multiplebook-multiplebook-multiple-minusbook-multiple-plusbook-multiple-remove
Use the book alphabet icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.81 2C4.83 2.09 4 3 4 4v16c0 1.05.95 2 2 2h12c1.05 0 2-.95 2-2V4a2 2 0 0 0-2-2h-6v7L9.5 7.5L7 9V2zM12 13h1a1 1 0 0 1 1 1v4h-1v-2h-1v2h-1v-4a1 1 0 0 1 1-1m0 1v1h1v-1zm3 1h3v1l-2 3h2v1h-3v-1l2-3h-2z"/></svg>
React
import type { SVGProps } from "react";
export function MdiBookAlphabet(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="M5.81 2C4.83 2.09 4 3 4 4v16c0 1.05.95 2 2 2h12c1.05 0 2-.95 2-2V4a2 2 0 0 0-2-2h-6v7L9.5 7.5L7 9V2zM12 13h1a1 1 0 0 1 1 1v4h-1v-2h-1v2h-1v-4a1 1 0 0 1 1-1m0 1v1h1v-1zm3 1h3v1l-2 3h2v1h-3v-1l2-3h-2z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5.81 2C4.83 2.09 4 3 4 4v16c0 1.05.95 2 2 2h12c1.05 0 2-.95 2-2V4a2 2 0 0 0-2-2h-6v7L9.5 7.5L7 9V2zM12 13h1a1 1 0 0 1 1 1v4h-1v-2h-1v2h-1v-4a1 1 0 0 1 1-1m0 1v1h1v-1zm3 1h3v1l-2 3h2v1h-3v-1l2-3h-2z"/></svg> </template>
CSS
.icon-book-alphabet {
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%22M5.81%202C4.83%202.09%204%203%204%204v16c0%201.05.95%202%202%202h12c1.05%200%202-.95%202-2V4a2%202%200%200%200-2-2h-6v7L9.5%207.5L7%209V2zM12%2013h1a1%201%200%200%201%201%201v4h-1v-2h-1v2h-1v-4a1%201%200%200%201%201-1m0%201v1h1v-1zm3%201h3v1l-2%203h2v1h-3v-1l2-3h-2z%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%22M5.81%202C4.83%202.09%204%203%204%204v16c0%201.05.95%202%202%202h12c1.05%200%202-.95%202-2V4a2%202%200%200%200-2-2h-6v7L9.5%207.5L7%209V2zM12%2013h1a1%201%200%200%201%201%201v4h-1v-2h-1v2h-1v-4a1%201%200%200%201%201-1m0%201v1h1v-1zm3%201h3v1l-2%203h2v1h-3v-1l2-3h-2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/book-alphabet.svg?color=%231a73e8&size=48