superscript icon

superscript from Remix Icon by Remix Design · Regular · Editor · Apache-2.0 Free for personal and commercial use.

Name
superscript
Set
Remix Icon
Style
Regular
Category
Editor
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More editor icons from Remix Icon

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="m5.596 5l4.904 5.928L15.404 5H18l-6.202 7.497L18 19.994V20h-2.59l-4.91-5.934L5.59 20H3v-.006l6.202-7.497L3 5zM21.55 6.58a.8.8 0 1 0-1.32-.36l-1.155.33A2.001 2.001 0 1 1 23 6c0 .573-.24 1.09-.626 1.454L20.744 9H23v1h-4V9z"/></svg>

React

import type { SVGProps } from "react";

export function RiSuperscript(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.596 5l4.904 5.928L15.404 5H18l-6.202 7.497L18 19.994V20h-2.59l-4.91-5.934L5.59 20H3v-.006l6.202-7.497L3 5zM21.55 6.58a.8.8 0 1 0-1.32-.36l-1.155.33A2.001 2.001 0 1 1 23 6c0 .573-.24 1.09-.626 1.454L20.744 9H23v1h-4V9z"/></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.596 5l4.904 5.928L15.404 5H18l-6.202 7.497L18 19.994V20h-2.59l-4.91-5.934L5.59 20H3v-.006l6.202-7.497L3 5zM21.55 6.58a.8.8 0 1 0-1.32-.36l-1.155.33A2.001 2.001 0 1 1 23 6c0 .573-.24 1.09-.626 1.454L20.744 9H23v1h-4V9z"/></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%22m5.596%205l4.904%205.928L15.404%205H18l-6.202%207.497L18%2019.994V20h-2.59l-4.91-5.934L5.59%2020H3v-.006l6.202-7.497L3%205zM21.55%206.58a.8.8%200%201%200-1.32-.36l-1.155.33A2.001%202.001%200%201%201%2023%206c0%20.573-.24%201.09-.626%201.454L20.744%209H23v1h-4V9z%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.596%205l4.904%205.928L15.404%205H18l-6.202%207.497L18%2019.994V20h-2.59l-4.91-5.934L5.59%2020H3v-.006l6.202-7.497L3%205zM21.55%206.58a.8.8%200%201%200-1.32-.36l-1.155.33A2.001%202.001%200%201%201%2023%206c0%20.573-.24%201.09-.626%201.454L20.744%209H23v1h-4V9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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