Mvv App Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Mvv App 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/344277.svg" alt="Mvv App icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/344277.svg" alt="Mvv App icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/344277.svg" alt="Mvv App icon" :width="24" :height="24" />
CSS background
.icon-mvv-app {
background-image: url('https://proicons.com/icon/344277.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><polyline class="a" points="4.5 29.124 4.5 18.865 9.635 29.135 14.77 18.881 14.77 29.135"/><polyline class="a" points="24.142 18.865 20.74 29.135 17.338 18.865"/><path class="a" d="M26.7817,18.865l3.402,10.27s2.5854-7.6915,3.402-10.27A27.2381,27.2381,0,0,1,43.3685,5.2692"/><path class="a" d="M35.0758,8.3572A18.74,18.74,0,0,0,7.3107,17.2"/><path class="a" d="M7.8267,31.9977A18.7335,18.7335,0,1,0,39.9778,13.064"/></svg>
Copied!