ios calculator icon

ios-calculator-outline from IonIcons by Ben Sperry · Outline · MIT Free for personal and commercial use.

Name
ios-calculator-outline
Set
IonIcons
Style
Outline
Viewbox
512×512
License
MIT

1 other variant in IonIcons

Related icons in IonIcons

Use the ios calculator icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M144 160h224V96H144v64zm16-48h192v32H160v-32z" fill="currentColor"/><path d="M368 64H144c-17.7 0-32 14.3-32 32v320c0 17.7 14.3 32 32 32h224c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm16 352c0 8.8-7.2 16-16 16H144c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16h224c8.8 0 16 7.2 16 16v320z" fill="currentColor"/><path d="M160 240v-48h-16v64h64v-16h-16z" fill="currentColor"/><path d="M160 320v-48h-16v64h64v-16h-16z" fill="currentColor"/><path d="M160 400v-48h-16v64h64v-16h-16z" fill="currentColor"/><path d="M240 240v-48h-16v64h64v-16h-16z" fill="currentColor"/><path d="M320 240v-48h-16v64h64v-16h-16z" fill="currentColor"/><path d="M240 320v-48h-16v64h64v-16h-16z" fill="currentColor"/><path d="M240 400v-48h-16v64h64v-16h-16z" fill="currentColor"/><path d="M320 400V272h-16v144h64v-16h-16z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonIosCalculatorOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M144 160h224V96H144v64zm16-48h192v32H160v-32z" fill="currentColor"/><path d="M368 64H144c-17.7 0-32 14.3-32 32v320c0 17.7 14.3 32 32 32h224c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm16 352c0 8.8-7.2 16-16 16H144c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16h224c8.8 0 16 7.2 16 16v320z" fill="currentColor"/><path d="M160 240v-48h-16v64h64v-16h-16z" fill="currentColor"/><path d="M160 320v-48h-16v64h64v-16h-16z" fill="currentColor"/><path d="M160 400v-48h-16v64h64v-16h-16z" fill="currentColor"/><path d="M240 240v-48h-16v64h64v-16h-16z" fill="currentColor"/><path d="M320 240v-48h-16v64h64v-16h-16z" fill="currentColor"/><path d="M240 320v-48h-16v64h64v-16h-16z" fill="currentColor"/><path d="M240 400v-48h-16v64h64v-16h-16z" fill="currentColor"/><path d="M320 400V272h-16v144h64v-16h-16z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M144 160h224V96H144v64zm16-48h192v32H160v-32z" fill="currentColor"/><path d="M368 64H144c-17.7 0-32 14.3-32 32v320c0 17.7 14.3 32 32 32h224c17.7 0 32-14.3 32-32V96c0-17.7-14.3-32-32-32zm16 352c0 8.8-7.2 16-16 16H144c-8.8 0-16-7.2-16-16V96c0-8.8 7.2-16 16-16h224c8.8 0 16 7.2 16 16v320z" fill="currentColor"/><path d="M160 240v-48h-16v64h64v-16h-16z" fill="currentColor"/><path d="M160 320v-48h-16v64h64v-16h-16z" fill="currentColor"/><path d="M160 400v-48h-16v64h64v-16h-16z" fill="currentColor"/><path d="M240 240v-48h-16v64h64v-16h-16z" fill="currentColor"/><path d="M320 240v-48h-16v64h64v-16h-16z" fill="currentColor"/><path d="M240 320v-48h-16v64h64v-16h-16z" fill="currentColor"/><path d="M240 400v-48h-16v64h64v-16h-16z" fill="currentColor"/><path d="M320 400V272h-16v144h64v-16h-16z" fill="currentColor"/></svg>
</template>

CSS

.icon-ios-calculator-outline {
  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%20d%3D%22M144%20160h224V96H144v64zm16-48h192v32H160v-32z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M368%2064H144c-17.7%200-32%2014.3-32%2032v320c0%2017.7%2014.3%2032%2032%2032h224c17.7%200%2032-14.3%2032-32V96c0-17.7-14.3-32-32-32zm16%20352c0%208.8-7.2%2016-16%2016H144c-8.8%200-16-7.2-16-16V96c0-8.8%207.2-16%2016-16h224c8.8%200%2016%207.2%2016%2016v320z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M160%20240v-48h-16v64h64v-16h-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M160%20320v-48h-16v64h64v-16h-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M160%20400v-48h-16v64h64v-16h-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M240%20240v-48h-16v64h64v-16h-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M320%20240v-48h-16v64h64v-16h-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M240%20320v-48h-16v64h64v-16h-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M240%20400v-48h-16v64h64v-16h-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M320%20400V272h-16v144h64v-16h-16z%22%20fill%3D%22currentColor%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%20d%3D%22M144%20160h224V96H144v64zm16-48h192v32H160v-32z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M368%2064H144c-17.7%200-32%2014.3-32%2032v320c0%2017.7%2014.3%2032%2032%2032h224c17.7%200%2032-14.3%2032-32V96c0-17.7-14.3-32-32-32zm16%20352c0%208.8-7.2%2016-16%2016H144c-8.8%200-16-7.2-16-16V96c0-8.8%207.2-16%2016-16h224c8.8%200%2016%207.2%2016%2016v320z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M160%20240v-48h-16v64h64v-16h-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M160%20320v-48h-16v64h64v-16h-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M160%20400v-48h-16v64h64v-16h-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M240%20240v-48h-16v64h64v-16h-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M320%20240v-48h-16v64h64v-16h-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M240%20320v-48h-16v64h64v-16h-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M240%20400v-48h-16v64h64v-16h-16z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M320%20400V272h-16v144h64v-16h-16z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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