File Audio Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The File Audio Svg icon is commonly used in file managers, document editors and upload areas. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/308831.svg" alt="File Audio Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308831.svg" alt="File Audio Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308831.svg" alt="File Audio Svg icon" :width="24" :height="24" />
CSS background
.icon-file-audio---svg {
background-image: url('https://proicons.com/icon/308831.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="M5 2C4.44772 2 4 2.44772 4 3V19C4 20.6569 5.34315 22 7 22H17C18.6569 22 20 20.6569 20 19V8C20 7.73478 19.8946 7.48043 19.7071 7.29289L14.7071 2.29289C14.5196 2.10536 14.2652 2 14 2H5ZM14 4.41421L17.5858 8H14V4.41421ZM11 15V12C11 11.8644 11.027 11.7351 11.0759 11.6172C11.1247 11.4993 11.197 11.3888 11.2929 11.2929C11.3888 11.197 11.4993 11.1247 11.6172 11.0759C11.7351 11.027 11.8644 11 12 11C12.1356 11 12.2649 11.027 12.3828 11.0759C12.5007 11.1247 12.6112 11.197 12.7071 11.2929L12.7072 11.293L14.7071 13.2929C15.0976 13.6834 15.0976 14.3166 14.7071 14.7071C14.3166 15.0976 13.6834 15.0976 13.2929 14.7071L13 14.4142V17C13 18.1046 12.1046 19 11 19C9.89543 19 9 18.1046 9 17C9 15.8954 9.89543 15 11 15Z" fill="#292929"/> </svg>
Copied!