Folder Music Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Folder Music Svg icon is commonly used in file browsers, project management tools and admin panels. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/308844.svg" alt="Folder Music Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308844.svg" alt="Folder Music Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308844.svg" alt="Folder Music Svg icon" :width="24" :height="24" />
CSS background
.icon-folder-music---svg {
background-image: url('https://proicons.com/icon/308844.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M2.00024 5C2.00024 4.44772 2.44796 4 3.00024 4H10.0002C10.2655 4 10.5198 4.10536 10.7074 4.29289L12.4145 6H21.0002C21.5525 6 22.0002 6.44772 22.0002 7V17C22.0002 18.6569 20.6571 20 19.0002 20H5.00024C3.34339 20 2.00024 18.6569 2.00024 17V5ZM11.0002 13V10.0002V10C11.0002 9.86441 11.0272 9.73512 11.0761 9.61722C11.1249 9.49927 11.1973 9.38877 11.2931 9.29289C11.389 9.19702 11.4995 9.12468 11.6175 9.07588C11.7354 9.02699 11.8647 9 12.0002 9C12.1358 9 12.2651 9.02699 12.383 9.07588C12.501 9.12468 12.6115 9.19702 12.7074 9.29289L12.7074 9.29296L14.7074 11.2929C15.0979 11.6834 15.0979 12.3166 14.7074 12.7071C14.3168 13.0976 13.6837 13.0976 13.2931 12.7071L13.0002 12.4142V15C13.0002 16.1046 12.1048 17 11.0002 17C9.89567 17 9.00024 16.1046 9.00024 15C9.00024 13.8954 9.89567 13 11.0002 13Z" fill="#292929"/> </svg>
Copied!