text header 3 lines icon

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

Name
text-header-3-lines-16-regular
Set
Fluent UI System Icons
Style
16 Regular
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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.002 2.499a.5.5 0 1 0-1 0v5.005a.5.5 0 1 0 1 0V5.5h3v2a.5.5 0 0 0 1 0v-5a.5.5 0 1 0-1 0v2.001h-3zM1 10.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5m0 2.998a.5.5 0 0 1 .5-.5h13a.5.5 0 1 1 0 1h-13a.5.5 0 0 1-.5-.5m8.39-10.45c-.455-.137-1.145.01-1.526.412a.5.5 0 0 1-.725-.688c.654-.69 1.742-.921 2.54-.68c.54.164.973.536 1.184 1.014c.215.49.183 1.066-.17 1.563q-.139.194-.305.33q.166.137.305.33c.353.498.385 1.074.17 1.564c-.21.478-.644.85-1.184 1.013c-.798.242-1.886.01-2.54-.68a.5.5 0 1 1 .725-.687c.38.402 1.07.55 1.525.412c.285-.087.476-.27.56-.46a.57.57 0 0 0-.07-.583c-.131-.184-.326-.29-.58-.35a2.7 2.7 0 0 0-.54-.059l-.228.002H8.5A.5.5 0 0 1 8 5v-.003a.5.5 0 0 1 .5-.5h.031l.228.002c.18-.005.363-.018.54-.06c.254-.058.449-.165.58-.35a.57.57 0 0 0 .07-.582c-.084-.19-.275-.373-.56-.46"/></svg>

React

import type { SVGProps } from "react";

export function FluentTextHeader3Lines16Regular(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="M2.002 2.499a.5.5 0 1 0-1 0v5.005a.5.5 0 1 0 1 0V5.5h3v2a.5.5 0 0 0 1 0v-5a.5.5 0 1 0-1 0v2.001h-3zM1 10.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5m0 2.998a.5.5 0 0 1 .5-.5h13a.5.5 0 1 1 0 1h-13a.5.5 0 0 1-.5-.5m8.39-10.45c-.455-.137-1.145.01-1.526.412a.5.5 0 0 1-.725-.688c.654-.69 1.742-.921 2.54-.68c.54.164.973.536 1.184 1.014c.215.49.183 1.066-.17 1.563q-.139.194-.305.33q.166.137.305.33c.353.498.385 1.074.17 1.564c-.21.478-.644.85-1.184 1.013c-.798.242-1.886.01-2.54-.68a.5.5 0 1 1 .725-.687c.38.402 1.07.55 1.525.412c.285-.087.476-.27.56-.46a.57.57 0 0 0-.07-.583c-.131-.184-.326-.29-.58-.35a2.7 2.7 0 0 0-.54-.059l-.228.002H8.5A.5.5 0 0 1 8 5v-.003a.5.5 0 0 1 .5-.5h.031l.228.002c.18-.005.363-.018.54-.06c.254-.058.449-.165.58-.35a.57.57 0 0 0 .07-.582c-.084-.19-.275-.373-.56-.46"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M2.002 2.499a.5.5 0 1 0-1 0v5.005a.5.5 0 1 0 1 0V5.5h3v2a.5.5 0 0 0 1 0v-5a.5.5 0 1 0-1 0v2.001h-3zM1 10.5a.5.5 0 0 1 .5-.5h13a.5.5 0 0 1 0 1h-13a.5.5 0 0 1-.5-.5m0 2.998a.5.5 0 0 1 .5-.5h13a.5.5 0 1 1 0 1h-13a.5.5 0 0 1-.5-.5m8.39-10.45c-.455-.137-1.145.01-1.526.412a.5.5 0 0 1-.725-.688c.654-.69 1.742-.921 2.54-.68c.54.164.973.536 1.184 1.014c.215.49.183 1.066-.17 1.563q-.139.194-.305.33q.166.137.305.33c.353.498.385 1.074.17 1.564c-.21.478-.644.85-1.184 1.013c-.798.242-1.886.01-2.54-.68a.5.5 0 1 1 .725-.687c.38.402 1.07.55 1.525.412c.285-.087.476-.27.56-.46a.57.57 0 0 0-.07-.583c-.131-.184-.326-.29-.58-.35a2.7 2.7 0 0 0-.54-.059l-.228.002H8.5A.5.5 0 0 1 8 5v-.003a.5.5 0 0 1 .5-.5h.031l.228.002c.18-.005.363-.018.54-.06c.254-.058.449-.165.58-.35a.57.57 0 0 0 .07-.582c-.084-.19-.275-.373-.56-.46"/></svg>
</template>

CSS

.icon-text-header-3-lines-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2.002%202.499a.5.5%200%201%200-1%200v5.005a.5.5%200%201%200%201%200V5.5h3v2a.5.5%200%200%200%201%200v-5a.5.5%200%201%200-1%200v2.001h-3zM1%2010.5a.5.5%200%200%201%20.5-.5h13a.5.5%200%200%201%200%201h-13a.5.5%200%200%201-.5-.5m0%202.998a.5.5%200%200%201%20.5-.5h13a.5.5%200%201%201%200%201h-13a.5.5%200%200%201-.5-.5m8.39-10.45c-.455-.137-1.145.01-1.526.412a.5.5%200%200%201-.725-.688c.654-.69%201.742-.921%202.54-.68c.54.164.973.536%201.184%201.014c.215.49.183%201.066-.17%201.563q-.139.194-.305.33q.166.137.305.33c.353.498.385%201.074.17%201.564c-.21.478-.644.85-1.184%201.013c-.798.242-1.886.01-2.54-.68a.5.5%200%201%201%20.725-.687c.38.402%201.07.55%201.525.412c.285-.087.476-.27.56-.46a.57.57%200%200%200-.07-.583c-.131-.184-.326-.29-.58-.35a2.7%202.7%200%200%200-.54-.059l-.228.002H8.5A.5.5%200%200%201%208%205v-.003a.5.5%200%200%201%20.5-.5h.031l.228.002c.18-.005.363-.018.54-.06c.254-.058.449-.165.58-.35a.57.57%200%200%200%20.07-.582c-.084-.19-.275-.373-.56-.46%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%22M2.002%202.499a.5.5%200%201%200-1%200v5.005a.5.5%200%201%200%201%200V5.5h3v2a.5.5%200%200%200%201%200v-5a.5.5%200%201%200-1%200v2.001h-3zM1%2010.5a.5.5%200%200%201%20.5-.5h13a.5.5%200%200%201%200%201h-13a.5.5%200%200%201-.5-.5m0%202.998a.5.5%200%200%201%20.5-.5h13a.5.5%200%201%201%200%201h-13a.5.5%200%200%201-.5-.5m8.39-10.45c-.455-.137-1.145.01-1.526.412a.5.5%200%200%201-.725-.688c.654-.69%201.742-.921%202.54-.68c.54.164.973.536%201.184%201.014c.215.49.183%201.066-.17%201.563q-.139.194-.305.33q.166.137.305.33c.353.498.385%201.074.17%201.564c-.21.478-.644.85-1.184%201.013c-.798.242-1.886.01-2.54-.68a.5.5%200%201%201%20.725-.687c.38.402%201.07.55%201.525.412c.285-.087.476-.27.56-.46a.57.57%200%200%200-.07-.583c-.131-.184-.326-.29-.58-.35a2.7%202.7%200%200%200-.54-.059l-.228.002H8.5A.5.5%200%200%201%208%205v-.003a.5.5%200%200%201%20.5-.5h.031l.228.002c.18-.005.363-.018.54-.06c.254-.058.449-.165.58-.35a.57.57%200%200%200%20.07-.582c-.084-.19-.275-.373-.56-.46%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-16-regular.svg?color=%231a73e8&size=48