A101 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The A101 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/321266.svg" alt="A101 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321266.svg" alt="A101 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321266.svg" alt="A101 icon" :width="24" :height="24" />
CSS background
.icon-a101 {
background-image: url('https://proicons.com/icon/321266.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>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="24" cy="24" r="21.5"/><polyline class="b" points="22.9904 16.2323 24.9904 15.1323 24.9904 23.2323"/><line class="b" x1="32.9354" y1="16.2162" x2="28.9904" y2="22.2323"/><path class="b" d="m30.9904,23.1323h0c-1.5,0-2.7-1.2-2.7-2.6v-2.7c0-1.5,1.2-2.6,2.6-2.6h0c1.5,0,2.6,1.2,2.6,2.6v2.7c.2,1.5-1,2.6-2.5,2.6Z"/><line class="b" x1="13.3454" y1="20.532" x2="9.7454" y2="20.532"/><polyline class="b" points="8.8454 23.232 11.5454 15.232 14.2454 23.232"/><polyline class="b" points="36.1546 16.2323 38.1546 15.1323 38.1546 23.2323"/><line class="b" x1="16.7454" y1="20.632" x2="20.7454" y2="20.632"/><line class="b" x1="26.7362" y1="26.0484" x2="26.7362" y2="31.9512"/><path class="b" d="m20.8211,31.9512v-5.9028h1.9184c1.1068,0,1.9922.8854,1.9922,1.9922s-.8854,1.9922-1.9922,1.9922h-1.9184"/><path class="b" d="m28.9231,31.9515v-5.9028h1.3281c1.4019,0,2.5825,1.1806,2.5825,2.5825v.7379c0,1.4019-1.1806,2.5825-2.5825,2.5825h-1.3281Z"/><line class="b" x1="18.1612" y1="29.959" x2="15.5049" y2="29.959"/><polyline class="b" points="14.8408 31.9512 16.833 26.0484 18.8252 31.9512"/><line class="b" x1="9.8191" y1="26.0484" x2="9.8191" y2="31.9512"/><line class="b" x1="9.8191" y1="29.8852" x2="12.9181" y2="26.0484"/><line class="b" x1="12.9181" y1="31.9512" x2="10.557" y2="28.9998"/><line class="b" x1="37.5168" y1="29.959" x2="34.8606" y2="29.959"/><polyline class="b" points="34.1965 31.9512 36.1887 26.0484 38.1809 31.9512"/></svg>
Copied!