text header 2 icon
text-header-2-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- text-header-2-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
3 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
text-abc-underline-double-32-filledtext-add-20-filledtext-add-space-after-20-filledtext-add-space-before-20-filledtext-add-t-20-filledtext-align-center-16-filledtext-align-center-rotate-270-16-filledtext-align-center-rotate-90-16-filledtext-align-distributed-20-filledtext-align-distributed-evenly-20-filledtext-align-distributed-vertical-20-filledtext-align-justify-20-filledtext-align-justify-low-20-filledtext-align-justify-low-90-20-filledtext-align-justify-low-rotate-270-20-filledtext-align-justify-low-rotate-90-20-filledtext-align-justify-rotate-270-20-filledtext-align-justify-rotate-90-20-filledtext-align-left-16-filledtext-align-left-rotate-270-16-filledtext-align-left-rotate-90-16-filledtext-align-right-16-filledtext-align-right-rotate-270-16-filledtext-align-right-rotate-90-16-filled
Use the text header 2 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.25 4a.75.75 0 0 1 .75.75v10.5a.75.75 0 0 1-1.5 0V10.5h-5v4.75a.75.75 0 0 1-1.5 0V4.75a.75.75 0 0 1 1.5 0V9h5V4.75A.75.75 0 0 1 9.25 4m5.5-.5a3.75 3.75 0 0 1 3.75 3.75c0 1.07-.502 1.915-1.137 2.603c-.62.67-1.436 1.264-2.163 1.81c-.757.567-1.439 1.098-1.937 1.693c-.305.365-.53.739-.653 1.144h5.14a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1-.75-.75c0-1.16.471-2.09 1.112-2.856c.627-.748 1.446-1.374 2.188-1.931c.773-.58 1.457-1.08 1.962-1.628c.49-.531.738-1.03.738-1.585a2.25 2.25 0 0 0-4.469-.374l-.016.075a.75.75 0 0 1-1.463-.322l.031-.165A3.75 3.75 0 0 1 14.75 3.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextHeader220Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.25 4a.75.75 0 0 1 .75.75v10.5a.75.75 0 0 1-1.5 0V10.5h-5v4.75a.75.75 0 0 1-1.5 0V4.75a.75.75 0 0 1 1.5 0V9h5V4.75A.75.75 0 0 1 9.25 4m5.5-.5a3.75 3.75 0 0 1 3.75 3.75c0 1.07-.502 1.915-1.137 2.603c-.62.67-1.436 1.264-2.163 1.81c-.757.567-1.439 1.098-1.937 1.693c-.305.365-.53.739-.653 1.144h5.14a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1-.75-.75c0-1.16.471-2.09 1.112-2.856c.627-.748 1.446-1.374 2.188-1.931c.773-.58 1.457-1.08 1.962-1.628c.49-.531.738-1.03.738-1.585a2.25 2.25 0 0 0-4.469-.374l-.016.075a.75.75 0 0 1-1.463-.322l.031-.165A3.75 3.75 0 0 1 14.75 3.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.25 4a.75.75 0 0 1 .75.75v10.5a.75.75 0 0 1-1.5 0V10.5h-5v4.75a.75.75 0 0 1-1.5 0V4.75a.75.75 0 0 1 1.5 0V9h5V4.75A.75.75 0 0 1 9.25 4m5.5-.5a3.75 3.75 0 0 1 3.75 3.75c0 1.07-.502 1.915-1.137 2.603c-.62.67-1.436 1.264-2.163 1.81c-.757.567-1.439 1.098-1.937 1.693c-.305.365-.53.739-.653 1.144h5.14a.75.75 0 0 1 0 1.5h-6a.75.75 0 0 1-.75-.75c0-1.16.471-2.09 1.112-2.856c.627-.748 1.446-1.374 2.188-1.931c.773-.58 1.457-1.08 1.962-1.628c.49-.531.738-1.03.738-1.585a2.25 2.25 0 0 0-4.469-.374l-.016.075a.75.75 0 0 1-1.463-.322l.031-.165A3.75 3.75 0 0 1 14.75 3.5"/></svg> </template>
CSS
.icon-text-header-2-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.25%204a.75.75%200%200%201%20.75.75v10.5a.75.75%200%200%201-1.5%200V10.5h-5v4.75a.75.75%200%200%201-1.5%200V4.75a.75.75%200%200%201%201.5%200V9h5V4.75A.75.75%200%200%201%209.25%204m5.5-.5a3.75%203.75%200%200%201%203.75%203.75c0%201.07-.502%201.915-1.137%202.603c-.62.67-1.436%201.264-2.163%201.81c-.757.567-1.439%201.098-1.937%201.693c-.305.365-.53.739-.653%201.144h5.14a.75.75%200%200%201%200%201.5h-6a.75.75%200%200%201-.75-.75c0-1.16.471-2.09%201.112-2.856c.627-.748%201.446-1.374%202.188-1.931c.773-.58%201.457-1.08%201.962-1.628c.49-.531.738-1.03.738-1.585a2.25%202.25%200%200%200-4.469-.374l-.016.075a.75.75%200%200%201-1.463-.322l.031-.165A3.75%203.75%200%200%201%2014.75%203.5%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.25%204a.75.75%200%200%201%20.75.75v10.5a.75.75%200%200%201-1.5%200V10.5h-5v4.75a.75.75%200%200%201-1.5%200V4.75a.75.75%200%200%201%201.5%200V9h5V4.75A.75.75%200%200%201%209.25%204m5.5-.5a3.75%203.75%200%200%201%203.75%203.75c0%201.07-.502%201.915-1.137%202.603c-.62.67-1.436%201.264-2.163%201.81c-.757.567-1.439%201.098-1.937%201.693c-.305.365-.53.739-.653%201.144h5.14a.75.75%200%200%201%200%201.5h-6a.75.75%200%200%201-.75-.75c0-1.16.471-2.09%201.112-2.856c.627-.748%201.446-1.374%202.188-1.931c.773-.58%201.457-1.08%201.962-1.628c.49-.531.738-1.03.738-1.585a2.25%202.25%200%200%200-4.469-.374l-.016.075a.75.75%200%200%201-1.463-.322l.031-.165A3.75%203.75%200%200%201%2014.75%203.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/text-header-2-20-filled.svg?color=%231a73e8&size=48