Video To Audio Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Video To Audio icon is commonly used in media galleries, video players and content feeds. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/349298.svg" alt="Video To Audio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349298.svg" alt="Video To Audio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349298.svg" alt="Video To Audio icon" :width="24" :height="24" />
CSS background
.icon-video-to-audio {
background-image: url('https://proicons.com/icon/349298.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="c" d="m32.5833,27.5059c0-.735-.602-1.338-1.338-1.338-.735,0-1.338.603-1.338,1.338,0,.736.603,1.338,1.338,1.338.736,0,1.338-.602,1.338-1.338Zm2.9699,2.9699c0-.735-.604-1.338-1.339-1.338s-1.338.603-1.338,1.338.603,1.338,1.338,1.338,1.338-.603,1.338-1.338h.001Zm2.9689-2.9699c0-.735-.603-1.338-1.338-1.338-.736,0-1.338.603-1.338,1.338,0,.736.602,1.338,1.338,1.338.735,0,1.338-.602,1.338-1.338Zm-2.9699-2.9689c0-.735-.603-1.338-1.338-1.338s-1.338.603-1.338,1.338c0,.736.603,1.338,1.338,1.338s1.338-.602,1.338-1.338Zm-1.338,9.8717c3.7059,0,6.7098-3.0899,6.7098-6.9018s-3.0039-6.9028-6.7098-6.9028c-2.9619,0-5.4759,1.9749-6.3658,4.7149m1.737,7.1838c1.2324,1.2197,2.8959,1.9045,4.6299,1.9059h6.7098m-24.0913-9.2917c.0318-1.8333-1.4285-3.3452-3.2618-3.377-1.8333-.0318-3.3452,1.4285-3.377,3.2618-.0007.0384-.0007.0768,0,.1152.0008,1.8335,1.4878,3.3193,3.3213,3.3185,1.8325-.0008,3.3178-1.4861,3.3185-3.3185l-.547-9.2308,4.4399-1.252m-15.2266,21.5624h24.9813l-7.3918-30.5792H5.5l.001,30.5792Zm16.5196,0l2.1199,6.1858h18.3595V11.8033h-17.9145"/></svg>
Copied!