text header 3 lines icon

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

Name
text-header-3-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 3 lines icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.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.5zM14.586 3.577c-.684-.206-1.72.015-2.292.616a.75.75 0 0 1-1.088-1.033c.983-1.034 2.616-1.38 3.813-1.019c.812.245 1.462.802 1.778 1.52c.324.734.276 1.6-.255 2.345q-.208.29-.453.496q.245.206.453.496c.53.746.579 1.611.255 2.345c-.316.718-.966 1.275-1.778 1.52c-1.197.362-2.83.015-3.813-1.019a.75.75 0 1 1 1.088-1.033c.572.601 1.608.823 2.291.616c.429-.13.715-.405.84-.688c.117-.266.11-.57-.105-.871c-.394-.552-1.06-.611-1.836-.616h-.129a.75.75 0 0 1 0-1.5h.129c.776-.005 1.442-.063 1.836-.616c.214-.301.222-.604.104-.87c-.124-.284-.41-.56-.838-.689"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextHeader3Lines24Regular(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="M3.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.5zM14.586 3.577c-.684-.206-1.72.015-2.292.616a.75.75 0 0 1-1.088-1.033c.983-1.034 2.616-1.38 3.813-1.019c.812.245 1.462.802 1.778 1.52c.324.734.276 1.6-.255 2.345q-.208.29-.453.496q.245.206.453.496c.53.746.579 1.611.255 2.345c-.316.718-.966 1.275-1.778 1.52c-1.197.362-2.83.015-3.813-1.019a.75.75 0 1 1 1.088-1.033c.572.601 1.608.823 2.291.616c.429-.13.715-.405.84-.688c.117-.266.11-.57-.105-.871c-.394-.552-1.06-.611-1.836-.616h-.129a.75.75 0 0 1 0-1.5h.129c.776-.005 1.442-.063 1.836-.616c.214-.301.222-.604.104-.87c-.124-.284-.41-.56-.838-.689"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3.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.5zM14.586 3.577c-.684-.206-1.72.015-2.292.616a.75.75 0 0 1-1.088-1.033c.983-1.034 2.616-1.38 3.813-1.019c.812.245 1.462.802 1.778 1.52c.324.734.276 1.6-.255 2.345q-.208.29-.453.496q.245.206.453.496c.53.746.579 1.611.255 2.345c-.316.718-.966 1.275-1.778 1.52c-1.197.362-2.83.015-3.813-1.019a.75.75 0 1 1 1.088-1.033c.572.601 1.608.823 2.291.616c.429-.13.715-.405.84-.688c.117-.266.11-.57-.105-.871c-.394-.552-1.06-.611-1.836-.616h-.129a.75.75 0 0 1 0-1.5h.129c.776-.005 1.442-.063 1.836-.616c.214-.301.222-.604.104-.87c-.124-.284-.41-.56-.838-.689"/></svg>
</template>

CSS

.icon-text-header-3-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%22M3.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.5zM14.586%203.577c-.684-.206-1.72.015-2.292.616a.75.75%200%200%201-1.088-1.033c.983-1.034%202.616-1.38%203.813-1.019c.812.245%201.462.802%201.778%201.52c.324.734.276%201.6-.255%202.345q-.208.29-.453.496q.245.206.453.496c.53.746.579%201.611.255%202.345c-.316.718-.966%201.275-1.778%201.52c-1.197.362-2.83.015-3.813-1.019a.75.75%200%201%201%201.088-1.033c.572.601%201.608.823%202.291.616c.429-.13.715-.405.84-.688c.117-.266.11-.57-.105-.871c-.394-.552-1.06-.611-1.836-.616h-.129a.75.75%200%200%201%200-1.5h.129c.776-.005%201.442-.063%201.836-.616c.214-.301.222-.604.104-.87c-.124-.284-.41-.56-.838-.689%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%22M3.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.5zM14.586%203.577c-.684-.206-1.72.015-2.292.616a.75.75%200%200%201-1.088-1.033c.983-1.034%202.616-1.38%203.813-1.019c.812.245%201.462.802%201.778%201.52c.324.734.276%201.6-.255%202.345q-.208.29-.453.496q.245.206.453.496c.53.746.579%201.611.255%202.345c-.316.718-.966%201.275-1.778%201.52c-1.197.362-2.83.015-3.813-1.019a.75.75%200%201%201%201.088-1.033c.572.601%201.608.823%202.291.616c.429-.13.715-.405.84-.688c.117-.266.11-.57-.105-.871c-.394-.552-1.06-.611-1.836-.616h-.129a.75.75%200%200%201%200-1.5h.129c.776-.005%201.442-.063%201.836-.616c.214-.301.222-.604.104-.87c-.124-.284-.41-.56-.838-.689%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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