folder cog icon
folder-cog from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- folder-cog
- 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-detailsfolder-details-referencefolder-downfolder-downloadfolder-editfolder-exportfolder-favouritefolder-file-storagefolder-gitfolder-git-2folder-git2
Use the folder cog 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="M8 6.5h8.75c2.107 0 3.16 0 3.917.506a3 3 0 0 1 .827.827c.442.661.498 1.549.505 3.167M12 6.5l-.633-1.267c-.525-1.05-1.005-2.106-2.168-2.542C8.69 2.5 8.108 2.5 6.944 2.5c-1.816 0-2.724 0-3.406.38A3 3 0 0 0 2.38 4.038C2 4.72 2 5.628 2 7.444V10.5c0 4.714 0 7.071 1.464 8.535C4.822 20.394 6.944 20.493 11 20.5m9.5-3A2.5 2.5 0 0 1 18 20m2.5-2.5A2.5 2.5 0 0 0 18 15m2.5 2.5H22M18 20a2.5 2.5 0 0 1-2.5-2.5M18 20v1.5m-2.5-4A2.5 2.5 0 0 1 18 15m-2.5 2.5H14m4-2.5v-1.5m1.768 2.232l1.06-1.06m-4.596 4.596l-1.06 1.06m4.596-1.06l1.06 1.06m-4.596-4.596l-1.06-1.06"/></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFolderCog(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="M8 6.5h8.75c2.107 0 3.16 0 3.917.506a3 3 0 0 1 .827.827c.442.661.498 1.549.505 3.167M12 6.5l-.633-1.267c-.525-1.05-1.005-2.106-2.168-2.542C8.69 2.5 8.108 2.5 6.944 2.5c-1.816 0-2.724 0-3.406.38A3 3 0 0 0 2.38 4.038C2 4.72 2 5.628 2 7.444V10.5c0 4.714 0 7.071 1.464 8.535C4.822 20.394 6.944 20.493 11 20.5m9.5-3A2.5 2.5 0 0 1 18 20m2.5-2.5A2.5 2.5 0 0 0 18 15m2.5 2.5H22M18 20a2.5 2.5 0 0 1-2.5-2.5M18 20v1.5m-2.5-4A2.5 2.5 0 0 1 18 15m-2.5 2.5H14m4-2.5v-1.5m1.768 2.232l1.06-1.06m-4.596 4.596l-1.06 1.06m4.596-1.06l1.06 1.06m-4.596-4.596l-1.06-1.06"/></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="M8 6.5h8.75c2.107 0 3.16 0 3.917.506a3 3 0 0 1 .827.827c.442.661.498 1.549.505 3.167M12 6.5l-.633-1.267c-.525-1.05-1.005-2.106-2.168-2.542C8.69 2.5 8.108 2.5 6.944 2.5c-1.816 0-2.724 0-3.406.38A3 3 0 0 0 2.38 4.038C2 4.72 2 5.628 2 7.444V10.5c0 4.714 0 7.071 1.464 8.535C4.822 20.394 6.944 20.493 11 20.5m9.5-3A2.5 2.5 0 0 1 18 20m2.5-2.5A2.5 2.5 0 0 0 18 15m2.5 2.5H22M18 20a2.5 2.5 0 0 1-2.5-2.5M18 20v1.5m-2.5-4A2.5 2.5 0 0 1 18 15m-2.5 2.5H14m4-2.5v-1.5m1.768 2.232l1.06-1.06m-4.596 4.596l-1.06 1.06m4.596-1.06l1.06 1.06m-4.596-4.596l-1.06-1.06"/></svg> </template>
CSS
.icon-folder-cog {
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%22M8%206.5h8.75c2.107%200%203.16%200%203.917.506a3%203%200%200%201%20.827.827c.442.661.498%201.549.505%203.167M12%206.5l-.633-1.267c-.525-1.05-1.005-2.106-2.168-2.542C8.69%202.5%208.108%202.5%206.944%202.5c-1.816%200-2.724%200-3.406.38A3%203%200%200%200%202.38%204.038C2%204.72%202%205.628%202%207.444V10.5c0%204.714%200%207.071%201.464%208.535C4.822%2020.394%206.944%2020.493%2011%2020.5m9.5-3A2.5%202.5%200%200%201%2018%2020m2.5-2.5A2.5%202.5%200%200%200%2018%2015m2.5%202.5H22M18%2020a2.5%202.5%200%200%201-2.5-2.5M18%2020v1.5m-2.5-4A2.5%202.5%200%200%201%2018%2015m-2.5%202.5H14m4-2.5v-1.5m1.768%202.232l1.06-1.06m-4.596%204.596l-1.06%201.06m4.596-1.06l1.06%201.06m-4.596-4.596l-1.06-1.06%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%22M8%206.5h8.75c2.107%200%203.16%200%203.917.506a3%203%200%200%201%20.827.827c.442.661.498%201.549.505%203.167M12%206.5l-.633-1.267c-.525-1.05-1.005-2.106-2.168-2.542C8.69%202.5%208.108%202.5%206.944%202.5c-1.816%200-2.724%200-3.406.38A3%203%200%200%200%202.38%204.038C2%204.72%202%205.628%202%207.444V10.5c0%204.714%200%207.071%201.464%208.535C4.822%2020.394%206.944%2020.493%2011%2020.5m9.5-3A2.5%202.5%200%200%201%2018%2020m2.5-2.5A2.5%202.5%200%200%200%2018%2015m2.5%202.5H22M18%2020a2.5%202.5%200%200%201-2.5-2.5M18%2020v1.5m-2.5-4A2.5%202.5%200%200%201%2018%2015m-2.5%202.5H14m4-2.5v-1.5m1.768%202.232l1.06-1.06m-4.596%204.596l-1.06%201.06m4.596-1.06l1.06%201.06m-4.596-4.596l-1.06-1.06%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/folder-cog.svg?color=%231a73e8&size=48