calculator multiple icon
calculator-multiple-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.
- Name
- calculator-multiple-16-filled
- Set
- Fluent UI System Icons
- Style
- 16 Filled
- Viewbox
- 16×16
- 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 16 16"><path fill="currentColor" d="M4.5 1A2.5 2.5 0 0 0 2 3.5v8A2.5 2.5 0 0 0 4.5 14h6a2.5 2.5 0 0 0 2.5-2.5v-8A2.5 2.5 0 0 0 10.5 1zM5 8a1 1 0 1 1 2 0a1 1 0 0 1-2 0m3 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0m-3 3.031a1 1 0 1 1 2 0a1 1 0 0 1-2 0m4-1a1 1 0 1 1 0 2a1 1 0 0 1 0-2M5 3h5a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1m1.5 13a2.5 2.5 0 0 1-2-1h6a3.5 3.5 0 0 0 3.5-3.5v-8c.607.456 1 1.182 1 2v6a4.5 4.5 0 0 1-4.5 4.5z"/></svg>
React
import type { SVGProps } from "react";
export function FluentCalculatorMultiple16Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.5 1A2.5 2.5 0 0 0 2 3.5v8A2.5 2.5 0 0 0 4.5 14h6a2.5 2.5 0 0 0 2.5-2.5v-8A2.5 2.5 0 0 0 10.5 1zM5 8a1 1 0 1 1 2 0a1 1 0 0 1-2 0m3 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0m-3 3.031a1 1 0 1 1 2 0a1 1 0 0 1-2 0m4-1a1 1 0 1 1 0 2a1 1 0 0 1 0-2M5 3h5a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1m1.5 13a2.5 2.5 0 0 1-2-1h6a3.5 3.5 0 0 0 3.5-3.5v-8c.607.456 1 1.182 1 2v6a4.5 4.5 0 0 1-4.5 4.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.5 1A2.5 2.5 0 0 0 2 3.5v8A2.5 2.5 0 0 0 4.5 14h6a2.5 2.5 0 0 0 2.5-2.5v-8A2.5 2.5 0 0 0 10.5 1zM5 8a1 1 0 1 1 2 0a1 1 0 0 1-2 0m3 0a1 1 0 1 1 2 0a1 1 0 0 1-2 0m-3 3.031a1 1 0 1 1 2 0a1 1 0 0 1-2 0m4-1a1 1 0 1 1 0 2a1 1 0 0 1 0-2M5 3h5a1 1 0 0 1 1 1v1a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1m1.5 13a2.5 2.5 0 0 1-2-1h6a3.5 3.5 0 0 0 3.5-3.5v-8c.607.456 1 1.182 1 2v6a4.5 4.5 0 0 1-4.5 4.5z"/></svg> </template>
CSS
.icon-calculator-multiple-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.5%201A2.5%202.5%200%200%200%202%203.5v8A2.5%202.5%200%200%200%204.5%2014h6a2.5%202.5%200%200%200%202.5-2.5v-8A2.5%202.5%200%200%200%2010.5%201zM5%208a1%201%200%201%201%202%200a1%201%200%200%201-2%200m3%200a1%201%200%201%201%202%200a1%201%200%200%201-2%200m-3%203.031a1%201%200%201%201%202%200a1%201%200%200%201-2%200m4-1a1%201%200%201%201%200%202a1%201%200%200%201%200-2M5%203h5a1%201%200%200%201%201%201v1a1%201%200%200%201-1%201H5a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1m1.5%2013a2.5%202.5%200%200%201-2-1h6a3.5%203.5%200%200%200%203.5-3.5v-8c.607.456%201%201.182%201%202v6a4.5%204.5%200%200%201-4.5%204.5z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.5%201A2.5%202.5%200%200%200%202%203.5v8A2.5%202.5%200%200%200%204.5%2014h6a2.5%202.5%200%200%200%202.5-2.5v-8A2.5%202.5%200%200%200%2010.5%201zM5%208a1%201%200%201%201%202%200a1%201%200%200%201-2%200m3%200a1%201%200%201%201%202%200a1%201%200%200%201-2%200m-3%203.031a1%201%200%201%201%202%200a1%201%200%200%201-2%200m4-1a1%201%200%201%201%200%202a1%201%200%200%201%200-2M5%203h5a1%201%200%200%201%201%201v1a1%201%200%200%201-1%201H5a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1m1.5%2013a2.5%202.5%200%200%201-2-1h6a3.5%203.5%200%200%200%203.5-3.5v-8c.607.456%201%201.182%201%202v6a4.5%204.5%200%200%201-4.5%204.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/calculator-multiple-16-filled.svg?color=%231a73e8&size=48