text header 2 lines icon

text-header-2-lines-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
text-header-2-lines-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the text header 2 lines icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.435 3.62c.139-.31.482-.427.696-.34c.31.125.445.543.274.818c-.099.16-.257.331-.482.533c-.141.126-.269.23-.407.344c-.104.085-.214.176-.34.283C7.704 5.662 7 6.306 7 7.25c0 .414.336.75.75.75h2.75a.75.75 0 0 0 0-1.5H9.034l.117-.102c.076-.065.17-.142.27-.225c.167-.137.35-.29.501-.424c.264-.235.547-.52.76-.862c.67-1.085.162-2.533-.989-2.998c-1.086-.438-2.216.2-2.628 1.12a.75.75 0 0 0 1.37.612M1.75 2a.75.75 0 0 1 .75.75v1.5h2V2.751a.75.75 0 0 1 1.5 0v4.496a.75.75 0 0 1-1.5 0V5.75h-2v1.5a.75.75 0 0 1-1.5 0v-4.5A.75.75 0 0 1 1.75 2M1 13.248a.75.75 0 0 1 .75-.75h12.5a.75.75 0 0 1 0 1.5H1.75a.75.75 0 0 1-.75-.75M1.75 9.5a.75.75 0 0 0 0 1.5h12.5a.75.75 0 0 0 0-1.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextHeader2Lines16Filled(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="M8.435 3.62c.139-.31.482-.427.696-.34c.31.125.445.543.274.818c-.099.16-.257.331-.482.533c-.141.126-.269.23-.407.344c-.104.085-.214.176-.34.283C7.704 5.662 7 6.306 7 7.25c0 .414.336.75.75.75h2.75a.75.75 0 0 0 0-1.5H9.034l.117-.102c.076-.065.17-.142.27-.225c.167-.137.35-.29.501-.424c.264-.235.547-.52.76-.862c.67-1.085.162-2.533-.989-2.998c-1.086-.438-2.216.2-2.628 1.12a.75.75 0 0 0 1.37.612M1.75 2a.75.75 0 0 1 .75.75v1.5h2V2.751a.75.75 0 0 1 1.5 0v4.496a.75.75 0 0 1-1.5 0V5.75h-2v1.5a.75.75 0 0 1-1.5 0v-4.5A.75.75 0 0 1 1.75 2M1 13.248a.75.75 0 0 1 .75-.75h12.5a.75.75 0 0 1 0 1.5H1.75a.75.75 0 0 1-.75-.75M1.75 9.5a.75.75 0 0 0 0 1.5h12.5a.75.75 0 0 0 0-1.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.435 3.62c.139-.31.482-.427.696-.34c.31.125.445.543.274.818c-.099.16-.257.331-.482.533c-.141.126-.269.23-.407.344c-.104.085-.214.176-.34.283C7.704 5.662 7 6.306 7 7.25c0 .414.336.75.75.75h2.75a.75.75 0 0 0 0-1.5H9.034l.117-.102c.076-.065.17-.142.27-.225c.167-.137.35-.29.501-.424c.264-.235.547-.52.76-.862c.67-1.085.162-2.533-.989-2.998c-1.086-.438-2.216.2-2.628 1.12a.75.75 0 0 0 1.37.612M1.75 2a.75.75 0 0 1 .75.75v1.5h2V2.751a.75.75 0 0 1 1.5 0v4.496a.75.75 0 0 1-1.5 0V5.75h-2v1.5a.75.75 0 0 1-1.5 0v-4.5A.75.75 0 0 1 1.75 2M1 13.248a.75.75 0 0 1 .75-.75h12.5a.75.75 0 0 1 0 1.5H1.75a.75.75 0 0 1-.75-.75M1.75 9.5a.75.75 0 0 0 0 1.5h12.5a.75.75 0 0 0 0-1.5z"/></svg>
</template>

CSS

.icon-text-header-2-lines-16-filled {
  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%22M8.435%203.62c.139-.31.482-.427.696-.34c.31.125.445.543.274.818c-.099.16-.257.331-.482.533c-.141.126-.269.23-.407.344c-.104.085-.214.176-.34.283C7.704%205.662%207%206.306%207%207.25c0%20.414.336.75.75.75h2.75a.75.75%200%200%200%200-1.5H9.034l.117-.102c.076-.065.17-.142.27-.225c.167-.137.35-.29.501-.424c.264-.235.547-.52.76-.862c.67-1.085.162-2.533-.989-2.998c-1.086-.438-2.216.2-2.628%201.12a.75.75%200%200%200%201.37.612M1.75%202a.75.75%200%200%201%20.75.75v1.5h2V2.751a.75.75%200%200%201%201.5%200v4.496a.75.75%200%200%201-1.5%200V5.75h-2v1.5a.75.75%200%200%201-1.5%200v-4.5A.75.75%200%200%201%201.75%202M1%2013.248a.75.75%200%200%201%20.75-.75h12.5a.75.75%200%200%201%200%201.5H1.75a.75.75%200%200%201-.75-.75M1.75%209.5a.75.75%200%200%200%200%201.5h12.5a.75.75%200%200%200%200-1.5z%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%22M8.435%203.62c.139-.31.482-.427.696-.34c.31.125.445.543.274.818c-.099.16-.257.331-.482.533c-.141.126-.269.23-.407.344c-.104.085-.214.176-.34.283C7.704%205.662%207%206.306%207%207.25c0%20.414.336.75.75.75h2.75a.75.75%200%200%200%200-1.5H9.034l.117-.102c.076-.065.17-.142.27-.225c.167-.137.35-.29.501-.424c.264-.235.547-.52.76-.862c.67-1.085.162-2.533-.989-2.998c-1.086-.438-2.216.2-2.628%201.12a.75.75%200%200%200%201.37.612M1.75%202a.75.75%200%200%201%20.75.75v1.5h2V2.751a.75.75%200%200%201%201.5%200v4.496a.75.75%200%200%201-1.5%200V5.75h-2v1.5a.75.75%200%200%201-1.5%200v-4.5A.75.75%200%200%201%201.75%202M1%2013.248a.75.75%200%200%201%20.75-.75h12.5a.75.75%200%200%201%200%201.5H1.75a.75.75%200%200%201-.75-.75M1.75%209.5a.75.75%200%200%200%200%201.5h12.5a.75.75%200%200%200%200-1.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/text-header-2-lines-16-filled.svg?color=%231a73e8&size=48