text header 3 lines caret icon
text-header-3-lines-caret-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- text-header-3-lines-caret-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- 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 header 3 lines caret icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.75 2a.75.75 0 0 1 .75.75V5.5h4V2.752a.75.75 0 1 1 1.5 0v7.492a.75.75 0 0 1-1.5 0V7h-4v3.25a.75.75 0 0 1-1.5 0v-7.5A.75.75 0 0 1 2.75 2m14.807 3.462a.75.75 0 0 1 .693-.463h3.002a.75.75 0 0 1 .53 1.28l-1.5 1.501a.75.75 0 0 1-1.062 0l-1.5-1.5a.75.75 0 0 1-.163-.818M2.75 19a.75.75 0 0 0 0 1.5h18.5a.75.75 0 0 0 0-1.5zM2 14.75a.75.75 0 0 1 .75-.75h18.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75m9.794-10.557c.572-.601 1.608-.822 2.291-.616c.429.13.715.405.84.688c.117.267.11.57-.105.871c-.394.553-1.06.611-1.836.616h-.129a.75.75 0 0 0 0 1.5h.129c.776.005 1.442.064 1.836.616c.214.301.222.605.104.87c-.124.284-.41.56-.838.689c-.684.207-1.72-.015-2.292-.616a.75.75 0 0 0-1.088 1.033c.983 1.034 2.616 1.38 3.813 1.019c.812-.245 1.462-.802 1.778-1.52c.324-.734.276-1.6-.255-2.345a2.8 2.8 0 0 0-.453-.496q.244-.206.453-.496c.53-.745.579-1.61.255-2.345c-.316-.718-.966-1.275-1.778-1.52c-1.197-.361-2.83-.015-3.813 1.019a.75.75 0 1 0 1.088 1.033"/></svg>
React
import type { SVGProps } from "react";
export function FluentTextHeader3LinesCaret24Regular(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="M2.75 2a.75.75 0 0 1 .75.75V5.5h4V2.752a.75.75 0 1 1 1.5 0v7.492a.75.75 0 0 1-1.5 0V7h-4v3.25a.75.75 0 0 1-1.5 0v-7.5A.75.75 0 0 1 2.75 2m14.807 3.462a.75.75 0 0 1 .693-.463h3.002a.75.75 0 0 1 .53 1.28l-1.5 1.501a.75.75 0 0 1-1.062 0l-1.5-1.5a.75.75 0 0 1-.163-.818M2.75 19a.75.75 0 0 0 0 1.5h18.5a.75.75 0 0 0 0-1.5zM2 14.75a.75.75 0 0 1 .75-.75h18.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75m9.794-10.557c.572-.601 1.608-.822 2.291-.616c.429.13.715.405.84.688c.117.267.11.57-.105.871c-.394.553-1.06.611-1.836.616h-.129a.75.75 0 0 0 0 1.5h.129c.776.005 1.442.064 1.836.616c.214.301.222.605.104.87c-.124.284-.41.56-.838.689c-.684.207-1.72-.015-2.292-.616a.75.75 0 0 0-1.088 1.033c.983 1.034 2.616 1.38 3.813 1.019c.812-.245 1.462-.802 1.778-1.52c.324-.734.276-1.6-.255-2.345a2.8 2.8 0 0 0-.453-.496q.244-.206.453-.496c.53-.745.579-1.61.255-2.345c-.316-.718-.966-1.275-1.778-1.52c-1.197-.361-2.83-.015-3.813 1.019a.75.75 0 1 0 1.088 1.033"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.75 2a.75.75 0 0 1 .75.75V5.5h4V2.752a.75.75 0 1 1 1.5 0v7.492a.75.75 0 0 1-1.5 0V7h-4v3.25a.75.75 0 0 1-1.5 0v-7.5A.75.75 0 0 1 2.75 2m14.807 3.462a.75.75 0 0 1 .693-.463h3.002a.75.75 0 0 1 .53 1.28l-1.5 1.501a.75.75 0 0 1-1.062 0l-1.5-1.5a.75.75 0 0 1-.163-.818M2.75 19a.75.75 0 0 0 0 1.5h18.5a.75.75 0 0 0 0-1.5zM2 14.75a.75.75 0 0 1 .75-.75h18.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75m9.794-10.557c.572-.601 1.608-.822 2.291-.616c.429.13.715.405.84.688c.117.267.11.57-.105.871c-.394.553-1.06.611-1.836.616h-.129a.75.75 0 0 0 0 1.5h.129c.776.005 1.442.064 1.836.616c.214.301.222.605.104.87c-.124.284-.41.56-.838.689c-.684.207-1.72-.015-2.292-.616a.75.75 0 0 0-1.088 1.033c.983 1.034 2.616 1.38 3.813 1.019c.812-.245 1.462-.802 1.778-1.52c.324-.734.276-1.6-.255-2.345a2.8 2.8 0 0 0-.453-.496q.244-.206.453-.496c.53-.745.579-1.61.255-2.345c-.316-.718-.966-1.275-1.778-1.52c-1.197-.361-2.83-.015-3.813 1.019a.75.75 0 1 0 1.088 1.033"/></svg> </template>
CSS
.icon-text-header-3-lines-caret-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%22M2.75%202a.75.75%200%200%201%20.75.75V5.5h4V2.752a.75.75%200%201%201%201.5%200v7.492a.75.75%200%200%201-1.5%200V7h-4v3.25a.75.75%200%200%201-1.5%200v-7.5A.75.75%200%200%201%202.75%202m14.807%203.462a.75.75%200%200%201%20.693-.463h3.002a.75.75%200%200%201%20.53%201.28l-1.5%201.501a.75.75%200%200%201-1.062%200l-1.5-1.5a.75.75%200%200%201-.163-.818M2.75%2019a.75.75%200%200%200%200%201.5h18.5a.75.75%200%200%200%200-1.5zM2%2014.75a.75.75%200%200%201%20.75-.75h18.5a.75.75%200%200%201%200%201.5H2.75a.75.75%200%200%201-.75-.75m9.794-10.557c.572-.601%201.608-.822%202.291-.616c.429.13.715.405.84.688c.117.267.11.57-.105.871c-.394.553-1.06.611-1.836.616h-.129a.75.75%200%200%200%200%201.5h.129c.776.005%201.442.064%201.836.616c.214.301.222.605.104.87c-.124.284-.41.56-.838.689c-.684.207-1.72-.015-2.292-.616a.75.75%200%200%200-1.088%201.033c.983%201.034%202.616%201.38%203.813%201.019c.812-.245%201.462-.802%201.778-1.52c.324-.734.276-1.6-.255-2.345a2.8%202.8%200%200%200-.453-.496q.244-.206.453-.496c.53-.745.579-1.61.255-2.345c-.316-.718-.966-1.275-1.778-1.52c-1.197-.361-2.83-.015-3.813%201.019a.75.75%200%201%200%201.088%201.033%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%22M2.75%202a.75.75%200%200%201%20.75.75V5.5h4V2.752a.75.75%200%201%201%201.5%200v7.492a.75.75%200%200%201-1.5%200V7h-4v3.25a.75.75%200%200%201-1.5%200v-7.5A.75.75%200%200%201%202.75%202m14.807%203.462a.75.75%200%200%201%20.693-.463h3.002a.75.75%200%200%201%20.53%201.28l-1.5%201.501a.75.75%200%200%201-1.062%200l-1.5-1.5a.75.75%200%200%201-.163-.818M2.75%2019a.75.75%200%200%200%200%201.5h18.5a.75.75%200%200%200%200-1.5zM2%2014.75a.75.75%200%200%201%20.75-.75h18.5a.75.75%200%200%201%200%201.5H2.75a.75.75%200%200%201-.75-.75m9.794-10.557c.572-.601%201.608-.822%202.291-.616c.429.13.715.405.84.688c.117.267.11.57-.105.871c-.394.553-1.06.611-1.836.616h-.129a.75.75%200%200%200%200%201.5h.129c.776.005%201.442.064%201.836.616c.214.301.222.605.104.87c-.124.284-.41.56-.838.689c-.684.207-1.72-.015-2.292-.616a.75.75%200%200%200-1.088%201.033c.983%201.034%202.616%201.38%203.813%201.019c.812-.245%201.462-.802%201.778-1.52c.324-.734.276-1.6-.255-2.345a2.8%202.8%200%200%200-.453-.496q.244-.206.453-.496c.53-.745.579-1.61.255-2.345c-.316-.718-.966-1.275-1.778-1.52c-1.197-.361-2.83-.015-3.813%201.019a.75.75%200%201%200%201.088%201.033%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-lines-caret-24-regular.svg?color=%231a73e8&size=48