Vivo Gamecenter Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vivo Gamecenter 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/349381.svg" alt="Vivo Gamecenter icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349381.svg" alt="Vivo Gamecenter icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349381.svg" alt="Vivo Gamecenter icon" :width="24" :height="24" />
CSS background
.icon-vivo-gamecenter {
background-image: url('https://proicons.com/icon/349381.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>.c{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="m41.8458,15.2177l-.0472-.1267c-.9614-2.58-4.2452-3.3404-6.2428-1.4456l-24.9991,23.7124c-2.3928,2.2697-6.3226.379-6.0424-2.9072l1.64-19.233c.2686-3.1498,2.9037-5.5698,6.0649-5.5698h11.7808"/><path class="c" d="m6.1751,15.0258h0c.9778-2.5593,4.2439-3.3014,6.2316-1.4159l25.0367,23.748c2.3928,2.2697,6.3226.379,6.0424-2.9072l-1.64-19.233c-.2686-3.1498-2.9037-5.5698-6.0649-5.5698h-11.7808"/><circle class="c" cx="13.7876" cy="24.6568" r="2.7581"/><line class="c" x1="34.5339" y1="27.4149" x2="34.5339" y2="21.8987"/><line class="c" x1="31.7758" y1="24.6568" x2="37.292" y2="24.6568"/></svg>
Copied!