exponent box icon
exponent-box from Material Design Icons by Pictogrammers · Filled · Math · Apache-2.0 Free for personal and commercial use.
- Name
- exponent-box
- Set
- Material Design Icons
- Style
- Filled
- Category
- Math
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- power-box
More math icons from Material Design Icons
abacusangle-acuteangle-obtuseangle-rightapproximately-equalapproximately-equal-boxcalculatorcalculator-variantchart-arcchart-areasplinechart-areaspline-variantchart-barchart-bar-stackedchart-bell-curvechart-bell-curve-cumulativechart-boxchart-box-multiplechart-box-plus-outlinechart-bubblechart-donutchart-donut-variantchart-ganttchart-histogramchart-line
Use the exponent box icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 3c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm8.76 3h1.63l1.11 2.6L17.59 6h1.65s-1.74 4.57-2.78 6.32c-.38.57-1.11.95-1.96.93v-1.5c.46.01.75-.25 1-.62c.11-.13.18-.33.24-.49zM6.41 9.59l2.8 2.79L12 9.59L13.41 11l-2.79 2.79l2.79 2.8L12 18l-2.79-2.79L6.41 18L5 16.59l2.79-2.8L5 11z"/></svg>
React
import type { SVGProps } from "react";
export function MdiExponentBox(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="M5 3c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm8.76 3h1.63l1.11 2.6L17.59 6h1.65s-1.74 4.57-2.78 6.32c-.38.57-1.11.95-1.96.93v-1.5c.46.01.75-.25 1-.62c.11-.13.18-.33.24-.49zM6.41 9.59l2.8 2.79L12 9.59L13.41 11l-2.79 2.79l2.79 2.8L12 18l-2.79-2.79L6.41 18L5 16.59l2.79-2.8L5 11z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M5 3c-1.11 0-2 .89-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2zm8.76 3h1.63l1.11 2.6L17.59 6h1.65s-1.74 4.57-2.78 6.32c-.38.57-1.11.95-1.96.93v-1.5c.46.01.75-.25 1-.62c.11-.13.18-.33.24-.49zM6.41 9.59l2.8 2.79L12 9.59L13.41 11l-2.79 2.79l2.79 2.8L12 18l-2.79-2.79L6.41 18L5 16.59l2.79-2.8L5 11z"/></svg> </template>
CSS
.icon-exponent-box {
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%22M5%203c-1.11%200-2%20.89-2%202v14a2%202%200%200%200%202%202h14a2%202%200%200%200%202-2V5a2%202%200%200%200-2-2zm8.76%203h1.63l1.11%202.6L17.59%206h1.65s-1.74%204.57-2.78%206.32c-.38.57-1.11.95-1.96.93v-1.5c.46.01.75-.25%201-.62c.11-.13.18-.33.24-.49zM6.41%209.59l2.8%202.79L12%209.59L13.41%2011l-2.79%202.79l2.79%202.8L12%2018l-2.79-2.79L6.41%2018L5%2016.59l2.79-2.8L5%2011z%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%22M5%203c-1.11%200-2%20.89-2%202v14a2%202%200%200%200%202%202h14a2%202%200%200%200%202-2V5a2%202%200%200%200-2-2zm8.76%203h1.63l1.11%202.6L17.59%206h1.65s-1.74%204.57-2.78%206.32c-.38.57-1.11.95-1.96.93v-1.5c.46.01.75-.25%201-.62c.11-.13.18-.33.24-.49zM6.41%209.59l2.8%202.79L12%209.59L13.41%2011l-2.79%202.79l2.79%202.8L12%2018l-2.79-2.79L6.41%2018L5%2016.59l2.79-2.8L5%2011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/exponent-box.svg?color=%231a73e8&size=48