Atalk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Atalk 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/336674.svg" alt="Atalk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/336674.svg" alt="Atalk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/336674.svg" alt="Atalk icon" :width="24" :height="24" />
CSS background
.icon-atalk {
background-image: url('https://proicons.com/icon/336674.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M24,5.3569c-10.7695,0-19.5,7.0515-19.5,15.75a12.6578,12.6578,0,0,0,.0873,1.3961c.0157.145.034.289.0547.4329,1.3891,9.622,13.2492,18.0782,18.0539,19.6572A.9982.9982,0,0,0,24,41.6372v-4.78c10.77,0,19.5-7.0516,19.5-15.75S34.77,5.3569,24,5.3569Z"/><path class="a" d="M35,14.1068a7.1947,7.1947,0,0,0-3,0c-5.8374,2.5455-6.633,14.1261-13,14-3.0725-.061-5.9981-2.6568-6-7s2.9274-6.9389,6-7c6.3671-.1265,7.1626,11.4545,13,14a7.1929,7.1929,0,0,0,3,0"/></svg>
Copied!