text subscript icon
text-subscript-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- text-subscript-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
text-abc-underline-double-32-filledtext-add-20-filledtext-add-space-after-20-filledtext-add-space-before-20-filledtext-add-t-20-filledtext-align-center-16-filledtext-align-center-rotate-270-16-filledtext-align-center-rotate-90-16-filledtext-align-distributed-20-filledtext-align-distributed-evenly-20-filledtext-align-distributed-vertical-20-filledtext-align-justify-20-filledtext-align-justify-low-20-filledtext-align-justify-low-90-20-filledtext-align-justify-low-rotate-270-20-filledtext-align-justify-low-rotate-90-20-filledtext-align-justify-rotate-270-20-filledtext-align-justify-rotate-90-20-filledtext-align-left-16-filledtext-align-left-rotate-270-16-filledtext-align-left-rotate-90-16-filledtext-align-right-16-filledtext-align-right-rotate-270-16-filledtext-align-right-rotate-90-16-filled
Use the text subscript icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.54 4.12a.5.5 0 0 1 .053.705L9.158 10l4.085 4.766c-.187.294-.34.638-.424 1.041l-4.32-5.039l-4.334 5.057a.5.5 0 1 1-.76-.65L7.842 10L3.406 4.825a.5.5 0 1 1 .759-.65l4.334 5.057l4.335-5.057a.5.5 0 0 1 .705-.055M15.584 12c-.466 0-.836.421-.836.864a.5.5 0 0 1-1 0c0-.921.747-1.864 1.835-1.864c.635 0 1.248.297 1.59.824c.358.55.37 1.267-.046 1.975c-.212.36-.502.633-.785.856a10 10 0 0 1-.425.314l-.06.042c-.117.083-.228.16-.335.241c-.322.243-.555.466-.677.748h2.096a.5.5 0 1 1 0 1H14.25a.5.5 0 0 1-.5-.5c0-1.037.606-1.62 1.172-2.047c.12-.09.244-.178.362-.26l.057-.04c.136-.097.263-.188.382-.282c.239-.189.421-.371.543-.579c.252-.428.193-.734.07-.922c-.137-.212-.415-.37-.751-.37"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextSubscript20Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.54 4.12a.5.5 0 0 1 .053.705L9.158 10l4.085 4.766c-.187.294-.34.638-.424 1.041l-4.32-5.039l-4.334 5.057a.5.5 0 1 1-.76-.65L7.842 10L3.406 4.825a.5.5 0 1 1 .759-.65l4.334 5.057l4.335-5.057a.5.5 0 0 1 .705-.055M15.584 12c-.466 0-.836.421-.836.864a.5.5 0 0 1-1 0c0-.921.747-1.864 1.835-1.864c.635 0 1.248.297 1.59.824c.358.55.37 1.267-.046 1.975c-.212.36-.502.633-.785.856a10 10 0 0 1-.425.314l-.06.042c-.117.083-.228.16-.335.241c-.322.243-.555.466-.677.748h2.096a.5.5 0 1 1 0 1H14.25a.5.5 0 0 1-.5-.5c0-1.037.606-1.62 1.172-2.047c.12-.09.244-.178.362-.26l.057-.04c.136-.097.263-.188.382-.282c.239-.189.421-.371.543-.579c.252-.428.193-.734.07-.922c-.137-.212-.415-.37-.751-.37"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M13.54 4.12a.5.5 0 0 1 .053.705L9.158 10l4.085 4.766c-.187.294-.34.638-.424 1.041l-4.32-5.039l-4.334 5.057a.5.5 0 1 1-.76-.65L7.842 10L3.406 4.825a.5.5 0 1 1 .759-.65l4.334 5.057l4.335-5.057a.5.5 0 0 1 .705-.055M15.584 12c-.466 0-.836.421-.836.864a.5.5 0 0 1-1 0c0-.921.747-1.864 1.835-1.864c.635 0 1.248.297 1.59.824c.358.55.37 1.267-.046 1.975c-.212.36-.502.633-.785.856a10 10 0 0 1-.425.314l-.06.042c-.117.083-.228.16-.335.241c-.322.243-.555.466-.677.748h2.096a.5.5 0 1 1 0 1H14.25a.5.5 0 0 1-.5-.5c0-1.037.606-1.62 1.172-2.047c.12-.09.244-.178.362-.26l.057-.04c.136-.097.263-.188.382-.282c.239-.189.421-.371.543-.579c.252-.428.193-.734.07-.922c-.137-.212-.415-.37-.751-.37"/></svg> </template>
CSS
.icon-text-subscript-20-regular {
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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.54%204.12a.5.5%200%200%201%20.053.705L9.158%2010l4.085%204.766c-.187.294-.34.638-.424%201.041l-4.32-5.039l-4.334%205.057a.5.5%200%201%201-.76-.65L7.842%2010L3.406%204.825a.5.5%200%201%201%20.759-.65l4.334%205.057l4.335-5.057a.5.5%200%200%201%20.705-.055M15.584%2012c-.466%200-.836.421-.836.864a.5.5%200%200%201-1%200c0-.921.747-1.864%201.835-1.864c.635%200%201.248.297%201.59.824c.358.55.37%201.267-.046%201.975c-.212.36-.502.633-.785.856a10%2010%200%200%201-.425.314l-.06.042c-.117.083-.228.16-.335.241c-.322.243-.555.466-.677.748h2.096a.5.5%200%201%201%200%201H14.25a.5.5%200%200%201-.5-.5c0-1.037.606-1.62%201.172-2.047c.12-.09.244-.178.362-.26l.057-.04c.136-.097.263-.188.382-.282c.239-.189.421-.371.543-.579c.252-.428.193-.734.07-.922c-.137-.212-.415-.37-.751-.37%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.54%204.12a.5.5%200%200%201%20.053.705L9.158%2010l4.085%204.766c-.187.294-.34.638-.424%201.041l-4.32-5.039l-4.334%205.057a.5.5%200%201%201-.76-.65L7.842%2010L3.406%204.825a.5.5%200%201%201%20.759-.65l4.334%205.057l4.335-5.057a.5.5%200%200%201%20.705-.055M15.584%2012c-.466%200-.836.421-.836.864a.5.5%200%200%201-1%200c0-.921.747-1.864%201.835-1.864c.635%200%201.248.297%201.59.824c.358.55.37%201.267-.046%201.975c-.212.36-.502.633-.785.856a10%2010%200%200%201-.425.314l-.06.042c-.117.083-.228.16-.335.241c-.322.243-.555.466-.677.748h2.096a.5.5%200%201%201%200%201H14.25a.5.5%200%200%201-.5-.5c0-1.037.606-1.62%201.172-2.047c.12-.09.244-.178.362-.26l.057-.04c.136-.097.263-.188.382-.282c.239-.189.421-.371.543-.579c.252-.428.193-.734.07-.922c-.137-.212-.415-.37-.751-.37%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/text-subscript-20-regular.svg?color=%231a73e8&size=48