calculator icon
calculator-duotone from Reicon by REICON · Duotone · School · MIT Free for personal and commercial use.
- Name
- calculator-duotone
- Set
- Reicon
- Style
- Duotone
- Category
- School
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
All calculator icons →calculatorAkar Iconscalculator-filledAnt Design IconscalculatorBootstrap IconscalculatorBoxIcons v2calculatorBoxIcons v2 SolidcalculatorCarboncalculatorFont Awesome 6 SolidcalculatorFont Awesome Solidcalculator-16-filledFluent UI System Iconscalculatorcss.ggcalculatorHeroIconscalculatorHuge IconscalculatorIconParkcalculatorIconPark OutlinecalculatorIconPark SolidcalculatorIconPark TwoTonecalculatorIconoircalculatorIonIconscalculatorJam IconscalculatorKeyline IconscalculatorLine AwesomecalculatorLucidecalculatorMage IconscalculatorMajesticons
More school icons from Reicon
Use the calculator icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 22c-4.243 0-6.364 0-7.682-1.465C3 19.072 3 16.714 3 12s0-7.071 1.318-8.536S7.758 2 12 2s6.364 0 7.682 1.464C21 4.93 21 7.286 21 12s0 7.071-1.318 8.535S16.242 22 12 22" opacity=".5"/><path d="M15 6H9c-.465 0-.697 0-.888.051a1.5 1.5 0 0 0-1.06 1.06C7 7.304 7 7.536 7 8s0 .697.051.888a1.5 1.5 0 0 0 1.06 1.06C8.304 10 8.536 10 9 10h6c.465 0 .697 0 .888-.051a1.5 1.5 0 0 0 1.06-1.06C17 8.696 17 8.464 17 8s0-.697-.051-.888a1.5 1.5 0 0 0-1.06-1.06C15.697 6 15.464 6 15 6m-7 8a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m4-4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m4-4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconCalculatorDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 22c-4.243 0-6.364 0-7.682-1.465C3 19.072 3 16.714 3 12s0-7.071 1.318-8.536S7.758 2 12 2s6.364 0 7.682 1.464C21 4.93 21 7.286 21 12s0 7.071-1.318 8.535S16.242 22 12 22" opacity=".5"/><path d="M15 6H9c-.465 0-.697 0-.888.051a1.5 1.5 0 0 0-1.06 1.06C7 7.304 7 7.536 7 8s0 .697.051.888a1.5 1.5 0 0 0 1.06 1.06C8.304 10 8.536 10 9 10h6c.465 0 .697 0 .888-.051a1.5 1.5 0 0 0 1.06-1.06C17 8.696 17 8.464 17 8s0-.697-.051-.888a1.5 1.5 0 0 0-1.06-1.06C15.697 6 15.464 6 15 6m-7 8a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m4-4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m4-4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M12 22c-4.243 0-6.364 0-7.682-1.465C3 19.072 3 16.714 3 12s0-7.071 1.318-8.536S7.758 2 12 2s6.364 0 7.682 1.464C21 4.93 21 7.286 21 12s0 7.071-1.318 8.535S16.242 22 12 22" opacity=".5"/><path d="M15 6H9c-.465 0-.697 0-.888.051a1.5 1.5 0 0 0-1.06 1.06C7 7.304 7 7.536 7 8s0 .697.051.888a1.5 1.5 0 0 0 1.06 1.06C8.304 10 8.536 10 9 10h6c.465 0 .697 0 .888-.051a1.5 1.5 0 0 0 1.06-1.06C17 8.696 17 8.464 17 8s0-.697-.051-.888a1.5 1.5 0 0 0-1.06-1.06C15.697 6 15.464 6 15 6m-7 8a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m4-4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m4-4a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0 4a1 1 0 1 0 0-2a1 1 0 0 0 0 2"/></g></svg> </template>
CSS
.icon-calculator-duotone {
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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%2022c-4.243%200-6.364%200-7.682-1.465C3%2019.072%203%2016.714%203%2012s0-7.071%201.318-8.536S7.758%202%2012%202s6.364%200%207.682%201.464C21%204.93%2021%207.286%2021%2012s0%207.071-1.318%208.535S16.242%2022%2012%2022%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M15%206H9c-.465%200-.697%200-.888.051a1.5%201.5%200%200%200-1.06%201.06C7%207.304%207%207.536%207%208s0%20.697.051.888a1.5%201.5%200%200%200%201.06%201.06C8.304%2010%208.536%2010%209%2010h6c.465%200%20.697%200%20.888-.051a1.5%201.5%200%200%200%201.06-1.06C17%208.696%2017%208.464%2017%208s0-.697-.051-.888a1.5%201.5%200%200%200-1.06-1.06C15.697%206%2015.464%206%2015%206m-7%208a1%201%200%201%200%200-2a1%201%200%200%200%200%202m0%204a1%201%200%201%200%200-2a1%201%200%200%200%200%202m4-4a1%201%200%201%200%200-2a1%201%200%200%200%200%202m0%204a1%201%200%201%200%200-2a1%201%200%200%200%200%202m4-4a1%201%200%201%200%200-2a1%201%200%200%200%200%202m0%204a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M12%2022c-4.243%200-6.364%200-7.682-1.465C3%2019.072%203%2016.714%203%2012s0-7.071%201.318-8.536S7.758%202%2012%202s6.364%200%207.682%201.464C21%204.93%2021%207.286%2021%2012s0%207.071-1.318%208.535S16.242%2022%2012%2022%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M15%206H9c-.465%200-.697%200-.888.051a1.5%201.5%200%200%200-1.06%201.06C7%207.304%207%207.536%207%208s0%20.697.051.888a1.5%201.5%200%200%200%201.06%201.06C8.304%2010%208.536%2010%209%2010h6c.465%200%20.697%200%20.888-.051a1.5%201.5%200%200%200%201.06-1.06C17%208.696%2017%208.464%2017%208s0-.697-.051-.888a1.5%201.5%200%200%200-1.06-1.06C15.697%206%2015.464%206%2015%206m-7%208a1%201%200%201%200%200-2a1%201%200%200%200%200%202m0%204a1%201%200%201%200%200-2a1%201%200%200%200%200%202m4-4a1%201%200%201%200%200-2a1%201%200%200%200%200%202m0%204a1%201%200%201%200%200-2a1%201%200%200%200%200%202m4-4a1%201%200%201%200%200-2a1%201%200%200%200%200%202m0%204a1%201%200%201%200%200-2a1%201%200%200%200%200%202%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/calculator-duotone.svg?color=%231a73e8&size=48