text header 2 lines caret icon

text-header-2-lines-caret-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
text-header-2-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

Use the text header 2 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="M11.93 4.351c.305-.657 1.119-1.022 1.768-.768c.782.304 1.089 1.26.673 1.908c-.196.306-.493.61-.874.938c-.233.201-.458.38-.693.566c-.17.135-.347.275-.537.432c-.415.342-.847.73-1.176 1.173c-.336.453-.591 1-.591 1.65c0 .414.336.75.75.75h4.5a.75.75 0 0 0 0-1.5h-3.459l.005-.006c.215-.29.53-.584.926-.91c.14-.115.3-.243.467-.376c.264-.21.545-.434.788-.643c.418-.36.844-.777 1.157-1.264c.96-1.499.214-3.49-1.391-4.116c-1.479-.576-3.078.251-3.674 1.536a.75.75 0 0 0 1.361.63M2.75 2a.75.75 0 0 1 .75.75V5.5h4V2.752a.75.75 0 0 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-.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextHeader2LinesCaret24Regular(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="M11.93 4.351c.305-.657 1.119-1.022 1.768-.768c.782.304 1.089 1.26.673 1.908c-.196.306-.493.61-.874.938c-.233.201-.458.38-.693.566c-.17.135-.347.275-.537.432c-.415.342-.847.73-1.176 1.173c-.336.453-.591 1-.591 1.65c0 .414.336.75.75.75h4.5a.75.75 0 0 0 0-1.5h-3.459l.005-.006c.215-.29.53-.584.926-.91c.14-.115.3-.243.467-.376c.264-.21.545-.434.788-.643c.418-.36.844-.777 1.157-1.264c.96-1.499.214-3.49-1.391-4.116c-1.479-.576-3.078.251-3.674 1.536a.75.75 0 0 0 1.361.63M2.75 2a.75.75 0 0 1 .75.75V5.5h4V2.752a.75.75 0 0 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-.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="M11.93 4.351c.305-.657 1.119-1.022 1.768-.768c.782.304 1.089 1.26.673 1.908c-.196.306-.493.61-.874.938c-.233.201-.458.38-.693.566c-.17.135-.347.275-.537.432c-.415.342-.847.73-1.176 1.173c-.336.453-.591 1-.591 1.65c0 .414.336.75.75.75h4.5a.75.75 0 0 0 0-1.5h-3.459l.005-.006c.215-.29.53-.584.926-.91c.14-.115.3-.243.467-.376c.264-.21.545-.434.788-.643c.418-.36.844-.777 1.157-1.264c.96-1.499.214-3.49-1.391-4.116c-1.479-.576-3.078.251-3.674 1.536a.75.75 0 0 0 1.361.63M2.75 2a.75.75 0 0 1 .75.75V5.5h4V2.752a.75.75 0 0 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-.75"/></svg>
</template>

CSS

.icon-text-header-2-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%22M11.93%204.351c.305-.657%201.119-1.022%201.768-.768c.782.304%201.089%201.26.673%201.908c-.196.306-.493.61-.874.938c-.233.201-.458.38-.693.566c-.17.135-.347.275-.537.432c-.415.342-.847.73-1.176%201.173c-.336.453-.591%201-.591%201.65c0%20.414.336.75.75.75h4.5a.75.75%200%200%200%200-1.5h-3.459l.005-.006c.215-.29.53-.584.926-.91c.14-.115.3-.243.467-.376c.264-.21.545-.434.788-.643c.418-.36.844-.777%201.157-1.264c.96-1.499.214-3.49-1.391-4.116c-1.479-.576-3.078.251-3.674%201.536a.75.75%200%200%200%201.361.63M2.75%202a.75.75%200%200%201%20.75.75V5.5h4V2.752a.75.75%200%200%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-.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%22M11.93%204.351c.305-.657%201.119-1.022%201.768-.768c.782.304%201.089%201.26.673%201.908c-.196.306-.493.61-.874.938c-.233.201-.458.38-.693.566c-.17.135-.347.275-.537.432c-.415.342-.847.73-1.176%201.173c-.336.453-.591%201-.591%201.65c0%20.414.336.75.75.75h4.5a.75.75%200%200%200%200-1.5h-3.459l.005-.006c.215-.29.53-.584.926-.91c.14-.115.3-.243.467-.376c.264-.21.545-.434.788-.643c.418-.36.844-.777%201.157-1.264c.96-1.499.214-3.49-1.391-4.116c-1.479-.576-3.078.251-3.674%201.536a.75.75%200%200%200%201.361.63M2.75%202a.75.75%200%200%201%20.75.75V5.5h4V2.752a.75.75%200%200%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-.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-2-lines-caret-24-regular.svg?color=%231a73e8&size=48