superscript from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
superscript
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

The same icon in other sets

Use the superscript icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m4.266 12.496l.96-2.853H8.76l.96 2.853H11L7.62 3H6.38L3 12.496zm2.748-8.063l1.419 4.23h-2.88l1.426-4.23zm5.132-1.797v-.075c0-.332.234-.618.619-.618c.354 0 .618.256.618.58c0 .362-.271.649-.52.898l-1.788 1.832V6h3.59v-.958h-1.923v-.045l.973-1.04c.415-.438.867-.845.867-1.547c0-.8-.701-1.41-1.787-1.41C11.565 1 11 1.8 11 2.576v.06z"/></svg>

React

import type { SVGProps } from "react";

export function BiSuperscript(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m4.266 12.496l.96-2.853H8.76l.96 2.853H11L7.62 3H6.38L3 12.496zm2.748-8.063l1.419 4.23h-2.88l1.426-4.23zm5.132-1.797v-.075c0-.332.234-.618.619-.618c.354 0 .618.256.618.58c0 .362-.271.649-.52.898l-1.788 1.832V6h3.59v-.958h-1.923v-.045l.973-1.04c.415-.438.867-.845.867-1.547c0-.8-.701-1.41-1.787-1.41C11.565 1 11 1.8 11 2.576v.06z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m4.266 12.496l.96-2.853H8.76l.96 2.853H11L7.62 3H6.38L3 12.496zm2.748-8.063l1.419 4.23h-2.88l1.426-4.23zm5.132-1.797v-.075c0-.332.234-.618.619-.618c.354 0 .618.256.618.58c0 .362-.271.649-.52.898l-1.788 1.832V6h3.59v-.958h-1.923v-.045l.973-1.04c.415-.438.867-.845.867-1.547c0-.8-.701-1.41-1.787-1.41C11.565 1 11 1.8 11 2.576v.06z"/></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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m4.266%2012.496l.96-2.853H8.76l.96%202.853H11L7.62%203H6.38L3%2012.496zm2.748-8.063l1.419%204.23h-2.88l1.426-4.23zm5.132-1.797v-.075c0-.332.234-.618.619-.618c.354%200%20.618.256.618.58c0%20.362-.271.649-.52.898l-1.788%201.832V6h3.59v-.958h-1.923v-.045l.973-1.04c.415-.438.867-.845.867-1.547c0-.8-.701-1.41-1.787-1.41C11.565%201%2011%201.8%2011%202.576v.06z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m4.266%2012.496l.96-2.853H8.76l.96%202.853H11L7.62%203H6.38L3%2012.496zm2.748-8.063l1.419%204.23h-2.88l1.426-4.23zm5.132-1.797v-.075c0-.332.234-.618.619-.618c.354%200%20.618.256.618.58c0%20.362-.271.649-.52.898l-1.788%201.832V6h3.59v-.958h-1.923v-.045l.973-1.04c.415-.438.867-.845.867-1.547c0-.8-.701-1.41-1.787-1.41C11.565%201%2011%201.8%2011%202.576v.06z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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

Superscript outline icon — Bootstrap Icons · IconsDB