superscript icon
superscript-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- superscript-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- superscript-outline-rounded
2 other variants in Material Symbols
The same icon in other sets
superscriptBootstrap IconssuperscriptFont Awesome 6 SolidsuperscriptFont Awesome Solidsuperscript-outlineFlowbite IconssuperscriptHuge IconssuperscriptJam IconssuperscriptLine AwesomesuperscriptLucidesuperscriptMaterial Symbols LightsuperscriptRemix IconsuperscriptTabler IconssuperscriptTDesign Iconssuperscript-outlineTeenyicons
More text icons from Material Symbols
add-column-leftadd-column-rightadd-linkadd-notesadd-row-aboveadd-row-belowadd-to-drivealign-centeralign-endalign-flex-centeralign-flex-endalign-flex-startalign-horizontal-centeralign-horizontal-leftalign-horizontal-rightalign-items-stretchalign-justify-centeralign-justify-flex-endalign-justify-flex-startalign-justify-space-aroundalign-justify-space-betweenalign-justify-space-evenalign-justify-stretchalign-self-stretch
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="M20 9q-.425 0-.712-.288T19 8V7q0-.425.288-.712T20 6h2V5h-2.5q-.2 0-.35-.15T19 4.5t.15-.35t.35-.15H22q.425 0 .713.288T23 5v1q0 .425-.288.713T22 7h-2v1h2.5q.2 0 .35.15t.15.35t-.15.35t-.35.15zM7.925 20q-.675 0-.987-.575t.037-1.15l3.525-5.55L7.3 7.7q-.35-.55-.038-1.125T8.226 6q.3 0 .55.138t.4.387L11.95 11h.1l2.75-4.475q.15-.25.413-.387T15.75 6q.675 0 .975.575t-.05 1.15l-3.2 5l3.55 5.55q.35.575.025 1.15t-.975.575q-.3 0-.55-.137t-.4-.388l-3.075-4.9h-.1l-3.075 4.9q-.15.25-.413.388T7.926 20"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSuperscriptRounded(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="M20 9q-.425 0-.712-.288T19 8V7q0-.425.288-.712T20 6h2V5h-2.5q-.2 0-.35-.15T19 4.5t.15-.35t.35-.15H22q.425 0 .713.288T23 5v1q0 .425-.288.713T22 7h-2v1h2.5q.2 0 .35.15t.15.35t-.15.35t-.35.15zM7.925 20q-.675 0-.987-.575t.037-1.15l3.525-5.55L7.3 7.7q-.35-.55-.038-1.125T8.226 6q.3 0 .55.138t.4.387L11.95 11h.1l2.75-4.475q.15-.25.413-.387T15.75 6q.675 0 .975.575t-.05 1.15l-3.2 5l3.55 5.55q.35.575.025 1.15t-.975.575q-.3 0-.55-.137t-.4-.388l-3.075-4.9h-.1l-3.075 4.9q-.15.25-.413.388T7.926 20"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 9q-.425 0-.712-.288T19 8V7q0-.425.288-.712T20 6h2V5h-2.5q-.2 0-.35-.15T19 4.5t.15-.35t.35-.15H22q.425 0 .713.288T23 5v1q0 .425-.288.713T22 7h-2v1h2.5q.2 0 .35.15t.15.35t-.15.35t-.35.15zM7.925 20q-.675 0-.987-.575t.037-1.15l3.525-5.55L7.3 7.7q-.35-.55-.038-1.125T8.226 6q.3 0 .55.138t.4.387L11.95 11h.1l2.75-4.475q.15-.25.413-.387T15.75 6q.675 0 .975.575t-.05 1.15l-3.2 5l3.55 5.55q.35.575.025 1.15t-.975.575q-.3 0-.55-.137t-.4-.388l-3.075-4.9h-.1l-3.075 4.9q-.15.25-.413.388T7.926 20"/></svg> </template>
CSS
.icon-superscript-rounded {
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%22M20%209q-.425%200-.712-.288T19%208V7q0-.425.288-.712T20%206h2V5h-2.5q-.2%200-.35-.15T19%204.5t.15-.35t.35-.15H22q.425%200%20.713.288T23%205v1q0%20.425-.288.713T22%207h-2v1h2.5q.2%200%20.35.15t.15.35t-.15.35t-.35.15zM7.925%2020q-.675%200-.987-.575t.037-1.15l3.525-5.55L7.3%207.7q-.35-.55-.038-1.125T8.226%206q.3%200%20.55.138t.4.387L11.95%2011h.1l2.75-4.475q.15-.25.413-.387T15.75%206q.675%200%20.975.575t-.05%201.15l-3.2%205l3.55%205.55q.35.575.025%201.15t-.975.575q-.3%200-.55-.137t-.4-.388l-3.075-4.9h-.1l-3.075%204.9q-.15.25-.413.388T7.926%2020%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%22M20%209q-.425%200-.712-.288T19%208V7q0-.425.288-.712T20%206h2V5h-2.5q-.2%200-.35-.15T19%204.5t.15-.35t.35-.15H22q.425%200%20.713.288T23%205v1q0%20.425-.288.713T22%207h-2v1h2.5q.2%200%20.35.15t.15.35t-.15.35t-.35.15zM7.925%2020q-.675%200-.987-.575t.037-1.15l3.525-5.55L7.3%207.7q-.35-.55-.038-1.125T8.226%206q.3%200%20.55.138t.4.387L11.95%2011h.1l2.75-4.475q.15-.25.413-.387T15.75%206q.675%200%20.975.575t-.05%201.15l-3.2%205l3.55%205.55q.35.575.025%201.15t-.975.575q-.3%200-.55-.137t-.4-.388l-3.075-4.9h-.1l-3.075%204.9q-.15.25-.413.388T7.926%2020%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/superscript-rounded.svg?color=%231a73e8&size=48