folder library icon
folder-library from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- folder-library
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Related icons in Huge Icons
folder-01folder-02folder-03folder-addfolder-archivefolder-attachmentfolder-audiofolder-blockfolder-checkfolder-clockfolder-closedfolder-cloudfolder-codefolder-cogfolder-detailsfolder-details-referencefolder-downfolder-downloadfolder-editfolder-exportfolder-favouritefolder-file-storagefolder-gitfolder-git-2
Use the folder 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-width="1.5"><path stroke-linecap="square" d="M16.263 10.5H7.737c-2.581 0-3.872 0-4.466.853c-.593.852-.152 2.073.73 4.514l1.084 3c.46 1.273.69 1.91 1.204 2.271c.513.362 1.186.362 2.532.362h6.358c1.346 0 2.019 0 2.532-.362c.514-.362.744-.998 1.204-2.271l1.084-3c.882-2.441 1.323-3.662.73-4.514c-.594-.853-1.885-.853-4.466-.853Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M19 8c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54c-.184-.077-.417-.077-.883-.077h-11c-.466 0-.699 0-.883.076a1 1 0 0 0-.54.541C5 7.301 5 7.534 5 8m11.5-4c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54C15.699 2.5 15.466 2.5 15 2.5H9c-.466 0-.699 0-.883.076a1 1 0 0 0-.54.541C7.5 3.301 7.5 3.534 7.5 4"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFolderLibrary(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" strokeWidth="1.5"><path strokeLinecap="square" d="M16.263 10.5H7.737c-2.581 0-3.872 0-4.466.853c-.593.852-.152 2.073.73 4.514l1.084 3c.46 1.273.69 1.91 1.204 2.271c.513.362 1.186.362 2.532.362h6.358c1.346 0 2.019 0 2.532-.362c.514-.362.744-.998 1.204-2.271l1.084-3c.882-2.441 1.323-3.662.73-4.514c-.594-.853-1.885-.853-4.466-.853Z"/><path strokeLinecap="round" strokeLinejoin="round" d="M19 8c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54c-.184-.077-.417-.077-.883-.077h-11c-.466 0-.699 0-.883.076a1 1 0 0 0-.54.541C5 7.301 5 7.534 5 8m11.5-4c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54C15.699 2.5 15.466 2.5 15 2.5H9c-.466 0-.699 0-.883.076a1 1 0 0 0-.54.541C7.5 3.301 7.5 3.534 7.5 4"/></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-width="1.5"><path stroke-linecap="square" d="M16.263 10.5H7.737c-2.581 0-3.872 0-4.466.853c-.593.852-.152 2.073.73 4.514l1.084 3c.46 1.273.69 1.91 1.204 2.271c.513.362 1.186.362 2.532.362h6.358c1.346 0 2.019 0 2.532-.362c.514-.362.744-.998 1.204-2.271l1.084-3c.882-2.441 1.323-3.662.73-4.514c-.594-.853-1.885-.853-4.466-.853Z"/><path stroke-linecap="round" stroke-linejoin="round" d="M19 8c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54c-.184-.077-.417-.077-.883-.077h-11c-.466 0-.699 0-.883.076a1 1 0 0 0-.54.541C5 7.301 5 7.534 5 8m11.5-4c0-.466 0-.699-.076-.883a1 1 0 0 0-.541-.54C15.699 2.5 15.466 2.5 15 2.5H9c-.466 0-.699 0-.883.076a1 1 0 0 0-.54.541C7.5 3.301 7.5 3.534 7.5 4"/></g></svg> </template>
CSS
.icon-folder-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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M16.263%2010.5H7.737c-2.581%200-3.872%200-4.466.853c-.593.852-.152%202.073.73%204.514l1.084%203c.46%201.273.69%201.91%201.204%202.271c.513.362%201.186.362%202.532.362h6.358c1.346%200%202.019%200%202.532-.362c.514-.362.744-.998%201.204-2.271l1.084-3c.882-2.441%201.323-3.662.73-4.514c-.594-.853-1.885-.853-4.466-.853Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19%208c0-.466%200-.699-.076-.883a1%201%200%200%200-.541-.54c-.184-.077-.417-.077-.883-.077h-11c-.466%200-.699%200-.883.076a1%201%200%200%200-.54.541C5%207.301%205%207.534%205%208m11.5-4c0-.466%200-.699-.076-.883a1%201%200%200%200-.541-.54C15.699%202.5%2015.466%202.5%2015%202.5H9c-.466%200-.699%200-.883.076a1%201%200%200%200-.54.541C7.5%203.301%207.5%203.534%207.5%204%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-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M16.263%2010.5H7.737c-2.581%200-3.872%200-4.466.853c-.593.852-.152%202.073.73%204.514l1.084%203c.46%201.273.69%201.91%201.204%202.271c.513.362%201.186.362%202.532.362h6.358c1.346%200%202.019%200%202.532-.362c.514-.362.744-.998%201.204-2.271l1.084-3c.882-2.441%201.323-3.662.73-4.514c-.594-.853-1.885-.853-4.466-.853Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M19%208c0-.466%200-.699-.076-.883a1%201%200%200%200-.541-.54c-.184-.077-.417-.077-.883-.077h-11c-.466%200-.699%200-.883.076a1%201%200%200%200-.54.541C5%207.301%205%207.534%205%208m11.5-4c0-.466%200-.699-.076-.883a1%201%200%200%200-.541-.54C15.699%202.5%2015.466%202.5%2015%202.5H9c-.466%200-.699%200-.883.076a1%201%200%200%200-.54.541C7.5%203.301%207.5%203.534%207.5%204%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/folder-library.svg?color=%231a73e8&size=48