calculator icon
calculator-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- calculator-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
calculatorAkar Iconscalculator-filledAnt Design IconscalculatorBootstrap IconscalculatorBoxIcons v2calculatorBoxIcons v2 SolidcalculatorCarboncalculatorFont Awesome 6 SolidcalculatorFont Awesome Solidcalculator-16-filledFluent UI System Iconscalculatorcss.ggcalculatorHeroIconscalculatorHuge IconscalculatorIconParkcalculatorIconPark OutlinecalculatorIconPark SolidcalculatorIconPark TwoTonecalculatorIconoircalculatorIonIconscalculatorJam IconscalculatorLine AwesomecalculatorLucidecalculatorMajesticonscalculatorMaterial Design IconscalculatorOpenMoji
Use the calculator icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 2H8a4.75 4.75 0 0 0-4.75 4.75v10.5A4.75 4.75 0 0 0 8 22h8a4.76 4.76 0 0 0 4.75-4.75V6.75A4.76 4.76 0 0 0 16 2M8.5 18.75h-1a.75.75 0 1 1 0-1.5h1a.75.75 0 1 1 0 1.5m0-2.5h-1a.75.75 0 1 1 0-1.5h1a.75.75 0 1 1 0 1.5m0-2.5h-1a.75.75 0 1 1 0-1.5h1a.75.75 0 1 1 0 1.5m4 5h-1a.75.75 0 1 1 0-1.5h1a.75.75 0 1 1 0 1.5m0-2.5h-1a.75.75 0 1 1 0-1.5h1a.75.75 0 1 1 0 1.5m0-2.5h-1a.75.75 0 1 1 0-1.5h1a.75.75 0 1 1 0 1.5m4 5h-1a.75.75 0 1 1 0-1.5h1a.75.75 0 1 1 0 1.5m0-2.5h-1a.75.75 0 1 1 0-1.5h1a.75.75 0 1 1 0 1.5m0-2.5h-1a.75.75 0 1 1 0-1.5h1a.75.75 0 1 1 0 1.5m1.25-5.36a1.71 1.71 0 0 1-1.67 1.75H7.91a1.7 1.7 0 0 1-1.66-1.75v-2a1.71 1.71 0 0 1 1.66-1.75h8.17a1.72 1.72 0 0 1 1.67 1.75z"/></svg>
React
import type { SVGProps } from "react";
export function MageCalculatorFill(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="M16 2H8a4.75 4.75 0 0 0-4.75 4.75v10.5A4.75 4.75 0 0 0 8 22h8a4.76 4.76 0 0 0 4.75-4.75V6.75A4.76 4.76 0 0 0 16 2M8.5 18.75h-1a.75.75 0 1 1 0-1.5h1a.75.75 0 1 1 0 1.5m0-2.5h-1a.75.75 0 1 1 0-1.5h1a.75.75 0 1 1 0 1.5m0-2.5h-1a.75.75 0 1 1 0-1.5h1a.75.75 0 1 1 0 1.5m4 5h-1a.75.75 0 1 1 0-1.5h1a.75.75 0 1 1 0 1.5m0-2.5h-1a.75.75 0 1 1 0-1.5h1a.75.75 0 1 1 0 1.5m0-2.5h-1a.75.75 0 1 1 0-1.5h1a.75.75 0 1 1 0 1.5m4 5h-1a.75.75 0 1 1 0-1.5h1a.75.75 0 1 1 0 1.5m0-2.5h-1a.75.75 0 1 1 0-1.5h1a.75.75 0 1 1 0 1.5m0-2.5h-1a.75.75 0 1 1 0-1.5h1a.75.75 0 1 1 0 1.5m1.25-5.36a1.71 1.71 0 0 1-1.67 1.75H7.91a1.7 1.7 0 0 1-1.66-1.75v-2a1.71 1.71 0 0 1 1.66-1.75h8.17a1.72 1.72 0 0 1 1.67 1.75z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16 2H8a4.75 4.75 0 0 0-4.75 4.75v10.5A4.75 4.75 0 0 0 8 22h8a4.76 4.76 0 0 0 4.75-4.75V6.75A4.76 4.76 0 0 0 16 2M8.5 18.75h-1a.75.75 0 1 1 0-1.5h1a.75.75 0 1 1 0 1.5m0-2.5h-1a.75.75 0 1 1 0-1.5h1a.75.75 0 1 1 0 1.5m0-2.5h-1a.75.75 0 1 1 0-1.5h1a.75.75 0 1 1 0 1.5m4 5h-1a.75.75 0 1 1 0-1.5h1a.75.75 0 1 1 0 1.5m0-2.5h-1a.75.75 0 1 1 0-1.5h1a.75.75 0 1 1 0 1.5m0-2.5h-1a.75.75 0 1 1 0-1.5h1a.75.75 0 1 1 0 1.5m4 5h-1a.75.75 0 1 1 0-1.5h1a.75.75 0 1 1 0 1.5m0-2.5h-1a.75.75 0 1 1 0-1.5h1a.75.75 0 1 1 0 1.5m0-2.5h-1a.75.75 0 1 1 0-1.5h1a.75.75 0 1 1 0 1.5m1.25-5.36a1.71 1.71 0 0 1-1.67 1.75H7.91a1.7 1.7 0 0 1-1.66-1.75v-2a1.71 1.71 0 0 1 1.66-1.75h8.17a1.72 1.72 0 0 1 1.67 1.75z"/></svg> </template>
CSS
.icon-calculator-fill {
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%22M16%202H8a4.75%204.75%200%200%200-4.75%204.75v10.5A4.75%204.75%200%200%200%208%2022h8a4.76%204.76%200%200%200%204.75-4.75V6.75A4.76%204.76%200%200%200%2016%202M8.5%2018.75h-1a.75.75%200%201%201%200-1.5h1a.75.75%200%201%201%200%201.5m0-2.5h-1a.75.75%200%201%201%200-1.5h1a.75.75%200%201%201%200%201.5m0-2.5h-1a.75.75%200%201%201%200-1.5h1a.75.75%200%201%201%200%201.5m4%205h-1a.75.75%200%201%201%200-1.5h1a.75.75%200%201%201%200%201.5m0-2.5h-1a.75.75%200%201%201%200-1.5h1a.75.75%200%201%201%200%201.5m0-2.5h-1a.75.75%200%201%201%200-1.5h1a.75.75%200%201%201%200%201.5m4%205h-1a.75.75%200%201%201%200-1.5h1a.75.75%200%201%201%200%201.5m0-2.5h-1a.75.75%200%201%201%200-1.5h1a.75.75%200%201%201%200%201.5m0-2.5h-1a.75.75%200%201%201%200-1.5h1a.75.75%200%201%201%200%201.5m1.25-5.36a1.71%201.71%200%200%201-1.67%201.75H7.91a1.7%201.7%200%200%201-1.66-1.75v-2a1.71%201.71%200%200%201%201.66-1.75h8.17a1.72%201.72%200%200%201%201.67%201.75z%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%22M16%202H8a4.75%204.75%200%200%200-4.75%204.75v10.5A4.75%204.75%200%200%200%208%2022h8a4.76%204.76%200%200%200%204.75-4.75V6.75A4.76%204.76%200%200%200%2016%202M8.5%2018.75h-1a.75.75%200%201%201%200-1.5h1a.75.75%200%201%201%200%201.5m0-2.5h-1a.75.75%200%201%201%200-1.5h1a.75.75%200%201%201%200%201.5m0-2.5h-1a.75.75%200%201%201%200-1.5h1a.75.75%200%201%201%200%201.5m4%205h-1a.75.75%200%201%201%200-1.5h1a.75.75%200%201%201%200%201.5m0-2.5h-1a.75.75%200%201%201%200-1.5h1a.75.75%200%201%201%200%201.5m0-2.5h-1a.75.75%200%201%201%200-1.5h1a.75.75%200%201%201%200%201.5m4%205h-1a.75.75%200%201%201%200-1.5h1a.75.75%200%201%201%200%201.5m0-2.5h-1a.75.75%200%201%201%200-1.5h1a.75.75%200%201%201%200%201.5m0-2.5h-1a.75.75%200%201%201%200-1.5h1a.75.75%200%201%201%200%201.5m1.25-5.36a1.71%201.71%200%200%201-1.67%201.75H7.91a1.7%201.7%200%200%201-1.66-1.75v-2a1.71%201.71%200%200%201%201.66-1.75h8.17a1.72%201.72%200%200%201%201.67%201.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/calculator-fill.svg?color=%231a73e8&size=48