text case title icon
text-case-title-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- text-case-title-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- Viewbox
- 24×24
- 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 case title icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.443 3.416a1 1 0 0 0-1.875-.027l-6 15.5a1 1 0 0 0 1.865.722L3.83 16h6.955l1.272 3.584a1 1 0 0 0 1.885-.668zM4.605 14L7.46 6.625L10.076 14zM16 3a1 1 0 0 1 1 1v7.619A3.6 3.6 0 0 1 19 11c2.21 0 4 2.07 4 4.625c0 2.554-1.79 4.625-4 4.625a3.6 3.6 0 0 1-2.06-.66a1 1 0 0 1-1.94-.34V4a1 1 0 0 1 1-1m3 15.25c.842 0 2-.893 2-2.625S19.842 13 19 13s-2 .893-2 2.625s1.158 2.625 2 2.625"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextCaseTitle24Filled(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="M8.443 3.416a1 1 0 0 0-1.875-.027l-6 15.5a1 1 0 0 0 1.865.722L3.83 16h6.955l1.272 3.584a1 1 0 0 0 1.885-.668zM4.605 14L7.46 6.625L10.076 14zM16 3a1 1 0 0 1 1 1v7.619A3.6 3.6 0 0 1 19 11c2.21 0 4 2.07 4 4.625c0 2.554-1.79 4.625-4 4.625a3.6 3.6 0 0 1-2.06-.66a1 1 0 0 1-1.94-.34V4a1 1 0 0 1 1-1m3 15.25c.842 0 2-.893 2-2.625S19.842 13 19 13s-2 .893-2 2.625s1.158 2.625 2 2.625"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.443 3.416a1 1 0 0 0-1.875-.027l-6 15.5a1 1 0 0 0 1.865.722L3.83 16h6.955l1.272 3.584a1 1 0 0 0 1.885-.668zM4.605 14L7.46 6.625L10.076 14zM16 3a1 1 0 0 1 1 1v7.619A3.6 3.6 0 0 1 19 11c2.21 0 4 2.07 4 4.625c0 2.554-1.79 4.625-4 4.625a3.6 3.6 0 0 1-2.06-.66a1 1 0 0 1-1.94-.34V4a1 1 0 0 1 1-1m3 15.25c.842 0 2-.893 2-2.625S19.842 13 19 13s-2 .893-2 2.625s1.158 2.625 2 2.625"/></svg> </template>
CSS
.icon-text-case-title-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.443%203.416a1%201%200%200%200-1.875-.027l-6%2015.5a1%201%200%200%200%201.865.722L3.83%2016h6.955l1.272%203.584a1%201%200%200%200%201.885-.668zM4.605%2014L7.46%206.625L10.076%2014zM16%203a1%201%200%200%201%201%201v7.619A3.6%203.6%200%200%201%2019%2011c2.21%200%204%202.07%204%204.625c0%202.554-1.79%204.625-4%204.625a3.6%203.6%200%200%201-2.06-.66a1%201%200%200%201-1.94-.34V4a1%201%200%200%201%201-1m3%2015.25c.842%200%202-.893%202-2.625S19.842%2013%2019%2013s-2%20.893-2%202.625s1.158%202.625%202%202.625%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%22M8.443%203.416a1%201%200%200%200-1.875-.027l-6%2015.5a1%201%200%200%200%201.865.722L3.83%2016h6.955l1.272%203.584a1%201%200%200%200%201.885-.668zM4.605%2014L7.46%206.625L10.076%2014zM16%203a1%201%200%200%201%201%201v7.619A3.6%203.6%200%200%201%2019%2011c2.21%200%204%202.07%204%204.625c0%202.554-1.79%204.625-4%204.625a3.6%203.6%200%200%201-2.06-.66a1%201%200%200%201-1.94-.34V4a1%201%200%200%201%201-1m3%2015.25c.842%200%202-.893%202-2.625S19.842%2013%2019%2013s-2%20.893-2%202.625s1.158%202.625%202%202.625%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/text-case-title-24-filled.svg?color=%231a73e8&size=48