superscript from Material Symbols Light by Google · Regular · Text · Apache-2.0 Free for personal and commercial use.

Name
superscript
Set
Material Symbols Light
Style
Regular
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
superscript-outline

2 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

Use the superscript icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.385 9V7.423q0-.348.23-.578t.577-.23H21V5.77h-2.616V5h2.577q.349 0 .579.23t.23.578v.769q0 .348-.23.578t-.578.23h-1.808v.846h2.615V9zM7.009 19l4.183-6.467l-3.838-5.917h1.284l3.331 5.192h.023l3.383-5.192h1.29l-3.901 5.917L16.99 19H15.7l-3.708-5.713h-.023L8.3 19z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSuperscript(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="M18.385 9V7.423q0-.348.23-.578t.577-.23H21V5.77h-2.616V5h2.577q.349 0 .579.23t.23.578v.769q0 .348-.23.578t-.578.23h-1.808v.846h2.615V9zM7.009 19l4.183-6.467l-3.838-5.917h1.284l3.331 5.192h.023l3.383-5.192h1.29l-3.901 5.917L16.99 19H15.7l-3.708-5.713h-.023L8.3 19z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.385 9V7.423q0-.348.23-.578t.577-.23H21V5.77h-2.616V5h2.577q.349 0 .579.23t.23.578v.769q0 .348-.23.578t-.578.23h-1.808v.846h2.615V9zM7.009 19l4.183-6.467l-3.838-5.917h1.284l3.331 5.192h.023l3.383-5.192h1.29l-3.901 5.917L16.99 19H15.7l-3.708-5.713h-.023L8.3 19z"/></svg>
</template>

CSS

.icon-superscript {
  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%22M18.385%209V7.423q0-.348.23-.578t.577-.23H21V5.77h-2.616V5h2.577q.349%200%20.579.23t.23.578v.769q0%20.348-.23.578t-.578.23h-1.808v.846h2.615V9zM7.009%2019l4.183-6.467l-3.838-5.917h1.284l3.331%205.192h.023l3.383-5.192h1.29l-3.901%205.917L16.99%2019H15.7l-3.708-5.713h-.023L8.3%2019z%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%22M18.385%209V7.423q0-.348.23-.578t.577-.23H21V5.77h-2.616V5h2.577q.349%200%20.579.23t.23.578v.769q0%20.348-.23.578t-.578.23h-1.808v.846h2.615V9zM7.009%2019l4.183-6.467l-3.838-5.917h1.284l3.331%205.192h.023l3.383-5.192h1.29l-3.901%205.917L16.99%2019H15.7l-3.708-5.713h-.023L8.3%2019z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/superscript.svg?color=%231a73e8&size=48