Axa Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Axa 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/336831.svg" alt="Axa icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336831.svg" alt="Axa icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336831.svg" alt="Axa icon" :width="24" :height="24" />
CSS background
.icon-axa {
background-image: url('https://proicons.com/icon/336831.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="d" d="m42.5 6.7648-14.361 18.776"/><path class="d" d="m27.079 27.308-11.159 13.927"/><path class="d" d="m5.5 41.235 10.695-13.927 4.073 13.927 10.673-13.927 4.073 13.927"/><path class="d" d="m20.196 27.308 4.8007 13.927"/><path class="d" d="m10.848 34.272h7.3842"/><path class="d" d="m25.605 34.272h7.3732"/></svg>
Copied!