Asus Router Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Asus Router 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/322109.svg" alt="Asus Router icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322109.svg" alt="Asus Router icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322109.svg" alt="Asus Router icon" :width="24" :height="24" />
CSS background
.icon-asus-router {
background-image: url('https://proicons.com/icon/322109.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="a" x="6.9162" y="32.847" width="31.465" height="6.5549" rx="1.866"/><circle class="a" cx="10.456" cy="36.124" r="1.7047"/><rect class="a" x="28.559" y="13.341" width="2.6221" height="19.506"/><path class="a" d="M33.82,12.502a3.9331,3.9331,0,0,1-.6695,6.4927"/><path class="a" d="M26.539,18.994a3.9332,3.9332,0,0,1-.6689-6.4933"/><path class="a" d="M35.75,10.719a6.1807,6.1807,0,0,1-.6462,10.0325"/><path class="a" d="M24.612,20.676a6.1806,6.1806,0,0,1-.6358-9.8668"/><path class="a" d="M37.874,8.5983a8.86,8.86,0,0,1-.6888,14.1649"/><path class="a" d="M22.666,22.66a8.86,8.86,0,0,1-.6786-13.9415"/><line class="a" x1="33.7546" y1="36.1265" x2="36.4546" y2="36.1265"/><line class="a" x1="28.5096" y1="36.1265" x2="31.2096" y2="36.1265"/><line class="a" x1="23.2645" y1="36.1265" x2="25.9645" y2="36.1265"/></svg>
Copied!