calculator icon

calculator from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
calculator
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

2 other variants in IonIcons

The same icon in other sets

Use the calculator icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M416 80a48.05 48.05 0 0 0-48-48H144a48.05 48.05 0 0 0-48 48v352a48.05 48.05 0 0 0 48 48h224a48.05 48.05 0 0 0 48-48ZM168 432a24 24 0 1 1 24-24a24 24 0 0 1-24 24m0-80a24 24 0 1 1 24-24a24 24 0 0 1-24 24m0-80a24 24 0 1 1 24-24a24 24 0 0 1-24 24m88 160a24 24 0 1 1 24-24a24 24 0 0 1-24 24m0-80a24 24 0 1 1 24-24a24 24 0 0 1-24 24m0-80a24 24 0 1 1 24-24a24 24 0 0 1-24 24m112 136a24 24 0 0 1-48 0v-80a24 24 0 0 1 48 0Zm-24-136a24 24 0 1 1 24-24a24 24 0 0 1-24 24m19.31-100.69A16 16 0 0 1 352 176H160a16 16 0 0 1-16-16V96a16 16 0 0 1 16-16h192a16 16 0 0 1 16 16v64a16 16 0 0 1-4.69 11.31"/></svg>

React

import type { SVGProps } from "react";

export function IonCalculator(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M416 80a48.05 48.05 0 0 0-48-48H144a48.05 48.05 0 0 0-48 48v352a48.05 48.05 0 0 0 48 48h224a48.05 48.05 0 0 0 48-48ZM168 432a24 24 0 1 1 24-24a24 24 0 0 1-24 24m0-80a24 24 0 1 1 24-24a24 24 0 0 1-24 24m0-80a24 24 0 1 1 24-24a24 24 0 0 1-24 24m88 160a24 24 0 1 1 24-24a24 24 0 0 1-24 24m0-80a24 24 0 1 1 24-24a24 24 0 0 1-24 24m0-80a24 24 0 1 1 24-24a24 24 0 0 1-24 24m112 136a24 24 0 0 1-48 0v-80a24 24 0 0 1 48 0Zm-24-136a24 24 0 1 1 24-24a24 24 0 0 1-24 24m19.31-100.69A16 16 0 0 1 352 176H160a16 16 0 0 1-16-16V96a16 16 0 0 1 16-16h192a16 16 0 0 1 16 16v64a16 16 0 0 1-4.69 11.31"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M416 80a48.05 48.05 0 0 0-48-48H144a48.05 48.05 0 0 0-48 48v352a48.05 48.05 0 0 0 48 48h224a48.05 48.05 0 0 0 48-48ZM168 432a24 24 0 1 1 24-24a24 24 0 0 1-24 24m0-80a24 24 0 1 1 24-24a24 24 0 0 1-24 24m0-80a24 24 0 1 1 24-24a24 24 0 0 1-24 24m88 160a24 24 0 1 1 24-24a24 24 0 0 1-24 24m0-80a24 24 0 1 1 24-24a24 24 0 0 1-24 24m0-80a24 24 0 1 1 24-24a24 24 0 0 1-24 24m112 136a24 24 0 0 1-48 0v-80a24 24 0 0 1 48 0Zm-24-136a24 24 0 1 1 24-24a24 24 0 0 1-24 24m19.31-100.69A16 16 0 0 1 352 176H160a16 16 0 0 1-16-16V96a16 16 0 0 1 16-16h192a16 16 0 0 1 16 16v64a16 16 0 0 1-4.69 11.31"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M416%2080a48.05%2048.05%200%200%200-48-48H144a48.05%2048.05%200%200%200-48%2048v352a48.05%2048.05%200%200%200%2048%2048h224a48.05%2048.05%200%200%200%2048-48ZM168%20432a24%2024%200%201%201%2024-24a24%2024%200%200%201-24%2024m0-80a24%2024%200%201%201%2024-24a24%2024%200%200%201-24%2024m0-80a24%2024%200%201%201%2024-24a24%2024%200%200%201-24%2024m88%20160a24%2024%200%201%201%2024-24a24%2024%200%200%201-24%2024m0-80a24%2024%200%201%201%2024-24a24%2024%200%200%201-24%2024m0-80a24%2024%200%201%201%2024-24a24%2024%200%200%201-24%2024m112%20136a24%2024%200%200%201-48%200v-80a24%2024%200%200%201%2048%200Zm-24-136a24%2024%200%201%201%2024-24a24%2024%200%200%201-24%2024m19.31-100.69A16%2016%200%200%201%20352%20176H160a16%2016%200%200%201-16-16V96a16%2016%200%200%201%2016-16h192a16%2016%200%200%201%2016%2016v64a16%2016%200%200%201-4.69%2011.31%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M416%2080a48.05%2048.05%200%200%200-48-48H144a48.05%2048.05%200%200%200-48%2048v352a48.05%2048.05%200%200%200%2048%2048h224a48.05%2048.05%200%200%200%2048-48ZM168%20432a24%2024%200%201%201%2024-24a24%2024%200%200%201-24%2024m0-80a24%2024%200%201%201%2024-24a24%2024%200%200%201-24%2024m0-80a24%2024%200%201%201%2024-24a24%2024%200%200%201-24%2024m88%20160a24%2024%200%201%201%2024-24a24%2024%200%200%201-24%2024m0-80a24%2024%200%201%201%2024-24a24%2024%200%200%201-24%2024m0-80a24%2024%200%201%201%2024-24a24%2024%200%200%201-24%2024m112%20136a24%2024%200%200%201-48%200v-80a24%2024%200%200%201%2048%200Zm-24-136a24%2024%200%201%201%2024-24a24%2024%200%200%201-24%2024m19.31-100.69A16%2016%200%200%201%20352%20176H160a16%2016%200%200%201-16-16V96a16%2016%200%200%201%2016-16h192a16%2016%200%200%201%2016%2016v64a16%2016%200%200%201-4.69%2011.31%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/calculator.svg?color=%231a73e8&size=48