calculator icon
calculator from IconPark by ByteDance · Color · Hardware · Apache-2.0 Free for personal and commercial use.
- Name
- calculator
- Set
- IconPark
- Style
- Color
- Category
- Hardware
- Viewbox
- 48×48
- License
- Apache 2.0
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 IconscalculatorIconPark OutlinecalculatorIconPark SolidcalculatorIconPark TwoTonecalculatorIconoircalculatorIonIconscalculatorJam IconscalculatorLine AwesomecalculatorLucidecalculatorMage IconscalculatorMajesticonscalculatorMaterial Design IconscalculatorOpenMoji
More hardware icons from IconPark
Use the calculator icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M40 4H8.0002C6.89565 4 6.00022 4.89541 6.0002 5.99996L5.99955 42C5.99953 43.1045 6.89497 44 7.99955 44H40C41.1046 44 42 43.1046 42 42V6C42 4.89543 41.1046 4 40 4Z"/><path fill="#43CCF8" stroke="#fff" d="M35 10H13V19H35V10Z"/><path stroke="#fff" stroke-linecap="round" d="M12 28L19 35"/><path stroke="#fff" stroke-linecap="round" d="M19 28L12 35"/><path stroke="#fff" stroke-linecap="round" d="M28 35H36"/><path stroke="#fff" stroke-linecap="round" d="M28 29H36"/></g></svg>
React
import type { SVGProps } from "react";
export function IconParkCalculator(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeLinejoin="round" strokeWidth="4"><path fill="#2F88FF" stroke="#000" d="M40 4H8.0002C6.89565 4 6.00022 4.89541 6.0002 5.99996L5.99955 42C5.99953 43.1045 6.89497 44 7.99955 44H40C41.1046 44 42 43.1046 42 42V6C42 4.89543 41.1046 4 40 4Z"/><path fill="#43CCF8" stroke="#fff" d="M35 10H13V19H35V10Z"/><path stroke="#fff" strokeLinecap="round" d="M12 28L19 35"/><path stroke="#fff" strokeLinecap="round" d="M19 28L12 35"/><path stroke="#fff" strokeLinecap="round" d="M28 35H36"/><path stroke="#fff" strokeLinecap="round" d="M28 29H36"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-linejoin="round" stroke-width="4"><path fill="#2F88FF" stroke="#000" d="M40 4H8.0002C6.89565 4 6.00022 4.89541 6.0002 5.99996L5.99955 42C5.99953 43.1045 6.89497 44 7.99955 44H40C41.1046 44 42 43.1046 42 42V6C42 4.89543 41.1046 4 40 4Z"/><path fill="#43CCF8" stroke="#fff" d="M35 10H13V19H35V10Z"/><path stroke="#fff" stroke-linecap="round" d="M12 28L19 35"/><path stroke="#fff" stroke-linecap="round" d="M19 28L12 35"/><path stroke="#fff" stroke-linecap="round" d="M28 35H36"/><path stroke="#fff" stroke-linecap="round" d="M28 29H36"/></g></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M40%204H8.0002C6.89565%204%206.00022%204.89541%206.0002%205.99996L5.99955%2042C5.99953%2043.1045%206.89497%2044%207.99955%2044H40C41.1046%2044%2042%2043.1046%2042%2042V6C42%204.89543%2041.1046%204%2040%204Z%22%2F%3E%3Cpath%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20d%3D%22M35%2010H13V19H35V10Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M12%2028L19%2035%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M19%2028L12%2035%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M28%2035H36%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M28%2029H36%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20d%3D%22M40%204H8.0002C6.89565%204%206.00022%204.89541%206.0002%205.99996L5.99955%2042C5.99953%2043.1045%206.89497%2044%207.99955%2044H40C41.1046%2044%2042%2043.1046%2042%2042V6C42%204.89543%2041.1046%204%2040%204Z%22%2F%3E%3Cpath%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20d%3D%22M35%2010H13V19H35V10Z%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M12%2028L19%2035%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M19%2028L12%2035%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M28%2035H36%22%2F%3E%3Cpath%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20d%3D%22M28%2029H36%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/calculator.svg?color=%231a73e8&size=48