text subscript icon
text-subscript-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- text-subscript-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Related icons in Phosphor
Use the text subscript icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M246 208a6 6 0 0 1-6 6h-48a6 6 0 0 1-4.8-9.6l43.17-57.56A18 18 0 1 0 199 130a6 6 0 1 1-11.31-4A30 30 0 1 1 240 154.06L204 202h36a6 6 0 0 1 6 6M147.93 51.47a6 6 0 0 0-8.46.6L92 106.84L44.53 52.07a6 6 0 1 0-9.06 7.86L84.06 116l-48.59 56.07a6 6 0 1 0 9.06 7.86L92 125.16l47.47 54.77a6 6 0 0 0 9.06-7.86L99.94 116l48.59-56.07a6 6 0 0 0-.6-8.46"/></svg>
React
import type { SVGProps } from "react";
export function PhTextSubscriptLight(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M246 208a6 6 0 0 1-6 6h-48a6 6 0 0 1-4.8-9.6l43.17-57.56A18 18 0 1 0 199 130a6 6 0 1 1-11.31-4A30 30 0 1 1 240 154.06L204 202h36a6 6 0 0 1 6 6M147.93 51.47a6 6 0 0 0-8.46.6L92 106.84L44.53 52.07a6 6 0 1 0-9.06 7.86L84.06 116l-48.59 56.07a6 6 0 1 0 9.06 7.86L92 125.16l47.47 54.77a6 6 0 0 0 9.06-7.86L99.94 116l48.59-56.07a6 6 0 0 0-.6-8.46"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M246 208a6 6 0 0 1-6 6h-48a6 6 0 0 1-4.8-9.6l43.17-57.56A18 18 0 1 0 199 130a6 6 0 1 1-11.31-4A30 30 0 1 1 240 154.06L204 202h36a6 6 0 0 1 6 6M147.93 51.47a6 6 0 0 0-8.46.6L92 106.84L44.53 52.07a6 6 0 1 0-9.06 7.86L84.06 116l-48.59 56.07a6 6 0 1 0 9.06 7.86L92 125.16l47.47 54.77a6 6 0 0 0 9.06-7.86L99.94 116l48.59-56.07a6 6 0 0 0-.6-8.46"/></svg> </template>
CSS
.icon-text-subscript-light {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M246%20208a6%206%200%200%201-6%206h-48a6%206%200%200%201-4.8-9.6l43.17-57.56A18%2018%200%201%200%20199%20130a6%206%200%201%201-11.31-4A30%2030%200%201%201%20240%20154.06L204%20202h36a6%206%200%200%201%206%206M147.93%2051.47a6%206%200%200%200-8.46.6L92%20106.84L44.53%2052.07a6%206%200%201%200-9.06%207.86L84.06%20116l-48.59%2056.07a6%206%200%201%200%209.06%207.86L92%20125.16l47.47%2054.77a6%206%200%200%200%209.06-7.86L99.94%20116l48.59-56.07a6%206%200%200%200-.6-8.46%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M246%20208a6%206%200%200%201-6%206h-48a6%206%200%200%201-4.8-9.6l43.17-57.56A18%2018%200%201%200%20199%20130a6%206%200%201%201-11.31-4A30%2030%200%201%201%20240%20154.06L204%20202h36a6%206%200%200%201%206%206M147.93%2051.47a6%206%200%200%200-8.46.6L92%20106.84L44.53%2052.07a6%206%200%201%200-9.06%207.86L84.06%20116l-48.59%2056.07a6%206%200%201%200%209.06%207.86L92%20125.16l47.47%2054.77a6%206%200%200%200%209.06-7.86L99.94%20116l48.59-56.07a6%206%200%200%200-.6-8.46%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/text-subscript-light.svg?color=%231a73e8&size=48