Audio Share Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Audio Share icon is commonly used in social sharing buttons, export menus and collaboration tools. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/336726.svg" alt="Audio Share icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336726.svg" alt="Audio Share icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336726.svg" alt="Audio Share icon" :width="24" :height="24" />
CSS background
.icon-audio-share {
background-image: url('https://proicons.com/icon/336726.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.h{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="h" d="m20.9814,11.7392h-8.2692c-3.2779,0-8.2483,3.089-8.212,8.2646.0363,5.1756,4.7089,8.2932,8.0689,8.2932h8.2978"/><path id="d" class="h" d="m25.5023,11.7392h9.0418c5.2162,0,7.4708,4.5497,7.4394,8.2646"/><path id="e" class="h" d="m15.316,20.0038h15.8803"/><path id="f" class="h" d="m35.5741,20.0038v16.257"/><path id="g" class="h" d="m43.5,28.297h-16.0806"/></svg>
Copied!