library icon
library from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- library
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge 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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M2 7c0-1.4 0-2.1.272-2.635a2.5 2.5 0 0 1 1.093-1.093C3.9 3 4.6 3 6 3s2.1 0 2.635.272a2.5 2.5 0 0 1 1.093 1.093C10 4.9 10 5.6 10 7v10c0 1.4 0 2.1-.272 2.635a2.5 2.5 0 0 1-1.093 1.092C8.1 21 7.4 21 6 21s-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.093-1.092C2 19.1 2 18.4 2 17z"/><path d="M6.125 17H6m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m11.656-.307h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0M2 7h8"/><path d="M11.449 8.268c-.355-1.33-.533-1.995-.41-2.572a2.46 2.46 0 0 1 .756-1.316c.437-.395 1.1-.573 2.424-.93c1.324-.356 1.987-.534 2.561-.411a2.44 2.44 0 0 1 1.31.76c.394.438.572 1.103.927 2.433l2.534 9.5c.355 1.33.533 1.995.41 2.572a2.46 2.46 0 0 1-.756 1.316c-.437.395-1.1.573-2.424.93c-1.324.356-1.986.534-2.561.411a2.45 2.45 0 0 1-1.31-.76c-.394-.438-.572-1.103-.927-2.433zM12 8l6.5-2"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsLibrary(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M2 7c0-1.4 0-2.1.272-2.635a2.5 2.5 0 0 1 1.093-1.093C3.9 3 4.6 3 6 3s2.1 0 2.635.272a2.5 2.5 0 0 1 1.093 1.093C10 4.9 10 5.6 10 7v10c0 1.4 0 2.1-.272 2.635a2.5 2.5 0 0 1-1.093 1.092C8.1 21 7.4 21 6 21s-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.093-1.092C2 19.1 2 18.4 2 17z"/><path d="M6.125 17H6m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m11.656-.307h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0M2 7h8"/><path d="M11.449 8.268c-.355-1.33-.533-1.995-.41-2.572a2.46 2.46 0 0 1 .756-1.316c.437-.395 1.1-.573 2.424-.93c1.324-.356 1.987-.534 2.561-.411a2.44 2.44 0 0 1 1.31.76c.394.438.572 1.103.927 2.433l2.534 9.5c.355 1.33.533 1.995.41 2.572a2.46 2.46 0 0 1-.756 1.316c-.437.395-1.1.573-2.424.93c-1.324.356-1.986.534-2.561.411a2.45 2.45 0 0 1-1.31-.76c-.394-.438-.572-1.103-.927-2.433zM12 8l6.5-2"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M2 7c0-1.4 0-2.1.272-2.635a2.5 2.5 0 0 1 1.093-1.093C3.9 3 4.6 3 6 3s2.1 0 2.635.272a2.5 2.5 0 0 1 1.093 1.093C10 4.9 10 5.6 10 7v10c0 1.4 0 2.1-.272 2.635a2.5 2.5 0 0 1-1.093 1.092C8.1 21 7.4 21 6 21s-2.1 0-2.635-.273a2.5 2.5 0 0 1-1.093-1.092C2 19.1 2 18.4 2 17z"/><path d="M6.125 17H6m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0m11.656-.307h-.125m.25 0a.25.25 0 1 1-.5 0a.25.25 0 0 1 .5 0M2 7h8"/><path d="M11.449 8.268c-.355-1.33-.533-1.995-.41-2.572a2.46 2.46 0 0 1 .756-1.316c.437-.395 1.1-.573 2.424-.93c1.324-.356 1.987-.534 2.561-.411a2.44 2.44 0 0 1 1.31.76c.394.438.572 1.103.927 2.433l2.534 9.5c.355 1.33.533 1.995.41 2.572a2.46 2.46 0 0 1-.756 1.316c-.437.395-1.1.573-2.424.93c-1.324.356-1.986.534-2.561.411a2.45 2.45 0 0 1-1.31-.76c-.394-.438-.572-1.103-.927-2.433zM12 8l6.5-2"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%207c0-1.4%200-2.1.272-2.635a2.5%202.5%200%200%201%201.093-1.093C3.9%203%204.6%203%206%203s2.1%200%202.635.272a2.5%202.5%200%200%201%201.093%201.093C10%204.9%2010%205.6%2010%207v10c0%201.4%200%202.1-.272%202.635a2.5%202.5%200%200%201-1.093%201.092C8.1%2021%207.4%2021%206%2021s-2.1%200-2.635-.273a2.5%202.5%200%200%201-1.093-1.092C2%2019.1%202%2018.4%202%2017z%22%2F%3E%3Cpath%20d%3D%22M6.125%2017H6m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m11.656-.307h-.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200M2%207h8%22%2F%3E%3Cpath%20d%3D%22M11.449%208.268c-.355-1.33-.533-1.995-.41-2.572a2.46%202.46%200%200%201%20.756-1.316c.437-.395%201.1-.573%202.424-.93c1.324-.356%201.987-.534%202.561-.411a2.44%202.44%200%200%201%201.31.76c.394.438.572%201.103.927%202.433l2.534%209.5c.355%201.33.533%201.995.41%202.572a2.46%202.46%200%200%201-.756%201.316c-.437.395-1.1.573-2.424.93c-1.324.356-1.986.534-2.561.411a2.45%202.45%200%200%201-1.31-.76c-.394-.438-.572-1.103-.927-2.433zM12%208l6.5-2%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%207c0-1.4%200-2.1.272-2.635a2.5%202.5%200%200%201%201.093-1.093C3.9%203%204.6%203%206%203s2.1%200%202.635.272a2.5%202.5%200%200%201%201.093%201.093C10%204.9%2010%205.6%2010%207v10c0%201.4%200%202.1-.272%202.635a2.5%202.5%200%200%201-1.093%201.092C8.1%2021%207.4%2021%206%2021s-2.1%200-2.635-.273a2.5%202.5%200%200%201-1.093-1.092C2%2019.1%202%2018.4%202%2017z%22%2F%3E%3Cpath%20d%3D%22M6.125%2017H6m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200m11.656-.307h-.125m.25%200a.25.25%200%201%201-.5%200a.25.25%200%200%201%20.5%200M2%207h8%22%2F%3E%3Cpath%20d%3D%22M11.449%208.268c-.355-1.33-.533-1.995-.41-2.572a2.46%202.46%200%200%201%20.756-1.316c.437-.395%201.1-.573%202.424-.93c1.324-.356%201.987-.534%202.561-.411a2.44%202.44%200%200%201%201.31.76c.394.438.572%201.103.927%202.433l2.534%209.5c.355%201.33.533%201.995.41%202.572a2.46%202.46%200%200%201-.756%201.316c-.437.395-1.1.573-2.424.93c-1.324.356-1.986.534-2.561.411a2.45%202.45%200%200%201-1.31-.76c-.394-.438-.572-1.103-.927-2.433zM12%208l6.5-2%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.svg?color=%231a73e8&size=48