library icon
library-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- library-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
9 other variants in Fluent UI System Icons
The same icon in other sets
Use the library icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 3h1c1.054 0 1.918.816 1.995 1.85L7 5v14a2 2 0 0 1-1.85 1.994L5 21H4a2 2 0 0 1-1.995-1.85L2 19V5c0-1.054.816-1.918 1.85-1.995zh1zm6 0h1c1.054 0 1.918.816 1.995 1.85L13 5v14a2 2 0 0 1-1.85 1.994L11 21h-1a2 2 0 0 1-1.995-1.85L8 19V5c0-1.054.816-1.918 1.85-1.995zh1zm6.974 2c.84 0 1.608.531 1.89 1.346l.047.157l3.015 11.746a2 2 0 0 1-1.296 2.391l-.144.043l-.969.248a2 2 0 0 1-2.387-1.284l-.047-.155l-3.016-11.745a2 2 0 0 1 1.298-2.392l.143-.043l.968-.248q.25-.064.498-.064M5 4.5H4a.5.5 0 0 0-.492.41L3.5 5v14c0 .244.177.45.41.492L4 19.5h1c.245 0 .45-.178.492-.41L5.5 19V5a.5.5 0 0 0-.41-.492zm6 0h-1a.5.5 0 0 0-.492.41L9.5 5v14c0 .244.177.45.41.492l.09.008h1c.245 0 .45-.178.492-.41L11.5 19V5a.5.5 0 0 0-.41-.492zm5.975 2l-.063.004l-.063.013l-.968.247a.5.5 0 0 0-.376.51l.015.1l3.016 11.745a.5.5 0 0 0 .483.375l.063-.003l.062-.012l.97-.25a.5.5 0 0 0 .374-.519l-.015-.088l-3.015-11.747a.5.5 0 0 0-.483-.375"/></svg>
React
import type { SVGProps } from "react";
export function FluentLibrary24Regular(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="M4 3h1c1.054 0 1.918.816 1.995 1.85L7 5v14a2 2 0 0 1-1.85 1.994L5 21H4a2 2 0 0 1-1.995-1.85L2 19V5c0-1.054.816-1.918 1.85-1.995zh1zm6 0h1c1.054 0 1.918.816 1.995 1.85L13 5v14a2 2 0 0 1-1.85 1.994L11 21h-1a2 2 0 0 1-1.995-1.85L8 19V5c0-1.054.816-1.918 1.85-1.995zh1zm6.974 2c.84 0 1.608.531 1.89 1.346l.047.157l3.015 11.746a2 2 0 0 1-1.296 2.391l-.144.043l-.969.248a2 2 0 0 1-2.387-1.284l-.047-.155l-3.016-11.745a2 2 0 0 1 1.298-2.392l.143-.043l.968-.248q.25-.064.498-.064M5 4.5H4a.5.5 0 0 0-.492.41L3.5 5v14c0 .244.177.45.41.492L4 19.5h1c.245 0 .45-.178.492-.41L5.5 19V5a.5.5 0 0 0-.41-.492zm6 0h-1a.5.5 0 0 0-.492.41L9.5 5v14c0 .244.177.45.41.492l.09.008h1c.245 0 .45-.178.492-.41L11.5 19V5a.5.5 0 0 0-.41-.492zm5.975 2l-.063.004l-.063.013l-.968.247a.5.5 0 0 0-.376.51l.015.1l3.016 11.745a.5.5 0 0 0 .483.375l.063-.003l.062-.012l.97-.25a.5.5 0 0 0 .374-.519l-.015-.088l-3.015-11.747a.5.5 0 0 0-.483-.375"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 3h1c1.054 0 1.918.816 1.995 1.85L7 5v14a2 2 0 0 1-1.85 1.994L5 21H4a2 2 0 0 1-1.995-1.85L2 19V5c0-1.054.816-1.918 1.85-1.995zh1zm6 0h1c1.054 0 1.918.816 1.995 1.85L13 5v14a2 2 0 0 1-1.85 1.994L11 21h-1a2 2 0 0 1-1.995-1.85L8 19V5c0-1.054.816-1.918 1.85-1.995zh1zm6.974 2c.84 0 1.608.531 1.89 1.346l.047.157l3.015 11.746a2 2 0 0 1-1.296 2.391l-.144.043l-.969.248a2 2 0 0 1-2.387-1.284l-.047-.155l-3.016-11.745a2 2 0 0 1 1.298-2.392l.143-.043l.968-.248q.25-.064.498-.064M5 4.5H4a.5.5 0 0 0-.492.41L3.5 5v14c0 .244.177.45.41.492L4 19.5h1c.245 0 .45-.178.492-.41L5.5 19V5a.5.5 0 0 0-.41-.492zm6 0h-1a.5.5 0 0 0-.492.41L9.5 5v14c0 .244.177.45.41.492l.09.008h1c.245 0 .45-.178.492-.41L11.5 19V5a.5.5 0 0 0-.41-.492zm5.975 2l-.063.004l-.063.013l-.968.247a.5.5 0 0 0-.376.51l.015.1l3.016 11.745a.5.5 0 0 0 .483.375l.063-.003l.062-.012l.97-.25a.5.5 0 0 0 .374-.519l-.015-.088l-3.015-11.747a.5.5 0 0 0-.483-.375"/></svg> </template>
CSS
.icon-library-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%203h1c1.054%200%201.918.816%201.995%201.85L7%205v14a2%202%200%200%201-1.85%201.994L5%2021H4a2%202%200%200%201-1.995-1.85L2%2019V5c0-1.054.816-1.918%201.85-1.995zh1zm6%200h1c1.054%200%201.918.816%201.995%201.85L13%205v14a2%202%200%200%201-1.85%201.994L11%2021h-1a2%202%200%200%201-1.995-1.85L8%2019V5c0-1.054.816-1.918%201.85-1.995zh1zm6.974%202c.84%200%201.608.531%201.89%201.346l.047.157l3.015%2011.746a2%202%200%200%201-1.296%202.391l-.144.043l-.969.248a2%202%200%200%201-2.387-1.284l-.047-.155l-3.016-11.745a2%202%200%200%201%201.298-2.392l.143-.043l.968-.248q.25-.064.498-.064M5%204.5H4a.5.5%200%200%200-.492.41L3.5%205v14c0%20.244.177.45.41.492L4%2019.5h1c.245%200%20.45-.178.492-.41L5.5%2019V5a.5.5%200%200%200-.41-.492zm6%200h-1a.5.5%200%200%200-.492.41L9.5%205v14c0%20.244.177.45.41.492l.09.008h1c.245%200%20.45-.178.492-.41L11.5%2019V5a.5.5%200%200%200-.41-.492zm5.975%202l-.063.004l-.063.013l-.968.247a.5.5%200%200%200-.376.51l.015.1l3.016%2011.745a.5.5%200%200%200%20.483.375l.063-.003l.062-.012l.97-.25a.5.5%200%200%200%20.374-.519l-.015-.088l-3.015-11.747a.5.5%200%200%200-.483-.375%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%22M4%203h1c1.054%200%201.918.816%201.995%201.85L7%205v14a2%202%200%200%201-1.85%201.994L5%2021H4a2%202%200%200%201-1.995-1.85L2%2019V5c0-1.054.816-1.918%201.85-1.995zh1zm6%200h1c1.054%200%201.918.816%201.995%201.85L13%205v14a2%202%200%200%201-1.85%201.994L11%2021h-1a2%202%200%200%201-1.995-1.85L8%2019V5c0-1.054.816-1.918%201.85-1.995zh1zm6.974%202c.84%200%201.608.531%201.89%201.346l.047.157l3.015%2011.746a2%202%200%200%201-1.296%202.391l-.144.043l-.969.248a2%202%200%200%201-2.387-1.284l-.047-.155l-3.016-11.745a2%202%200%200%201%201.298-2.392l.143-.043l.968-.248q.25-.064.498-.064M5%204.5H4a.5.5%200%200%200-.492.41L3.5%205v14c0%20.244.177.45.41.492L4%2019.5h1c.245%200%20.45-.178.492-.41L5.5%2019V5a.5.5%200%200%200-.41-.492zm6%200h-1a.5.5%200%200%200-.492.41L9.5%205v14c0%20.244.177.45.41.492l.09.008h1c.245%200%20.45-.178.492-.41L11.5%2019V5a.5.5%200%200%200-.41-.492zm5.975%202l-.063.004l-.063.013l-.968.247a.5.5%200%200%200-.376.51l.015.1l3.016%2011.745a.5.5%200%200%200%20.483.375l.063-.003l.062-.012l.97-.25a.5.5%200%200%200%20.374-.519l-.015-.088l-3.015-11.747a.5.5%200%200%200-.483-.375%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/library-24-regular.svg?color=%231a73e8&size=48