calculator icon
calculator-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.
- Name
- calculator-filled
- Set
- Ant Design Icons
- Style
- Filled
- Viewbox
- 1024×1024
- License
- MIT
- Aliases
- calculator-fill
2 other variants in Ant Design Icons
The same icon in other sets
calculatorAkar IconscalculatorBootstrap IconscalculatorBoxIcons v2calculatorBoxIcons v2 SolidcalculatorCarboncalculatorFont Awesome 6 SolidcalculatorFont Awesome Solidcalculator-16-filledFluent UI System Iconscalculatorcss.ggcalculatorHeroIconscalculatorHuge IconscalculatorIconParkcalculatorIconPark OutlinecalculatorIconPark SolidcalculatorIconPark TwoTonecalculatorIconoircalculatorIonIconscalculatorJam IconscalculatorLine AwesomecalculatorLucidecalculatorMage IconscalculatorMajesticonscalculatorMaterial Design IconscalculatorOpenMoji
Use the calculator icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32M440.2 765h-50.8c-2.2 0-4.5-1.1-5.9-2.9L348 718.6l-35.5 43.5a7.38 7.38 0 0 1-5.9 2.9h-50.8c-6.6 0-10.2-7.9-5.8-13.1l62.7-76.8l-61.2-74.9c-4.3-5.2-.7-13.1 5.9-13.1h50.9c2.2 0 4.5 1.1 5.9 2.9l34 41.6l34-41.6c1.5-1.9 3.6-2.9 5.9-2.9h50.8c6.6 0 10.2 7.9 5.9 13.1L383.5 675l62.7 76.8c4.2 5.3.6 13.2-6 13.2m7.8-382c0 2.2-1.4 4-3.2 4H376v68.7c0 1.9-1.8 3.3-4 3.3h-48c-2.2 0-4-1.4-4-3.2V387h-68.8c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4H320v-68.8c0-1.8 1.8-3.2 4-3.2h48c2.2 0 4 1.4 4 3.2V331h68.7c1.9 0 3.3 1.8 3.3 4zm328 369c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4zm0-104c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4zm0-265c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4z"/></svg>
React
import type { SVGProps } from "react";
export function AntDesignCalculatorFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32M440.2 765h-50.8c-2.2 0-4.5-1.1-5.9-2.9L348 718.6l-35.5 43.5a7.38 7.38 0 0 1-5.9 2.9h-50.8c-6.6 0-10.2-7.9-5.8-13.1l62.7-76.8l-61.2-74.9c-4.3-5.2-.7-13.1 5.9-13.1h50.9c2.2 0 4.5 1.1 5.9 2.9l34 41.6l34-41.6c1.5-1.9 3.6-2.9 5.9-2.9h50.8c6.6 0 10.2 7.9 5.9 13.1L383.5 675l62.7 76.8c4.2 5.3.6 13.2-6 13.2m7.8-382c0 2.2-1.4 4-3.2 4H376v68.7c0 1.9-1.8 3.3-4 3.3h-48c-2.2 0-4-1.4-4-3.2V387h-68.8c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4H320v-68.8c0-1.8 1.8-3.2 4-3.2h48c2.2 0 4 1.4 4 3.2V331h68.7c1.9 0 3.3 1.8 3.3 4zm328 369c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4zm0-104c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4zm0-265c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M880 112H144c-17.7 0-32 14.3-32 32v736c0 17.7 14.3 32 32 32h736c17.7 0 32-14.3 32-32V144c0-17.7-14.3-32-32-32M440.2 765h-50.8c-2.2 0-4.5-1.1-5.9-2.9L348 718.6l-35.5 43.5a7.38 7.38 0 0 1-5.9 2.9h-50.8c-6.6 0-10.2-7.9-5.8-13.1l62.7-76.8l-61.2-74.9c-4.3-5.2-.7-13.1 5.9-13.1h50.9c2.2 0 4.5 1.1 5.9 2.9l34 41.6l34-41.6c1.5-1.9 3.6-2.9 5.9-2.9h50.8c6.6 0 10.2 7.9 5.9 13.1L383.5 675l62.7 76.8c4.2 5.3.6 13.2-6 13.2m7.8-382c0 2.2-1.4 4-3.2 4H376v68.7c0 1.9-1.8 3.3-4 3.3h-48c-2.2 0-4-1.4-4-3.2V387h-68.8c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4H320v-68.8c0-1.8 1.8-3.2 4-3.2h48c2.2 0 4 1.4 4 3.2V331h68.7c1.9 0 3.3 1.8 3.3 4zm328 369c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4zm0-104c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4zm0-265c0 2.2-1.4 4-3.2 4H579.2c-1.8 0-3.2-1.8-3.2-4v-48c0-2.2 1.4-4 3.2-4h193.5c1.9 0 3.3 1.8 3.3 4z"/></svg> </template>
CSS
.icon-calculator-filled {
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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M880%20112H144c-17.7%200-32%2014.3-32%2032v736c0%2017.7%2014.3%2032%2032%2032h736c17.7%200%2032-14.3%2032-32V144c0-17.7-14.3-32-32-32M440.2%20765h-50.8c-2.2%200-4.5-1.1-5.9-2.9L348%20718.6l-35.5%2043.5a7.38%207.38%200%200%201-5.9%202.9h-50.8c-6.6%200-10.2-7.9-5.8-13.1l62.7-76.8l-61.2-74.9c-4.3-5.2-.7-13.1%205.9-13.1h50.9c2.2%200%204.5%201.1%205.9%202.9l34%2041.6l34-41.6c1.5-1.9%203.6-2.9%205.9-2.9h50.8c6.6%200%2010.2%207.9%205.9%2013.1L383.5%20675l62.7%2076.8c4.2%205.3.6%2013.2-6%2013.2m7.8-382c0%202.2-1.4%204-3.2%204H376v68.7c0%201.9-1.8%203.3-4%203.3h-48c-2.2%200-4-1.4-4-3.2V387h-68.8c-1.8%200-3.2-1.8-3.2-4v-48c0-2.2%201.4-4%203.2-4H320v-68.8c0-1.8%201.8-3.2%204-3.2h48c2.2%200%204%201.4%204%203.2V331h68.7c1.9%200%203.3%201.8%203.3%204zm328%20369c0%202.2-1.4%204-3.2%204H579.2c-1.8%200-3.2-1.8-3.2-4v-48c0-2.2%201.4-4%203.2-4h193.5c1.9%200%203.3%201.8%203.3%204zm0-104c0%202.2-1.4%204-3.2%204H579.2c-1.8%200-3.2-1.8-3.2-4v-48c0-2.2%201.4-4%203.2-4h193.5c1.9%200%203.3%201.8%203.3%204zm0-265c0%202.2-1.4%204-3.2%204H579.2c-1.8%200-3.2-1.8-3.2-4v-48c0-2.2%201.4-4%203.2-4h193.5c1.9%200%203.3%201.8%203.3%204z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M880%20112H144c-17.7%200-32%2014.3-32%2032v736c0%2017.7%2014.3%2032%2032%2032h736c17.7%200%2032-14.3%2032-32V144c0-17.7-14.3-32-32-32M440.2%20765h-50.8c-2.2%200-4.5-1.1-5.9-2.9L348%20718.6l-35.5%2043.5a7.38%207.38%200%200%201-5.9%202.9h-50.8c-6.6%200-10.2-7.9-5.8-13.1l62.7-76.8l-61.2-74.9c-4.3-5.2-.7-13.1%205.9-13.1h50.9c2.2%200%204.5%201.1%205.9%202.9l34%2041.6l34-41.6c1.5-1.9%203.6-2.9%205.9-2.9h50.8c6.6%200%2010.2%207.9%205.9%2013.1L383.5%20675l62.7%2076.8c4.2%205.3.6%2013.2-6%2013.2m7.8-382c0%202.2-1.4%204-3.2%204H376v68.7c0%201.9-1.8%203.3-4%203.3h-48c-2.2%200-4-1.4-4-3.2V387h-68.8c-1.8%200-3.2-1.8-3.2-4v-48c0-2.2%201.4-4%203.2-4H320v-68.8c0-1.8%201.8-3.2%204-3.2h48c2.2%200%204%201.4%204%203.2V331h68.7c1.9%200%203.3%201.8%203.3%204zm328%20369c0%202.2-1.4%204-3.2%204H579.2c-1.8%200-3.2-1.8-3.2-4v-48c0-2.2%201.4-4%203.2-4h193.5c1.9%200%203.3%201.8%203.3%204zm0-104c0%202.2-1.4%204-3.2%204H579.2c-1.8%200-3.2-1.8-3.2-4v-48c0-2.2%201.4-4%203.2-4h193.5c1.9%200%203.3%201.8%203.3%204zm0-265c0%202.2-1.4%204-3.2%204H579.2c-1.8%200-3.2-1.8-3.2-4v-48c0-2.2%201.4-4%203.2-4h193.5c1.9%200%203.3%201.8%203.3%204z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/calculator-filled.svg?color=%231a73e8&size=48