text header 2 lines icon
text-header-2-lines-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- text-header-2-lines-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
5 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 lines icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.502 1.999a.5.5 0 0 1 .5.5v2.5h3V2.5a.5.5 0 0 1 1 0v5.994a.5.5 0 0 1-1 0V6h-3v2.5a.5.5 0 1 1-1 0v-6a.5.5 0 0 1 .5-.5M2.5 15.998a.5.5 0 1 0 0 1h15a.5.5 0 0 0 0-1zM2 12.5a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 0 1h-15a.5.5 0 0 1-.5-.5m7.452-8.83a1.21 1.21 0 0 1 1.39-.627c.617.183.86.861.479 1.442c-.165.251-.396.485-.681.738c-.1.088-.214.186-.334.287c-.193.165-.4.34-.58.509C9.103 6.6 8.5 7.352 8.5 8.5A.5.5 0 0 0 9 9h3.5a.5.5 0 0 0 0-1H9.562c.126-.483.434-.865.847-1.25c.172-.161.336-.3.508-.446c.123-.104.25-.212.386-.333c.304-.269.616-.574.854-.938c.708-1.08.296-2.555-1.03-2.949c-.964-.286-2.114.175-2.579 1.158a.5.5 0 1 0 .904.428"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextHeader2Lines20Regular(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="M2.502 1.999a.5.5 0 0 1 .5.5v2.5h3V2.5a.5.5 0 0 1 1 0v5.994a.5.5 0 0 1-1 0V6h-3v2.5a.5.5 0 1 1-1 0v-6a.5.5 0 0 1 .5-.5M2.5 15.998a.5.5 0 1 0 0 1h15a.5.5 0 0 0 0-1zM2 12.5a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 0 1h-15a.5.5 0 0 1-.5-.5m7.452-8.83a1.21 1.21 0 0 1 1.39-.627c.617.183.86.861.479 1.442c-.165.251-.396.485-.681.738c-.1.088-.214.186-.334.287c-.193.165-.4.34-.58.509C9.103 6.6 8.5 7.352 8.5 8.5A.5.5 0 0 0 9 9h3.5a.5.5 0 0 0 0-1H9.562c.126-.483.434-.865.847-1.25c.172-.161.336-.3.508-.446c.123-.104.25-.212.386-.333c.304-.269.616-.574.854-.938c.708-1.08.296-2.555-1.03-2.949c-.964-.286-2.114.175-2.579 1.158a.5.5 0 1 0 .904.428"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M2.502 1.999a.5.5 0 0 1 .5.5v2.5h3V2.5a.5.5 0 0 1 1 0v5.994a.5.5 0 0 1-1 0V6h-3v2.5a.5.5 0 1 1-1 0v-6a.5.5 0 0 1 .5-.5M2.5 15.998a.5.5 0 1 0 0 1h15a.5.5 0 0 0 0-1zM2 12.5a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 0 1h-15a.5.5 0 0 1-.5-.5m7.452-8.83a1.21 1.21 0 0 1 1.39-.627c.617.183.86.861.479 1.442c-.165.251-.396.485-.681.738c-.1.088-.214.186-.334.287c-.193.165-.4.34-.58.509C9.103 6.6 8.5 7.352 8.5 8.5A.5.5 0 0 0 9 9h3.5a.5.5 0 0 0 0-1H9.562c.126-.483.434-.865.847-1.25c.172-.161.336-.3.508-.446c.123-.104.25-.212.386-.333c.304-.269.616-.574.854-.938c.708-1.08.296-2.555-1.03-2.949c-.964-.286-2.114.175-2.579 1.158a.5.5 0 1 0 .904.428"/></svg> </template>
CSS
.icon-text-header-2-lines-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.502%201.999a.5.5%200%200%201%20.5.5v2.5h3V2.5a.5.5%200%200%201%201%200v5.994a.5.5%200%200%201-1%200V6h-3v2.5a.5.5%200%201%201-1%200v-6a.5.5%200%200%201%20.5-.5M2.5%2015.998a.5.5%200%201%200%200%201h15a.5.5%200%200%200%200-1zM2%2012.5a.5.5%200%200%201%20.5-.5h15a.5.5%200%200%201%200%201h-15a.5.5%200%200%201-.5-.5m7.452-8.83a1.21%201.21%200%200%201%201.39-.627c.617.183.86.861.479%201.442c-.165.251-.396.485-.681.738c-.1.088-.214.186-.334.287c-.193.165-.4.34-.58.509C9.103%206.6%208.5%207.352%208.5%208.5A.5.5%200%200%200%209%209h3.5a.5.5%200%200%200%200-1H9.562c.126-.483.434-.865.847-1.25c.172-.161.336-.3.508-.446c.123-.104.25-.212.386-.333c.304-.269.616-.574.854-.938c.708-1.08.296-2.555-1.03-2.949c-.964-.286-2.114.175-2.579%201.158a.5.5%200%201%200%20.904.428%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%22M2.502%201.999a.5.5%200%200%201%20.5.5v2.5h3V2.5a.5.5%200%200%201%201%200v5.994a.5.5%200%200%201-1%200V6h-3v2.5a.5.5%200%201%201-1%200v-6a.5.5%200%200%201%20.5-.5M2.5%2015.998a.5.5%200%201%200%200%201h15a.5.5%200%200%200%200-1zM2%2012.5a.5.5%200%200%201%20.5-.5h15a.5.5%200%200%201%200%201h-15a.5.5%200%200%201-.5-.5m7.452-8.83a1.21%201.21%200%200%201%201.39-.627c.617.183.86.861.479%201.442c-.165.251-.396.485-.681.738c-.1.088-.214.186-.334.287c-.193.165-.4.34-.58.509C9.103%206.6%208.5%207.352%208.5%208.5A.5.5%200%200%200%209%209h3.5a.5.5%200%200%200%200-1H9.562c.126-.483.434-.865.847-1.25c.172-.161.336-.3.508-.446c.123-.104.25-.212.386-.333c.304-.269.616-.574.854-.938c.708-1.08.296-2.555-1.03-2.949c-.964-.286-2.114.175-2.579%201.158a.5.5%200%201%200%20.904.428%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-lines-20-regular.svg?color=%231a73e8&size=48