calculator check icon

calculator-check from Carbon by IBM · Outline · Tools · Apache-2.0 Free for personal and commercial use.

Name
calculator-check
Set
Carbon
Style
Outline
Category
Tools
Viewbox
32×32
License
Apache 2.0

More tools icons from Carbon

Use the calculator check icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24 26.59L21.41 24L20 25.41l4 4l7-7L29.59 21zM15 23h2v2h-2zm-6 0h2v2H9zm12-5h2v2h-2zm-6 0h2v2h-2zm-6 0h2v2H9zm12-5h2v2h-2zm-6 0h2v2h-2zm-6 0h2v2H9zm0-6h14v3H9z"/><path fill="currentColor" d="M17 30H6.005A2.007 2.007 0 0 1 4 27.995V3.996A2 2 0 0 1 5.996 2h20.008A2 2 0 0 1 28 3.996V18h-2V4H6v24h11Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonCalculatorCheck(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24 26.59L21.41 24L20 25.41l4 4l7-7L29.59 21zM15 23h2v2h-2zm-6 0h2v2H9zm12-5h2v2h-2zm-6 0h2v2h-2zm-6 0h2v2H9zm12-5h2v2h-2zm-6 0h2v2h-2zm-6 0h2v2H9zm0-6h14v3H9z"/><path fill="currentColor" d="M17 30H6.005A2.007 2.007 0 0 1 4 27.995V3.996A2 2 0 0 1 5.996 2h20.008A2 2 0 0 1 28 3.996V18h-2V4H6v24h11Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M24 26.59L21.41 24L20 25.41l4 4l7-7L29.59 21zM15 23h2v2h-2zm-6 0h2v2H9zm12-5h2v2h-2zm-6 0h2v2h-2zm-6 0h2v2H9zm12-5h2v2h-2zm-6 0h2v2h-2zm-6 0h2v2H9zm0-6h14v3H9z"/><path fill="currentColor" d="M17 30H6.005A2.007 2.007 0 0 1 4 27.995V3.996A2 2 0 0 1 5.996 2h20.008A2 2 0 0 1 28 3.996V18h-2V4H6v24h11Z"/></svg>
</template>

CSS

.icon-calculator-check {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2026.59L21.41%2024L20%2025.41l4%204l7-7L29.59%2021zM15%2023h2v2h-2zm-6%200h2v2H9zm12-5h2v2h-2zm-6%200h2v2h-2zm-6%200h2v2H9zm12-5h2v2h-2zm-6%200h2v2h-2zm-6%200h2v2H9zm0-6h14v3H9z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2030H6.005A2.007%202.007%200%200%201%204%2027.995V3.996A2%202%200%200%201%205.996%202h20.008A2%202%200%200%201%2028%203.996V18h-2V4H6v24h11Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%2026.59L21.41%2024L20%2025.41l4%204l7-7L29.59%2021zM15%2023h2v2h-2zm-6%200h2v2H9zm12-5h2v2h-2zm-6%200h2v2h-2zm-6%200h2v2H9zm12-5h2v2h-2zm-6%200h2v2h-2zm-6%200h2v2H9zm0-6h14v3H9z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%2030H6.005A2.007%202.007%200%200%201%204%2027.995V3.996A2%202%200%200%201%205.996%202h20.008A2%202%200%200%201%2028%203.996V18h-2V4H6v24h11Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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