Ato Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ato 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/322129.svg" alt="Ato icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322129.svg" alt="Ato icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322129.svg" alt="Ato icon" :width="24" :height="24" />
CSS background
.icon-ato {
background-image: url('https://proicons.com/icon/322129.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><path class="b" d="M5.5,12.8C9.4,6.4,16.4,2.4,24,2.4c11.8,0,21.5,9.7,21.5,21.5,0,3.2-.7,6.3-2.1,9.2"/><path class="b" d="M2.5,24.7v-.8c0-3.2,.7-6.3,2-9.2"/><path class="b" d="M7.2,37.4c-1.2-1.5-2.2-3.1-2.9-4.9-.8-1.7-1.3-3.6-1.6-5.5"/><path class="b" d="M18.7,44.8c-1.9-.5-3.7-1.2-5.5-2.2s-3.2-2.2-4.6-3.6"/><path class="b" d="M32.8,43.6c-2.8,1.2-5.7,1.9-8.8,1.9-1,0-2-.1-3-.2"/><path class="b" d="M42.6,35.2c-1,1.6-2.1,3-3.4,4.3-1.3,1.3-2.8,2.4-4.4,3.3"/><path class="b" d="M18.4,26.2c0,2.1-1.7,3.8-3.8,3.8h0c-2.1,0-3.8-1.7-3.8-3.8v-2.5c0-2.1,1.7-3.8,3.8-3.8h0c2.1,0,3.8,1.7,3.8,3.8"/><line class="b" x1="18.4" y1="30" x2="18.4" y2="19.9"/><line class="b" x1="23.9" y1="16.6" x2="23.9" y2="30"/><line class="b" x1="21.8" y1="19.9" x2="25.8" y2="19.9"/><path class="b" d="M33.5,30h0c-2.1,0-3.8-1.7-3.8-3.8v-2.5c0-2.1,1.7-3.8,3.8-3.8h0c2.1,0,3.8,1.7,3.8,3.8v2.5c0,2.1-1.7,3.8-3.8,3.8Z"/></svg>
Copied!