calculation alt icon
calculation-alt from Carbon by IBM · Outline · Organization · Apache-2.0 Free for personal and commercial use.
- Name
- calculation-alt
- Set
- Carbon
- Style
- Outline
- Category
- Organization
- Viewbox
- 32×32
- License
- Apache 2.0
More organization icons from Carbon
Use the calculation alt icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 13h6v2h-6zm-6 8h-2v-2H9v2H7v2h2v2h2v-2h2zM7 9h6v2H7zm12 8h6v2h-6z"/><path fill="currentColor" d="M27 3H5a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h22a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M15 5v10H5V5ZM5 17h10v10H5Zm12 10V5h10v22Z"/></svg>
React
import type { SVGProps } from "react";
export function CarbonCalculationAlt(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="M19 13h6v2h-6zm-6 8h-2v-2H9v2H7v2h2v2h2v-2h2zM7 9h6v2H7zm12 8h6v2h-6z"/><path fill="currentColor" d="M27 3H5a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h22a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M15 5v10H5V5ZM5 17h10v10H5Zm12 10V5h10v22Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M19 13h6v2h-6zm-6 8h-2v-2H9v2H7v2h2v2h2v-2h2zM7 9h6v2H7zm12 8h6v2h-6z"/><path fill="currentColor" d="M27 3H5a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h22a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2M15 5v10H5V5ZM5 17h10v10H5Zm12 10V5h10v22Z"/></svg> </template>
CSS
.icon-calculation-alt {
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%22M19%2013h6v2h-6zm-6%208h-2v-2H9v2H7v2h2v2h2v-2h2zM7%209h6v2H7zm12%208h6v2h-6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27%203H5a2%202%200%200%200-2%202v22a2%202%200%200%200%202%202h22a2%202%200%200%200%202-2V5a2%202%200%200%200-2-2M15%205v10H5V5ZM5%2017h10v10H5Zm12%2010V5h10v22Z%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%22M19%2013h6v2h-6zm-6%208h-2v-2H9v2H7v2h2v2h2v-2h2zM7%209h6v2H7zm12%208h6v2h-6z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27%203H5a2%202%200%200%200-2%202v22a2%202%200%200%200%202%202h22a2%202%200%200%200%202-2V5a2%202%200%200%200-2-2M15%205v10H5V5ZM5%2017h10v10H5Zm12%2010V5h10v22Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/calculation-alt.svg?color=%231a73e8&size=48