Vendora Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Vendora 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/349237.svg" alt="Vendora icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/349237.svg" alt="Vendora icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/349237.svg" alt="Vendora icon" :width="24" :height="24" />
CSS background
.icon-vendora {
background-image: url('https://proicons.com/icon/349237.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M27.2465,40.6445l14.7457-25.54a3.7487,3.7487,0,0,0-3.2465-5.6231H9.2543a3.7487,3.7487,0,0,0-3.2465,5.6231l14.7457,25.54A3.7488,3.7488,0,0,0,27.2465,40.6445Z"/><path class="a" d="M9.2543,9.4811c14.7457,0,26.5014,16.425,19.3912,28.74"/></svg>
Copied!