Abacus Alt Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Abacus Alt 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/304887.svg" alt="Abacus Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304887.svg" alt="Abacus Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304887.svg" alt="Abacus Alt icon" :width="24" :height="24" />
CSS background
.icon-abacus-alt {
background-image: url('https://proicons.com/icon/304887.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M572 211c-10-26-36-44-65-44s-55 18-66 44h-49c-10-26-36-44-65-44s-55 18-66 44h-53c-10-26-36-44-65-44s-55 18-66 44H0v54h77c11 26 36 44 66 44s55-18 65-44h53c11 26 36 44 66 44s55-18 65-44h49c11 26 36 44 66 44s55-18 65-44h428v-54H572zm285 480c-29 0-55 18-65 44h-53c-11-26-36-44-66-44s-55 18-65 44h-49c-11-26-36-44-66-44s-55 18-65 44H0v54h428c10 26 36 44 65 44s55-18 66-44h49c10 26 36 44 65 44s55-18 66-44h53c10 26 36 44 65 44s56-18 66-44h77v-54h-77c-10-26-36-44-66-44zm-86-260c-30 0-55 18-66 44h-48c-11-26-36-44-66-44s-55 18-66 44H272c-10-26-36-44-65-44s-55 18-66 44H0v54h141c11 26 36 44 66 44s55-18 65-44h253c11 26 36 44 66 44s55-18 66-44h48c11 26 36 44 66 44s55-18 66-44h163v-54H837c-11-26-36-44-66-44z"/></svg>
Copied!