File Wave Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The File Wave 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/305671.svg" alt="File Wave icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/305671.svg" alt="File Wave icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/305671.svg" alt="File Wave icon" :width="24" :height="24" />
CSS background
.icon-file-wave {
background-image: url('https://proicons.com/icon/305671.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M526 259c-16 0-16 0-16 16v466h47V289c0-30 0-30-31-30zm-45 87h-24c-10-1-14 3-13 14v282c0 9 3 13 12 13 7-1 13 0 20 0 15-1 15-1 15-16V361v-5c1-7-3-10-10-10zm142 33c0-33 0-33-33-33-14 0-14 0-14 15v284c0 7 3 9 9 9h25c11 1 13-3 13-13V379zm-266 43c0-33 0-32-33-33-11 0-14 4-14 15 1 47 0 93 0 140 0 18 1 36 0 55 0 8 3 12 12 12 8-1 16-1 23 0 10 1 13-4 13-13-1-32-1-64-1-97v-79zm321-11c-9 1-18 1-27 0-7 0-9 3-9 10v156c-1 9 2 13 12 12h24c8 1 11-3 11-11v-77-78c0-9-3-12-11-12zm-386 33c0-8-3-11-10-11h-28c-6 0-9 3-9 9v116c0 7 3 9 9 9h27c8 1 11-3 11-11-1-19 0-37 0-56-1-19-1-38 0-56zm121-11c-8 1-16 1-24 0-9 0-11 3-11 12v111c0 8 2 12 11 11h25c8 1 11-3 11-11v-55-56c0-8-3-13-12-12zm342 10c0-6-2-10-9-10h-30c-5 0-8 3-8 8v118c0 5 3 8 9 8h27c8 1 11-3 11-11v-56-57zM842 0H176c-44 0-79 36-79 80v840c0 44 35 80 79 80h647c44 0 80-36 80-80V61c0-34-27-61-61-61zm-7 556v364c0 7-5 12-12 12H176c-6 0-11-5-11-12V80c0-7 5-12 11-12h489c14 0 36 10 45 21l16 18c10 12 20 24 30 35 14 16 28 32 41 48l18 21c10 11 20 37 20 52v293z"/></svg>
Copied!