text header 2 lines caret icon

text-header-2-lines-caret-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.

Name
text-header-2-lines-caret-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
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 20 20"><path fill="currentColor" d="M10.597 3.303c-.421-.162-.967.074-1.168.502a.75.75 0 1 1-1.358-.638c.5-1.06 1.83-1.739 3.064-1.265c1.335.514 1.98 2.162 1.162 3.419c-.257.395-.603.726-.932 1.007c-.19.161-.416.338-.624.502c-.13.1-.252.197-.355.28q-.257.208-.443.39h2.307a.75.75 0 0 1 0 1.5h-3.5A.75.75 0 0 1 8 8.25c0-.55.22-1.007.496-1.373c.269-.358.619-.666.943-.93c.154-.125.292-.233.424-.336c.18-.14.35-.273.53-.426c.292-.249.508-.469.647-.682c.253-.39.078-1-.443-1.2m3.454 1.16c.103-.28.346-.463.616-.463h2.666c.27 0 .513.183.616.463a.82.82 0 0 1-.144.817l-1.334 1.5a.616.616 0 0 1-.942 0l-1.334-1.5a.82.82 0 0 1-.144-.817M2 16.248a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75m.75-4.748a.75.75 0 0 0 0 1.5h14.5a.75.75 0 0 0 0-1.5zm.75-8.75a.75.75 0 1 0-1.5 0v5.5a.75.75 0 0 0 1.5 0v-2h2v1.996a.75.75 0 0 0 1.5 0V2.75a.75.75 0 0 0-1.5 0v2h-2z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextHeader2LinesCaret20Filled(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="M10.597 3.303c-.421-.162-.967.074-1.168.502a.75.75 0 1 1-1.358-.638c.5-1.06 1.83-1.739 3.064-1.265c1.335.514 1.98 2.162 1.162 3.419c-.257.395-.603.726-.932 1.007c-.19.161-.416.338-.624.502c-.13.1-.252.197-.355.28q-.257.208-.443.39h2.307a.75.75 0 0 1 0 1.5h-3.5A.75.75 0 0 1 8 8.25c0-.55.22-1.007.496-1.373c.269-.358.619-.666.943-.93c.154-.125.292-.233.424-.336c.18-.14.35-.273.53-.426c.292-.249.508-.469.647-.682c.253-.39.078-1-.443-1.2m3.454 1.16c.103-.28.346-.463.616-.463h2.666c.27 0 .513.183.616.463a.82.82 0 0 1-.144.817l-1.334 1.5a.616.616 0 0 1-.942 0l-1.334-1.5a.82.82 0 0 1-.144-.817M2 16.248a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75m.75-4.748a.75.75 0 0 0 0 1.5h14.5a.75.75 0 0 0 0-1.5zm.75-8.75a.75.75 0 1 0-1.5 0v5.5a.75.75 0 0 0 1.5 0v-2h2v1.996a.75.75 0 0 0 1.5 0V2.75a.75.75 0 0 0-1.5 0v2h-2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M10.597 3.303c-.421-.162-.967.074-1.168.502a.75.75 0 1 1-1.358-.638c.5-1.06 1.83-1.739 3.064-1.265c1.335.514 1.98 2.162 1.162 3.419c-.257.395-.603.726-.932 1.007c-.19.161-.416.338-.624.502c-.13.1-.252.197-.355.28q-.257.208-.443.39h2.307a.75.75 0 0 1 0 1.5h-3.5A.75.75 0 0 1 8 8.25c0-.55.22-1.007.496-1.373c.269-.358.619-.666.943-.93c.154-.125.292-.233.424-.336c.18-.14.35-.273.53-.426c.292-.249.508-.469.647-.682c.253-.39.078-1-.443-1.2m3.454 1.16c.103-.28.346-.463.616-.463h2.666c.27 0 .513.183.616.463a.82.82 0 0 1-.144.817l-1.334 1.5a.616.616 0 0 1-.942 0l-1.334-1.5a.82.82 0 0 1-.144-.817M2 16.248a.75.75 0 0 1 .75-.75h14.5a.75.75 0 0 1 0 1.5H2.75a.75.75 0 0 1-.75-.75m.75-4.748a.75.75 0 0 0 0 1.5h14.5a.75.75 0 0 0 0-1.5zm.75-8.75a.75.75 0 1 0-1.5 0v5.5a.75.75 0 0 0 1.5 0v-2h2v1.996a.75.75 0 0 0 1.5 0V2.75a.75.75 0 0 0-1.5 0v2h-2z"/></svg>
</template>

CSS

.icon-text-header-2-lines-caret-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%22M10.597%203.303c-.421-.162-.967.074-1.168.502a.75.75%200%201%201-1.358-.638c.5-1.06%201.83-1.739%203.064-1.265c1.335.514%201.98%202.162%201.162%203.419c-.257.395-.603.726-.932%201.007c-.19.161-.416.338-.624.502c-.13.1-.252.197-.355.28q-.257.208-.443.39h2.307a.75.75%200%200%201%200%201.5h-3.5A.75.75%200%200%201%208%208.25c0-.55.22-1.007.496-1.373c.269-.358.619-.666.943-.93c.154-.125.292-.233.424-.336c.18-.14.35-.273.53-.426c.292-.249.508-.469.647-.682c.253-.39.078-1-.443-1.2m3.454%201.16c.103-.28.346-.463.616-.463h2.666c.27%200%20.513.183.616.463a.82.82%200%200%201-.144.817l-1.334%201.5a.616.616%200%200%201-.942%200l-1.334-1.5a.82.82%200%200%201-.144-.817M2%2016.248a.75.75%200%200%201%20.75-.75h14.5a.75.75%200%200%201%200%201.5H2.75a.75.75%200%200%201-.75-.75m.75-4.748a.75.75%200%200%200%200%201.5h14.5a.75.75%200%200%200%200-1.5zm.75-8.75a.75.75%200%201%200-1.5%200v5.5a.75.75%200%200%200%201.5%200v-2h2v1.996a.75.75%200%200%200%201.5%200V2.75a.75.75%200%200%200-1.5%200v2h-2z%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%22M10.597%203.303c-.421-.162-.967.074-1.168.502a.75.75%200%201%201-1.358-.638c.5-1.06%201.83-1.739%203.064-1.265c1.335.514%201.98%202.162%201.162%203.419c-.257.395-.603.726-.932%201.007c-.19.161-.416.338-.624.502c-.13.1-.252.197-.355.28q-.257.208-.443.39h2.307a.75.75%200%200%201%200%201.5h-3.5A.75.75%200%200%201%208%208.25c0-.55.22-1.007.496-1.373c.269-.358.619-.666.943-.93c.154-.125.292-.233.424-.336c.18-.14.35-.273.53-.426c.292-.249.508-.469.647-.682c.253-.39.078-1-.443-1.2m3.454%201.16c.103-.28.346-.463.616-.463h2.666c.27%200%20.513.183.616.463a.82.82%200%200%201-.144.817l-1.334%201.5a.616.616%200%200%201-.942%200l-1.334-1.5a.82.82%200%200%201-.144-.817M2%2016.248a.75.75%200%200%201%20.75-.75h14.5a.75.75%200%200%201%200%201.5H2.75a.75.75%200%200%201-.75-.75m.75-4.748a.75.75%200%200%200%200%201.5h14.5a.75.75%200%200%200%200-1.5zm.75-8.75a.75.75%200%201%200-1.5%200v5.5a.75.75%200%200%200%201.5%200v-2h2v1.996a.75.75%200%200%200%201.5%200V2.75a.75.75%200%200%200-1.5%200v2h-2z%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-20-filled.svg?color=%231a73e8&size=48