Apivia Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Apivia 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/336471.svg" alt="Apivia icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336471.svg" alt="Apivia icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336471.svg" alt="Apivia icon" :width="24" :height="24" />
CSS background
.icon-apivia {
background-image: url('https://proicons.com/icon/336471.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M30.7925,40.0308h5.5598l-11.5501-22.5792h-1.6043l-11.5501,22.5792h5.5591l1.8616-3.6382h9.8629l1.8611,3.6382ZM21.3194,31.9933l2.681-5.2398,2.6804,5.2398h-5.3615Z"/><path class="c" d="M5.5,17.321c6.62-5.829,19.8769-10.6531,30.0824-.4476h6.9176c-6.9427-9.7947-26.6328-13.9583-37,.4476Z"/></svg>
Copied!