subscript icon
subscript-rounded from Material Symbols by Google · Rounded · Text · Apache-2.0 Free for personal and commercial use.
- Name
- subscript-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Text
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- subscript-outline-rounded
2 other variants in Material Symbols
The same icon in other sets
subscriptBootstrap IconssubscriptFont Awesome 6 SolidsubscriptFont Awesome Solidsubscript-outlineFlowbite IconssubscriptHuge IconssubscriptJam IconssubscriptLine AwesomesubscriptLucidesubscriptMaterial Symbols LightsubscriptRemix IconsubscriptTabler IconssubscriptTDesign Iconssubscript-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 subscript icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 20q-.425 0-.712-.288T19 19v-1q0-.425.288-.712T20 17h2v-1h-2.5q-.2 0-.35-.15T19 15.5t.15-.35t.35-.15H22q.425 0 .713.288T23 16v1q0 .425-.288.713T22 18h-2v1h2.5q.2 0 .35.15t.15.35t-.15.35t-.35.15zM7.925 18q-.675 0-.988-.575t.038-1.15l3.525-5.55L7.3 5.7q-.35-.55-.038-1.125T8.226 4q.3 0 .55.138t.4.387L11.95 9h.1l2.75-4.475q.15-.25.413-.387T15.75 4q.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 18"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsSubscriptRounded(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 20q-.425 0-.712-.288T19 19v-1q0-.425.288-.712T20 17h2v-1h-2.5q-.2 0-.35-.15T19 15.5t.15-.35t.35-.15H22q.425 0 .713.288T23 16v1q0 .425-.288.713T22 18h-2v1h2.5q.2 0 .35.15t.15.35t-.15.35t-.35.15zM7.925 18q-.675 0-.988-.575t.038-1.15l3.525-5.55L7.3 5.7q-.35-.55-.038-1.125T8.226 4q.3 0 .55.138t.4.387L11.95 9h.1l2.75-4.475q.15-.25.413-.387T15.75 4q.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 18"/></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 20q-.425 0-.712-.288T19 19v-1q0-.425.288-.712T20 17h2v-1h-2.5q-.2 0-.35-.15T19 15.5t.15-.35t.35-.15H22q.425 0 .713.288T23 16v1q0 .425-.288.713T22 18h-2v1h2.5q.2 0 .35.15t.15.35t-.15.35t-.35.15zM7.925 18q-.675 0-.988-.575t.038-1.15l3.525-5.55L7.3 5.7q-.35-.55-.038-1.125T8.226 4q.3 0 .55.138t.4.387L11.95 9h.1l2.75-4.475q.15-.25.413-.387T15.75 4q.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 18"/></svg> </template>
CSS
.icon-subscript-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%2020q-.425%200-.712-.288T19%2019v-1q0-.425.288-.712T20%2017h2v-1h-2.5q-.2%200-.35-.15T19%2015.5t.15-.35t.35-.15H22q.425%200%20.713.288T23%2016v1q0%20.425-.288.713T22%2018h-2v1h2.5q.2%200%20.35.15t.15.35t-.15.35t-.35.15zM7.925%2018q-.675%200-.988-.575t.038-1.15l3.525-5.55L7.3%205.7q-.35-.55-.038-1.125T8.226%204q.3%200%20.55.138t.4.387L11.95%209h.1l2.75-4.475q.15-.25.413-.387T15.75%204q.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%2018%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%2020q-.425%200-.712-.288T19%2019v-1q0-.425.288-.712T20%2017h2v-1h-2.5q-.2%200-.35-.15T19%2015.5t.15-.35t.35-.15H22q.425%200%20.713.288T23%2016v1q0%20.425-.288.713T22%2018h-2v1h2.5q.2%200%20.35.15t.15.35t-.15.35t-.35.15zM7.925%2018q-.675%200-.988-.575t.038-1.15l3.525-5.55L7.3%205.7q-.35-.55-.038-1.125T8.226%204q.3%200%20.55.138t.4.387L11.95%209h.1l2.75-4.475q.15-.25.413-.387T15.75%204q.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%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/subscript-rounded.svg?color=%231a73e8&size=48