abacus icon
abacus from Material Design Icons by Pictogrammers · Filled · Math · Apache-2.0 Free for personal and commercial use.
- Name
- abacus
- Set
- Material Design Icons
- Style
- Filled
- Category
- Math
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More math icons from Material Design Icons
angle-acuteangle-obtuseangle-rightapproximately-equalapproximately-equal-boxcalculatorcalculator-variantchart-arcchart-areasplinechart-areaspline-variantchart-barchart-bar-stackedchart-bell-curvechart-bell-curve-cumulativechart-boxchart-box-multiplechart-box-plus-outlinechart-bubblechart-donutchart-donut-variantchart-ganttchart-histogramchart-linechart-line-stacked
Use the abacus icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 5h2v6H5zm5 0H8v6h2zM5 19h2v-6H5zm5-6H8v6h2v-2h5v-2h-5zm-8 8h2V3H2zM20 3v4h-7V5h-2v6h2V9h7v6h-2v-2h-2v6h2v-2h2v4h2V3z"/></svg>
React
import type { SVGProps } from "react";
export function MdiAbacus(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 5h2v6H5zm5 0H8v6h2zM5 19h2v-6H5zm5-6H8v6h2v-2h5v-2h-5zm-8 8h2V3H2zM20 3v4h-7V5h-2v6h2V9h7v6h-2v-2h-2v6h2v-2h2v4h2V3z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 5h2v6H5zm5 0H8v6h2zM5 19h2v-6H5zm5-6H8v6h2v-2h5v-2h-5zm-8 8h2V3H2zM20 3v4h-7V5h-2v6h2V9h7v6h-2v-2h-2v6h2v-2h2v4h2V3z"/></svg> </template>
CSS
.icon-abacus {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205h2v6H5zm5%200H8v6h2zM5%2019h2v-6H5zm5-6H8v6h2v-2h5v-2h-5zm-8%208h2V3H2zM20%203v4h-7V5h-2v6h2V9h7v6h-2v-2h-2v6h2v-2h2v4h2V3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%205h2v6H5zm5%200H8v6h2zM5%2019h2v-6H5zm5-6H8v6h2v-2h5v-2h-5zm-8%208h2V3H2zM20%203v4h-7V5h-2v6h2V9h7v6h-2v-2h-2v6h2v-2h2v4h2V3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/abacus.svg?color=%231a73e8&size=48