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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.5 4.5c1.543 0 2.793.632 3.698 1.668l.177.213l.06.083a1 1 0 0 1-1.563 1.232l-.067-.077l-.108-.13C19.15 6.86 18.434 6.5 17.5 6.5c-1.12 0-1.943.517-2.532 1.441c-.472.74-.79 1.749-.911 2.935a5 5 0 1 1 2.939 8.599l-.01-.001c-1.461-.134-2.607-.835-3.421-1.892a5 5 0 0 1-.378-.555C12.357 15.65 12 13.86 12 12c0-1.914.396-3.746 1.28-5.134c.91-1.428 2.337-2.366 4.22-2.366M10 5a1 1 0 0 1 1 1v12a1 1 0 1 1-2 0v-5H3v5a1 1 0 1 1-2 0V6a1 1 0 0 1 2 0v5h6V6a1 1 0 0 1 1-1m7.5 6.5a3 3 0 0 0-2.506 4.648l.032.048a3 3 0 0 0 2.313 1.3q.08.003.161.004a3 3 0 1 0 0-6"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextHeader624Filled(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.5 4.5c1.543 0 2.793.632 3.698 1.668l.177.213l.06.083a1 1 0 0 1-1.563 1.232l-.067-.077l-.108-.13C19.15 6.86 18.434 6.5 17.5 6.5c-1.12 0-1.943.517-2.532 1.441c-.472.74-.79 1.749-.911 2.935a5 5 0 1 1 2.939 8.599l-.01-.001c-1.461-.134-2.607-.835-3.421-1.892a5 5 0 0 1-.378-.555C12.357 15.65 12 13.86 12 12c0-1.914.396-3.746 1.28-5.134c.91-1.428 2.337-2.366 4.22-2.366M10 5a1 1 0 0 1 1 1v12a1 1 0 1 1-2 0v-5H3v5a1 1 0 1 1-2 0V6a1 1 0 0 1 2 0v5h6V6a1 1 0 0 1 1-1m7.5 6.5a3 3 0 0 0-2.506 4.648l.032.048a3 3 0 0 0 2.313 1.3q.08.003.161.004a3 3 0 1 0 0-6"/></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.5 4.5c1.543 0 2.793.632 3.698 1.668l.177.213l.06.083a1 1 0 0 1-1.563 1.232l-.067-.077l-.108-.13C19.15 6.86 18.434 6.5 17.5 6.5c-1.12 0-1.943.517-2.532 1.441c-.472.74-.79 1.749-.911 2.935a5 5 0 1 1 2.939 8.599l-.01-.001c-1.461-.134-2.607-.835-3.421-1.892a5 5 0 0 1-.378-.555C12.357 15.65 12 13.86 12 12c0-1.914.396-3.746 1.28-5.134c.91-1.428 2.337-2.366 4.22-2.366M10 5a1 1 0 0 1 1 1v12a1 1 0 1 1-2 0v-5H3v5a1 1 0 1 1-2 0V6a1 1 0 0 1 2 0v5h6V6a1 1 0 0 1 1-1m7.5 6.5a3 3 0 0 0-2.506 4.648l.032.048a3 3 0 0 0 2.313 1.3q.08.003.161.004a3 3 0 1 0 0-6"/></svg>
</template>

CSS

.icon-text-header-6-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.5%204.5c1.543%200%202.793.632%203.698%201.668l.177.213l.06.083a1%201%200%200%201-1.563%201.232l-.067-.077l-.108-.13C19.15%206.86%2018.434%206.5%2017.5%206.5c-1.12%200-1.943.517-2.532%201.441c-.472.74-.79%201.749-.911%202.935a5%205%200%201%201%202.939%208.599l-.01-.001c-1.461-.134-2.607-.835-3.421-1.892a5%205%200%200%201-.378-.555C12.357%2015.65%2012%2013.86%2012%2012c0-1.914.396-3.746%201.28-5.134c.91-1.428%202.337-2.366%204.22-2.366M10%205a1%201%200%200%201%201%201v12a1%201%200%201%201-2%200v-5H3v5a1%201%200%201%201-2%200V6a1%201%200%200%201%202%200v5h6V6a1%201%200%200%201%201-1m7.5%206.5a3%203%200%200%200-2.506%204.648l.032.048a3%203%200%200%200%202.313%201.3q.08.003.161.004a3%203%200%201%200%200-6%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.5%204.5c1.543%200%202.793.632%203.698%201.668l.177.213l.06.083a1%201%200%200%201-1.563%201.232l-.067-.077l-.108-.13C19.15%206.86%2018.434%206.5%2017.5%206.5c-1.12%200-1.943.517-2.532%201.441c-.472.74-.79%201.749-.911%202.935a5%205%200%201%201%202.939%208.599l-.01-.001c-1.461-.134-2.607-.835-3.421-1.892a5%205%200%200%201-.378-.555C12.357%2015.65%2012%2013.86%2012%2012c0-1.914.396-3.746%201.28-5.134c.91-1.428%202.337-2.366%204.22-2.366M10%205a1%201%200%200%201%201%201v12a1%201%200%201%201-2%200v-5H3v5a1%201%200%201%201-2%200V6a1%201%200%200%201%202%200v5h6V6a1%201%200%200%201%201-1m7.5%206.5a3%203%200%200%200-2.506%204.648l.032.048a3%203%200%200%200%202.313%201.3q.08.003.161.004a3%203%200%201%200%200-6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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