Mobile Audio Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Mobile 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/318390.svg" alt="Mobile Audio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/318390.svg" alt="Mobile Audio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/318390.svg" alt="Mobile Audio icon" :width="24" :height="24" />
CSS background
.icon-mobile-audio {
background-image: url('https://proicons.com/icon/318390.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="icon" xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><defs><style>.cls-1{fill:#000000;}.cls-2{fill:none;}</style></defs><title>mobile--audio</title><rect class="cls-1" x="28" y="12" width="2" height="3"/><rect class="cls-1" x="24" y="7" width="2" height="13"/><rect class="cls-1" x="20" y="11" width="2" height="5"/><rect class="cls-1" x="16" y="9" width="2" height="9"/><rect class="cls-1" x="12" y="12" width="2" height="3"/><circle cx="13.5" cy="24.5" r="1.5"/><path d="M20,30H7a2.0023,2.0023,0,0,1-2-2V4A2.0023,2.0023,0,0,1,7,2H20V4H7V28H20V24h2v4A2.0023,2.0023,0,0,1,20,30Z"/><rect id="_Transparent_Rectangle_" data-name="<Transparent Rectangle>" class="cls-2" width="32" height="32"/></svg>
Copied!