Vivion Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vivion 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/349375.svg" alt="Vivion icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349375.svg" alt="Vivion icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349375.svg" alt="Vivion icon" :width="24" :height="24" />
CSS background
.icon-vivion {
background-image: url('https://proicons.com/icon/349375.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 class="d" d="m39.841 7.6252c2.0436.0006394 3.3206 2.2128 2.2991 3.9828l-15.841 27.437c-1.0224 1.7689-3.5759 1.7689-4.5982 0l-15.841-27.437c-1.0215-1.77.2555-3.9822 2.2991-3.9828h10.165a1.4661 1.4661 0 011.4404 1.7392l-1.8118 9.557 4.7199-1.3276v9.503l7.7501-13.424-5.2788.44254 3.5865-5.0473a3.4294 3.4294 0 012.7955-1.4429z"/></svg>
Copied!