Video Mp3 Converter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Video Mp3 Converter 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/349296.svg" alt="Video Mp3 Converter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349296.svg" alt="Video Mp3 Converter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349296.svg" alt="Video Mp3 Converter icon" :width="24" :height="24" />
CSS background
.icon-video-mp3-converter {
background-image: url('https://proicons.com/icon/349296.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m35.3964,9.589c-8.374-6.7103-20.6022-5.3617-27.3126,3.0123-6.7103,8.374-5.3617,20.6022,3.0123,27.3126,7.7286,6.1932,18.8786,5.5822,25.8842-1.4183"/><g><circle class="c" cx="33.996" cy="29.488" r="4.512"/><polyline class="c" points="38.508 29.488 38.508 14 42.516 14"/></g><polyline class="c" points="33.6758 3.841 35.3964 9.589 29.6484 11.3096"/></svg>
Copied!