subscript icon

subscript from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
subscript
Set
Huge Icons
Style
Stroke
Viewbox
24×24
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 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M21.992 21.5h-4l3.2-2.4a2 2 0 1 0-3.2-1.6"/><path d="M2.707 2.525c1.99-.105 3.24.052 4.02 1.886c.82 2.2 2.85 8.33 3.358 9.744c.547 1.519 1.25 2.567 4.138 2.305m.77-13.952c-2.864-.025-5.206 4.715-6.507 6.985c-1.432 2.62-3.891 7.16-6.494 6.985"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSubscript(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeWidth="1.5"><path strokeLinejoin="round" d="M21.992 21.5h-4l3.2-2.4a2 2 0 1 0-3.2-1.6"/><path d="M2.707 2.525c1.99-.105 3.24.052 4.02 1.886c.82 2.2 2.85 8.33 3.358 9.744c.547 1.519 1.25 2.567 4.138 2.305m.77-13.952c-2.864-.025-5.206 4.715-6.507 6.985c-1.432 2.62-3.891 7.16-6.494 6.985"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="1.5"><path stroke-linejoin="round" d="M21.992 21.5h-4l3.2-2.4a2 2 0 1 0-3.2-1.6"/><path d="M2.707 2.525c1.99-.105 3.24.052 4.02 1.886c.82 2.2 2.85 8.33 3.358 9.744c.547 1.519 1.25 2.567 4.138 2.305m.77-13.952c-2.864-.025-5.206 4.715-6.507 6.985c-1.432 2.62-3.891 7.16-6.494 6.985"/></g></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M21.992%2021.5h-4l3.2-2.4a2%202%200%201%200-3.2-1.6%22%2F%3E%3Cpath%20d%3D%22M2.707%202.525c1.99-.105%203.24.052%204.02%201.886c.82%202.2%202.85%208.33%203.358%209.744c.547%201.519%201.25%202.567%204.138%202.305m.77-13.952c-2.864-.025-5.206%204.715-6.507%206.985c-1.432%202.62-3.891%207.16-6.494%206.985%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M21.992%2021.5h-4l3.2-2.4a2%202%200%201%200-3.2-1.6%22%2F%3E%3Cpath%20d%3D%22M2.707%202.525c1.99-.105%203.24.052%204.02%201.886c.82%202.2%202.85%208.33%203.358%209.744c.547%201.519%201.25%202.567%204.138%202.305m.77-13.952c-2.864-.025-5.206%204.715-6.507%206.985c-1.432%202.62-3.891%207.16-6.494%206.985%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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