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

Name
text-header-3-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the text header 3 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.499 4.5c2.414 0 4.5 1.834 4.5 4.25c0 1.33-.633 2.482-1.604 3.25c.971.768 1.604 1.92 1.604 3.25c0 2.416-2.086 4.25-4.5 4.25c-1.748 0-3.684-.972-4.411-2.59a1 1 0 0 1 1.824-.82c.328.73 1.423 1.41 2.587 1.41c1.452 0 2.5-1.076 2.5-2.25S18.951 13 17.499 13h-.5a1 1 0 0 1 0-2h.5c1.452 0 2.5-1.076 2.5-2.25s-1.048-2.25-2.5-2.25c-1.164 0-2.259.68-2.587 1.41a1 1 0 0 1-1.824-.82c.727-1.618 2.663-2.59 4.411-2.59M11 5a1 1 0 0 1 1 1v12a1 1 0 1 1-2 0v-5H4v5a1 1 0 1 1-2 0V6a1 1 0 0 1 2 0v5h6V6a1 1 0 0 1 1-1"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextHeader324Filled(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="M17.499 4.5c2.414 0 4.5 1.834 4.5 4.25c0 1.33-.633 2.482-1.604 3.25c.971.768 1.604 1.92 1.604 3.25c0 2.416-2.086 4.25-4.5 4.25c-1.748 0-3.684-.972-4.411-2.59a1 1 0 0 1 1.824-.82c.328.73 1.423 1.41 2.587 1.41c1.452 0 2.5-1.076 2.5-2.25S18.951 13 17.499 13h-.5a1 1 0 0 1 0-2h.5c1.452 0 2.5-1.076 2.5-2.25s-1.048-2.25-2.5-2.25c-1.164 0-2.259.68-2.587 1.41a1 1 0 0 1-1.824-.82c.727-1.618 2.663-2.59 4.411-2.59M11 5a1 1 0 0 1 1 1v12a1 1 0 1 1-2 0v-5H4v5a1 1 0 1 1-2 0V6a1 1 0 0 1 2 0v5h6V6a1 1 0 0 1 1-1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.499 4.5c2.414 0 4.5 1.834 4.5 4.25c0 1.33-.633 2.482-1.604 3.25c.971.768 1.604 1.92 1.604 3.25c0 2.416-2.086 4.25-4.5 4.25c-1.748 0-3.684-.972-4.411-2.59a1 1 0 0 1 1.824-.82c.328.73 1.423 1.41 2.587 1.41c1.452 0 2.5-1.076 2.5-2.25S18.951 13 17.499 13h-.5a1 1 0 0 1 0-2h.5c1.452 0 2.5-1.076 2.5-2.25s-1.048-2.25-2.5-2.25c-1.164 0-2.259.68-2.587 1.41a1 1 0 0 1-1.824-.82c.727-1.618 2.663-2.59 4.411-2.59M11 5a1 1 0 0 1 1 1v12a1 1 0 1 1-2 0v-5H4v5a1 1 0 1 1-2 0V6a1 1 0 0 1 2 0v5h6V6a1 1 0 0 1 1-1"/></svg>
</template>

CSS

.icon-text-header-3-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.499%204.5c2.414%200%204.5%201.834%204.5%204.25c0%201.33-.633%202.482-1.604%203.25c.971.768%201.604%201.92%201.604%203.25c0%202.416-2.086%204.25-4.5%204.25c-1.748%200-3.684-.972-4.411-2.59a1%201%200%200%201%201.824-.82c.328.73%201.423%201.41%202.587%201.41c1.452%200%202.5-1.076%202.5-2.25S18.951%2013%2017.499%2013h-.5a1%201%200%200%201%200-2h.5c1.452%200%202.5-1.076%202.5-2.25s-1.048-2.25-2.5-2.25c-1.164%200-2.259.68-2.587%201.41a1%201%200%200%201-1.824-.82c.727-1.618%202.663-2.59%204.411-2.59M11%205a1%201%200%200%201%201%201v12a1%201%200%201%201-2%200v-5H4v5a1%201%200%201%201-2%200V6a1%201%200%200%201%202%200v5h6V6a1%201%200%200%201%201-1%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%22M17.499%204.5c2.414%200%204.5%201.834%204.5%204.25c0%201.33-.633%202.482-1.604%203.25c.971.768%201.604%201.92%201.604%203.25c0%202.416-2.086%204.25-4.5%204.25c-1.748%200-3.684-.972-4.411-2.59a1%201%200%200%201%201.824-.82c.328.73%201.423%201.41%202.587%201.41c1.452%200%202.5-1.076%202.5-2.25S18.951%2013%2017.499%2013h-.5a1%201%200%200%201%200-2h.5c1.452%200%202.5-1.076%202.5-2.25s-1.048-2.25-2.5-2.25c-1.164%200-2.259.68-2.587%201.41a1%201%200%200%201-1.824-.82c.727-1.618%202.663-2.59%204.411-2.59M11%205a1%201%200%200%201%201%201v12a1%201%200%201%201-2%200v-5H4v5a1%201%200%201%201-2%200V6a1%201%200%200%201%202%200v5h6V6a1%201%200%200%201%201-1%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-24-filled.svg?color=%231a73e8&size=48