Vivo Vivo Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vivo Vivo 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/349385.svg" alt="Vivo Vivo icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349385.svg" alt="Vivo Vivo icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349385.svg" alt="Vivo Vivo icon" :width="24" :height="24" />
CSS background
.icon-vivo-vivo {
background-image: url('https://proicons.com/icon/349385.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><path class="a" d="M23.877,12.0685c-8.8943,0-10.8717,12.9913,0,23.863C34.7352,25.0732,32.7712,12.0685,23.877,12.0685Z"/><path class="a" d="M6.6835,19.0557c6.2892-6.2892,16.8737,1.4988,16.8737,16.8736C8.2013,35.9293.3943,25.3449,6.6835,19.0557Z"/><path class="a" d="M41.3165,19.0557c-6.2892-6.2892-16.8737,1.4988-16.8737,16.8736C39.7987,35.9293,47.6057,25.3449,41.3165,19.0557Z"/></svg>
Copied!