text superscript icon

text-superscript-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
text-superscript-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the text superscript icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M246 144a6 6 0 0 1-6 6h-48a6 6 0 0 1-4.8-9.6l43.17-57.55A18 18 0 1 0 199 66a6 6 0 0 1-11.31-4a30.1 30.1 0 0 1 4.31-8a30 30 0 0 1 48 36.06L204 138h36a6 6 0 0 1 6 6m-98.07-68.53a6 6 0 0 0-8.46.6L92 130.84L44.53 76.07a6 6 0 1 0-9.06 7.86L84.06 140l-48.59 56.07a6 6 0 1 0 9.06 7.86L92 149.16l47.47 54.77a6 6 0 0 0 9.06-7.86L99.94 140l48.59-56.07a6 6 0 0 0-.6-8.46"/></svg>

React

import type { SVGProps } from "react";

export function PhTextSuperscriptLight(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M246 144a6 6 0 0 1-6 6h-48a6 6 0 0 1-4.8-9.6l43.17-57.55A18 18 0 1 0 199 66a6 6 0 0 1-11.31-4a30.1 30.1 0 0 1 4.31-8a30 30 0 0 1 48 36.06L204 138h36a6 6 0 0 1 6 6m-98.07-68.53a6 6 0 0 0-8.46.6L92 130.84L44.53 76.07a6 6 0 1 0-9.06 7.86L84.06 140l-48.59 56.07a6 6 0 1 0 9.06 7.86L92 149.16l47.47 54.77a6 6 0 0 0 9.06-7.86L99.94 140l48.59-56.07a6 6 0 0 0-.6-8.46"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M246 144a6 6 0 0 1-6 6h-48a6 6 0 0 1-4.8-9.6l43.17-57.55A18 18 0 1 0 199 66a6 6 0 0 1-11.31-4a30.1 30.1 0 0 1 4.31-8a30 30 0 0 1 48 36.06L204 138h36a6 6 0 0 1 6 6m-98.07-68.53a6 6 0 0 0-8.46.6L92 130.84L44.53 76.07a6 6 0 1 0-9.06 7.86L84.06 140l-48.59 56.07a6 6 0 1 0 9.06 7.86L92 149.16l47.47 54.77a6 6 0 0 0 9.06-7.86L99.94 140l48.59-56.07a6 6 0 0 0-.6-8.46"/></svg>
</template>

CSS

.icon-text-superscript-light {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M246%20144a6%206%200%200%201-6%206h-48a6%206%200%200%201-4.8-9.6l43.17-57.55A18%2018%200%201%200%20199%2066a6%206%200%200%201-11.31-4a30.1%2030.1%200%200%201%204.31-8a30%2030%200%200%201%2048%2036.06L204%20138h36a6%206%200%200%201%206%206m-98.07-68.53a6%206%200%200%200-8.46.6L92%20130.84L44.53%2076.07a6%206%200%201%200-9.06%207.86L84.06%20140l-48.59%2056.07a6%206%200%201%200%209.06%207.86L92%20149.16l47.47%2054.77a6%206%200%200%200%209.06-7.86L99.94%20140l48.59-56.07a6%206%200%200%200-.6-8.46%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M246%20144a6%206%200%200%201-6%206h-48a6%206%200%200%201-4.8-9.6l43.17-57.55A18%2018%200%201%200%20199%2066a6%206%200%200%201-11.31-4a30.1%2030.1%200%200%201%204.31-8a30%2030%200%200%201%2048%2036.06L204%20138h36a6%206%200%200%201%206%206m-98.07-68.53a6%206%200%200%200-8.46.6L92%20130.84L44.53%2076.07a6%206%200%201%200-9.06%207.86L84.06%20140l-48.59%2056.07a6%206%200%201%200%209.06%207.86L92%20149.16l47.47%2054.77a6%206%200%200%200%209.06-7.86L99.94%20140l48.59-56.07a6%206%200%200%200-.6-8.46%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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