Vivo Themes Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vivo Themes 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/349383.svg" alt="Vivo Themes icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349383.svg" alt="Vivo Themes icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349383.svg" alt="Vivo Themes icon" :width="24" :height="24" />
CSS background
.icon-vivo-themes {
background-image: url('https://proicons.com/icon/349383.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="d" d="m13.0732,4.5h21.8539c1.4254,0,2.5729,1.1475,2.5729,2.5729l-.4639,14.9174H10.7828s-.2824-14.9174-.2824-14.9174c-.0241-1.4252,1.1475-2.5729,2.5729-2.5729Z"/><path id="c" class="d" d="m37.0361,21.9903v4.6314c.1723,1.8848-2.1328,1.8623-3.6279,1.8701-5.4937.0283-6.6339,2.5669-6.4692,5.2912.1555,2.5716.1966,2.8977.2319,4.3489.085,3.4874-1.5951,5.3681-3.2616,5.3681s-3.3465-1.8807-3.2615-5.3681c.0354-1.4513.0765-1.7774.2319-4.3489.1647-2.7243-.9755-5.263-6.4692-5.2912-1.495-.0078-3.8002.0148-3.6279-1.8701v-4.6314"/></svg>
Copied!