Aaaaxy Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aaaaxy 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/321275.svg" alt="Aaaaxy icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321275.svg" alt="Aaaaxy icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321275.svg" alt="Aaaaxy icon" :width="24" :height="24" />
CSS background
.icon-aaaaxy {
background-image: url('https://proicons.com/icon/321275.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>.e{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="e" d="M21.6041,34.0689h4.8828v-13.1926h2.7267v2.4262h5.4012v-2.2139h-2.123v-2.4262h-3.2782v-2.6385h-2.7267v-2.8812h-4.8828v2.9115h-2.6992v2.5172h-2.6992v2.6689h-2.6385v2.0623h5.3377v-2.4262h2.6992v13.1926Z"/><path id="c" class="e" d="M18.0254,10.1705h12.9197v2.5779h1.668v1.9107h2.6745v2.6689h2.5419v12.768h-2.5419v2.6082h-2.5228v2.2443h-2.2139v2.7902h-12.6467v-2.9968h-2.4262v-2.5532h-2.4262v-2.1836h-2.3959v-13.132h2.7902v-2.0926h1.759v-2.3105h2.8205v-2.2993Z"/><path id="d" class="e" d="M5.5607,5.5H42.4393V37.7082h-2.2746v2.7902h-1.85v2.0016H10.1402v-2.2139h-2.7295v-2.3656h-1.85V5.5Z"/></svg>
Copied!