Vivi Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vivi 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/334812.svg" alt="Vivi icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334812.svg" alt="Vivi icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334812.svg" alt="Vivi icon" :width="24" :height="24" />
CSS background
.icon-vivi {
background-image: url('https://proicons.com/icon/334812.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>.g{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="g" d="M35.5185,42.4839H9.5c-2.216,0-4-1.784-4-4V12.1903"/><rect id="d" class="g" x="11.9043" y="5.5161" width="30.5957" height="30.5966" rx="3.2207" ry="3.2207"/><circle id="e" class="g" cx="24.1691" cy="25.8968" r="4.0258"/><path id="f" class="g" d="M28.1948,25.8968v-14.259h6.4265"/></svg>
Copied!