Aawireless Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Aawireless 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/335840.svg" alt="Aawireless icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335840.svg" alt="Aawireless icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335840.svg" alt="Aawireless icon" :width="24" :height="24" />
CSS background
.icon-aawireless {
background-image: url('https://proicons.com/icon/335840.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="b" cx="17.4576" cy="33.9562" r="9.5438"/><line class="b" x1="27.0014" y1="33.9562" x2="27.0014" y2="43.5"/><circle class="b" cx="22.6666" cy="25.7601" r="9.5438"/><line class="b" x1="32.2105" y1="25.7601" x2="32.2105" y2="35.304"/><path class="b" d="m34.529,17.2084c-1.3665-4.4089-5.701-7.1869-10.236-6.6441"/><path class="b" d="m40.0862,15.0787c-1.7934-7.4204-9.2627-11.9821-16.6832-10.1886"/></svg>
Copied!