text header 3 lines caret icon

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

Name
text-header-3-lines-caret-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the text header 3 lines caret icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.295 3.645c.405-.428.78-.445 1.087-.344a.54.54 0 0 1 .338.3a.38.38 0 0 1-.042.37a.57.57 0 0 1-.351.232a1.6 1.6 0 0 1-.391.047H8.85a.75.75 0 0 0 0 1.5h.086c.118.002.254.01.39.047a.57.57 0 0 1 .352.231a.38.38 0 0 1 .042.37a.54.54 0 0 1-.338.301c-.307.1-.682.084-1.088-.344a.75.75 0 1 0-1.088 1.032c.815.86 1.8 1.014 2.643.738c1.148-.376 1.853-1.748 1.083-2.92A2 2 0 0 0 10.778 5q.08-.094.154-.204c.77-1.173.065-2.545-1.083-2.92c-.843-.277-1.828-.124-2.643.737a.75.75 0 1 0 1.088 1.032M1.75 2a.75.75 0 0 1 .75.75v1.5h2V2.751a.75.75 0 1 1 1.5 0v4.496a.75.75 0 1 1-1.5 0V5.75h-2v1.5a.75.75 0 0 1-1.5 0v-4.5A.75.75 0 0 1 1.75 2m10.284 2.31a.5.5 0 0 1 .463-.31h2.002a.5.5 0 0 1 .353.855l-1 1a.5.5 0 0 1-.708 0l-1.001-1a.5.5 0 0 1-.109-.546M1 13.247a.75.75 0 0 1 .75-.75h12.5a.75.75 0 0 1 0 1.5H1.75a.75.75 0 0 1-.75-.75M1.75 9.5a.75.75 0 0 0 0 1.5h12.5a.75.75 0 0 0 0-1.5z"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextHeader3LinesCaret16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.295 3.645c.405-.428.78-.445 1.087-.344a.54.54 0 0 1 .338.3a.38.38 0 0 1-.042.37a.57.57 0 0 1-.351.232a1.6 1.6 0 0 1-.391.047H8.85a.75.75 0 0 0 0 1.5h.086c.118.002.254.01.39.047a.57.57 0 0 1 .352.231a.38.38 0 0 1 .042.37a.54.54 0 0 1-.338.301c-.307.1-.682.084-1.088-.344a.75.75 0 1 0-1.088 1.032c.815.86 1.8 1.014 2.643.738c1.148-.376 1.853-1.748 1.083-2.92A2 2 0 0 0 10.778 5q.08-.094.154-.204c.77-1.173.065-2.545-1.083-2.92c-.843-.277-1.828-.124-2.643.737a.75.75 0 1 0 1.088 1.032M1.75 2a.75.75 0 0 1 .75.75v1.5h2V2.751a.75.75 0 1 1 1.5 0v4.496a.75.75 0 1 1-1.5 0V5.75h-2v1.5a.75.75 0 0 1-1.5 0v-4.5A.75.75 0 0 1 1.75 2m10.284 2.31a.5.5 0 0 1 .463-.31h2.002a.5.5 0 0 1 .353.855l-1 1a.5.5 0 0 1-.708 0l-1.001-1a.5.5 0 0 1-.109-.546M1 13.247a.75.75 0 0 1 .75-.75h12.5a.75.75 0 0 1 0 1.5H1.75a.75.75 0 0 1-.75-.75M1.75 9.5a.75.75 0 0 0 0 1.5h12.5a.75.75 0 0 0 0-1.5z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M8.295 3.645c.405-.428.78-.445 1.087-.344a.54.54 0 0 1 .338.3a.38.38 0 0 1-.042.37a.57.57 0 0 1-.351.232a1.6 1.6 0 0 1-.391.047H8.85a.75.75 0 0 0 0 1.5h.086c.118.002.254.01.39.047a.57.57 0 0 1 .352.231a.38.38 0 0 1 .042.37a.54.54 0 0 1-.338.301c-.307.1-.682.084-1.088-.344a.75.75 0 1 0-1.088 1.032c.815.86 1.8 1.014 2.643.738c1.148-.376 1.853-1.748 1.083-2.92A2 2 0 0 0 10.778 5q.08-.094.154-.204c.77-1.173.065-2.545-1.083-2.92c-.843-.277-1.828-.124-2.643.737a.75.75 0 1 0 1.088 1.032M1.75 2a.75.75 0 0 1 .75.75v1.5h2V2.751a.75.75 0 1 1 1.5 0v4.496a.75.75 0 1 1-1.5 0V5.75h-2v1.5a.75.75 0 0 1-1.5 0v-4.5A.75.75 0 0 1 1.75 2m10.284 2.31a.5.5 0 0 1 .463-.31h2.002a.5.5 0 0 1 .353.855l-1 1a.5.5 0 0 1-.708 0l-1.001-1a.5.5 0 0 1-.109-.546M1 13.247a.75.75 0 0 1 .75-.75h12.5a.75.75 0 0 1 0 1.5H1.75a.75.75 0 0 1-.75-.75M1.75 9.5a.75.75 0 0 0 0 1.5h12.5a.75.75 0 0 0 0-1.5z"/></svg>
</template>

CSS

.icon-text-header-3-lines-caret-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.295%203.645c.405-.428.78-.445%201.087-.344a.54.54%200%200%201%20.338.3a.38.38%200%200%201-.042.37a.57.57%200%200%201-.351.232a1.6%201.6%200%200%201-.391.047H8.85a.75.75%200%200%200%200%201.5h.086c.118.002.254.01.39.047a.57.57%200%200%201%20.352.231a.38.38%200%200%201%20.042.37a.54.54%200%200%201-.338.301c-.307.1-.682.084-1.088-.344a.75.75%200%201%200-1.088%201.032c.815.86%201.8%201.014%202.643.738c1.148-.376%201.853-1.748%201.083-2.92A2%202%200%200%200%2010.778%205q.08-.094.154-.204c.77-1.173.065-2.545-1.083-2.92c-.843-.277-1.828-.124-2.643.737a.75.75%200%201%200%201.088%201.032M1.75%202a.75.75%200%200%201%20.75.75v1.5h2V2.751a.75.75%200%201%201%201.5%200v4.496a.75.75%200%201%201-1.5%200V5.75h-2v1.5a.75.75%200%200%201-1.5%200v-4.5A.75.75%200%200%201%201.75%202m10.284%202.31a.5.5%200%200%201%20.463-.31h2.002a.5.5%200%200%201%20.353.855l-1%201a.5.5%200%200%201-.708%200l-1.001-1a.5.5%200%200%201-.109-.546M1%2013.247a.75.75%200%200%201%20.75-.75h12.5a.75.75%200%200%201%200%201.5H1.75a.75.75%200%200%201-.75-.75M1.75%209.5a.75.75%200%200%200%200%201.5h12.5a.75.75%200%200%200%200-1.5z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M8.295%203.645c.405-.428.78-.445%201.087-.344a.54.54%200%200%201%20.338.3a.38.38%200%200%201-.042.37a.57.57%200%200%201-.351.232a1.6%201.6%200%200%201-.391.047H8.85a.75.75%200%200%200%200%201.5h.086c.118.002.254.01.39.047a.57.57%200%200%201%20.352.231a.38.38%200%200%201%20.042.37a.54.54%200%200%201-.338.301c-.307.1-.682.084-1.088-.344a.75.75%200%201%200-1.088%201.032c.815.86%201.8%201.014%202.643.738c1.148-.376%201.853-1.748%201.083-2.92A2%202%200%200%200%2010.778%205q.08-.094.154-.204c.77-1.173.065-2.545-1.083-2.92c-.843-.277-1.828-.124-2.643.737a.75.75%200%201%200%201.088%201.032M1.75%202a.75.75%200%200%201%20.75.75v1.5h2V2.751a.75.75%200%201%201%201.5%200v4.496a.75.75%200%201%201-1.5%200V5.75h-2v1.5a.75.75%200%200%201-1.5%200v-4.5A.75.75%200%200%201%201.75%202m10.284%202.31a.5.5%200%200%201%20.463-.31h2.002a.5.5%200%200%201%20.353.855l-1%201a.5.5%200%200%201-.708%200l-1.001-1a.5.5%200%200%201-.109-.546M1%2013.247a.75.75%200%200%201%20.75-.75h12.5a.75.75%200%200%201%200%201.5H1.75a.75.75%200%200%201-.75-.75M1.75%209.5a.75.75%200%200%200%200%201.5h12.5a.75.75%200%200%200%200-1.5z%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-16-filled.svg?color=%231a73e8&size=48