text header 2 lines icon

text-header-2-lines-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
text-header-2-lines-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M14.198 3.583c-.65-.254-1.462.11-1.767.768a.75.75 0 1 1-1.361-.63c.595-1.285 2.194-2.112 3.673-1.536c1.605.626 2.352 2.617 1.391 4.116c-.312.487-.739.903-1.157 1.264c-.243.21-.524.433-.788.643c-.167.133-.327.26-.467.376c-.396.326-.71.62-.926.91l-.005.006h3.46a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75c0-.65.254-1.197.59-1.65c.33-.443.762-.831 1.177-1.173c.19-.157.365-.297.536-.432c.235-.187.46-.365.694-.566c.38-.328.678-.632.874-.938c.415-.648.108-1.604-.674-1.908M3.5 2.75a.75.75 0 0 0-1.5 0v7.5a.75.75 0 0 0 1.5 0V7h4v3.244a.75.75 0 0 0 1.5 0V2.752a.75.75 0 1 0-1.5 0V5.5h-4zm-1.5 17a.75.75 0 0 1 .75-.75h18.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75M2.75 14a.75.75 0 0 0 0 1.5h18.5a.75.75 0 0 0 0-1.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextHeader2Lines24Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.198 3.583c-.65-.254-1.462.11-1.767.768a.75.75 0 1 1-1.361-.63c.595-1.285 2.194-2.112 3.673-1.536c1.605.626 2.352 2.617 1.391 4.116c-.312.487-.739.903-1.157 1.264c-.243.21-.524.433-.788.643c-.167.133-.327.26-.467.376c-.396.326-.71.62-.926.91l-.005.006h3.46a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75c0-.65.254-1.197.59-1.65c.33-.443.762-.831 1.177-1.173c.19-.157.365-.297.536-.432c.235-.187.46-.365.694-.566c.38-.328.678-.632.874-.938c.415-.648.108-1.604-.674-1.908M3.5 2.75a.75.75 0 0 0-1.5 0v7.5a.75.75 0 0 0 1.5 0V7h4v3.244a.75.75 0 0 0 1.5 0V2.752a.75.75 0 1 0-1.5 0V5.5h-4zm-1.5 17a.75.75 0 0 1 .75-.75h18.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75M2.75 14a.75.75 0 0 0 0 1.5h18.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 24 24"><path fill="currentColor" d="M14.198 3.583c-.65-.254-1.462.11-1.767.768a.75.75 0 1 1-1.361-.63c.595-1.285 2.194-2.112 3.673-1.536c1.605.626 2.352 2.617 1.391 4.116c-.312.487-.739.903-1.157 1.264c-.243.21-.524.433-.788.643c-.167.133-.327.26-.467.376c-.396.326-.71.62-.926.91l-.005.006h3.46a.75.75 0 0 1 0 1.5h-4.5a.75.75 0 0 1-.75-.75c0-.65.254-1.197.59-1.65c.33-.443.762-.831 1.177-1.173c.19-.157.365-.297.536-.432c.235-.187.46-.365.694-.566c.38-.328.678-.632.874-.938c.415-.648.108-1.604-.674-1.908M3.5 2.75a.75.75 0 0 0-1.5 0v7.5a.75.75 0 0 0 1.5 0V7h4v3.244a.75.75 0 0 0 1.5 0V2.752a.75.75 0 1 0-1.5 0V5.5h-4zm-1.5 17a.75.75 0 0 1 .75-.75h18.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75M2.75 14a.75.75 0 0 0 0 1.5h18.5a.75.75 0 0 0 0-1.5z"/></svg>
</template>

CSS

.icon-text-header-2-lines-24-regular {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.198%203.583c-.65-.254-1.462.11-1.767.768a.75.75%200%201%201-1.361-.63c.595-1.285%202.194-2.112%203.673-1.536c1.605.626%202.352%202.617%201.391%204.116c-.312.487-.739.903-1.157%201.264c-.243.21-.524.433-.788.643c-.167.133-.327.26-.467.376c-.396.326-.71.62-.926.91l-.005.006h3.46a.75.75%200%200%201%200%201.5h-4.5a.75.75%200%200%201-.75-.75c0-.65.254-1.197.59-1.65c.33-.443.762-.831%201.177-1.173c.19-.157.365-.297.536-.432c.235-.187.46-.365.694-.566c.38-.328.678-.632.874-.938c.415-.648.108-1.604-.674-1.908M3.5%202.75a.75.75%200%200%200-1.5%200v7.5a.75.75%200%200%200%201.5%200V7h4v3.244a.75.75%200%200%200%201.5%200V2.752a.75.75%200%201%200-1.5%200V5.5h-4zm-1.5%2017a.75.75%200%200%201%20.75-.75h18.5a.75.75%200%200%201%200%201.5H2.75a.75.75%200%200%201-.75-.75M2.75%2014a.75.75%200%200%200%200%201.5h18.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.198%203.583c-.65-.254-1.462.11-1.767.768a.75.75%200%201%201-1.361-.63c.595-1.285%202.194-2.112%203.673-1.536c1.605.626%202.352%202.617%201.391%204.116c-.312.487-.739.903-1.157%201.264c-.243.21-.524.433-.788.643c-.167.133-.327.26-.467.376c-.396.326-.71.62-.926.91l-.005.006h3.46a.75.75%200%200%201%200%201.5h-4.5a.75.75%200%200%201-.75-.75c0-.65.254-1.197.59-1.65c.33-.443.762-.831%201.177-1.173c.19-.157.365-.297.536-.432c.235-.187.46-.365.694-.566c.38-.328.678-.632.874-.938c.415-.648.108-1.604-.674-1.908M3.5%202.75a.75.75%200%200%200-1.5%200v7.5a.75.75%200%200%200%201.5%200V7h4v3.244a.75.75%200%200%200%201.5%200V2.752a.75.75%200%201%200-1.5%200V5.5h-4zm-1.5%2017a.75.75%200%200%201%20.75-.75h18.5a.75.75%200%200%201%200%201.5H2.75a.75.75%200%200%201-.75-.75M2.75%2014a.75.75%200%200%200%200%201.5h18.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-24-regular.svg?color=%231a73e8&size=48