Aria2android Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aria2android 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/322035.svg" alt="Aria2android icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322035.svg" alt="Aria2android icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322035.svg" alt="Aria2android icon" :width="24" :height="24" />
CSS background
.icon-aria2android {
background-image: url('https://proicons.com/icon/322035.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><line class="b" x1="41.3277" y1="41.3277" x2="6.6723" y2="6.6723"/><path class="b" d="M38.4994,5.5008H9.5006c-2.209,0-3.9998,1.7908-3.9998,3.9998v28.9988c0,2.209,1.7908,3.9998,3.9998,3.9998h28.9988c2.209,0,3.9998-1.7908,3.9998-3.9998V9.5006c0-2.209-1.7908-3.9998-3.9998-3.9998Z"/><path class="b" d="M16.2,34.8c0,1.3-1.1,2.4-2.4,2.4h0c-1.3,0-2.4-1.1-2.4-2.4v-1.6c0-1.3,1.1-2.4,2.4-2.4h0c1.3,0,2.4,1.1,2.4,2.4"/><line class="b" x1="16.2" y1="37.2" x2="16.2" y2="30.9"/><path class="b" d="M18.1,26.9c0-.8.6-1.4,1.3-1.4s1.4.6,1.4,1.4c0,.4-.2.7-.4,1-.6.5-2.3,1.8-2.3,1.8h2.7"/><path class="b" d="M30.6,20.6c1.1,0,2,.9,2,2.1,0,1.1-.9,2-2.1,2-1.1,0-2-.9-2-2,.1-1.2,1-2.1,2.1-2.1h0Z"/><path class="b" d="M42.5,33h-9.5"/><path class="b" d="M14.6,14.6c2.8-1.7,6-2.6,9.5-2.6h0c10.1,0,18.4,8.2,18.4,18.4h0"/><line class="b" x1="37.9" y1="11.5" x2="35.4" y2="15.7"/></svg>
Copied!