folder audio icon
folder-audio from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- folder-audio
- 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-blockfolder-checkfolder-clockfolder-closedfolder-cloudfolder-codefolder-cogfolder-detailsfolder-details-referencefolder-downfolder-downloadfolder-editfolder-exportfolder-favouritefolder-file-storagefolder-gitfolder-git-2folder-git2
Use the folder audio 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-linecap="round" stroke-width="1.5"><path d="M14 21h-1.978c-4.724 0-7.087 0-8.554-1.465C2 18.072 2 15.715 2 11V7.944c0-1.816 0-2.724.381-3.406a3 3 0 0 1 1.16-1.158C4.224 3 5.135 3 6.955 3c1.167 0 1.75 0 2.26.191c1.166.436 1.646 1.493 2.172 2.542L12.022 7M8.013 7h8.77c2.111 0 3.167 0 3.925.506c.328.218.61.5.83.827c.281.42.406.933.462 1.667"/><path stroke-linejoin="round" d="M21.996 18.407v-2.814c0-1.572 0-2.359-.54-2.554c-.54-.196-1.175.36-2.446 1.472l-.514.489H17c-.943 0-1.414 0-1.707.293S15 16.057 15 17s0 1.414.293 1.707S16.057 19 17 19h1.496l.514.489c1.27 1.112 1.906 1.668 2.446 1.472s.54-.982.54-2.554"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsFolderAudio(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" strokeLinecap="round" strokeWidth="1.5"><path d="M14 21h-1.978c-4.724 0-7.087 0-8.554-1.465C2 18.072 2 15.715 2 11V7.944c0-1.816 0-2.724.381-3.406a3 3 0 0 1 1.16-1.158C4.224 3 5.135 3 6.955 3c1.167 0 1.75 0 2.26.191c1.166.436 1.646 1.493 2.172 2.542L12.022 7M8.013 7h8.77c2.111 0 3.167 0 3.925.506c.328.218.61.5.83.827c.281.42.406.933.462 1.667"/><path strokeLinejoin="round" d="M21.996 18.407v-2.814c0-1.572 0-2.359-.54-2.554c-.54-.196-1.175.36-2.446 1.472l-.514.489H17c-.943 0-1.414 0-1.707.293S15 16.057 15 17s0 1.414.293 1.707S16.057 19 17 19h1.496l.514.489c1.27 1.112 1.906 1.668 2.446 1.472s.54-.982.54-2.554"/></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-linecap="round" stroke-width="1.5"><path d="M14 21h-1.978c-4.724 0-7.087 0-8.554-1.465C2 18.072 2 15.715 2 11V7.944c0-1.816 0-2.724.381-3.406a3 3 0 0 1 1.16-1.158C4.224 3 5.135 3 6.955 3c1.167 0 1.75 0 2.26.191c1.166.436 1.646 1.493 2.172 2.542L12.022 7M8.013 7h8.77c2.111 0 3.167 0 3.925.506c.328.218.61.5.83.827c.281.42.406.933.462 1.667"/><path stroke-linejoin="round" d="M21.996 18.407v-2.814c0-1.572 0-2.359-.54-2.554c-.54-.196-1.175.36-2.446 1.472l-.514.489H17c-.943 0-1.414 0-1.707.293S15 16.057 15 17s0 1.414.293 1.707S16.057 19 17 19h1.496l.514.489c1.27 1.112 1.906 1.668 2.446 1.472s.54-.982.54-2.554"/></g></svg> </template>
CSS
.icon-folder-audio {
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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14%2021h-1.978c-4.724%200-7.087%200-8.554-1.465C2%2018.072%202%2015.715%202%2011V7.944c0-1.816%200-2.724.381-3.406a3%203%200%200%201%201.16-1.158C4.224%203%205.135%203%206.955%203c1.167%200%201.75%200%202.26.191c1.166.436%201.646%201.493%202.172%202.542L12.022%207M8.013%207h8.77c2.111%200%203.167%200%203.925.506c.328.218.61.5.83.827c.281.42.406.933.462%201.667%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M21.996%2018.407v-2.814c0-1.572%200-2.359-.54-2.554c-.54-.196-1.175.36-2.446%201.472l-.514.489H17c-.943%200-1.414%200-1.707.293S15%2016.057%2015%2017s0%201.414.293%201.707S16.057%2019%2017%2019h1.496l.514.489c1.27%201.112%201.906%201.668%202.446%201.472s.54-.982.54-2.554%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-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M14%2021h-1.978c-4.724%200-7.087%200-8.554-1.465C2%2018.072%202%2015.715%202%2011V7.944c0-1.816%200-2.724.381-3.406a3%203%200%200%201%201.16-1.158C4.224%203%205.135%203%206.955%203c1.167%200%201.75%200%202.26.191c1.166.436%201.646%201.493%202.172%202.542L12.022%207M8.013%207h8.77c2.111%200%203.167%200%203.925.506c.328.218.61.5.83.827c.281.42.406.933.462%201.667%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M21.996%2018.407v-2.814c0-1.572%200-2.359-.54-2.554c-.54-.196-1.175.36-2.446%201.472l-.514.489H17c-.943%200-1.414%200-1.707.293S15%2016.057%2015%2017s0%201.414.293%201.707S16.057%2019%2017%2019h1.496l.514.489c1.27%201.112%201.906%201.668%202.446%201.472s.54-.982.54-2.554%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-audio.svg?color=%231a73e8&size=48