calculator-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
calculator-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

The same icon in other sets

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 24 24"><path fill="currentColor" d="M4 5.25A3.25 3.25 0 0 1 7.25 2h9.5A3.25 3.25 0 0 1 20 5.25v13.5A3.25 3.25 0 0 1 16.75 22h-9.5A3.25 3.25 0 0 1 4 18.75zM9 5a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm.5 8.25a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0M8.25 18.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M17 13.25a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0m-1.25 5.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m-2.5-5.25a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0M12 18.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>

React

import type { SVGProps } from "react";

export function FluentCalculator24Filled(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="M4 5.25A3.25 3.25 0 0 1 7.25 2h9.5A3.25 3.25 0 0 1 20 5.25v13.5A3.25 3.25 0 0 1 16.75 22h-9.5A3.25 3.25 0 0 1 4 18.75zM9 5a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm.5 8.25a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0M8.25 18.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M17 13.25a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0m-1.25 5.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m-2.5-5.25a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0M12 18.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4 5.25A3.25 3.25 0 0 1 7.25 2h9.5A3.25 3.25 0 0 1 20 5.25v13.5A3.25 3.25 0 0 1 16.75 22h-9.5A3.25 3.25 0 0 1 4 18.75zM9 5a2 2 0 0 0-2 2v1a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2zm.5 8.25a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0M8.25 18.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5M17 13.25a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0m-1.25 5.25a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5m-2.5-5.25a1.25 1.25 0 1 0-2.5 0a1.25 1.25 0 0 0 2.5 0M12 18.5a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>
</template>

CSS

.icon-calculator-24-filled {
  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%22M4%205.25A3.25%203.25%200%200%201%207.25%202h9.5A3.25%203.25%200%200%201%2020%205.25v13.5A3.25%203.25%200%200%201%2016.75%2022h-9.5A3.25%203.25%200%200%201%204%2018.75zM9%205a2%202%200%200%200-2%202v1a2%202%200%200%200%202%202h6a2%202%200%200%200%202-2V7a2%202%200%200%200-2-2zm.5%208.25a1.25%201.25%200%201%200-2.5%200a1.25%201.25%200%200%200%202.5%200M8.25%2018.5a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5M17%2013.25a1.25%201.25%200%201%200-2.5%200a1.25%201.25%200%200%200%202.5%200m-1.25%205.25a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m-2.5-5.25a1.25%201.25%200%201%200-2.5%200a1.25%201.25%200%200%200%202.5%200M12%2018.5a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5%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%22M4%205.25A3.25%203.25%200%200%201%207.25%202h9.5A3.25%203.25%200%200%201%2020%205.25v13.5A3.25%203.25%200%200%201%2016.75%2022h-9.5A3.25%203.25%200%200%201%204%2018.75zM9%205a2%202%200%200%200-2%202v1a2%202%200%200%200%202%202h6a2%202%200%200%200%202-2V7a2%202%200%200%200-2-2zm.5%208.25a1.25%201.25%200%201%200-2.5%200a1.25%201.25%200%200%200%202.5%200M8.25%2018.5a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5M17%2013.25a1.25%201.25%200%201%200-2.5%200a1.25%201.25%200%200%200%202.5%200m-1.25%205.25a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5m-2.5-5.25a1.25%201.25%200%201%200-2.5%200a1.25%201.25%200%200%200%202.5%200M12%2018.5a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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