Ather Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ather 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/336681.svg" alt="Ather icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336681.svg" alt="Ather icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336681.svg" alt="Ather icon" :width="24" :height="24" />
CSS background
.icon-ather {
background-image: url('https://proicons.com/icon/336681.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><circle class="c" cx="24" cy="24" r="21.5"/><circle class="c" cx="17.3357" cy="28.8451" r="4.3357"/><path class="c" d="m27.9973,14.9398l6.5411,12.3911c1.0257,1.943.2863,4.3606-1.6659,5.3912-1.943,1.0257-4.3564.2723-5.382-1.6707l-6.5411-12.3911c-1.0257-1.943-.2814-4.3515,1.6616-5.3772,1.9522-1.0305,4.3606-.2863,5.3863,1.6567Z"/></svg>
Copied!