folder file storage icon
folder-file-storage from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- folder-file-storage
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the folder file storage icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12.003 21c-4.716 0-7.073 0-8.538-1.465C2 18.072 2 15.715 2 11V7.944c0-1.816 0-2.724.38-3.406A3 3 0 0 1 3.538 3.38C4.22 3 5.128 3 6.946 3C8.11 3 8.692 3 9.2 3.191c1.163.436 1.643 1.493 2.168 2.542L12.003 7M8.002 7h8.752c2.107 0 3.16 0 3.918.506a3 3 0 0 1 .828.827c.394.59.48 1.36.5 2.667m0 7v-1.257c0-.613 0-.92-.114-1.196s-.331-.492-.765-.926l-.742-.742c-.434-.434-.65-.65-.926-.765S18.87 13 18.257 13c-1.414 0-2.378 0-2.818.44C15 13.878 15 14.585 15 16v2c0 1.414 0 2.121.44 2.56c.439.44 1.146.44 2.56.44h1c1.414 0 2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFolderFileStorage(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M12.003 21c-4.716 0-7.073 0-8.538-1.465C2 18.072 2 15.715 2 11V7.944c0-1.816 0-2.724.38-3.406A3 3 0 0 1 3.538 3.38C4.22 3 5.128 3 6.946 3C8.11 3 8.692 3 9.2 3.191c1.163.436 1.643 1.493 2.168 2.542L12.003 7M8.002 7h8.752c2.107 0 3.16 0 3.918.506a3 3 0 0 1 .828.827c.394.59.48 1.36.5 2.667m0 7v-1.257c0-.613 0-.92-.114-1.196s-.331-.492-.765-.926l-.742-.742c-.434-.434-.65-.65-.926-.765S18.87 13 18.257 13c-1.414 0-2.378 0-2.818.44C15 13.878 15 14.585 15 16v2c0 1.414 0 2.121.44 2.56c.439.44 1.146.44 2.56.44h1c1.414 0 2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M12.003 21c-4.716 0-7.073 0-8.538-1.465C2 18.072 2 15.715 2 11V7.944c0-1.816 0-2.724.38-3.406A3 3 0 0 1 3.538 3.38C4.22 3 5.128 3 6.946 3C8.11 3 8.692 3 9.2 3.191c1.163.436 1.643 1.493 2.168 2.542L12.003 7M8.002 7h8.752c2.107 0 3.16 0 3.918.506a3 3 0 0 1 .828.827c.394.59.48 1.36.5 2.667m0 7v-1.257c0-.613 0-.92-.114-1.196s-.331-.492-.765-.926l-.742-.742c-.434-.434-.65-.65-.926-.765S18.87 13 18.257 13c-1.414 0-2.378 0-2.818.44C15 13.878 15 14.585 15 16v2c0 1.414 0 2.121.44 2.56c.439.44 1.146.44 2.56.44h1c1.414 0 2.121 0 2.56-.44c.44-.439.44-1.146.44-2.56"/></svg> </template>
CSS
.icon-folder-file-storage {
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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12.003%2021c-4.716%200-7.073%200-8.538-1.465C2%2018.072%202%2015.715%202%2011V7.944c0-1.816%200-2.724.38-3.406A3%203%200%200%201%203.538%203.38C4.22%203%205.128%203%206.946%203C8.11%203%208.692%203%209.2%203.191c1.163.436%201.643%201.493%202.168%202.542L12.003%207M8.002%207h8.752c2.107%200%203.16%200%203.918.506a3%203%200%200%201%20.828.827c.394.59.48%201.36.5%202.667m0%207v-1.257c0-.613%200-.92-.114-1.196s-.331-.492-.765-.926l-.742-.742c-.434-.434-.65-.65-.926-.765S18.87%2013%2018.257%2013c-1.414%200-2.378%200-2.818.44C15%2013.878%2015%2014.585%2015%2016v2c0%201.414%200%202.121.44%202.56c.439.44%201.146.44%202.56.44h1c1.414%200%202.121%200%202.56-.44c.44-.439.44-1.146.44-2.56%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M12.003%2021c-4.716%200-7.073%200-8.538-1.465C2%2018.072%202%2015.715%202%2011V7.944c0-1.816%200-2.724.38-3.406A3%203%200%200%201%203.538%203.38C4.22%203%205.128%203%206.946%203C8.11%203%208.692%203%209.2%203.191c1.163.436%201.643%201.493%202.168%202.542L12.003%207M8.002%207h8.752c2.107%200%203.16%200%203.918.506a3%203%200%200%201%20.828.827c.394.59.48%201.36.5%202.667m0%207v-1.257c0-.613%200-.92-.114-1.196s-.331-.492-.765-.926l-.742-.742c-.434-.434-.65-.65-.926-.765S18.87%2013%2018.257%2013c-1.414%200-2.378%200-2.818.44C15%2013.878%2015%2014.585%2015%2016v2c0%201.414%200%202.121.44%202.56c.439.44%201.146.44%202.56.44h1c1.414%200%202.121%200%202.56-.44c.44-.439.44-1.146.44-2.56%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/folder-file-storage.svg?color=%231a73e8&size=48