library icon
library from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- library
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
The same icon in other sets
Related icons in Codicons
Use the library icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1 3.25C1 2.56 1.56 2 2.249 2h.5c.69 0 1.248.56 1.248 1.25v9.495c0 .69-.559 1.25-1.248 1.25h-.5A1.25 1.25 0 0 1 1 12.744zM2.249 3a.25.25 0 0 0-.25.25v9.495c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25V3.249a.25.25 0 0 0-.25-.25zm2.748.25c0-.69.559-1.25 1.249-1.25h.5c.689 0 1.248.56 1.248 1.25v9.495c0 .69-.56 1.25-1.249 1.25h-.5a1.25 1.25 0 0 1-1.248-1.25zM6.246 3a.25.25 0 0 0-.25.25v9.495c0 .138.112.25.25.25h.5a.25.25 0 0 0 .249-.25V3.249a.25.25 0 0 0-.25-.25zm5.726 1.777a1.25 1.25 0 0 0-1.57-.713l-.583.204a1.25 1.25 0 0 0-.746 1.645l2.937 7.304c.249.62.94.933 1.571.713l.582-.204a1.25 1.25 0 0 0 .746-1.646zm-1.24.23a.25.25 0 0 1 .313.143l2.937 7.303a.25.25 0 0 1-.149.33l-.582.203a.25.25 0 0 1-.314-.142L10 5.54a.25.25 0 0 1 .149-.329z"/></svg>
React
import type { SVGProps } from "react";
export function CodiconLibrary(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1 3.25C1 2.56 1.56 2 2.249 2h.5c.69 0 1.248.56 1.248 1.25v9.495c0 .69-.559 1.25-1.248 1.25h-.5A1.25 1.25 0 0 1 1 12.744zM2.249 3a.25.25 0 0 0-.25.25v9.495c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25V3.249a.25.25 0 0 0-.25-.25zm2.748.25c0-.69.559-1.25 1.249-1.25h.5c.689 0 1.248.56 1.248 1.25v9.495c0 .69-.56 1.25-1.249 1.25h-.5a1.25 1.25 0 0 1-1.248-1.25zM6.246 3a.25.25 0 0 0-.25.25v9.495c0 .138.112.25.25.25h.5a.25.25 0 0 0 .249-.25V3.249a.25.25 0 0 0-.25-.25zm5.726 1.777a1.25 1.25 0 0 0-1.57-.713l-.583.204a1.25 1.25 0 0 0-.746 1.645l2.937 7.304c.249.62.94.933 1.571.713l.582-.204a1.25 1.25 0 0 0 .746-1.646zm-1.24.23a.25.25 0 0 1 .313.143l2.937 7.303a.25.25 0 0 1-.149.33l-.582.203a.25.25 0 0 1-.314-.142L10 5.54a.25.25 0 0 1 .149-.329z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M1 3.25C1 2.56 1.56 2 2.249 2h.5c.69 0 1.248.56 1.248 1.25v9.495c0 .69-.559 1.25-1.248 1.25h-.5A1.25 1.25 0 0 1 1 12.744zM2.249 3a.25.25 0 0 0-.25.25v9.495c0 .138.112.25.25.25h.5a.25.25 0 0 0 .25-.25V3.249a.25.25 0 0 0-.25-.25zm2.748.25c0-.69.559-1.25 1.249-1.25h.5c.689 0 1.248.56 1.248 1.25v9.495c0 .69-.56 1.25-1.249 1.25h-.5a1.25 1.25 0 0 1-1.248-1.25zM6.246 3a.25.25 0 0 0-.25.25v9.495c0 .138.112.25.25.25h.5a.25.25 0 0 0 .249-.25V3.249a.25.25 0 0 0-.25-.25zm5.726 1.777a1.25 1.25 0 0 0-1.57-.713l-.583.204a1.25 1.25 0 0 0-.746 1.645l2.937 7.304c.249.62.94.933 1.571.713l.582-.204a1.25 1.25 0 0 0 .746-1.646zm-1.24.23a.25.25 0 0 1 .313.143l2.937 7.303a.25.25 0 0 1-.149.33l-.582.203a.25.25 0 0 1-.314-.142L10 5.54a.25.25 0 0 1 .149-.329z"/></svg> </template>
CSS
.icon-library {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%203.25C1%202.56%201.56%202%202.249%202h.5c.69%200%201.248.56%201.248%201.25v9.495c0%20.69-.559%201.25-1.248%201.25h-.5A1.25%201.25%200%200%201%201%2012.744zM2.249%203a.25.25%200%200%200-.25.25v9.495c0%20.138.112.25.25.25h.5a.25.25%200%200%200%20.25-.25V3.249a.25.25%200%200%200-.25-.25zm2.748.25c0-.69.559-1.25%201.249-1.25h.5c.689%200%201.248.56%201.248%201.25v9.495c0%20.69-.56%201.25-1.249%201.25h-.5a1.25%201.25%200%200%201-1.248-1.25zM6.246%203a.25.25%200%200%200-.25.25v9.495c0%20.138.112.25.25.25h.5a.25.25%200%200%200%20.249-.25V3.249a.25.25%200%200%200-.25-.25zm5.726%201.777a1.25%201.25%200%200%200-1.57-.713l-.583.204a1.25%201.25%200%200%200-.746%201.645l2.937%207.304c.249.62.94.933%201.571.713l.582-.204a1.25%201.25%200%200%200%20.746-1.646zm-1.24.23a.25.25%200%200%201%20.313.143l2.937%207.303a.25.25%200%200%201-.149.33l-.582.203a.25.25%200%200%201-.314-.142L10%205.54a.25.25%200%200%201%20.149-.329z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1%203.25C1%202.56%201.56%202%202.249%202h.5c.69%200%201.248.56%201.248%201.25v9.495c0%20.69-.559%201.25-1.248%201.25h-.5A1.25%201.25%200%200%201%201%2012.744zM2.249%203a.25.25%200%200%200-.25.25v9.495c0%20.138.112.25.25.25h.5a.25.25%200%200%200%20.25-.25V3.249a.25.25%200%200%200-.25-.25zm2.748.25c0-.69.559-1.25%201.249-1.25h.5c.689%200%201.248.56%201.248%201.25v9.495c0%20.69-.56%201.25-1.249%201.25h-.5a1.25%201.25%200%200%201-1.248-1.25zM6.246%203a.25.25%200%200%200-.25.25v9.495c0%20.138.112.25.25.25h.5a.25.25%200%200%200%20.249-.25V3.249a.25.25%200%200%200-.25-.25zm5.726%201.777a1.25%201.25%200%200%200-1.57-.713l-.583.204a1.25%201.25%200%200%200-.746%201.645l2.937%207.304c.249.62.94.933%201.571.713l.582-.204a1.25%201.25%200%200%200%20.746-1.646zm-1.24.23a.25.25%200%200%201%20.313.143l2.937%207.303a.25.25%200%200%201-.149.33l-.582.203a.25.25%200%200%201-.314-.142L10%205.54a.25.25%200%200%201%20.149-.329z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/library.svg?color=%231a73e8&size=48