Acca Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Acca 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/335871.svg" alt="Acca icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/335871.svg" alt="Acca icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/335871.svg" alt="Acca icon" :width="24" :height="24" />
CSS background
.icon-acca {
background-image: url('https://proicons.com/icon/335871.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,18.8a2.19,2.19,0,0,0-.87.18l-5.81,2.38a.85.85,0,0,0-.52.78v5.12c0,4.58,5.18,7.55,7.2,7.55s7.2-3,7.2-7.55V22.14a.85.85,0,0,0-.52-.78L24.87,19A2.19,2.19,0,0,0,24,18.8Z"/><polyline class="a" points="23.75 30.62 25.99 26.64 22.01 26.98 24.25 23"/><path class="a" d="M18.89,4.5H29.11A2.28,2.28,0,0,1,31.4,6.79V8.25h2.54A3,3,0,0,1,37,11.31V40.45a3,3,0,0,1-3.05,3H14.06a3,3,0,0,1-3.05-3V11.31a3,3,0,0,1,3.05-3.06H16.6V6.79A2.28,2.28,0,0,1,18.89,4.5Z"/></svg>
Copied!