calculator icon
calculator from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- calculator
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
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 AwesomecalculatorLucidecalculatorMage IconscalculatorMajesticonscalculatorMaterial Design 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="M15.5 8.25h-7c-.28 0-.5-.22-.5-.5v-1.5c0-.28.22-.5.5-.5h7c.28 0 .5.22.5.5v1.5c0 .28-.22.5-.5.5m.5 3v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5m-6 0v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5m3 0v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5m3 3.25v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5m-6 0v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5m3 0v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5m3 3.25v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5m-3 0v-1c0-.28-.22-.5-.5-.5h-4c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h4c.28 0 .5-.22.5-.5m6.25 1.75v-15c0-1.24-1.01-2.25-2.25-2.25H7c-1.24 0-2.25 1.01-2.25 2.25v15c0 1.24 1.01 2.25 2.25 2.25h10c1.24 0 2.25-1.01 2.25-2.25M17 3.75c.41 0 .75.34.75.75v15c0 .41-.34.75-.75.75H7c-.41 0-.75-.34-.75-.75v-15c0-.41.34-.75.75-.75z"/></svg>
React
import type { SVGProps } from "react";
export function PrimeCalculator(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="M15.5 8.25h-7c-.28 0-.5-.22-.5-.5v-1.5c0-.28.22-.5.5-.5h7c.28 0 .5.22.5.5v1.5c0 .28-.22.5-.5.5m.5 3v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5m-6 0v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5m3 0v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5m3 3.25v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5m-6 0v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5m3 0v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5m3 3.25v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5m-3 0v-1c0-.28-.22-.5-.5-.5h-4c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h4c.28 0 .5-.22.5-.5m6.25 1.75v-15c0-1.24-1.01-2.25-2.25-2.25H7c-1.24 0-2.25 1.01-2.25 2.25v15c0 1.24 1.01 2.25 2.25 2.25h10c1.24 0 2.25-1.01 2.25-2.25M17 3.75c.41 0 .75.34.75.75v15c0 .41-.34.75-.75.75H7c-.41 0-.75-.34-.75-.75v-15c0-.41.34-.75.75-.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="M15.5 8.25h-7c-.28 0-.5-.22-.5-.5v-1.5c0-.28.22-.5.5-.5h7c.28 0 .5.22.5.5v1.5c0 .28-.22.5-.5.5m.5 3v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5m-6 0v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5m3 0v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5m3 3.25v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5m-6 0v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5m3 0v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5m3 3.25v-1c0-.28-.22-.5-.5-.5h-1c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h1c.28 0 .5-.22.5-.5m-3 0v-1c0-.28-.22-.5-.5-.5h-4c-.28 0-.5.22-.5.5v1c0 .28.22.5.5.5h4c.28 0 .5-.22.5-.5m6.25 1.75v-15c0-1.24-1.01-2.25-2.25-2.25H7c-1.24 0-2.25 1.01-2.25 2.25v15c0 1.24 1.01 2.25 2.25 2.25h10c1.24 0 2.25-1.01 2.25-2.25M17 3.75c.41 0 .75.34.75.75v15c0 .41-.34.75-.75.75H7c-.41 0-.75-.34-.75-.75v-15c0-.41.34-.75.75-.75z"/></svg> </template>
CSS
.icon-calculator {
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%22M15.5%208.25h-7c-.28%200-.5-.22-.5-.5v-1.5c0-.28.22-.5.5-.5h7c.28%200%20.5.22.5.5v1.5c0%20.28-.22.5-.5.5m.5%203v-1c0-.28-.22-.5-.5-.5h-1c-.28%200-.5.22-.5.5v1c0%20.28.22.5.5.5h1c.28%200%20.5-.22.5-.5m-6%200v-1c0-.28-.22-.5-.5-.5h-1c-.28%200-.5.22-.5.5v1c0%20.28.22.5.5.5h1c.28%200%20.5-.22.5-.5m3%200v-1c0-.28-.22-.5-.5-.5h-1c-.28%200-.5.22-.5.5v1c0%20.28.22.5.5.5h1c.28%200%20.5-.22.5-.5m3%203.25v-1c0-.28-.22-.5-.5-.5h-1c-.28%200-.5.22-.5.5v1c0%20.28.22.5.5.5h1c.28%200%20.5-.22.5-.5m-6%200v-1c0-.28-.22-.5-.5-.5h-1c-.28%200-.5.22-.5.5v1c0%20.28.22.5.5.5h1c.28%200%20.5-.22.5-.5m3%200v-1c0-.28-.22-.5-.5-.5h-1c-.28%200-.5.22-.5.5v1c0%20.28.22.5.5.5h1c.28%200%20.5-.22.5-.5m3%203.25v-1c0-.28-.22-.5-.5-.5h-1c-.28%200-.5.22-.5.5v1c0%20.28.22.5.5.5h1c.28%200%20.5-.22.5-.5m-3%200v-1c0-.28-.22-.5-.5-.5h-4c-.28%200-.5.22-.5.5v1c0%20.28.22.5.5.5h4c.28%200%20.5-.22.5-.5m6.25%201.75v-15c0-1.24-1.01-2.25-2.25-2.25H7c-1.24%200-2.25%201.01-2.25%202.25v15c0%201.24%201.01%202.25%202.25%202.25h10c1.24%200%202.25-1.01%202.25-2.25M17%203.75c.41%200%20.75.34.75.75v15c0%20.41-.34.75-.75.75H7c-.41%200-.75-.34-.75-.75v-15c0-.41.34-.75.75-.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%22M15.5%208.25h-7c-.28%200-.5-.22-.5-.5v-1.5c0-.28.22-.5.5-.5h7c.28%200%20.5.22.5.5v1.5c0%20.28-.22.5-.5.5m.5%203v-1c0-.28-.22-.5-.5-.5h-1c-.28%200-.5.22-.5.5v1c0%20.28.22.5.5.5h1c.28%200%20.5-.22.5-.5m-6%200v-1c0-.28-.22-.5-.5-.5h-1c-.28%200-.5.22-.5.5v1c0%20.28.22.5.5.5h1c.28%200%20.5-.22.5-.5m3%200v-1c0-.28-.22-.5-.5-.5h-1c-.28%200-.5.22-.5.5v1c0%20.28.22.5.5.5h1c.28%200%20.5-.22.5-.5m3%203.25v-1c0-.28-.22-.5-.5-.5h-1c-.28%200-.5.22-.5.5v1c0%20.28.22.5.5.5h1c.28%200%20.5-.22.5-.5m-6%200v-1c0-.28-.22-.5-.5-.5h-1c-.28%200-.5.22-.5.5v1c0%20.28.22.5.5.5h1c.28%200%20.5-.22.5-.5m3%200v-1c0-.28-.22-.5-.5-.5h-1c-.28%200-.5.22-.5.5v1c0%20.28.22.5.5.5h1c.28%200%20.5-.22.5-.5m3%203.25v-1c0-.28-.22-.5-.5-.5h-1c-.28%200-.5.22-.5.5v1c0%20.28.22.5.5.5h1c.28%200%20.5-.22.5-.5m-3%200v-1c0-.28-.22-.5-.5-.5h-4c-.28%200-.5.22-.5.5v1c0%20.28.22.5.5.5h4c.28%200%20.5-.22.5-.5m6.25%201.75v-15c0-1.24-1.01-2.25-2.25-2.25H7c-1.24%200-2.25%201.01-2.25%202.25v15c0%201.24%201.01%202.25%202.25%202.25h10c1.24%200%202.25-1.01%202.25-2.25M17%203.75c.41%200%20.75.34.75.75v15c0%20.41-.34.75-.75.75H7c-.41%200-.75-.34-.75-.75v-15c0-.41.34-.75.75-.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/calculator.svg?color=%231a73e8&size=48