panel-left-text-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.

Name
panel-left-text-28-regular
Set
Fluent UI System Icons
Style
28 Regular
Viewbox
28×28
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the panel left text icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5 8.5a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 5 8.5m0 5a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 5 13.5m0 5a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 5 18.5M2.004 7.75A3.75 3.75 0 0 1 5.754 4H22.25A3.75 3.75 0 0 1 26 7.75v11.5A3.75 3.75 0 0 1 22.25 23H5.755a3.75 3.75 0 0 1-3.75-3.75zm3.75-2.25a2.25 2.25 0 0 0-2.25 2.25v11.5a2.25 2.25 0 0 0 2.25 2.25H9.5v-16zM11 5.5v16h11.25a2.25 2.25 0 0 0 2.25-2.25V7.75a2.25 2.25 0 0 0-2.25-2.25z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPanelLeftText28Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5 8.5a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 5 8.5m0 5a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 5 13.5m0 5a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 5 18.5M2.004 7.75A3.75 3.75 0 0 1 5.754 4H22.25A3.75 3.75 0 0 1 26 7.75v11.5A3.75 3.75 0 0 1 22.25 23H5.755a3.75 3.75 0 0 1-3.75-3.75zm3.75-2.25a2.25 2.25 0 0 0-2.25 2.25v11.5a2.25 2.25 0 0 0 2.25 2.25H9.5v-16zM11 5.5v16h11.25a2.25 2.25 0 0 0 2.25-2.25V7.75a2.25 2.25 0 0 0-2.25-2.25z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M5 8.5a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 5 8.5m0 5a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 5 13.5m0 5a.75.75 0 0 1 .75-.75h1.5a.75.75 0 0 1 0 1.5h-1.5A.75.75 0 0 1 5 18.5M2.004 7.75A3.75 3.75 0 0 1 5.754 4H22.25A3.75 3.75 0 0 1 26 7.75v11.5A3.75 3.75 0 0 1 22.25 23H5.755a3.75 3.75 0 0 1-3.75-3.75zm3.75-2.25a2.25 2.25 0 0 0-2.25 2.25v11.5a2.25 2.25 0 0 0 2.25 2.25H9.5v-16zM11 5.5v16h11.25a2.25 2.25 0 0 0 2.25-2.25V7.75a2.25 2.25 0 0 0-2.25-2.25z"/></svg>
</template>

CSS

.icon-panel-left-text-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%208.5a.75.75%200%200%201%20.75-.75h1.5a.75.75%200%200%201%200%201.5h-1.5A.75.75%200%200%201%205%208.5m0%205a.75.75%200%200%201%20.75-.75h1.5a.75.75%200%200%201%200%201.5h-1.5A.75.75%200%200%201%205%2013.5m0%205a.75.75%200%200%201%20.75-.75h1.5a.75.75%200%200%201%200%201.5h-1.5A.75.75%200%200%201%205%2018.5M2.004%207.75A3.75%203.75%200%200%201%205.754%204H22.25A3.75%203.75%200%200%201%2026%207.75v11.5A3.75%203.75%200%200%201%2022.25%2023H5.755a3.75%203.75%200%200%201-3.75-3.75zm3.75-2.25a2.25%202.25%200%200%200-2.25%202.25v11.5a2.25%202.25%200%200%200%202.25%202.25H9.5v-16zM11%205.5v16h11.25a2.25%202.25%200%200%200%202.25-2.25V7.75a2.25%202.25%200%200%200-2.25-2.25z%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5%208.5a.75.75%200%200%201%20.75-.75h1.5a.75.75%200%200%201%200%201.5h-1.5A.75.75%200%200%201%205%208.5m0%205a.75.75%200%200%201%20.75-.75h1.5a.75.75%200%200%201%200%201.5h-1.5A.75.75%200%200%201%205%2013.5m0%205a.75.75%200%200%201%20.75-.75h1.5a.75.75%200%200%201%200%201.5h-1.5A.75.75%200%200%201%205%2018.5M2.004%207.75A3.75%203.75%200%200%201%205.754%204H22.25A3.75%203.75%200%200%201%2026%207.75v11.5A3.75%203.75%200%200%201%2022.25%2023H5.755a3.75%203.75%200%200%201-3.75-3.75zm3.75-2.25a2.25%202.25%200%200%200-2.25%202.25v11.5a2.25%202.25%200%200%200%202.25%202.25H9.5v-16zM11%205.5v16h11.25a2.25%202.25%200%200%200%202.25-2.25V7.75a2.25%202.25%200%200%200-2.25-2.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/panel-left-text-28-regular.svg?color=%231a73e8&size=48