superscript icon

superscript-outline from Teenyicons by smhmd · Outline · MIT Free for personal and commercial use.

Name
superscript-outline
Set
Teenyicons
Style
Outline
Viewbox
15×15
License
MIT

1 other variant in Teenyicons

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 15 15"><path fill="currentColor" d="m12.5 3.5l-.354-.354A.5.5 0 0 0 12.5 4zm1.793-1.793l-.354-.353zM15 3h-2.5v1H15zm-2.146.854l1.792-1.793l-.707-.707l-1.793 1.792zM13.793 0H13.5v1h.293zM13.5 0A1.5 1.5 0 0 0 12 1.5h1a.5.5 0 0 1 .5-.5zM15 1.207C15 .54 14.46 0 13.793 0v1c.114 0 .207.093.207.207zm-.354.854c.227-.227.354-.534.354-.854h-1a.2.2 0 0 1-.06.147zM1.1 1.8l9 12l.8-.6l-9-12zm9-.6l-9 12l.8.6l9-12z"/></svg>

React

import type { SVGProps } from "react";

export function TeenyiconsSuperscriptOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="m12.5 3.5l-.354-.354A.5.5 0 0 0 12.5 4zm1.793-1.793l-.354-.353zM15 3h-2.5v1H15zm-2.146.854l1.792-1.793l-.707-.707l-1.793 1.792zM13.793 0H13.5v1h.293zM13.5 0A1.5 1.5 0 0 0 12 1.5h1a.5.5 0 0 1 .5-.5zM15 1.207C15 .54 14.46 0 13.793 0v1c.114 0 .207.093.207.207zm-.354.854c.227-.227.354-.534.354-.854h-1a.2.2 0 0 1-.06.147zM1.1 1.8l9 12l.8-.6l-9-12zm9-.6l-9 12l.8.6l9-12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="m12.5 3.5l-.354-.354A.5.5 0 0 0 12.5 4zm1.793-1.793l-.354-.353zM15 3h-2.5v1H15zm-2.146.854l1.792-1.793l-.707-.707l-1.793 1.792zM13.793 0H13.5v1h.293zM13.5 0A1.5 1.5 0 0 0 12 1.5h1a.5.5 0 0 1 .5-.5zM15 1.207C15 .54 14.46 0 13.793 0v1c.114 0 .207.093.207.207zm-.354.854c.227-.227.354-.534.354-.854h-1a.2.2 0 0 1-.06.147zM1.1 1.8l9 12l.8-.6l-9-12zm9-.6l-9 12l.8.6l9-12z"/></svg>
</template>

CSS

.icon-superscript-outline {
  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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.5%203.5l-.354-.354A.5.5%200%200%200%2012.5%204zm1.793-1.793l-.354-.353zM15%203h-2.5v1H15zm-2.146.854l1.792-1.793l-.707-.707l-1.793%201.792zM13.793%200H13.5v1h.293zM13.5%200A1.5%201.5%200%200%200%2012%201.5h1a.5.5%200%200%201%20.5-.5zM15%201.207C15%20.54%2014.46%200%2013.793%200v1c.114%200%20.207.093.207.207zm-.354.854c.227-.227.354-.534.354-.854h-1a.2.2%200%200%201-.06.147zM1.1%201.8l9%2012l.8-.6l-9-12zm9-.6l-9%2012l.8.6l9-12z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m12.5%203.5l-.354-.354A.5.5%200%200%200%2012.5%204zm1.793-1.793l-.354-.353zM15%203h-2.5v1H15zm-2.146.854l1.792-1.793l-.707-.707l-1.793%201.792zM13.793%200H13.5v1h.293zM13.5%200A1.5%201.5%200%200%200%2012%201.5h1a.5.5%200%200%201%20.5-.5zM15%201.207C15%20.54%2014.46%200%2013.793%200v1c.114%200%20.207.093.207.207zm-.354.854c.227-.227.354-.534.354-.854h-1a.2.2%200%200%201-.06.147zM1.1%201.8l9%2012l.8-.6l-9-12zm9-.6l-9%2012l.8.6l9-12z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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