folder edit icon
folder-edit from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- folder-edit
- 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-exportfolder-favouritefolder-file-storagefolder-gitfolder-git-2folder-git2
Use the folder edit 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="round" d="M8.002 7h8.752c2.107 0 3.16 0 3.918.506a3 3 0 0 1 .828.827c.394.59.48 1.36.5 2.667m-9.997-4l-.634-1.267c-.525-1.05-1.005-2.106-2.168-2.542C8.691 3 8.11 3 6.946 3c-1.817 0-2.726 0-3.408.38A3 3 0 0 0 2.38 4.538C2 5.22 2 6.128 2 7.944V11c0 4.714 0 7.072 1.465 8.536c1.357 1.357 3.481 1.457 7.538 1.464"/><path stroke-linejoin="round" d="M14 19.827V21h1.173c.41 0 .614 0 .799-.076c.184-.076.328-.221.618-.51l4.823-4.825c.273-.273.41-.41.483-.556c.139-.28.139-.61 0-.89c-.073-.147-.21-.283-.483-.556s-.41-.41-.556-.483a1 1 0 0 0-.89 0c-.147.073-.284.21-.557.483l-4.823 4.824c-.29.289-.434.434-.51.618s-.077.388-.077.798Z"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFolderEdit(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="round" d="M8.002 7h8.752c2.107 0 3.16 0 3.918.506a3 3 0 0 1 .828.827c.394.59.48 1.36.5 2.667m-9.997-4l-.634-1.267c-.525-1.05-1.005-2.106-2.168-2.542C8.691 3 8.11 3 6.946 3c-1.817 0-2.726 0-3.408.38A3 3 0 0 0 2.38 4.538C2 5.22 2 6.128 2 7.944V11c0 4.714 0 7.072 1.465 8.536c1.357 1.357 3.481 1.457 7.538 1.464"/><path strokeLinejoin="round" d="M14 19.827V21h1.173c.41 0 .614 0 .799-.076c.184-.076.328-.221.618-.51l4.823-4.825c.273-.273.41-.41.483-.556c.139-.28.139-.61 0-.89c-.073-.147-.21-.283-.483-.556s-.41-.41-.556-.483a1 1 0 0 0-.89 0c-.147.073-.284.21-.557.483l-4.823 4.824c-.29.289-.434.434-.51.618s-.077.388-.077.798Z"/></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="round" d="M8.002 7h8.752c2.107 0 3.16 0 3.918.506a3 3 0 0 1 .828.827c.394.59.48 1.36.5 2.667m-9.997-4l-.634-1.267c-.525-1.05-1.005-2.106-2.168-2.542C8.691 3 8.11 3 6.946 3c-1.817 0-2.726 0-3.408.38A3 3 0 0 0 2.38 4.538C2 5.22 2 6.128 2 7.944V11c0 4.714 0 7.072 1.465 8.536c1.357 1.357 3.481 1.457 7.538 1.464"/><path stroke-linejoin="round" d="M14 19.827V21h1.173c.41 0 .614 0 .799-.076c.184-.076.328-.221.618-.51l4.823-4.825c.273-.273.41-.41.483-.556c.139-.28.139-.61 0-.89c-.073-.147-.21-.283-.483-.556s-.41-.41-.556-.483a1 1 0 0 0-.89 0c-.147.073-.284.21-.557.483l-4.823 4.824c-.29.289-.434.434-.51.618s-.077.388-.077.798Z"/></g></svg> </template>
CSS
.icon-folder-edit {
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%22round%22%20d%3D%22M8.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.667m-9.997-4l-.634-1.267c-.525-1.05-1.005-2.106-2.168-2.542C8.691%203%208.11%203%206.946%203c-1.817%200-2.726%200-3.408.38A3%203%200%200%200%202.38%204.538C2%205.22%202%206.128%202%207.944V11c0%204.714%200%207.072%201.465%208.536c1.357%201.357%203.481%201.457%207.538%201.464%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2019.827V21h1.173c.41%200%20.614%200%20.799-.076c.184-.076.328-.221.618-.51l4.823-4.825c.273-.273.41-.41.483-.556c.139-.28.139-.61%200-.89c-.073-.147-.21-.283-.483-.556s-.41-.41-.556-.483a1%201%200%200%200-.89%200c-.147.073-.284.21-.557.483l-4.823%204.824c-.29.289-.434.434-.51.618s-.077.388-.077.798Z%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%22round%22%20d%3D%22M8.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.667m-9.997-4l-.634-1.267c-.525-1.05-1.005-2.106-2.168-2.542C8.691%203%208.11%203%206.946%203c-1.817%200-2.726%200-3.408.38A3%203%200%200%200%202.38%204.538C2%205.22%202%206.128%202%207.944V11c0%204.714%200%207.072%201.465%208.536c1.357%201.357%203.481%201.457%207.538%201.464%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M14%2019.827V21h1.173c.41%200%20.614%200%20.799-.076c.184-.076.328-.221.618-.51l4.823-4.825c.273-.273.41-.41.483-.556c.139-.28.139-.61%200-.89c-.073-.147-.21-.283-.483-.556s-.41-.41-.556-.483a1%201%200%200%200-.89%200c-.147.073-.284.21-.557.483l-4.823%204.824c-.29.289-.434.434-.51.618s-.077.388-.077.798Z%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-edit.svg?color=%231a73e8&size=48