Vivo Easy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vivo Easy 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/334821.svg" alt="Vivo Easy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334821.svg" alt="Vivo Easy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334821.svg" alt="Vivo Easy icon" :width="24" :height="24" />
CSS background
.icon-vivo-easy {
background-image: url('https://proicons.com/icon/334821.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>.d{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m30.618,26.2467c-2.5735.5958-2.5249,2.4297-1.1737,4.0701l5.4281,6.5897c.9749,1.1836.7844,2.5277.1378,3.0927l-1.9502,1.7042c-1.0378.9069-2.1468.7336-2.9919-.2056l-5.025-5.5846c-.6581-.7314-1.7932-.6191-2.2984,0l-4.6457,5.6933c-.6084.7456-1.8758,1.375-2.983.3876l-2.4451-2.1804c-.5477-.4884-.5479-1.6788-.0489-2.2773l6.504-7.801c.5693-.6829,1.1909-2.5059-1.0269-3.0614l-5.5748-1.3963c-1.471-.3684-2.0362-.8272-1.8583-1.9381l.489-3.0526c.1757-1.0969,1.045-1.7582,2.6774-1.3688l5.7387,1.3688c1.3802.3292,2.451-1.2715,1.0369-2.1838-1.8211-1.1748-3.4865-3.2895-3.438-5.7141.0526-2.6319,1.8525-6.5663,6.724-6.8804,3.308-.2133,7.0353,2.7814,7.0175,7.2196-.0093,2.3029-1.5937,3.86-3.3421,5.3749-1.152.9981-.2111,2.5177,1.186,2.1838l5.2947-1.2652c1.6848-.4026,2.5383.0096,2.7296.9744l.5379,2.7134c.2661,1.3423-.6191,2.1295-1.4671,2.3258l-5.2325,1.2113Z"/></svg>
Copied!