Audio Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Audio icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/304944.svg" alt="Audio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304944.svg" alt="Audio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304944.svg" alt="Audio icon" :width="24" :height="24" />
CSS background
.icon-audio {
background-image: url('https://proicons.com/icon/304944.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="M812 182c-6-6-16-6-22 0l-25 25c-6 6-6 16 0 22 69 76 105 166 106 270 0 106-37 196-106 272-6 7-6 16 0 22l25 25c6 6 16 6 22 0 169-176 166-464 0-636zm-349 19c-15 14-30 28-44 41L296 359c-6 5-12 8-20 8H118v265c2 1 4 1 6 1h150c7 0 12 2 17 6 55 52 111 103 166 155 3 2 6 5 9 7 4 4 8 1 8-8V206c0-8-5-10-11-5zm254 75c-6-6-15-5-21 0l-25 25c-6 6-6 16 0 22 43 50 66 109 66 177s-23 128-67 178c-5 6-5 16 1 22l25 24c5 6 15 6 21 0 124-132 109-337 0-448zm-93 95c-6-6-16-6-21 0l-26 25c-6 6-6 16-1 22 18 23 28 51 28 82 0 32-10 59-28 82-5 7-5 16 1 22l25 26c6 6 16 6 21 0 65-73 63-189 1-259zm-561-4v265c1 1 2 1 3 1h30V367H63z"/></svg>
Copied!