calculator icon
calculator-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- calculator-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- 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 20 20"><path fill="currentColor" d="M8 11a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m5-2a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 2a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-4-2a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 2a1 1 0 1 1-2 0a1 1 0 0 1 2 0M7.5 4A1.5 1.5 0 0 0 6 5.5v1A1.5 1.5 0 0 0 7.5 8h5A1.5 1.5 0 0 0 14 6.5v-1A1.5 1.5 0 0 0 12.5 4zM7 5.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5zm9 10a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 4 15.5v-11A2.5 2.5 0 0 1 6.5 2h7A2.5 2.5 0 0 1 16 4.5zm-1-11A1.5 1.5 0 0 0 13.5 3h-7A1.5 1.5 0 0 0 5 4.5v11A1.5 1.5 0 0 0 6.5 17h7a1.5 1.5 0 0 0 1.5-1.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCalculator20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8 11a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m5-2a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 2a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-4-2a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 2a1 1 0 1 1-2 0a1 1 0 0 1 2 0M7.5 4A1.5 1.5 0 0 0 6 5.5v1A1.5 1.5 0 0 0 7.5 8h5A1.5 1.5 0 0 0 14 6.5v-1A1.5 1.5 0 0 0 12.5 4zM7 5.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5zm9 10a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 4 15.5v-11A2.5 2.5 0 0 1 6.5 2h7A2.5 2.5 0 0 1 16 4.5zm-1-11A1.5 1.5 0 0 0 13.5 3h-7A1.5 1.5 0 0 0 5 4.5v11A1.5 1.5 0 0 0 6.5 17h7a1.5 1.5 0 0 0 1.5-1.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M8 11a1 1 0 1 1-2 0a1 1 0 0 1 2 0m0 3a1 1 0 1 1-2 0a1 1 0 0 1 2 0m5-2a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 2a1 1 0 1 1-2 0a1 1 0 0 1 2 0m-4-2a1 1 0 1 0 0-2a1 1 0 0 0 0 2m1 2a1 1 0 1 1-2 0a1 1 0 0 1 2 0M7.5 4A1.5 1.5 0 0 0 6 5.5v1A1.5 1.5 0 0 0 7.5 8h5A1.5 1.5 0 0 0 14 6.5v-1A1.5 1.5 0 0 0 12.5 4zM7 5.5a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-5a.5.5 0 0 1-.5-.5zm9 10a2.5 2.5 0 0 1-2.5 2.5h-7A2.5 2.5 0 0 1 4 15.5v-11A2.5 2.5 0 0 1 6.5 2h7A2.5 2.5 0 0 1 16 4.5zm-1-11A1.5 1.5 0 0 0 13.5 3h-7A1.5 1.5 0 0 0 5 4.5v11A1.5 1.5 0 0 0 6.5 17h7a1.5 1.5 0 0 0 1.5-1.5z"/></svg> </template>
CSS
.icon-calculator-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2011a1%201%200%201%201-2%200a1%201%200%200%201%202%200m0%203a1%201%200%201%201-2%200a1%201%200%200%201%202%200m5-2a1%201%200%201%200%200-2a1%201%200%200%200%200%202m1%202a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-4-2a1%201%200%201%200%200-2a1%201%200%200%200%200%202m1%202a1%201%200%201%201-2%200a1%201%200%200%201%202%200M7.5%204A1.5%201.5%200%200%200%206%205.5v1A1.5%201.5%200%200%200%207.5%208h5A1.5%201.5%200%200%200%2014%206.5v-1A1.5%201.5%200%200%200%2012.5%204zM7%205.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%20.5.5v1a.5.5%200%200%201-.5.5h-5a.5.5%200%200%201-.5-.5zm9%2010a2.5%202.5%200%200%201-2.5%202.5h-7A2.5%202.5%200%200%201%204%2015.5v-11A2.5%202.5%200%200%201%206.5%202h7A2.5%202.5%200%200%201%2016%204.5zm-1-11A1.5%201.5%200%200%200%2013.5%203h-7A1.5%201.5%200%200%200%205%204.5v11A1.5%201.5%200%200%200%206.5%2017h7a1.5%201.5%200%200%200%201.5-1.5z%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8%2011a1%201%200%201%201-2%200a1%201%200%200%201%202%200m0%203a1%201%200%201%201-2%200a1%201%200%200%201%202%200m5-2a1%201%200%201%200%200-2a1%201%200%200%200%200%202m1%202a1%201%200%201%201-2%200a1%201%200%200%201%202%200m-4-2a1%201%200%201%200%200-2a1%201%200%200%200%200%202m1%202a1%201%200%201%201-2%200a1%201%200%200%201%202%200M7.5%204A1.5%201.5%200%200%200%206%205.5v1A1.5%201.5%200%200%200%207.5%208h5A1.5%201.5%200%200%200%2014%206.5v-1A1.5%201.5%200%200%200%2012.5%204zM7%205.5a.5.5%200%200%201%20.5-.5h5a.5.5%200%200%201%20.5.5v1a.5.5%200%200%201-.5.5h-5a.5.5%200%200%201-.5-.5zm9%2010a2.5%202.5%200%200%201-2.5%202.5h-7A2.5%202.5%200%200%201%204%2015.5v-11A2.5%202.5%200%200%201%206.5%202h7A2.5%202.5%200%200%201%2016%204.5zm-1-11A1.5%201.5%200%200%200%2013.5%203h-7A1.5%201.5%200%200%200%205%204.5v11A1.5%201.5%200%200%200%206.5%2017h7a1.5%201.5%200%200%200%201.5-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/calculator-20-regular.svg?color=%231a73e8&size=48