superscript-rounded from Material Symbols Light by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.

Name
superscript-rounded
Set
Material Symbols Light
Style
Rounded
Category
Text
Viewbox
24×24
License
Apache 2.0
Aliases
superscript-outline-rounded

2 other variants in Material Symbols Light

The same icon in other sets

More text icons from Material Symbols Light

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="M19.192 9q-.343 0-.575-.232t-.233-.576v-.769q0-.343.233-.575q.232-.232.575-.232H21v-.847h-2.23q-.155 0-.27-.111t-.115-.273t.115-.273t.27-.112h2.192q.343 0 .575.232t.232.576v.769q0 .343-.232.576t-.575.232h-1.808v.846h2.23q.155 0 .27.111q.115.112.115.273t-.115.274q-.115.111-.27.111zM8.008 19q-.328 0-.48-.277q-.153-.277.024-.563l3.64-5.627L7.896 7.45q-.177-.28-.024-.558q.152-.276.469-.276q.146 0 .263.066q.116.067.187.19l3.178 4.936h.023l3.231-4.956q.069-.113.19-.175q.12-.061.255-.061q.332 0 .479.276q.147.277-.03.564l-3.354 5.077l3.685 5.627q.177.286.02.563q-.156.277-.47.277q-.142 0-.26-.067t-.19-.189l-3.556-5.457h-.023l-3.517 5.457q-.069.122-.19.189q-.12.067-.254.067"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightSuperscriptRounded(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="M19.192 9q-.343 0-.575-.232t-.233-.576v-.769q0-.343.233-.575q.232-.232.575-.232H21v-.847h-2.23q-.155 0-.27-.111t-.115-.273t.115-.273t.27-.112h2.192q.343 0 .575.232t.232.576v.769q0 .343-.232.576t-.575.232h-1.808v.846h2.23q.155 0 .27.111q.115.112.115.273t-.115.274q-.115.111-.27.111zM8.008 19q-.328 0-.48-.277q-.153-.277.024-.563l3.64-5.627L7.896 7.45q-.177-.28-.024-.558q.152-.276.469-.276q.146 0 .263.066q.116.067.187.19l3.178 4.936h.023l3.231-4.956q.069-.113.19-.175q.12-.061.255-.061q.332 0 .479.276q.147.277-.03.564l-3.354 5.077l3.685 5.627q.177.286.02.563q-.156.277-.47.277q-.142 0-.26-.067t-.19-.189l-3.556-5.457h-.023l-3.517 5.457q-.069.122-.19.189q-.12.067-.254.067"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.192 9q-.343 0-.575-.232t-.233-.576v-.769q0-.343.233-.575q.232-.232.575-.232H21v-.847h-2.23q-.155 0-.27-.111t-.115-.273t.115-.273t.27-.112h2.192q.343 0 .575.232t.232.576v.769q0 .343-.232.576t-.575.232h-1.808v.846h2.23q.155 0 .27.111q.115.112.115.273t-.115.274q-.115.111-.27.111zM8.008 19q-.328 0-.48-.277q-.153-.277.024-.563l3.64-5.627L7.896 7.45q-.177-.28-.024-.558q.152-.276.469-.276q.146 0 .263.066q.116.067.187.19l3.178 4.936h.023l3.231-4.956q.069-.113.19-.175q.12-.061.255-.061q.332 0 .479.276q.147.277-.03.564l-3.354 5.077l3.685 5.627q.177.286.02.563q-.156.277-.47.277q-.142 0-.26-.067t-.19-.189l-3.556-5.457h-.023l-3.517 5.457q-.069.122-.19.189q-.12.067-.254.067"/></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%22M19.192%209q-.343%200-.575-.232t-.233-.576v-.769q0-.343.233-.575q.232-.232.575-.232H21v-.847h-2.23q-.155%200-.27-.111t-.115-.273t.115-.273t.27-.112h2.192q.343%200%20.575.232t.232.576v.769q0%20.343-.232.576t-.575.232h-1.808v.846h2.23q.155%200%20.27.111q.115.112.115.273t-.115.274q-.115.111-.27.111zM8.008%2019q-.328%200-.48-.277q-.153-.277.024-.563l3.64-5.627L7.896%207.45q-.177-.28-.024-.558q.152-.276.469-.276q.146%200%20.263.066q.116.067.187.19l3.178%204.936h.023l3.231-4.956q.069-.113.19-.175q.12-.061.255-.061q.332%200%20.479.276q.147.277-.03.564l-3.354%205.077l3.685%205.627q.177.286.02.563q-.156.277-.47.277q-.142%200-.26-.067t-.19-.189l-3.556-5.457h-.023l-3.517%205.457q-.069.122-.19.189q-.12.067-.254.067%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%22M19.192%209q-.343%200-.575-.232t-.233-.576v-.769q0-.343.233-.575q.232-.232.575-.232H21v-.847h-2.23q-.155%200-.27-.111t-.115-.273t.115-.273t.27-.112h2.192q.343%200%20.575.232t.232.576v.769q0%20.343-.232.576t-.575.232h-1.808v.846h2.23q.155%200%20.27.111q.115.112.115.273t-.115.274q-.115.111-.27.111zM8.008%2019q-.328%200-.48-.277q-.153-.277.024-.563l3.64-5.627L7.896%207.45q-.177-.28-.024-.558q.152-.276.469-.276q.146%200%20.263.066q.116.067.187.19l3.178%204.936h.023l3.231-4.956q.069-.113.19-.175q.12-.061.255-.061q.332%200%20.479.276q.147.277-.03.564l-3.354%205.077l3.685%205.627q.177.286.02.563q-.156.277-.47.277q-.142%200-.26-.067t-.19-.189l-3.556-5.457h-.023l-3.517%205.457q-.069.122-.19.189q-.12.067-.254.067%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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