library icon
library-filled from Tabler Icons by Paweł Kuna · Filled · MIT Free for personal and commercial use.
- Name
- library-filled
- Set
- Tabler Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in Tabler Icons
The same icon in other sets
Related icons in Tabler Icons
Use the library icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.333 2A3.667 3.667 0 0 1 22 5.667v8.666A3.667 3.667 0 0 1 18.333 18H9.667A3.667 3.667 0 0 1 6 14.333V5.667A3.667 3.667 0 0 1 9.667 2zM14 12h-3a1 1 0 0 0 0 2h3a1 1 0 0 0 0-2m3-3h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2m-1-3h-5a1 1 0 0 0 0 2h5a1 1 0 0 0 0-2"/><path d="M3.517 6.391a1 1 0 0 1 .99 1.738c-.313.178-.506.51-.507.868v10c0 .548.452 1 1 1h10c.284 0 .405-.088.626-.486a1 1 0 0 1 1.748.972c-.546.98-1.28 1.514-2.374 1.514H5c-1.652 0-3-1.348-3-3V8.995A3 3 0 0 1 3.517 6.39"/></g></svg>
React
import type { SVGProps } from "react";
export function TablerLibraryFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.333 2A3.667 3.667 0 0 1 22 5.667v8.666A3.667 3.667 0 0 1 18.333 18H9.667A3.667 3.667 0 0 1 6 14.333V5.667A3.667 3.667 0 0 1 9.667 2zM14 12h-3a1 1 0 0 0 0 2h3a1 1 0 0 0 0-2m3-3h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2m-1-3h-5a1 1 0 0 0 0 2h5a1 1 0 0 0 0-2"/><path d="M3.517 6.391a1 1 0 0 1 .99 1.738c-.313.178-.506.51-.507.868v10c0 .548.452 1 1 1h10c.284 0 .405-.088.626-.486a1 1 0 0 1 1.748.972c-.546.98-1.28 1.514-2.374 1.514H5c-1.652 0-3-1.348-3-3V8.995A3 3 0 0 1 3.517 6.39"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M18.333 2A3.667 3.667 0 0 1 22 5.667v8.666A3.667 3.667 0 0 1 18.333 18H9.667A3.667 3.667 0 0 1 6 14.333V5.667A3.667 3.667 0 0 1 9.667 2zM14 12h-3a1 1 0 0 0 0 2h3a1 1 0 0 0 0-2m3-3h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2m-1-3h-5a1 1 0 0 0 0 2h5a1 1 0 0 0 0-2"/><path d="M3.517 6.391a1 1 0 0 1 .99 1.738c-.313.178-.506.51-.507.868v10c0 .548.452 1 1 1h10c.284 0 .405-.088.626-.486a1 1 0 0 1 1.748.972c-.546.98-1.28 1.514-2.374 1.514H5c-1.652 0-3-1.348-3-3V8.995A3 3 0 0 1 3.517 6.39"/></g></svg> </template>
CSS
.icon-library-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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M18.333%202A3.667%203.667%200%200%201%2022%205.667v8.666A3.667%203.667%200%200%201%2018.333%2018H9.667A3.667%203.667%200%200%201%206%2014.333V5.667A3.667%203.667%200%200%201%209.667%202zM14%2012h-3a1%201%200%200%200%200%202h3a1%201%200%200%200%200-2m3-3h-6a1%201%200%200%200%200%202h6a1%201%200%200%200%200-2m-1-3h-5a1%201%200%200%200%200%202h5a1%201%200%200%200%200-2%22%2F%3E%3Cpath%20d%3D%22M3.517%206.391a1%201%200%200%201%20.99%201.738c-.313.178-.506.51-.507.868v10c0%20.548.452%201%201%201h10c.284%200%20.405-.088.626-.486a1%201%200%200%201%201.748.972c-.546.98-1.28%201.514-2.374%201.514H5c-1.652%200-3-1.348-3-3V8.995A3%203%200%200%201%203.517%206.39%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M18.333%202A3.667%203.667%200%200%201%2022%205.667v8.666A3.667%203.667%200%200%201%2018.333%2018H9.667A3.667%203.667%200%200%201%206%2014.333V5.667A3.667%203.667%200%200%201%209.667%202zM14%2012h-3a1%201%200%200%200%200%202h3a1%201%200%200%200%200-2m3-3h-6a1%201%200%200%200%200%202h6a1%201%200%200%200%200-2m-1-3h-5a1%201%200%200%200%200%202h5a1%201%200%200%200%200-2%22%2F%3E%3Cpath%20d%3D%22M3.517%206.391a1%201%200%200%201%20.99%201.738c-.313.178-.506.51-.507.868v10c0%20.548.452%201%201%201h10c.284%200%20.405-.088.626-.486a1%201%200%200%201%201.748.972c-.546.98-1.28%201.514-2.374%201.514H5c-1.652%200-3-1.348-3-3V8.995A3%203%200%200%201%203.517%206.39%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tabler/library-filled.svg?color=%231a73e8&size=48