Viu Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Viu 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/349362.svg" alt="Viu icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349362.svg" alt="Viu icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349362.svg" alt="Viu icon" :width="24" :height="24" />
CSS background
.icon-viu {
background-image: url('https://proicons.com/icon/349362.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>.b{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="b" x1="24.1388" y1="21.9678" x2="24.1388" y2="32.129"/><polyline class="b" points="19.3354 15.871 19.3354 32.129 4.5 15.871"/><path class="b" d="m28.6646,15.871v10.8725c0,2.9743,2.4111,5.3855,5.3855,5.3855h4.0645c2.9743,0,5.3855-2.4111,5.3855-5.3855v-10.8725"/><line class="b" x1="24.1388" y1="17.9033" x2="24.1388" y2="15.871"/><polygon class="b" points="39.9714 21.9678 33.2839 18.1067 33.2839 25.8288 39.9714 21.9678"/></svg>
Copied!