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

Name
text-header-4-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the text header 4 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.75 5a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-1.5 0V12.5H3.5v5.75a.75.75 0 0 1-1.5 0V5.75a.75.75 0 0 1 1.5 0V11H10V5.75a.75.75 0 0 1 .75-.75m8.55.291c.6-.611 1.704-.204 1.705.71V14.5h1.246a.75.75 0 0 1 0 1.5h-1.246v2.25a.751.751 0 0 1-1.5 0V16h-5.342a1.25 1.25 0 0 1-1.023-1.969l6.047-8.603zM14.644 14.5h4.86V7.583z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextHeader424Regular(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="M10.75 5a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-1.5 0V12.5H3.5v5.75a.75.75 0 0 1-1.5 0V5.75a.75.75 0 0 1 1.5 0V11H10V5.75a.75.75 0 0 1 .75-.75m8.55.291c.6-.611 1.704-.204 1.705.71V14.5h1.246a.75.75 0 0 1 0 1.5h-1.246v2.25a.751.751 0 0 1-1.5 0V16h-5.342a1.25 1.25 0 0 1-1.023-1.969l6.047-8.603zM14.644 14.5h4.86V7.583z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.75 5a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-1.5 0V12.5H3.5v5.75a.75.75 0 0 1-1.5 0V5.75a.75.75 0 0 1 1.5 0V11H10V5.75a.75.75 0 0 1 .75-.75m8.55.291c.6-.611 1.704-.204 1.705.71V14.5h1.246a.75.75 0 0 1 0 1.5h-1.246v2.25a.751.751 0 0 1-1.5 0V16h-5.342a1.25 1.25 0 0 1-1.023-1.969l6.047-8.603zM14.644 14.5h4.86V7.583z"/></svg>
</template>

CSS

.icon-text-header-4-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%22M10.75%205a.75.75%200%200%201%20.75.75v12.5a.75.75%200%200%201-1.5%200V12.5H3.5v5.75a.75.75%200%200%201-1.5%200V5.75a.75.75%200%200%201%201.5%200V11H10V5.75a.75.75%200%200%201%20.75-.75m8.55.291c.6-.611%201.704-.204%201.705.71V14.5h1.246a.75.75%200%200%201%200%201.5h-1.246v2.25a.751.751%200%200%201-1.5%200V16h-5.342a1.25%201.25%200%200%201-1.023-1.969l6.047-8.603zM14.644%2014.5h4.86V7.583z%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%22M10.75%205a.75.75%200%200%201%20.75.75v12.5a.75.75%200%200%201-1.5%200V12.5H3.5v5.75a.75.75%200%200%201-1.5%200V5.75a.75.75%200%200%201%201.5%200V11H10V5.75a.75.75%200%200%201%20.75-.75m8.55.291c.6-.611%201.704-.204%201.705.71V14.5h1.246a.75.75%200%200%201%200%201.5h-1.246v2.25a.751.751%200%200%201-1.5%200V16h-5.342a1.25%201.25%200%200%201-1.023-1.969l6.047-8.603zM14.644%2014.5h4.86V7.583z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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