Vy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vy 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/349487.svg" alt="Vy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349487.svg" alt="Vy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349487.svg" alt="Vy icon" :width="24" :height="24" />
CSS background
.icon-vy {
background-image: url('https://proicons.com/icon/349487.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><path class="b" d="M38.4994,5.5008H9.5006c-2.209,0-3.9998,1.7908-3.9998,3.9998v28.9988c0,2.209,1.7908,3.9998,3.9998,3.9998h28.9988c2.209,0,3.9998-1.7908,3.9998-3.9998V9.5006c0-2.209-1.7908-3.9998-3.9998-3.9998Z"/><polyline class="b" points="23.6702 15.5455 18.2388 32.352 12.5 15.5455"/><path class="b" d="M35.5,22.5141v5.7388c0,2.357-1.9471,4.2016-4.2016,4.2016h0c-1.2297,0-2.357-.4099-2.9719-1.2297"/><path class="b" d="M35.5,15.5455v6.9686c0,2.357-1.9471,4.2016-4.2016,4.2016h0c-2.357,0-4.2016-1.9471-4.2016-4.2016v-6.9686"/></svg>
Copied!