library icon
library-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- library-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M4 3h1.99a2 2 0 0 1 1.994 1.85L7.99 5v18a2 2 0 0 1-1.851 1.994l-.15.006H4a2 2 0 0 1-1.994-1.85L2 23V5a2 2 0 0 1 1.85-1.995zh1.99zm6.995 0h1.995a2 2 0 0 1 1.994 1.85l.006.15v18a2 2 0 0 1-1.851 1.994l-.15.006h-1.994A2 2 0 0 1 9 23.15L8.995 23V5a2 2 0 0 1 1.85-1.995zh1.995zm9.135 2.026c.844 0 1.616.538 1.893 1.36l.046.157l3.86 15.483a2 2 0 0 1-1.312 2.384l-.144.041l-1.963.49q-.244.06-.485.06a2 2 0 0 1-1.893-1.36l-.046-.158L16.226 8a2 2 0 0 1 1.313-2.383l.143-.042l1.963-.489q.244-.06.485-.06M5.99 4.5H4a.5.5 0 0 0-.492.41L3.5 5v18c0 .244.178.45.41.492L4 23.5h1.99c.245 0 .45-.178.492-.41L6.49 23V5a.5.5 0 0 0-.41-.492zm7 0h-1.995a.5.5 0 0 0-.492.41l-.008.09v18c0 .244.177.45.41.492l.09.008h1.995c.245 0 .45-.178.492-.41l.008-.09V5a.5.5 0 0 0-.41-.492zm7.14 2.026l-.061.004l-.062.011l-1.962.49a.5.5 0 0 0-.378.517l.014.088l3.86 15.484c.065.26.297.38.484.38l.062-.003l.06-.013l1.963-.489a.5.5 0 0 0 .378-.516l-.014-.09l-3.86-15.484a.5.5 0 0 0-.484-.379"/></svg>
React
import type { SVGProps } from "react";
export function FluentLibrary28Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M4 3h1.99a2 2 0 0 1 1.994 1.85L7.99 5v18a2 2 0 0 1-1.851 1.994l-.15.006H4a2 2 0 0 1-1.994-1.85L2 23V5a2 2 0 0 1 1.85-1.995zh1.99zm6.995 0h1.995a2 2 0 0 1 1.994 1.85l.006.15v18a2 2 0 0 1-1.851 1.994l-.15.006h-1.994A2 2 0 0 1 9 23.15L8.995 23V5a2 2 0 0 1 1.85-1.995zh1.995zm9.135 2.026c.844 0 1.616.538 1.893 1.36l.046.157l3.86 15.483a2 2 0 0 1-1.312 2.384l-.144.041l-1.963.49q-.244.06-.485.06a2 2 0 0 1-1.893-1.36l-.046-.158L16.226 8a2 2 0 0 1 1.313-2.383l.143-.042l1.963-.489q.244-.06.485-.06M5.99 4.5H4a.5.5 0 0 0-.492.41L3.5 5v18c0 .244.178.45.41.492L4 23.5h1.99c.245 0 .45-.178.492-.41L6.49 23V5a.5.5 0 0 0-.41-.492zm7 0h-1.995a.5.5 0 0 0-.492.41l-.008.09v18c0 .244.177.45.41.492l.09.008h1.995c.245 0 .45-.178.492-.41l.008-.09V5a.5.5 0 0 0-.41-.492zm7.14 2.026l-.061.004l-.062.011l-1.962.49a.5.5 0 0 0-.378.517l.014.088l3.86 15.484c.065.26.297.38.484.38l.062-.003l.06-.013l1.963-.489a.5.5 0 0 0 .378-.516l-.014-.09l-3.86-15.484a.5.5 0 0 0-.484-.379"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M4 3h1.99a2 2 0 0 1 1.994 1.85L7.99 5v18a2 2 0 0 1-1.851 1.994l-.15.006H4a2 2 0 0 1-1.994-1.85L2 23V5a2 2 0 0 1 1.85-1.995zh1.99zm6.995 0h1.995a2 2 0 0 1 1.994 1.85l.006.15v18a2 2 0 0 1-1.851 1.994l-.15.006h-1.994A2 2 0 0 1 9 23.15L8.995 23V5a2 2 0 0 1 1.85-1.995zh1.995zm9.135 2.026c.844 0 1.616.538 1.893 1.36l.046.157l3.86 15.483a2 2 0 0 1-1.312 2.384l-.144.041l-1.963.49q-.244.06-.485.06a2 2 0 0 1-1.893-1.36l-.046-.158L16.226 8a2 2 0 0 1 1.313-2.383l.143-.042l1.963-.489q.244-.06.485-.06M5.99 4.5H4a.5.5 0 0 0-.492.41L3.5 5v18c0 .244.178.45.41.492L4 23.5h1.99c.245 0 .45-.178.492-.41L6.49 23V5a.5.5 0 0 0-.41-.492zm7 0h-1.995a.5.5 0 0 0-.492.41l-.008.09v18c0 .244.177.45.41.492l.09.008h1.995c.245 0 .45-.178.492-.41l.008-.09V5a.5.5 0 0 0-.41-.492zm7.14 2.026l-.061.004l-.062.011l-1.962.49a.5.5 0 0 0-.378.517l.014.088l3.86 15.484c.065.26.297.38.484.38l.062-.003l.06-.013l1.963-.489a.5.5 0 0 0 .378-.516l-.014-.09l-3.86-15.484a.5.5 0 0 0-.484-.379"/></svg> </template>
CSS
.icon-library-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%203h1.99a2%202%200%200%201%201.994%201.85L7.99%205v18a2%202%200%200%201-1.851%201.994l-.15.006H4a2%202%200%200%201-1.994-1.85L2%2023V5a2%202%200%200%201%201.85-1.995zh1.99zm6.995%200h1.995a2%202%200%200%201%201.994%201.85l.006.15v18a2%202%200%200%201-1.851%201.994l-.15.006h-1.994A2%202%200%200%201%209%2023.15L8.995%2023V5a2%202%200%200%201%201.85-1.995zh1.995zm9.135%202.026c.844%200%201.616.538%201.893%201.36l.046.157l3.86%2015.483a2%202%200%200%201-1.312%202.384l-.144.041l-1.963.49q-.244.06-.485.06a2%202%200%200%201-1.893-1.36l-.046-.158L16.226%208a2%202%200%200%201%201.313-2.383l.143-.042l1.963-.489q.244-.06.485-.06M5.99%204.5H4a.5.5%200%200%200-.492.41L3.5%205v18c0%20.244.178.45.41.492L4%2023.5h1.99c.245%200%20.45-.178.492-.41L6.49%2023V5a.5.5%200%200%200-.41-.492zm7%200h-1.995a.5.5%200%200%200-.492.41l-.008.09v18c0%20.244.177.45.41.492l.09.008h1.995c.245%200%20.45-.178.492-.41l.008-.09V5a.5.5%200%200%200-.41-.492zm7.14%202.026l-.061.004l-.062.011l-1.962.49a.5.5%200%200%200-.378.517l.014.088l3.86%2015.484c.065.26.297.38.484.38l.062-.003l.06-.013l1.963-.489a.5.5%200%200%200%20.378-.516l-.014-.09l-3.86-15.484a.5.5%200%200%200-.484-.379%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4%203h1.99a2%202%200%200%201%201.994%201.85L7.99%205v18a2%202%200%200%201-1.851%201.994l-.15.006H4a2%202%200%200%201-1.994-1.85L2%2023V5a2%202%200%200%201%201.85-1.995zh1.99zm6.995%200h1.995a2%202%200%200%201%201.994%201.85l.006.15v18a2%202%200%200%201-1.851%201.994l-.15.006h-1.994A2%202%200%200%201%209%2023.15L8.995%2023V5a2%202%200%200%201%201.85-1.995zh1.995zm9.135%202.026c.844%200%201.616.538%201.893%201.36l.046.157l3.86%2015.483a2%202%200%200%201-1.312%202.384l-.144.041l-1.963.49q-.244.06-.485.06a2%202%200%200%201-1.893-1.36l-.046-.158L16.226%208a2%202%200%200%201%201.313-2.383l.143-.042l1.963-.489q.244-.06.485-.06M5.99%204.5H4a.5.5%200%200%200-.492.41L3.5%205v18c0%20.244.178.45.41.492L4%2023.5h1.99c.245%200%20.45-.178.492-.41L6.49%2023V5a.5.5%200%200%200-.41-.492zm7%200h-1.995a.5.5%200%200%200-.492.41l-.008.09v18c0%20.244.177.45.41.492l.09.008h1.995c.245%200%20.45-.178.492-.41l.008-.09V5a.5.5%200%200%200-.41-.492zm7.14%202.026l-.061.004l-.062.011l-1.962.49a.5.5%200%200%200-.378.517l.014.088l3.86%2015.484c.065.26.297.38.484.38l.062-.003l.06-.013l1.963-.489a.5.5%200%200%200%20.378-.516l-.014-.09l-3.86-15.484a.5.5%200%200%200-.484-.379%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/library-28-regular.svg?color=%231a73e8&size=48