Acko Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Acko 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/321326.svg" alt="Acko icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321326.svg" alt="Acko icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321326.svg" alt="Acko icon" :width="24" :height="24" />
CSS background
.icon-acko {
background-image: url('https://proicons.com/icon/321326.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><rect class="b" x="33.1814" y="20.1279" width="5.8611" height="7.7659" rx="2.9305" ry="2.9305"/><line class="b" x1="26.2985" y1="20.1279" x2="26.2985" y2="27.8938"/><polyline class="b" points="30.6943 27.8763 26.3028 24.0109 30.6943 20.1237"/><path class="b" d="m23.3243,26.4178c-.5052.8819-1.4555,1.476-2.5447,1.476h0c-1.6185,0-2.9305-1.312-2.9305-2.9305v-1.9048c0-1.6185,1.312-2.9305,2.9305-2.9305h0c1.087,0,2.0359.5919,2.5417,1.4709"/><path class="b" d="m14.8186,24.9524c0,1.6185-1.312,2.9305-2.9305,2.9305h0c-1.6185,0-2.9305-1.312-2.9305-2.9305v-1.9048c0-1.6185,1.312-2.9305,2.9305-2.9305h0c1.6185,0,2.9305,1.312,2.9305,2.9305"/><line class="b" x1="14.8186" y1="27.8829" x2="14.8186" y2="23.0476"/><rect class="b" x="3.5" y="15.1721" width="41" height="17.6559" rx="8.8279" ry="8.8279"/></svg>
Copied!