Axmor Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Axmor 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/322279.svg" alt="Axmor icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322279.svg" alt="Axmor icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322279.svg" alt="Axmor icon" :width="24" :height="24" />
CSS background
.icon-axmor {
background-image: url('https://proicons.com/icon/322279.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="m38.5085,15.4654l1.5162,1.2677c1.5511,1.2969,2.4474,3.2147,2.4474,5.2365v12.1237c0,4.6429-3.7638,8.4067-8.4067,8.4067H13.9346c-4.6429,0-8.4067-3.7638-8.4067-8.4067v-12.0769c0-2.0486.9201-3.9889,2.5064-5.2853l11.8957-9.7216c2.4844-2.0304,6.0607-2.0103,8.5222.0478l6.1282,5.1239v-5.262"/><circle class="c" cx="20.7964" cy="22.0966" r="1.9086"/><circle class="c" cx="27.8202" cy="22.0966" r="1.9086"/><circle class="c" cx="20.7964" cy="29.1535" r="1.9086"/><circle class="c" cx="27.8202" cy="29.1535" r="1.9086"/></svg>
Copied!