text header 3 icon
text-header-3-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- text-header-3-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
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 3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.751 4.5c2.321 0 4.25 1.822 4.25 4.125c0 1.407-.721 2.633-1.81 3.375c1.089.742 1.81 1.968 1.81 3.375c0 2.303-1.929 4.125-4.25 4.125c-.85 0-1.715-.243-2.447-.654c-.73-.41-1.38-1.015-1.735-1.782a.75.75 0 0 1 1.362-.63c.19.412.578.808 1.106 1.104a3.6 3.6 0 0 0 1.714.462c1.544 0 2.75-1.2 2.75-2.625c0-1.424-1.206-2.625-2.75-2.625H16.75a.75.75 0 0 1 0-1.5h1.001c1.544 0 2.75-1.2 2.75-2.625c0-1.424-1.206-2.625-2.75-2.625c-.575 0-1.19.167-1.714.462c-.528.296-.915.692-1.106 1.104a.75.75 0 0 1-1.362-.63c.355-.767 1.005-1.372 1.735-1.782A5.1 5.1 0 0 1 17.75 4.5m-7 .5a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-1.5 0V12.5H3.5v5.75a.75.75 0 0 1-1.5 0V5.75a.75.75 0 0 1 1.5 0V11H10V5.75a.75.75 0 0 1 .75-.75"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextHeader324Regular(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.751 4.5c2.321 0 4.25 1.822 4.25 4.125c0 1.407-.721 2.633-1.81 3.375c1.089.742 1.81 1.968 1.81 3.375c0 2.303-1.929 4.125-4.25 4.125c-.85 0-1.715-.243-2.447-.654c-.73-.41-1.38-1.015-1.735-1.782a.75.75 0 0 1 1.362-.63c.19.412.578.808 1.106 1.104a3.6 3.6 0 0 0 1.714.462c1.544 0 2.75-1.2 2.75-2.625c0-1.424-1.206-2.625-2.75-2.625H16.75a.75.75 0 0 1 0-1.5h1.001c1.544 0 2.75-1.2 2.75-2.625c0-1.424-1.206-2.625-2.75-2.625c-.575 0-1.19.167-1.714.462c-.528.296-.915.692-1.106 1.104a.75.75 0 0 1-1.362-.63c.355-.767 1.005-1.372 1.735-1.782A5.1 5.1 0 0 1 17.75 4.5m-7 .5a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-1.5 0V12.5H3.5v5.75a.75.75 0 0 1-1.5 0V5.75a.75.75 0 0 1 1.5 0V11H10V5.75a.75.75 0 0 1 .75-.75"/></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.751 4.5c2.321 0 4.25 1.822 4.25 4.125c0 1.407-.721 2.633-1.81 3.375c1.089.742 1.81 1.968 1.81 3.375c0 2.303-1.929 4.125-4.25 4.125c-.85 0-1.715-.243-2.447-.654c-.73-.41-1.38-1.015-1.735-1.782a.75.75 0 0 1 1.362-.63c.19.412.578.808 1.106 1.104a3.6 3.6 0 0 0 1.714.462c1.544 0 2.75-1.2 2.75-2.625c0-1.424-1.206-2.625-2.75-2.625H16.75a.75.75 0 0 1 0-1.5h1.001c1.544 0 2.75-1.2 2.75-2.625c0-1.424-1.206-2.625-2.75-2.625c-.575 0-1.19.167-1.714.462c-.528.296-.915.692-1.106 1.104a.75.75 0 0 1-1.362-.63c.355-.767 1.005-1.372 1.735-1.782A5.1 5.1 0 0 1 17.75 4.5m-7 .5a.75.75 0 0 1 .75.75v12.5a.75.75 0 0 1-1.5 0V12.5H3.5v5.75a.75.75 0 0 1-1.5 0V5.75a.75.75 0 0 1 1.5 0V11H10V5.75a.75.75 0 0 1 .75-.75"/></svg> </template>
CSS
.icon-text-header-3-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%22M17.751%204.5c2.321%200%204.25%201.822%204.25%204.125c0%201.407-.721%202.633-1.81%203.375c1.089.742%201.81%201.968%201.81%203.375c0%202.303-1.929%204.125-4.25%204.125c-.85%200-1.715-.243-2.447-.654c-.73-.41-1.38-1.015-1.735-1.782a.75.75%200%200%201%201.362-.63c.19.412.578.808%201.106%201.104a3.6%203.6%200%200%200%201.714.462c1.544%200%202.75-1.2%202.75-2.625c0-1.424-1.206-2.625-2.75-2.625H16.75a.75.75%200%200%201%200-1.5h1.001c1.544%200%202.75-1.2%202.75-2.625c0-1.424-1.206-2.625-2.75-2.625c-.575%200-1.19.167-1.714.462c-.528.296-.915.692-1.106%201.104a.75.75%200%200%201-1.362-.63c.355-.767%201.005-1.372%201.735-1.782A5.1%205.1%200%200%201%2017.75%204.5m-7%20.5a.75.75%200%200%201%20.75.75v12.5a.75.75%200%200%201-1.5%200V12.5H3.5v5.75a.75.75%200%200%201-1.5%200V5.75a.75.75%200%200%201%201.5%200V11H10V5.75a.75.75%200%200%201%20.75-.75%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.751%204.5c2.321%200%204.25%201.822%204.25%204.125c0%201.407-.721%202.633-1.81%203.375c1.089.742%201.81%201.968%201.81%203.375c0%202.303-1.929%204.125-4.25%204.125c-.85%200-1.715-.243-2.447-.654c-.73-.41-1.38-1.015-1.735-1.782a.75.75%200%200%201%201.362-.63c.19.412.578.808%201.106%201.104a3.6%203.6%200%200%200%201.714.462c1.544%200%202.75-1.2%202.75-2.625c0-1.424-1.206-2.625-2.75-2.625H16.75a.75.75%200%200%201%200-1.5h1.001c1.544%200%202.75-1.2%202.75-2.625c0-1.424-1.206-2.625-2.75-2.625c-.575%200-1.19.167-1.714.462c-.528.296-.915.692-1.106%201.104a.75.75%200%200%201-1.362-.63c.355-.767%201.005-1.372%201.735-1.782A5.1%205.1%200%200%201%2017.75%204.5m-7%20.5a.75.75%200%200%201%20.75.75v12.5a.75.75%200%200%201-1.5%200V12.5H3.5v5.75a.75.75%200%200%201-1.5%200V5.75a.75.75%200%200%201%201.5%200V11H10V5.75a.75.75%200%200%201%20.75-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/text-header-3-24-regular.svg?color=%231a73e8&size=48