Atk Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Atk 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/322124.svg" alt="Atk icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322124.svg" alt="Atk icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322124.svg" alt="Atk icon" :width="24" :height="24" />
CSS background
.icon-atk {
background-image: url('https://proicons.com/icon/322124.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:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><line class="c" x1="19.2217" y1="17.8712" x2="27.3288" y2="17.8712"/><line class="c" x1="23.2752" y1="30.1083" x2="23.2752" y2="17.8712"/><line class="c" x1="17.2643" y1="26.0547" x2="11.8427" y2="26.0547"/><polyline class="c" points="10.5 30.1083 14.5535 17.8712 18.607 30.1083"/><line class="c" x1="30.9226" y1="17.8918" x2="30.9226" y2="30.1288"/><line class="c" x1="30.9226" y1="25.8666" x2="37.5" y2="17.9329"/><line class="c" x1="37.5" y1="30.1288" x2="32.4615" y2="24.0103"/><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/></svg>
Copied!