library big icon
library-big from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- library-big
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the library big icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="m13.992 9.715l4.83-1.313"/><path d="M13.332 7.215c-.237-.9-.356-1.35-.251-1.737a1.5 1.5 0 0 1 .384-.666c.283-.284.732-.406 1.63-.65c.91-.248 1.365-.372 1.757-.267a1.5 1.5 0 0 1 .672.388c.286.287.407.743.647 1.655l2.864 10.847c.238.9.356 1.35.252 1.737a1.5 1.5 0 0 1-.385.666c-.283.284-.732.406-1.63.65c-.91.248-1.365.372-1.756.267a1.5 1.5 0 0 1-.673-.388c-.286-.287-.406-.743-.647-1.655zM2.667 6.38c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .55-.549c.347-.201.815-.201 1.75-.201c.934 0 1.401 0 1.75.201a1.5 1.5 0 0 1 .548.549c.201.348.201.815.201 1.75v11.24c0 .934 0 1.402-.2 1.75a1.5 1.5 0 0 1-.55.549c-.348.2-.815.2-1.75.2c-.934 0-1.402 0-1.75-.2a1.5 1.5 0 0 1-.549-.55c-.2-.347-.2-.814-.2-1.75z"/><path stroke-linecap="round" d="M2.667 8.955h5m0 0h5"/><path d="M7.667 6.38c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .55-.549c.347-.201.815-.201 1.75-.201c.934 0 1.401 0 1.75.201a1.5 1.5 0 0 1 .548.549c.201.348.201.815.201 1.75v11.24c0 .934 0 1.402-.2 1.75a1.5 1.5 0 0 1-.55.549c-.348.2-.815.2-1.75.2c-.934 0-1.402 0-1.75-.2a1.5 1.5 0 0 1-.549-.55c-.2-.347-.2-.814-.2-1.75z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsLibraryBig(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="m13.992 9.715l4.83-1.313"/><path d="M13.332 7.215c-.237-.9-.356-1.35-.251-1.737a1.5 1.5 0 0 1 .384-.666c.283-.284.732-.406 1.63-.65c.91-.248 1.365-.372 1.757-.267a1.5 1.5 0 0 1 .672.388c.286.287.407.743.647 1.655l2.864 10.847c.238.9.356 1.35.252 1.737a1.5 1.5 0 0 1-.385.666c-.283.284-.732.406-1.63.65c-.91.248-1.365.372-1.756.267a1.5 1.5 0 0 1-.673-.388c-.286-.287-.406-.743-.647-1.655zM2.667 6.38c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .55-.549c.347-.201.815-.201 1.75-.201c.934 0 1.401 0 1.75.201a1.5 1.5 0 0 1 .548.549c.201.348.201.815.201 1.75v11.24c0 .934 0 1.402-.2 1.75a1.5 1.5 0 0 1-.55.549c-.348.2-.815.2-1.75.2c-.934 0-1.402 0-1.75-.2a1.5 1.5 0 0 1-.549-.55c-.2-.347-.2-.814-.2-1.75z"/><path strokeLinecap="round" d="M2.667 8.955h5m0 0h5"/><path d="M7.667 6.38c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .55-.549c.347-.201.815-.201 1.75-.201c.934 0 1.401 0 1.75.201a1.5 1.5 0 0 1 .548.549c.201.348.201.815.201 1.75v11.24c0 .934 0 1.402-.2 1.75a1.5 1.5 0 0 1-.55.549c-.348.2-.815.2-1.75.2c-.934 0-1.402 0-1.75-.2a1.5 1.5 0 0 1-.549-.55c-.2-.347-.2-.814-.2-1.75z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="m13.992 9.715l4.83-1.313"/><path d="M13.332 7.215c-.237-.9-.356-1.35-.251-1.737a1.5 1.5 0 0 1 .384-.666c.283-.284.732-.406 1.63-.65c.91-.248 1.365-.372 1.757-.267a1.5 1.5 0 0 1 .672.388c.286.287.407.743.647 1.655l2.864 10.847c.238.9.356 1.35.252 1.737a1.5 1.5 0 0 1-.385.666c-.283.284-.732.406-1.63.65c-.91.248-1.365.372-1.756.267a1.5 1.5 0 0 1-.673-.388c-.286-.287-.406-.743-.647-1.655zM2.667 6.38c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .55-.549c.347-.201.815-.201 1.75-.201c.934 0 1.401 0 1.75.201a1.5 1.5 0 0 1 .548.549c.201.348.201.815.201 1.75v11.24c0 .934 0 1.402-.2 1.75a1.5 1.5 0 0 1-.55.549c-.348.2-.815.2-1.75.2c-.934 0-1.402 0-1.75-.2a1.5 1.5 0 0 1-.549-.55c-.2-.347-.2-.814-.2-1.75z"/><path stroke-linecap="round" d="M2.667 8.955h5m0 0h5"/><path d="M7.667 6.38c0-.935 0-1.402.201-1.75a1.5 1.5 0 0 1 .55-.549c.347-.201.815-.201 1.75-.201c.934 0 1.401 0 1.75.201a1.5 1.5 0 0 1 .548.549c.201.348.201.815.201 1.75v11.24c0 .934 0 1.402-.2 1.75a1.5 1.5 0 0 1-.55.549c-.348.2-.815.2-1.75.2c-.934 0-1.402 0-1.75-.2a1.5 1.5 0 0 1-.549-.55c-.2-.347-.2-.814-.2-1.75z"/></g></svg> </template>
CSS
.icon-library-big {
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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m13.992%209.715l4.83-1.313%22%2F%3E%3Cpath%20d%3D%22M13.332%207.215c-.237-.9-.356-1.35-.251-1.737a1.5%201.5%200%200%201%20.384-.666c.283-.284.732-.406%201.63-.65c.91-.248%201.365-.372%201.757-.267a1.5%201.5%200%200%201%20.672.388c.286.287.407.743.647%201.655l2.864%2010.847c.238.9.356%201.35.252%201.737a1.5%201.5%200%200%201-.385.666c-.283.284-.732.406-1.63.65c-.91.248-1.365.372-1.756.267a1.5%201.5%200%200%201-.673-.388c-.286-.287-.406-.743-.647-1.655zM2.667%206.38c0-.935%200-1.402.201-1.75a1.5%201.5%200%200%201%20.55-.549c.347-.201.815-.201%201.75-.201c.934%200%201.401%200%201.75.201a1.5%201.5%200%200%201%20.548.549c.201.348.201.815.201%201.75v11.24c0%20.934%200%201.402-.2%201.75a1.5%201.5%200%200%201-.55.549c-.348.2-.815.2-1.75.2c-.934%200-1.402%200-1.75-.2a1.5%201.5%200%200%201-.549-.55c-.2-.347-.2-.814-.2-1.75z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2.667%208.955h5m0%200h5%22%2F%3E%3Cpath%20d%3D%22M7.667%206.38c0-.935%200-1.402.201-1.75a1.5%201.5%200%200%201%20.55-.549c.347-.201.815-.201%201.75-.201c.934%200%201.401%200%201.75.201a1.5%201.5%200%200%201%20.548.549c.201.348.201.815.201%201.75v11.24c0%20.934%200%201.402-.2%201.75a1.5%201.5%200%200%201-.55.549c-.348.2-.815.2-1.75.2c-.934%200-1.402%200-1.75-.2a1.5%201.5%200%200%201-.549-.55c-.2-.347-.2-.814-.2-1.75z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m13.992%209.715l4.83-1.313%22%2F%3E%3Cpath%20d%3D%22M13.332%207.215c-.237-.9-.356-1.35-.251-1.737a1.5%201.5%200%200%201%20.384-.666c.283-.284.732-.406%201.63-.65c.91-.248%201.365-.372%201.757-.267a1.5%201.5%200%200%201%20.672.388c.286.287.407.743.647%201.655l2.864%2010.847c.238.9.356%201.35.252%201.737a1.5%201.5%200%200%201-.385.666c-.283.284-.732.406-1.63.65c-.91.248-1.365.372-1.756.267a1.5%201.5%200%200%201-.673-.388c-.286-.287-.406-.743-.647-1.655zM2.667%206.38c0-.935%200-1.402.201-1.75a1.5%201.5%200%200%201%20.55-.549c.347-.201.815-.201%201.75-.201c.934%200%201.401%200%201.75.201a1.5%201.5%200%200%201%20.548.549c.201.348.201.815.201%201.75v11.24c0%20.934%200%201.402-.2%201.75a1.5%201.5%200%200%201-.55.549c-.348.2-.815.2-1.75.2c-.934%200-1.402%200-1.75-.2a1.5%201.5%200%200%201-.549-.55c-.2-.347-.2-.814-.2-1.75z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M2.667%208.955h5m0%200h5%22%2F%3E%3Cpath%20d%3D%22M7.667%206.38c0-.935%200-1.402.201-1.75a1.5%201.5%200%200%201%20.55-.549c.347-.201.815-.201%201.75-.201c.934%200%201.401%200%201.75.201a1.5%201.5%200%200%201%20.548.549c.201.348.201.815.201%201.75v11.24c0%20.934%200%201.402-.2%201.75a1.5%201.5%200%200%201-.55.549c-.348.2-.815.2-1.75.2c-.934%200-1.402%200-1.75-.2a1.5%201.5%200%200%201-.549-.55c-.2-.347-.2-.814-.2-1.75z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/library-big.svg?color=%231a73e8&size=48