subscript from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.

Name
subscript
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

The same icon in other sets

Use the subscript icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m3.266 12.496l.96-2.853H7.76l.96 2.853H10L6.62 3H5.38L2 12.496zm2.748-8.063l1.419 4.23h-2.88l1.426-4.23zm6.132 7.203v-.075c0-.332.234-.618.619-.618c.354 0 .618.256.618.58c0 .362-.271.649-.52.898l-1.788 1.832V15h3.59v-.958h-1.923v-.045l.973-1.04c.415-.438.867-.845.867-1.547c0-.8-.701-1.41-1.787-1.41c-1.23 0-1.795.8-1.795 1.576v.06z"/></svg>

React

import type { SVGProps } from "react";

export function BiSubscript(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m3.266 12.496l.96-2.853H7.76l.96 2.853H10L6.62 3H5.38L2 12.496zm2.748-8.063l1.419 4.23h-2.88l1.426-4.23zm6.132 7.203v-.075c0-.332.234-.618.619-.618c.354 0 .618.256.618.58c0 .362-.271.649-.52.898l-1.788 1.832V15h3.59v-.958h-1.923v-.045l.973-1.04c.415-.438.867-.845.867-1.547c0-.8-.701-1.41-1.787-1.41c-1.23 0-1.795.8-1.795 1.576v.06z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m3.266 12.496l.96-2.853H7.76l.96 2.853H10L6.62 3H5.38L2 12.496zm2.748-8.063l1.419 4.23h-2.88l1.426-4.23zm6.132 7.203v-.075c0-.332.234-.618.619-.618c.354 0 .618.256.618.58c0 .362-.271.649-.52.898l-1.788 1.832V15h3.59v-.958h-1.923v-.045l.973-1.04c.415-.438.867-.845.867-1.547c0-.8-.701-1.41-1.787-1.41c-1.23 0-1.795.8-1.795 1.576v.06z"/></svg>
</template>

CSS

.icon-subscript {
  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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m3.266%2012.496l.96-2.853H7.76l.96%202.853H10L6.62%203H5.38L2%2012.496zm2.748-8.063l1.419%204.23h-2.88l1.426-4.23zm6.132%207.203v-.075c0-.332.234-.618.619-.618c.354%200%20.618.256.618.58c0%20.362-.271.649-.52.898l-1.788%201.832V15h3.59v-.958h-1.923v-.045l.973-1.04c.415-.438.867-.845.867-1.547c0-.8-.701-1.41-1.787-1.41c-1.23%200-1.795.8-1.795%201.576v.06z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m3.266%2012.496l.96-2.853H7.76l.96%202.853H10L6.62%203H5.38L2%2012.496zm2.748-8.063l1.419%204.23h-2.88l1.426-4.23zm6.132%207.203v-.075c0-.332.234-.618.619-.618c.354%200%20.618.256.618.58c0%20.362-.271.649-.52.898l-1.788%201.832V15h3.59v-.958h-1.923v-.045l.973-1.04c.415-.438.867-.845.867-1.547c0-.8-.701-1.41-1.787-1.41c-1.23%200-1.795.8-1.795%201.576v.06z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/subscript.svg?color=%231a73e8&size=48