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

Name
type-h2
Set
Bootstrap Icons
Style
Outline
Viewbox
16×16
License
MIT

Related icons in Bootstrap Icons

Use the type h2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.495 13V3.201H6.174v4.15H1.32V3.2H0V13h1.32V8.513h4.854V13zm3.174-7.071v-.05c0-.934.66-1.752 1.801-1.752c1.005 0 1.76.639 1.76 1.651c0 .898-.582 1.58-1.12 2.19l-3.69 4.2V13h6.331v-1.149h-4.458v-.079L13.9 8.786c.919-1.048 1.666-1.874 1.666-3.101C15.565 4.149 14.35 3 12.499 3C10.46 3 9.384 4.393 9.384 5.879v.05z"/></svg>

React

import type { SVGProps } from "react";

export function BiTypeH2(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="M7.495 13V3.201H6.174v4.15H1.32V3.2H0V13h1.32V8.513h4.854V13zm3.174-7.071v-.05c0-.934.66-1.752 1.801-1.752c1.005 0 1.76.639 1.76 1.651c0 .898-.582 1.58-1.12 2.19l-3.69 4.2V13h6.331v-1.149h-4.458v-.079L13.9 8.786c.919-1.048 1.666-1.874 1.666-3.101C15.565 4.149 14.35 3 12.499 3C10.46 3 9.384 4.393 9.384 5.879v.05z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M7.495 13V3.201H6.174v4.15H1.32V3.2H0V13h1.32V8.513h4.854V13zm3.174-7.071v-.05c0-.934.66-1.752 1.801-1.752c1.005 0 1.76.639 1.76 1.651c0 .898-.582 1.58-1.12 2.19l-3.69 4.2V13h6.331v-1.149h-4.458v-.079L13.9 8.786c.919-1.048 1.666-1.874 1.666-3.101C15.565 4.149 14.35 3 12.499 3C10.46 3 9.384 4.393 9.384 5.879v.05z"/></svg>
</template>

CSS

.icon-type-h2 {
  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%22M7.495%2013V3.201H6.174v4.15H1.32V3.2H0V13h1.32V8.513h4.854V13zm3.174-7.071v-.05c0-.934.66-1.752%201.801-1.752c1.005%200%201.76.639%201.76%201.651c0%20.898-.582%201.58-1.12%202.19l-3.69%204.2V13h6.331v-1.149h-4.458v-.079L13.9%208.786c.919-1.048%201.666-1.874%201.666-3.101C15.565%204.149%2014.35%203%2012.499%203C10.46%203%209.384%204.393%209.384%205.879v.05z%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%22M7.495%2013V3.201H6.174v4.15H1.32V3.2H0V13h1.32V8.513h4.854V13zm3.174-7.071v-.05c0-.934.66-1.752%201.801-1.752c1.005%200%201.76.639%201.76%201.651c0%20.898-.582%201.58-1.12%202.19l-3.69%204.2V13h6.331v-1.149h-4.458v-.079L13.9%208.786c.919-1.048%201.666-1.874%201.666-3.101C15.565%204.149%2014.35%203%2012.499%203C10.46%203%209.384%204.393%209.384%205.879v.05z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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