calculator icon
calculator-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- calculator-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
calculatorAkar Iconscalculator-filledAnt Design IconscalculatorBootstrap IconscalculatorBoxIcons v2calculatorBoxIcons v2 SolidcalculatorCarboncalculatorFont Awesome 6 SolidcalculatorFont Awesome Solidcalculatorcss.ggcalculatorHeroIconscalculatorHuge IconscalculatorIconParkcalculatorIconPark OutlinecalculatorIconPark SolidcalculatorIconPark TwoTonecalculatorIconoircalculatorIonIconscalculatorJam IconscalculatorLine AwesomecalculatorLucidecalculatorMage IconscalculatorMajesticonscalculatorMaterial Design IconscalculatorOpenMoji
Related icons in Fluent UI System Icons
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="M7 7a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V7a.5.5 0 0 0-.5-.5zm-.75 8a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m1.25 2.75a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m6.25-2.75a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M17 17.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m-5-2.75a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m1.25 2.75a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M7.25 2A3.25 3.25 0 0 0 4 5.25v13.5A3.25 3.25 0 0 0 7.25 22h9.5A3.25 3.25 0 0 0 20 18.75V5.25A3.25 3.25 0 0 0 16.75 2zM5.5 5.25c0-.966.784-1.75 1.75-1.75h9.5c.966 0 1.75.784 1.75 1.75v13.5a1.75 1.75 0 0 1-1.75 1.75h-9.5a1.75 1.75 0 0 1-1.75-1.75z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCalculator24Regular(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="M7 7a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V7a.5.5 0 0 0-.5-.5zm-.75 8a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m1.25 2.75a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m6.25-2.75a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M17 17.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m-5-2.75a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m1.25 2.75a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M7.25 2A3.25 3.25 0 0 0 4 5.25v13.5A3.25 3.25 0 0 0 7.25 22h9.5A3.25 3.25 0 0 0 20 18.75V5.25A3.25 3.25 0 0 0 16.75 2zM5.5 5.25c0-.966.784-1.75 1.75-1.75h9.5c.966 0 1.75.784 1.75 1.75v13.5a1.75 1.75 0 0 1-1.75 1.75h-9.5a1.75 1.75 0 0 1-1.75-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="M7 7a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v1a2 2 0 0 1-2 2H9a2 2 0 0 1-2-2zm2-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h6a.5.5 0 0 0 .5-.5V7a.5.5 0 0 0-.5-.5zm-.75 8a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m1.25 2.75a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m6.25-2.75a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M17 17.25a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0m-5-2.75a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m1.25 2.75a1.25 1.25 0 1 1-2.5 0a1.25 1.25 0 0 1 2.5 0M7.25 2A3.25 3.25 0 0 0 4 5.25v13.5A3.25 3.25 0 0 0 7.25 22h9.5A3.25 3.25 0 0 0 20 18.75V5.25A3.25 3.25 0 0 0 16.75 2zM5.5 5.25c0-.966.784-1.75 1.75-1.75h9.5c.966 0 1.75.784 1.75 1.75v13.5a1.75 1.75 0 0 1-1.75 1.75h-9.5a1.75 1.75 0 0 1-1.75-1.75z"/></svg> </template>
CSS
.icon-calculator-24-regular {
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%22M7%207a2%202%200%200%201%202-2h6a2%202%200%200%201%202%202v1a2%202%200%200%201-2%202H9a2%202%200%200%201-2-2zm2-.5a.5.5%200%200%200-.5.5v1a.5.5%200%200%200%20.5.5h6a.5.5%200%200%200%20.5-.5V7a.5.5%200%200%200-.5-.5zm-.75%208a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m1.25%202.75a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200m6.25-2.75a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5M17%2017.25a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200m-5-2.75a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m1.25%202.75a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M7.25%202A3.25%203.25%200%200%200%204%205.25v13.5A3.25%203.25%200%200%200%207.25%2022h9.5A3.25%203.25%200%200%200%2020%2018.75V5.25A3.25%203.25%200%200%200%2016.75%202zM5.5%205.25c0-.966.784-1.75%201.75-1.75h9.5c.966%200%201.75.784%201.75%201.75v13.5a1.75%201.75%200%200%201-1.75%201.75h-9.5a1.75%201.75%200%200%201-1.75-1.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%22M7%207a2%202%200%200%201%202-2h6a2%202%200%200%201%202%202v1a2%202%200%200%201-2%202H9a2%202%200%200%201-2-2zm2-.5a.5.5%200%200%200-.5.5v1a.5.5%200%200%200%20.5.5h6a.5.5%200%200%200%20.5-.5V7a.5.5%200%200%200-.5-.5zm-.75%208a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m1.25%202.75a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200m6.25-2.75a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5M17%2017.25a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200m-5-2.75a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m1.25%202.75a1.25%201.25%200%201%201-2.5%200a1.25%201.25%200%200%201%202.5%200M7.25%202A3.25%203.25%200%200%200%204%205.25v13.5A3.25%203.25%200%200%200%207.25%2022h9.5A3.25%203.25%200%200%200%2020%2018.75V5.25A3.25%203.25%200%200%200%2016.75%202zM5.5%205.25c0-.966.784-1.75%201.75-1.75h9.5c.966%200%201.75.784%201.75%201.75v13.5a1.75%201.75%200%200%201-1.75%201.75h-9.5a1.75%201.75%200%200%201-1.75-1.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/calculator-24-regular.svg?color=%231a73e8&size=48