Vivo Appstore Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vivo Appstore 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/334818.svg" alt="Vivo Appstore icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334818.svg" alt="Vivo Appstore icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334818.svg" alt="Vivo Appstore icon" :width="24" :height="24" />
CSS background
.icon-vivo-appstore {
background-image: url('https://proicons.com/icon/334818.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><g id="b"><rect id="c" class="f" x="5.5" y="5.5" width="37" height="37" rx="5.3395" ry="5.3395"/><path id="d" class="f" d="M32.3426,11.7849c-1.0118,3.7759-4.4335,6.4015-8.3426,6.4015s-7.3308-2.6256-8.3426-6.4015"/><path id="e" class="f" d="M5.807,33.6369s8.2184-4.8066,17.1816-.7464c12.4755,5.6513,19.4986-1.1729,19.4986-1.1729"/></g></svg>
Copied!