calculate-rounded from Material Symbols Light by Google · Rounded · Business · Apache-2.0 Free for personal and commercial use.

Name
calculate-rounded
Set
Material Symbols Light
Style
Rounded
Category
Business
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More business icons from Material Symbols Light

Use the calculate icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.308 15.692v1.558q0 .192.125.317t.316.125t.317-.125t.126-.317v-1.558h1.558q.192 0 .317-.125t.125-.316t-.125-.317t-.317-.126H9.192V13.25q0-.192-.125-.317t-.316-.125t-.317.125t-.126.317v1.558H6.75q-.192 0-.317.125t-.125.316t.125.317t.317.126zm5.442 1.25h3.5q.192 0 .317-.125t.125-.316t-.125-.317t-.317-.126h-3.5q-.192 0-.317.125t-.125.316t.125.317t.317.126m0-2.5h3.5q.192 0 .317-.125t.125-.316t-.125-.317t-.317-.126h-3.5q-.192 0-.317.125t-.125.316t.125.317t.317.126M7 8.892h3.5q.192 0 .317-.125t.125-.316t-.125-.317t-.317-.126H7q-.192 0-.317.125t-.125.316t.125.317t.317.126M5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h12.769q.69 0 1.153.463T20 5.616v12.769q0 .69-.462 1.153T18.384 20zM15.5 9.089l1.087 1.086q.129.129.304.139q.175.009.328-.145q.137-.136.14-.304q.002-.169-.14-.317L16.127 8.45l1.087-1.086q.128-.13.138-.304q.01-.175-.138-.323t-.314-.148t-.313.148L15.5 7.823l-1.086-1.086q-.13-.13-.305-.139t-.323.139t-.147.313t.148.314l1.086 1.086l-1.092 1.098q-.123.129-.133.304t.139.323t.313.148t.314-.148z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightCalculateRounded(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="M8.308 15.692v1.558q0 .192.125.317t.316.125t.317-.125t.126-.317v-1.558h1.558q.192 0 .317-.125t.125-.316t-.125-.317t-.317-.126H9.192V13.25q0-.192-.125-.317t-.316-.125t-.317.125t-.126.317v1.558H6.75q-.192 0-.317.125t-.125.316t.125.317t.317.126zm5.442 1.25h3.5q.192 0 .317-.125t.125-.316t-.125-.317t-.317-.126h-3.5q-.192 0-.317.125t-.125.316t.125.317t.317.126m0-2.5h3.5q.192 0 .317-.125t.125-.316t-.125-.317t-.317-.126h-3.5q-.192 0-.317.125t-.125.316t.125.317t.317.126M7 8.892h3.5q.192 0 .317-.125t.125-.316t-.125-.317t-.317-.126H7q-.192 0-.317.125t-.125.316t.125.317t.317.126M5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h12.769q.69 0 1.153.463T20 5.616v12.769q0 .69-.462 1.153T18.384 20zM15.5 9.089l1.087 1.086q.129.129.304.139q.175.009.328-.145q.137-.136.14-.304q.002-.169-.14-.317L16.127 8.45l1.087-1.086q.128-.13.138-.304q.01-.175-.138-.323t-.314-.148t-.313.148L15.5 7.823l-1.086-1.086q-.13-.13-.305-.139t-.323.139t-.147.313t.148.314l1.086 1.086l-1.092 1.098q-.123.129-.133.304t.139.323t.313.148t.314-.148z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.308 15.692v1.558q0 .192.125.317t.316.125t.317-.125t.126-.317v-1.558h1.558q.192 0 .317-.125t.125-.316t-.125-.317t-.317-.126H9.192V13.25q0-.192-.125-.317t-.316-.125t-.317.125t-.126.317v1.558H6.75q-.192 0-.317.125t-.125.316t.125.317t.317.126zm5.442 1.25h3.5q.192 0 .317-.125t.125-.316t-.125-.317t-.317-.126h-3.5q-.192 0-.317.125t-.125.316t.125.317t.317.126m0-2.5h3.5q.192 0 .317-.125t.125-.316t-.125-.317t-.317-.126h-3.5q-.192 0-.317.125t-.125.316t.125.317t.317.126M7 8.892h3.5q.192 0 .317-.125t.125-.316t-.125-.317t-.317-.126H7q-.192 0-.317.125t-.125.316t.125.317t.317.126M5.616 20q-.691 0-1.153-.462T4 18.384V5.616q0-.691.463-1.153T5.616 4h12.769q.69 0 1.153.463T20 5.616v12.769q0 .69-.462 1.153T18.384 20zM15.5 9.089l1.087 1.086q.129.129.304.139q.175.009.328-.145q.137-.136.14-.304q.002-.169-.14-.317L16.127 8.45l1.087-1.086q.128-.13.138-.304q.01-.175-.138-.323t-.314-.148t-.313.148L15.5 7.823l-1.086-1.086q-.13-.13-.305-.139t-.323.139t-.147.313t.148.314l1.086 1.086l-1.092 1.098q-.123.129-.133.304t.139.323t.313.148t.314-.148z"/></svg>
</template>

CSS

.icon-calculate-rounded {
  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%22M8.308%2015.692v1.558q0%20.192.125.317t.316.125t.317-.125t.126-.317v-1.558h1.558q.192%200%20.317-.125t.125-.316t-.125-.317t-.317-.126H9.192V13.25q0-.192-.125-.317t-.316-.125t-.317.125t-.126.317v1.558H6.75q-.192%200-.317.125t-.125.316t.125.317t.317.126zm5.442%201.25h3.5q.192%200%20.317-.125t.125-.316t-.125-.317t-.317-.126h-3.5q-.192%200-.317.125t-.125.316t.125.317t.317.126m0-2.5h3.5q.192%200%20.317-.125t.125-.316t-.125-.317t-.317-.126h-3.5q-.192%200-.317.125t-.125.316t.125.317t.317.126M7%208.892h3.5q.192%200%20.317-.125t.125-.316t-.125-.317t-.317-.126H7q-.192%200-.317.125t-.125.316t.125.317t.317.126M5.616%2020q-.691%200-1.153-.462T4%2018.384V5.616q0-.691.463-1.153T5.616%204h12.769q.69%200%201.153.463T20%205.616v12.769q0%20.69-.462%201.153T18.384%2020zM15.5%209.089l1.087%201.086q.129.129.304.139q.175.009.328-.145q.137-.136.14-.304q.002-.169-.14-.317L16.127%208.45l1.087-1.086q.128-.13.138-.304q.01-.175-.138-.323t-.314-.148t-.313.148L15.5%207.823l-1.086-1.086q-.13-.13-.305-.139t-.323.139t-.147.313t.148.314l1.086%201.086l-1.092%201.098q-.123.129-.133.304t.139.323t.313.148t.314-.148z%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%22M8.308%2015.692v1.558q0%20.192.125.317t.316.125t.317-.125t.126-.317v-1.558h1.558q.192%200%20.317-.125t.125-.316t-.125-.317t-.317-.126H9.192V13.25q0-.192-.125-.317t-.316-.125t-.317.125t-.126.317v1.558H6.75q-.192%200-.317.125t-.125.316t.125.317t.317.126zm5.442%201.25h3.5q.192%200%20.317-.125t.125-.316t-.125-.317t-.317-.126h-3.5q-.192%200-.317.125t-.125.316t.125.317t.317.126m0-2.5h3.5q.192%200%20.317-.125t.125-.316t-.125-.317t-.317-.126h-3.5q-.192%200-.317.125t-.125.316t.125.317t.317.126M7%208.892h3.5q.192%200%20.317-.125t.125-.316t-.125-.317t-.317-.126H7q-.192%200-.317.125t-.125.316t.125.317t.317.126M5.616%2020q-.691%200-1.153-.462T4%2018.384V5.616q0-.691.463-1.153T5.616%204h12.769q.69%200%201.153.463T20%205.616v12.769q0%20.69-.462%201.153T18.384%2020zM15.5%209.089l1.087%201.086q.129.129.304.139q.175.009.328-.145q.137-.136.14-.304q.002-.169-.14-.317L16.127%208.45l1.087-1.086q.128-.13.138-.304q.01-.175-.138-.323t-.314-.148t-.313.148L15.5%207.823l-1.086-1.086q-.13-.13-.305-.139t-.323.139t-.147.313t.148.314l1.086%201.086l-1.092%201.098q-.123.129-.133.304t.139.323t.313.148t.314-.148z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/calculate-rounded.svg?color=%231a73e8&size=48