Axio Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Axio 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/322275.svg" alt="Axio icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322275.svg" alt="Axio icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322275.svg" alt="Axio icon" :width="24" :height="24" />
CSS background
.icon-axio {
background-image: url('https://proicons.com/icon/322275.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="m30.2928,23.9622l-17.1506,17.1506c-1.7151,1.7151-4.5399,1.7151-6.2549,0h0c-1.7151-1.7151-1.7151-4.5399,0-6.2549l10.8957-10.8957L6.7863,13.0665c-1.7151-1.7151-1.7151-4.5399,0-6.2549h0c1.7151-1.7151,4.5399-1.7151,6.2549,0l17.2515,17.1506Z"/><circle class="c" cx="36.8504" cy="11.1496" r="5.6496"/><path class="c" d="m27.8715,34.1517l6.2549-6.2549,7.062,7.062c1.7151,1.7151,1.7151,4.5399,0,6.2549h0c-1.7151,1.7151-4.5399,1.7151-6.2549,0l-7.062-7.062Z"/></svg>
Copied!