Vivavideo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vivavideo 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/349369.svg" alt="Vivavideo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349369.svg" alt="Vivavideo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349369.svg" alt="Vivavideo icon" :width="24" :height="24" />
CSS background
.icon-vivavideo {
background-image: url('https://proicons.com/icon/349369.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="e" d="M9.2533,12.8535c1.7278-3.5562,5.3678-6.022,9.5781-6.022h13.0001c5.8542,0,10.6685,4.8142,10.6685,10.6685v13.0001c0,5.871-4.8142,10.6685-10.6685,10.6685h-13.0001c-4.4284,0-8.253-2.7342-9.8633-6.6091"/><path class="e" d="M15.6293,22.7721l-8.6455-4.9915c-.6595-.3807-1.4838.0952-1.4838.8567v9.983c0,.7615.8243,1.2374,1.4838.8567l8.6455-4.9915c.6595-.3807.6595-1.3326,0-1.7134Z"/><path class="e" d="M29.7071,15.2689l-.0892,5.4492,5.155,1.7687c.8673.2976.8471,1.5312-.0295,1.8002l-5.2101,1.5991-.0892,5.4492c-.015.9168-1.1945,1.2788-1.7212.5283l-2.7358-3.898c-.2356-.3357-.6605-.4814-1.0525-.3611l-4.5527,1.3973c-.8766.269-1.5853-.7408-1.0343-1.4737l3.2751-4.3561-3.1308-4.461c-.5268-.7505.2147-1.7367,1.082-1.4391l5.155,1.7687,3.2751-4.3561c.551-.7329,1.718-.3325,1.703.5843Z"/></svg>
Copied!