Axios Icon
Free SVG icon from the Simple Icons collection. Download or copy for use in any project.
The Axios 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/313623.svg" alt="Axios icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/313623.svg" alt="Axios icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/313623.svg" alt="Axios icon" :width="24" :height="24" />
CSS background
.icon-axios {
background-image: url('https://proicons.com/icon/313623.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Axios</title><path d="M11.0683 2.89968V22.2973l-2.11399 1.70265V7.8638H4.975l6.0933-4.96412zM14.93426 0v15.76724H19.025l-6.20044 5.08865V1.4689L14.93426 0z"/></svg>
Copied!