text superscript icon

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

Name
text-superscript-thin
Set
Phosphor
Style
Thin
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="M244 144a4 4 0 0 1-4 4h-48a4 4 0 0 1-3.2-6.4L232 84.05a20 20 0 0 0-18.78-31.85a20 20 0 0 0-16.08 13.14a4 4 0 1 1-7.55-2.67a28.3 28.3 0 0 1 4-7.52a28 28 0 1 1 44.72 33.7L200 140h40a4 4 0 0 1 4 4m-97.38-67a4 4 0 0 0-5.64.4L92 133.89L43 77.38a4 4 0 0 0-6 5.24L86.71 140L37 197.38a4 4 0 1 0 6 5.24l49-56.51l49 56.51a4 4 0 0 0 6-5.24L97.29 140L147 82.62a4 4 0 0 0-.38-5.62"/></svg>

React

import type { SVGProps } from "react";

export function PhTextSuperscriptThin(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="M244 144a4 4 0 0 1-4 4h-48a4 4 0 0 1-3.2-6.4L232 84.05a20 20 0 0 0-18.78-31.85a20 20 0 0 0-16.08 13.14a4 4 0 1 1-7.55-2.67a28.3 28.3 0 0 1 4-7.52a28 28 0 1 1 44.72 33.7L200 140h40a4 4 0 0 1 4 4m-97.38-67a4 4 0 0 0-5.64.4L92 133.89L43 77.38a4 4 0 0 0-6 5.24L86.71 140L37 197.38a4 4 0 1 0 6 5.24l49-56.51l49 56.51a4 4 0 0 0 6-5.24L97.29 140L147 82.62a4 4 0 0 0-.38-5.62"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M244 144a4 4 0 0 1-4 4h-48a4 4 0 0 1-3.2-6.4L232 84.05a20 20 0 0 0-18.78-31.85a20 20 0 0 0-16.08 13.14a4 4 0 1 1-7.55-2.67a28.3 28.3 0 0 1 4-7.52a28 28 0 1 1 44.72 33.7L200 140h40a4 4 0 0 1 4 4m-97.38-67a4 4 0 0 0-5.64.4L92 133.89L43 77.38a4 4 0 0 0-6 5.24L86.71 140L37 197.38a4 4 0 1 0 6 5.24l49-56.51l49 56.51a4 4 0 0 0 6-5.24L97.29 140L147 82.62a4 4 0 0 0-.38-5.62"/></svg>
</template>

CSS

.icon-text-superscript-thin {
  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%22M244%20144a4%204%200%200%201-4%204h-48a4%204%200%200%201-3.2-6.4L232%2084.05a20%2020%200%200%200-18.78-31.85a20%2020%200%200%200-16.08%2013.14a4%204%200%201%201-7.55-2.67a28.3%2028.3%200%200%201%204-7.52a28%2028%200%201%201%2044.72%2033.7L200%20140h40a4%204%200%200%201%204%204m-97.38-67a4%204%200%200%200-5.64.4L92%20133.89L43%2077.38a4%204%200%200%200-6%205.24L86.71%20140L37%20197.38a4%204%200%201%200%206%205.24l49-56.51l49%2056.51a4%204%200%200%200%206-5.24L97.29%20140L147%2082.62a4%204%200%200%200-.38-5.62%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%22M244%20144a4%204%200%200%201-4%204h-48a4%204%200%200%201-3.2-6.4L232%2084.05a20%2020%200%200%200-18.78-31.85a20%2020%200%200%200-16.08%2013.14a4%204%200%201%201-7.55-2.67a28.3%2028.3%200%200%201%204-7.52a28%2028%200%201%201%2044.72%2033.7L200%20140h40a4%204%200%200%201%204%204m-97.38-67a4%204%200%200%200-5.64.4L92%20133.89L43%2077.38a4%204%200%200%200-6%205.24L86.71%20140L37%20197.38a4%204%200%201%200%206%205.24l49-56.51l49%2056.51a4%204%200%200%200%206-5.24L97.29%20140L147%2082.62a4%204%200%200%200-.38-5.62%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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