text header 6 icon
text-header-6-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- text-header-6-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 6 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M14.5 3.5c.945 0 1.752.224 2.412.669c.658.443 1.117 1.069 1.43 1.78a.75.75 0 0 1-1.374.605c-.226-.514-.521-.89-.894-1.14c-.37-.25-.872-.414-1.574-.414c-.64 0-1.113.137-1.47.348c-.356.21-.642.522-.87.943c-.39.72-.584 1.723-.64 2.93a4.25 4.25 0 1 1 2.757 7.272q-1.151-.043-2.01-.55c-.628-.37-1.092-.9-1.427-1.52l-.057-.111a4.2 4.2 0 0 1-.437-1.162C10.086 12.186 10 11.1 10 10c0-1.618.185-3.212.84-4.423c.335-.62.799-1.15 1.427-1.52Q13.21 3.5 14.5 3.5M8.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 8.25 4m6.25 5.5a2.75 2.75 0 0 0-2.696 3.294q.12.438.296.796a2.748 2.748 0 0 0 5.15-1.34A2.75 2.75 0 0 0 14.5 9.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextHeader620Filled(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="M14.5 3.5c.945 0 1.752.224 2.412.669c.658.443 1.117 1.069 1.43 1.78a.75.75 0 0 1-1.374.605c-.226-.514-.521-.89-.894-1.14c-.37-.25-.872-.414-1.574-.414c-.64 0-1.113.137-1.47.348c-.356.21-.642.522-.87.943c-.39.72-.584 1.723-.64 2.93a4.25 4.25 0 1 1 2.757 7.272q-1.151-.043-2.01-.55c-.628-.37-1.092-.9-1.427-1.52l-.057-.111a4.2 4.2 0 0 1-.437-1.162C10.086 12.186 10 11.1 10 10c0-1.618.185-3.212.84-4.423c.335-.62.799-1.15 1.427-1.52Q13.21 3.5 14.5 3.5M8.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 8.25 4m6.25 5.5a2.75 2.75 0 0 0-2.696 3.294q.12.438.296.796a2.748 2.748 0 0 0 5.15-1.34A2.75 2.75 0 0 0 14.5 9.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="M14.5 3.5c.945 0 1.752.224 2.412.669c.658.443 1.117 1.069 1.43 1.78a.75.75 0 0 1-1.374.605c-.226-.514-.521-.89-.894-1.14c-.37-.25-.872-.414-1.574-.414c-.64 0-1.113.137-1.47.348c-.356.21-.642.522-.87.943c-.39.72-.584 1.723-.64 2.93a4.25 4.25 0 1 1 2.757 7.272q-1.151-.043-2.01-.55c-.628-.37-1.092-.9-1.427-1.52l-.057-.111a4.2 4.2 0 0 1-.437-1.162C10.086 12.186 10 11.1 10 10c0-1.618.185-3.212.84-4.423c.335-.62.799-1.15 1.427-1.52Q13.21 3.5 14.5 3.5M8.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 8.25 4m6.25 5.5a2.75 2.75 0 0 0-2.696 3.294q.12.438.296.796a2.748 2.748 0 0 0 5.15-1.34A2.75 2.75 0 0 0 14.5 9.5"/></svg> </template>
CSS
.icon-text-header-6-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%22M14.5%203.5c.945%200%201.752.224%202.412.669c.658.443%201.117%201.069%201.43%201.78a.75.75%200%200%201-1.374.605c-.226-.514-.521-.89-.894-1.14c-.37-.25-.872-.414-1.574-.414c-.64%200-1.113.137-1.47.348c-.356.21-.642.522-.87.943c-.39.72-.584%201.723-.64%202.93a4.25%204.25%200%201%201%202.757%207.272q-1.151-.043-2.01-.55c-.628-.37-1.092-.9-1.427-1.52l-.057-.111a4.2%204.2%200%200%201-.437-1.162C10.086%2012.186%2010%2011.1%2010%2010c0-1.618.185-3.212.84-4.423c.335-.62.799-1.15%201.427-1.52Q13.21%203.5%2014.5%203.5M8.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%208.25%204m6.25%205.5a2.75%202.75%200%200%200-2.696%203.294q.12.438.296.796a2.748%202.748%200%200%200%205.15-1.34A2.75%202.75%200%200%200%2014.5%209.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%22M14.5%203.5c.945%200%201.752.224%202.412.669c.658.443%201.117%201.069%201.43%201.78a.75.75%200%200%201-1.374.605c-.226-.514-.521-.89-.894-1.14c-.37-.25-.872-.414-1.574-.414c-.64%200-1.113.137-1.47.348c-.356.21-.642.522-.87.943c-.39.72-.584%201.723-.64%202.93a4.25%204.25%200%201%201%202.757%207.272q-1.151-.043-2.01-.55c-.628-.37-1.092-.9-1.427-1.52l-.057-.111a4.2%204.2%200%200%201-.437-1.162C10.086%2012.186%2010%2011.1%2010%2010c0-1.618.185-3.212.84-4.423c.335-.62.799-1.15%201.427-1.52Q13.21%203.5%2014.5%203.5M8.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%208.25%204m6.25%205.5a2.75%202.75%200%200%200-2.696%203.294q.12.438.296.796a2.748%202.748%200%200%200%205.15-1.34A2.75%202.75%200%200%200%2014.5%209.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-6-20-filled.svg?color=%231a73e8&size=48