Viaverde Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Viaverde 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/349274.svg" alt="Viaverde icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349274.svg" alt="Viaverde icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349274.svg" alt="Viaverde icon" :width="24" :height="24" />
CSS background
.icon-viaverde {
background-image: url('https://proicons.com/icon/349274.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>.e{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="e" d="M19.0408,37.0821l-7.7946-20.0109s-1.2614-3.6906-5.7462-4.2045l14.0618-.0934c2.4538,0,8.6815,1.1987,6.9607,5.6035"/><path id="d" class="e" d="M14.3454,40.5672c3.8588-.3573,5.5738-5.2879,5.5738-5.2879,0,0,8.8848-22.6913,9.5754-24.5103.5138-1.3532,1.8579-3.2156,4.7163-3.3585,2.8583-.1429,8.2892.0715,8.2892.0715,0,0-4.7163.4288-6.6456,6.074l-8.6465,22.6523s-1.4292,4.1446-4.9306,4.4304l-7.9319-.0715Z"/></svg>
Copied!