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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 4.5c1.758 0 3.114.807 4.03 2.08l.177.26l.038.067a.75.75 0 0 1-1.256.807l-.045-.063l-.129-.19C20.153 6.536 19.228 6 18 6c-1.304 0-2.266.603-2.935 1.635c-.62.957-.987 2.296-1.053 3.85a5 5 0 1 1 3.707 8.007l-.07-.003c-1.729-.104-3.027-.981-3.878-2.312c-.884-1.384-1.271-3.23-1.271-5.177c0-1.955.412-3.8 1.307-5.18C14.72 5.407 16.134 4.5 18 4.5m-7.75.5a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-1.5 0V12.5H3v5.75a.75.75 0 0 1-1.5 0V5.75a.75.75 0 0 1 1.5 0V11h6.5V5.75a.75.75 0 0 1 .75-.75M18 11a3.5 3.5 0 0 0-.182 6.994L18 18a3.5 3.5 0 1 0 0-7"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextHeader624Regular(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="M18 4.5c1.758 0 3.114.807 4.03 2.08l.177.26l.038.067a.75.75 0 0 1-1.256.807l-.045-.063l-.129-.19C20.153 6.536 19.228 6 18 6c-1.304 0-2.266.603-2.935 1.635c-.62.957-.987 2.296-1.053 3.85a5 5 0 1 1 3.707 8.007l-.07-.003c-1.729-.104-3.027-.981-3.878-2.312c-.884-1.384-1.271-3.23-1.271-5.177c0-1.955.412-3.8 1.307-5.18C14.72 5.407 16.134 4.5 18 4.5m-7.75.5a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-1.5 0V12.5H3v5.75a.75.75 0 0 1-1.5 0V5.75a.75.75 0 0 1 1.5 0V11h6.5V5.75a.75.75 0 0 1 .75-.75M18 11a3.5 3.5 0 0 0-.182 6.994L18 18a3.5 3.5 0 1 0 0-7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18 4.5c1.758 0 3.114.807 4.03 2.08l.177.26l.038.067a.75.75 0 0 1-1.256.807l-.045-.063l-.129-.19C20.153 6.536 19.228 6 18 6c-1.304 0-2.266.603-2.935 1.635c-.62.957-.987 2.296-1.053 3.85a5 5 0 1 1 3.707 8.007l-.07-.003c-1.729-.104-3.027-.981-3.878-2.312c-.884-1.384-1.271-3.23-1.271-5.177c0-1.955.412-3.8 1.307-5.18C14.72 5.407 16.134 4.5 18 4.5m-7.75.5a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-1.5 0V12.5H3v5.75a.75.75 0 0 1-1.5 0V5.75a.75.75 0 0 1 1.5 0V11h6.5V5.75a.75.75 0 0 1 .75-.75M18 11a3.5 3.5 0 0 0-.182 6.994L18 18a3.5 3.5 0 1 0 0-7"/></svg>
</template>

CSS

.icon-text-header-6-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%22M18%204.5c1.758%200%203.114.807%204.03%202.08l.177.26l.038.067a.75.75%200%200%201-1.256.807l-.045-.063l-.129-.19C20.153%206.536%2019.228%206%2018%206c-1.304%200-2.266.603-2.935%201.635c-.62.957-.987%202.296-1.053%203.85a5%205%200%201%201%203.707%208.007l-.07-.003c-1.729-.104-3.027-.981-3.878-2.312c-.884-1.384-1.271-3.23-1.271-5.177c0-1.955.412-3.8%201.307-5.18C14.72%205.407%2016.134%204.5%2018%204.5m-7.75.5a.75.75%200%200%201%20.75.75v12.5a.75.75%200%200%201-1.5%200V12.5H3v5.75a.75.75%200%200%201-1.5%200V5.75a.75.75%200%200%201%201.5%200V11h6.5V5.75a.75.75%200%200%201%20.75-.75M18%2011a3.5%203.5%200%200%200-.182%206.994L18%2018a3.5%203.5%200%201%200%200-7%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%22M18%204.5c1.758%200%203.114.807%204.03%202.08l.177.26l.038.067a.75.75%200%200%201-1.256.807l-.045-.063l-.129-.19C20.153%206.536%2019.228%206%2018%206c-1.304%200-2.266.603-2.935%201.635c-.62.957-.987%202.296-1.053%203.85a5%205%200%201%201%203.707%208.007l-.07-.003c-1.729-.104-3.027-.981-3.878-2.312c-.884-1.384-1.271-3.23-1.271-5.177c0-1.955.412-3.8%201.307-5.18C14.72%205.407%2016.134%204.5%2018%204.5m-7.75.5a.75.75%200%200%201%20.75.75v12.5a.75.75%200%200%201-1.5%200V12.5H3v5.75a.75.75%200%200%201-1.5%200V5.75a.75.75%200%200%201%201.5%200V11h6.5V5.75a.75.75%200%200%201%20.75-.75M18%2011a3.5%203.5%200%200%200-.182%206.994L18%2018a3.5%203.5%200%201%200%200-7%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-regular.svg?color=%231a73e8&size=48