superscript icon

superscript from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.

Name
superscript
Set
Jam Icons
Style
Outline
Viewbox
14×14
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 14 14"><path fill="currentColor" d="M1.708 5.29L4.54 8.098L7.37 5.29a1.007 1.007 0 0 1 1.416 0a.986.986 0 0 1 0 1.403L5.955 9.5l2.83 2.806a.986.986 0 0 1 0 1.403a1.007 1.007 0 0 1-1.415 0l-2.83-2.806l-2.832 2.806a1.007 1.007 0 0 1-1.415 0a.986.986 0 0 1 0-1.403L3.123 9.5L.294 6.694a.986.986 0 0 1 0-1.403a1.007 1.007 0 0 1 1.415 0ZM11.686 0q.642 0 1.149.275q.51.28.814.8c.2.343.301.7.301 1.063c0 .416-.231.849-.46 1.307c-.223.45-.538.876-1.072 1.555l-.118.123l-.255.229H14V7H9.078V5.986l.101-.246l1.801-1.913c.433-.435.8-.77.93-1.011q.186-.346.184-.587a.42.42 0 0 0-.128-.327a.48.48 0 0 0-.355-.127a.45.45 0 0 0-.357.158c-.106.117-.167.288-.175.525l-.012.338h-1.84l.017-.366c.034-.735.274-1.33.723-1.77c.45-.44 1.03-.66 1.719-.66"/></svg>

React

import type { SVGProps } from "react";

export function JamSuperscript(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 14"><path fill="currentColor" d="M1.708 5.29L4.54 8.098L7.37 5.29a1.007 1.007 0 0 1 1.416 0a.986.986 0 0 1 0 1.403L5.955 9.5l2.83 2.806a.986.986 0 0 1 0 1.403a1.007 1.007 0 0 1-1.415 0l-2.83-2.806l-2.832 2.806a1.007 1.007 0 0 1-1.415 0a.986.986 0 0 1 0-1.403L3.123 9.5L.294 6.694a.986.986 0 0 1 0-1.403a1.007 1.007 0 0 1 1.415 0ZM11.686 0q.642 0 1.149.275q.51.28.814.8c.2.343.301.7.301 1.063c0 .416-.231.849-.46 1.307c-.223.45-.538.876-1.072 1.555l-.118.123l-.255.229H14V7H9.078V5.986l.101-.246l1.801-1.913c.433-.435.8-.77.93-1.011q.186-.346.184-.587a.42.42 0 0 0-.128-.327a.48.48 0 0 0-.355-.127a.45.45 0 0 0-.357.158c-.106.117-.167.288-.175.525l-.012.338h-1.84l.017-.366c.034-.735.274-1.33.723-1.77c.45-.44 1.03-.66 1.719-.66"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 14 14"><path fill="currentColor" d="M1.708 5.29L4.54 8.098L7.37 5.29a1.007 1.007 0 0 1 1.416 0a.986.986 0 0 1 0 1.403L5.955 9.5l2.83 2.806a.986.986 0 0 1 0 1.403a1.007 1.007 0 0 1-1.415 0l-2.83-2.806l-2.832 2.806a1.007 1.007 0 0 1-1.415 0a.986.986 0 0 1 0-1.403L3.123 9.5L.294 6.694a.986.986 0 0 1 0-1.403a1.007 1.007 0 0 1 1.415 0ZM11.686 0q.642 0 1.149.275q.51.28.814.8c.2.343.301.7.301 1.063c0 .416-.231.849-.46 1.307c-.223.45-.538.876-1.072 1.555l-.118.123l-.255.229H14V7H9.078V5.986l.101-.246l1.801-1.913c.433-.435.8-.77.93-1.011q.186-.346.184-.587a.42.42 0 0 0-.128-.327a.48.48 0 0 0-.355-.127a.45.45 0 0 0-.357.158c-.106.117-.167.288-.175.525l-.012.338h-1.84l.017-.366c.034-.735.274-1.33.723-1.77c.45-.44 1.03-.66 1.719-.66"/></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%2014%2014%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.708%205.29L4.54%208.098L7.37%205.29a1.007%201.007%200%200%201%201.416%200a.986.986%200%200%201%200%201.403L5.955%209.5l2.83%202.806a.986.986%200%200%201%200%201.403a1.007%201.007%200%200%201-1.415%200l-2.83-2.806l-2.832%202.806a1.007%201.007%200%200%201-1.415%200a.986.986%200%200%201%200-1.403L3.123%209.5L.294%206.694a.986.986%200%200%201%200-1.403a1.007%201.007%200%200%201%201.415%200ZM11.686%200q.642%200%201.149.275q.51.28.814.8c.2.343.301.7.301%201.063c0%20.416-.231.849-.46%201.307c-.223.45-.538.876-1.072%201.555l-.118.123l-.255.229H14V7H9.078V5.986l.101-.246l1.801-1.913c.433-.435.8-.77.93-1.011q.186-.346.184-.587a.42.42%200%200%200-.128-.327a.48.48%200%200%200-.355-.127a.45.45%200%200%200-.357.158c-.106.117-.167.288-.175.525l-.012.338h-1.84l.017-.366c.034-.735.274-1.33.723-1.77c.45-.44%201.03-.66%201.719-.66%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%2014%2014%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M1.708%205.29L4.54%208.098L7.37%205.29a1.007%201.007%200%200%201%201.416%200a.986.986%200%200%201%200%201.403L5.955%209.5l2.83%202.806a.986.986%200%200%201%200%201.403a1.007%201.007%200%200%201-1.415%200l-2.83-2.806l-2.832%202.806a1.007%201.007%200%200%201-1.415%200a.986.986%200%200%201%200-1.403L3.123%209.5L.294%206.694a.986.986%200%200%201%200-1.403a1.007%201.007%200%200%201%201.415%200ZM11.686%200q.642%200%201.149.275q.51.28.814.8c.2.343.301.7.301%201.063c0%20.416-.231.849-.46%201.307c-.223.45-.538.876-1.072%201.555l-.118.123l-.255.229H14V7H9.078V5.986l.101-.246l1.801-1.913c.433-.435.8-.77.93-1.011q.186-.346.184-.587a.42.42%200%200%200-.128-.327a.48.48%200%200%200-.355-.127a.45.45%200%200%200-.357.158c-.106.117-.167.288-.175.525l-.012.338h-1.84l.017-.366c.034-.735.274-1.33.723-1.77c.45-.44%201.03-.66%201.719-.66%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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