calculator multiple icon
calculator-multiple-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- calculator-multiple-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the calculator multiple icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.137 2A3.137 3.137 0 0 0 3 5.137v11.226A3.137 3.137 0 0 0 6.137 19.5h8.726A3.137 3.137 0 0 0 18 16.363V5.137A3.137 3.137 0 0 0 14.863 2zM7.75 5h5.5c.966 0 1.75.784 1.75 1.75v1a1.75 1.75 0 0 1-1.75 1.75h-5.5A1.75 1.75 0 0 1 6 7.75v-1C6 5.784 6.784 5 7.75 5m-2 7a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0m4.75-1.25a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m0 3.5a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m-3.5 0a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5M12.75 12a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0M14 14.25a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m-8.2 6.237A2.75 2.75 0 0 0 8.259 22h6.992c2.9 0 5.25-2.35 5.25-5.25v-9.5a2.75 2.75 0 0 0-1.514-2.457q.015.17.014.344V16.75a3.75 3.75 0 0 1-3.75 3.75H6.137q-.17 0-.336-.013"/></svg>
React
import type { SVGProps } from "react";
export function FluentCalculatorMultiple24Filled(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="M6.137 2A3.137 3.137 0 0 0 3 5.137v11.226A3.137 3.137 0 0 0 6.137 19.5h8.726A3.137 3.137 0 0 0 18 16.363V5.137A3.137 3.137 0 0 0 14.863 2zM7.75 5h5.5c.966 0 1.75.784 1.75 1.75v1a1.75 1.75 0 0 1-1.75 1.75h-5.5A1.75 1.75 0 0 1 6 7.75v-1C6 5.784 6.784 5 7.75 5m-2 7a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0m4.75-1.25a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m0 3.5a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m-3.5 0a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5M12.75 12a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0M14 14.25a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m-8.2 6.237A2.75 2.75 0 0 0 8.259 22h6.992c2.9 0 5.25-2.35 5.25-5.25v-9.5a2.75 2.75 0 0 0-1.514-2.457q.015.17.014.344V16.75a3.75 3.75 0 0 1-3.75 3.75H6.137q-.17 0-.336-.013"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.137 2A3.137 3.137 0 0 0 3 5.137v11.226A3.137 3.137 0 0 0 6.137 19.5h8.726A3.137 3.137 0 0 0 18 16.363V5.137A3.137 3.137 0 0 0 14.863 2zM7.75 5h5.5c.966 0 1.75.784 1.75 1.75v1a1.75 1.75 0 0 1-1.75 1.75h-5.5A1.75 1.75 0 0 1 6 7.75v-1C6 5.784 6.784 5 7.75 5m-2 7a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0m4.75-1.25a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m0 3.5a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m-3.5 0a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5M12.75 12a1.25 1.25 0 1 1 2.5 0a1.25 1.25 0 0 1-2.5 0M14 14.25a1.25 1.25 0 1 1 0 2.5a1.25 1.25 0 0 1 0-2.5m-8.2 6.237A2.75 2.75 0 0 0 8.259 22h6.992c2.9 0 5.25-2.35 5.25-5.25v-9.5a2.75 2.75 0 0 0-1.514-2.457q.015.17.014.344V16.75a3.75 3.75 0 0 1-3.75 3.75H6.137q-.17 0-.336-.013"/></svg> </template>
CSS
.icon-calculator-multiple-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%22M6.137%202A3.137%203.137%200%200%200%203%205.137v11.226A3.137%203.137%200%200%200%206.137%2019.5h8.726A3.137%203.137%200%200%200%2018%2016.363V5.137A3.137%203.137%200%200%200%2014.863%202zM7.75%205h5.5c.966%200%201.75.784%201.75%201.75v1a1.75%201.75%200%200%201-1.75%201.75h-5.5A1.75%201.75%200%200%201%206%207.75v-1C6%205.784%206.784%205%207.75%205m-2%207a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200m4.75-1.25a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5m0%203.5a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5m-3.5%200a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5M12.75%2012a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200M14%2014.25a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5m-8.2%206.237A2.75%202.75%200%200%200%208.259%2022h6.992c2.9%200%205.25-2.35%205.25-5.25v-9.5a2.75%202.75%200%200%200-1.514-2.457q.015.17.014.344V16.75a3.75%203.75%200%200%201-3.75%203.75H6.137q-.17%200-.336-.013%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%22M6.137%202A3.137%203.137%200%200%200%203%205.137v11.226A3.137%203.137%200%200%200%206.137%2019.5h8.726A3.137%203.137%200%200%200%2018%2016.363V5.137A3.137%203.137%200%200%200%2014.863%202zM7.75%205h5.5c.966%200%201.75.784%201.75%201.75v1a1.75%201.75%200%200%201-1.75%201.75h-5.5A1.75%201.75%200%200%201%206%207.75v-1C6%205.784%206.784%205%207.75%205m-2%207a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200m4.75-1.25a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5m0%203.5a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5m-3.5%200a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5M12.75%2012a1.25%201.25%200%201%201%202.5%200a1.25%201.25%200%200%201-2.5%200M14%2014.25a1.25%201.25%200%201%201%200%202.5a1.25%201.25%200%200%201%200-2.5m-8.2%206.237A2.75%202.75%200%200%200%208.259%2022h6.992c2.9%200%205.25-2.35%205.25-5.25v-9.5a2.75%202.75%200%200%200-1.514-2.457q.015.17.014.344V16.75a3.75%203.75%200%200%201-3.75%203.75H6.137q-.17%200-.336-.013%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/calculator-multiple-24-filled.svg?color=%231a73e8&size=48