Vivo Tips Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vivo Tips 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/334825.svg" alt="Vivo Tips icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334825.svg" alt="Vivo Tips icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334825.svg" alt="Vivo Tips icon" :width="24" :height="24" />
CSS background
.icon-vivo-tips {
background-image: url('https://proicons.com/icon/334825.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,.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M18.0052,43.5H30.1927"/><path class="a" d="M10.6927,14.8329C12.4292,8.3521,17.39,4.5,24.0989,4.5s11.67,3.8521,13.4063,10.3329-1.502,13.1249-7.3125,16.48V38.625H18.0052V31.3125C10.3541,27.6593,8.9561,21.3137,10.6927,14.8329Z"/><path class="b" d="M14.28,18.296s-.7865-8.5986,9.8875-9.9823"/></svg>
Copied!