exponent from Material Design Icons by Pictogrammers · Filled · Math · Apache-2.0 Free for personal and commercial use.

Name
exponent
Set
Material Design Icons
Style
Filled
Category
Math
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More math icons from Material Design Icons

Use the exponent icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.38 3l2.39 5.75c-.22.93-.5 1.57-.77 1.95c-.33.48-.56.55-.81.55v1.5c.75 0 1.55-.4 2.05-1.19C19.87 8.94 22 3 22 3h-1.62l-1.69 4.05L17 3zM3.42 8.59L2 10l4.79 4.79L2 19.59L3.41 21l4.8-4.79L13 21l1.41-1.41l-4.79-4.8L14.41 10L13 8.59l-4.79 4.79l-4.8-4.79z"/></svg>

React

import type { SVGProps } from "react";

export function MdiExponent(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="m15.38 3l2.39 5.75c-.22.93-.5 1.57-.77 1.95c-.33.48-.56.55-.81.55v1.5c.75 0 1.55-.4 2.05-1.19C19.87 8.94 22 3 22 3h-1.62l-1.69 4.05L17 3zM3.42 8.59L2 10l4.79 4.79L2 19.59L3.41 21l4.8-4.79L13 21l1.41-1.41l-4.79-4.8L14.41 10L13 8.59l-4.79 4.79l-4.8-4.79z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m15.38 3l2.39 5.75c-.22.93-.5 1.57-.77 1.95c-.33.48-.56.55-.81.55v1.5c.75 0 1.55-.4 2.05-1.19C19.87 8.94 22 3 22 3h-1.62l-1.69 4.05L17 3zM3.42 8.59L2 10l4.79 4.79L2 19.59L3.41 21l4.8-4.79L13 21l1.41-1.41l-4.79-4.8L14.41 10L13 8.59l-4.79 4.79l-4.8-4.79z"/></svg>
</template>

CSS

.icon-exponent {
  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%22m15.38%203l2.39%205.75c-.22.93-.5%201.57-.77%201.95c-.33.48-.56.55-.81.55v1.5c.75%200%201.55-.4%202.05-1.19C19.87%208.94%2022%203%2022%203h-1.62l-1.69%204.05L17%203zM3.42%208.59L2%2010l4.79%204.79L2%2019.59L3.41%2021l4.8-4.79L13%2021l1.41-1.41l-4.79-4.8L14.41%2010L13%208.59l-4.79%204.79l-4.8-4.79z%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%22m15.38%203l2.39%205.75c-.22.93-.5%201.57-.77%201.95c-.33.48-.56.55-.81.55v1.5c.75%200%201.55-.4%202.05-1.19C19.87%208.94%2022%203%2022%203h-1.62l-1.69%204.05L17%203zM3.42%208.59L2%2010l4.79%204.79L2%2019.59L3.41%2021l4.8-4.79L13%2021l1.41-1.41l-4.79-4.8L14.41%2010L13%208.59l-4.79%204.79l-4.8-4.79z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/exponent.svg?color=%231a73e8&size=48