Vepatria Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vepatria 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/334684.svg" alt="Vepatria icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/334684.svg" alt="Vepatria icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/334684.svg" alt="Vepatria icon" :width="24" :height="24" />
CSS background
.icon-vepatria {
background-image: url('https://proicons.com/icon/334684.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>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M7.0482,40.3412l3.057-24.103c.624-4.92,6.223-9.812,11.182-9.812h11.116c4.016,0,9.063,4.54,8.52,8.52l-1.704,12.471c-.639,4.675-6.413,8.745-11.131,8.745h-10.53c-4.728,0-8.16,4.182-8.764,4.852-1.064,1.184-1.865.262-1.746-.674"/><path class="c" d="M7.9842,34.7012c7.504-5.417,16.705-12.17,31.22-8.338M37.6972,14.8922c.9573.16,1.9023.3703,2.835.631M9.6262,20.7742c4.723-2.409,9.801-4.358,14.898-5.42M31.6852,19.3512l-2.898,1.808.014-3.601-2.836-2.295,3.441-.63,1.132-3.389,2.039,3.208,3.778.315-2.332,2.69,1.243,3.547-3.581-1.653Z"/></svg>
Copied!