folder shared 03 icon
folder-shared-03 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- folder-shared-03
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
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 shared 03 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.006 18v3.985M20.5 22h-17M8 5.5h4.018m0 0H16c2.828 0 4.243 0 5.121.879C22 7.257 22 8.672 22 11.5v.5c0 2.828 0 4.243-.879 5.121C20.243 18 18.828 18 16 18H8c-2.828 0-4.243 0-5.121-.879C2 16.243 2 14.828 2 12V6.959c0-1.83 0-2.745.386-3.43a3 3 0 0 1 1.142-1.143C4.213 2 5.128 2 6.958 2c.982 0 1.472 0 1.917.142a3 3 0 0 1 .874.448c.376.279.662.677 1.235 1.473z"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFolderShared03(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.006 18v3.985M20.5 22h-17M8 5.5h4.018m0 0H16c2.828 0 4.243 0 5.121.879C22 7.257 22 8.672 22 11.5v.5c0 2.828 0 4.243-.879 5.121C20.243 18 18.828 18 16 18H8c-2.828 0-4.243 0-5.121-.879C2 16.243 2 14.828 2 12V6.959c0-1.83 0-2.745.386-3.43a3 3 0 0 1 1.142-1.143C4.213 2 5.128 2 6.958 2c.982 0 1.472 0 1.917.142a3 3 0 0 1 .874.448c.376.279.662.677 1.235 1.473z"/></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.006 18v3.985M20.5 22h-17M8 5.5h4.018m0 0H16c2.828 0 4.243 0 5.121.879C22 7.257 22 8.672 22 11.5v.5c0 2.828 0 4.243-.879 5.121C20.243 18 18.828 18 16 18H8c-2.828 0-4.243 0-5.121-.879C2 16.243 2 14.828 2 12V6.959c0-1.83 0-2.745.386-3.43a3 3 0 0 1 1.142-1.143C4.213 2 5.128 2 6.958 2c.982 0 1.472 0 1.917.142a3 3 0 0 1 .874.448c.376.279.662.677 1.235 1.473z"/></svg> </template>
CSS
.icon-folder-shared-03 {
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.006%2018v3.985M20.5%2022h-17M8%205.5h4.018m0%200H16c2.828%200%204.243%200%205.121.879C22%207.257%2022%208.672%2022%2011.5v.5c0%202.828%200%204.243-.879%205.121C20.243%2018%2018.828%2018%2016%2018H8c-2.828%200-4.243%200-5.121-.879C2%2016.243%202%2014.828%202%2012V6.959c0-1.83%200-2.745.386-3.43a3%203%200%200%201%201.142-1.143C4.213%202%205.128%202%206.958%202c.982%200%201.472%200%201.917.142a3%203%200%200%201%20.874.448c.376.279.662.677%201.235%201.473z%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.006%2018v3.985M20.5%2022h-17M8%205.5h4.018m0%200H16c2.828%200%204.243%200%205.121.879C22%207.257%2022%208.672%2022%2011.5v.5c0%202.828%200%204.243-.879%205.121C20.243%2018%2018.828%2018%2016%2018H8c-2.828%200-4.243%200-5.121-.879C2%2016.243%202%2014.828%202%2012V6.959c0-1.83%200-2.745.386-3.43a3%203%200%200%201%201.142-1.143C4.213%202%205.128%202%206.958%202c.982%200%201.472%200%201.917.142a3%203%200%200%201%20.874.448c.376.279.662.677%201.235%201.473z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/folder-shared-03.svg?color=%231a73e8&size=48