superscript icon
superscript from Font Awesome 6 Solid by Dave Gandy · Regular · Editors · CC-BY-4.0 Attribution required.
- Name
- superscript
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Editors
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
superscriptBootstrap IconssuperscriptFont Awesome Solidsuperscript-outlineFlowbite IconssuperscriptHuge IconssuperscriptJam IconssuperscriptLine AwesomesuperscriptLucidesuperscriptMaterial SymbolssuperscriptMaterial Symbols LightsuperscriptRemix IconsuperscriptTabler IconssuperscriptTDesign Iconssuperscript-outlineTeenyicons
More editors icons from Font Awesome 6 Solid
Use the superscript icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M480 32c0-11.1-5.7-21.4-15.2-27.2s-21.2-6.4-31.1-1.4l-32 16c-15.8 7.9-22.2 27.1-14.3 42.9C393 73.5 404.3 80 416 80v80c-17.7 0-32 14.3-32 32s14.3 32 32 32h64c17.7 0 32-14.3 32-32s-14.3-32-32-32zM32 64C14.3 64 0 78.3 0 96s14.3 32 32 32h15.3l89.6 128l-89.6 128H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h32c10.4 0 20.2-5.1 26.2-13.6L176 311.8l85.8 122.6c6 8.6 15.8 13.6 26.2 13.6h32c17.7 0 32-14.3 32-32s-14.3-32-32-32h-15.3l-89.6-128l89.6-128H320c17.7 0 32-14.3 32-32s-14.3-32-32-32h-32c-10.4 0-20.2 5.1-26.2 13.6L176 200.2L90.2 77.6C84.2 69.1 74.4 64 64 64z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidSuperscript(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M480 32c0-11.1-5.7-21.4-15.2-27.2s-21.2-6.4-31.1-1.4l-32 16c-15.8 7.9-22.2 27.1-14.3 42.9C393 73.5 404.3 80 416 80v80c-17.7 0-32 14.3-32 32s14.3 32 32 32h64c17.7 0 32-14.3 32-32s-14.3-32-32-32zM32 64C14.3 64 0 78.3 0 96s14.3 32 32 32h15.3l89.6 128l-89.6 128H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h32c10.4 0 20.2-5.1 26.2-13.6L176 311.8l85.8 122.6c6 8.6 15.8 13.6 26.2 13.6h32c17.7 0 32-14.3 32-32s-14.3-32-32-32h-15.3l-89.6-128l89.6-128H320c17.7 0 32-14.3 32-32s-14.3-32-32-32h-32c-10.4 0-20.2 5.1-26.2 13.6L176 200.2L90.2 77.6C84.2 69.1 74.4 64 64 64z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M480 32c0-11.1-5.7-21.4-15.2-27.2s-21.2-6.4-31.1-1.4l-32 16c-15.8 7.9-22.2 27.1-14.3 42.9C393 73.5 404.3 80 416 80v80c-17.7 0-32 14.3-32 32s14.3 32 32 32h64c17.7 0 32-14.3 32-32s-14.3-32-32-32zM32 64C14.3 64 0 78.3 0 96s14.3 32 32 32h15.3l89.6 128l-89.6 128H32c-17.7 0-32 14.3-32 32s14.3 32 32 32h32c10.4 0 20.2-5.1 26.2-13.6L176 311.8l85.8 122.6c6 8.6 15.8 13.6 26.2 13.6h32c17.7 0 32-14.3 32-32s-14.3-32-32-32h-15.3l-89.6-128l89.6-128H320c17.7 0 32-14.3 32-32s-14.3-32-32-32h-32c-10.4 0-20.2 5.1-26.2 13.6L176 200.2L90.2 77.6C84.2 69.1 74.4 64 64 64z"/></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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%2032c0-11.1-5.7-21.4-15.2-27.2s-21.2-6.4-31.1-1.4l-32%2016c-15.8%207.9-22.2%2027.1-14.3%2042.9C393%2073.5%20404.3%2080%20416%2080v80c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h64c17.7%200%2032-14.3%2032-32s-14.3-32-32-32zM32%2064C14.3%2064%200%2078.3%200%2096s14.3%2032%2032%2032h15.3l89.6%20128l-89.6%20128H32c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h32c10.4%200%2020.2-5.1%2026.2-13.6L176%20311.8l85.8%20122.6c6%208.6%2015.8%2013.6%2026.2%2013.6h32c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-15.3l-89.6-128l89.6-128H320c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-32c-10.4%200-20.2%205.1-26.2%2013.6L176%20200.2L90.2%2077.6C84.2%2069.1%2074.4%2064%2064%2064z%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%20512%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%2032c0-11.1-5.7-21.4-15.2-27.2s-21.2-6.4-31.1-1.4l-32%2016c-15.8%207.9-22.2%2027.1-14.3%2042.9C393%2073.5%20404.3%2080%20416%2080v80c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h64c17.7%200%2032-14.3%2032-32s-14.3-32-32-32zM32%2064C14.3%2064%200%2078.3%200%2096s14.3%2032%2032%2032h15.3l89.6%20128l-89.6%20128H32c-17.7%200-32%2014.3-32%2032s14.3%2032%2032%2032h32c10.4%200%2020.2-5.1%2026.2-13.6L176%20311.8l85.8%20122.6c6%208.6%2015.8%2013.6%2026.2%2013.6h32c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-15.3l-89.6-128l89.6-128H320c17.7%200%2032-14.3%2032-32s-14.3-32-32-32h-32c-10.4%200-20.2%205.1-26.2%2013.6L176%20200.2L90.2%2077.6C84.2%2069.1%2074.4%2064%2064%2064z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/superscript.svg?color=%231a73e8&size=48