panel left text dismiss icon

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

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

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the panel left text dismiss icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.5 3A2.5 2.5 0 0 0 2 5.5v5A2.5 2.5 0 0 0 4.5 13h1.707a5.5 5.5 0 0 1-.185-1H4.5A1.5 1.5 0 0 1 3 10.5v-5A1.5 1.5 0 0 1 4.5 4H7v4.337a5.5 5.5 0 0 1 1-1.08V4h3.5A1.5 1.5 0 0 1 13 5.5v.707q.524.149 1 .393V5.5A2.5 2.5 0 0 0 11.5 3zM4 5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5M4 8a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1A.5.5 0 0 1 4 8m0 2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5m12 1a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-3.793 0l1.147-1.146a.5.5 0 0 0-.708-.708L11.5 10.793l-1.146-1.147a.5.5 0 0 0-.708.708l1.147 1.146l-1.147 1.146a.5.5 0 0 0 .708.708l1.146-1.147l1.146 1.147a.5.5 0 0 0 .708-.708z"/></svg>

React

import type { SVGProps } from "react";

export function FluentPanelLeftTextDismiss16Regular(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="M4.5 3A2.5 2.5 0 0 0 2 5.5v5A2.5 2.5 0 0 0 4.5 13h1.707a5.5 5.5 0 0 1-.185-1H4.5A1.5 1.5 0 0 1 3 10.5v-5A1.5 1.5 0 0 1 4.5 4H7v4.337a5.5 5.5 0 0 1 1-1.08V4h3.5A1.5 1.5 0 0 1 13 5.5v.707q.524.149 1 .393V5.5A2.5 2.5 0 0 0 11.5 3zM4 5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5M4 8a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1A.5.5 0 0 1 4 8m0 2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5m12 1a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-3.793 0l1.147-1.146a.5.5 0 0 0-.708-.708L11.5 10.793l-1.146-1.147a.5.5 0 0 0-.708.708l1.147 1.146l-1.147 1.146a.5.5 0 0 0 .708.708l1.146-1.147l1.146 1.147a.5.5 0 0 0 .708-.708z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="M4.5 3A2.5 2.5 0 0 0 2 5.5v5A2.5 2.5 0 0 0 4.5 13h1.707a5.5 5.5 0 0 1-.185-1H4.5A1.5 1.5 0 0 1 3 10.5v-5A1.5 1.5 0 0 1 4.5 4H7v4.337a5.5 5.5 0 0 1 1-1.08V4h3.5A1.5 1.5 0 0 1 13 5.5v.707q.524.149 1 .393V5.5A2.5 2.5 0 0 0 11.5 3zM4 5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5M4 8a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1A.5.5 0 0 1 4 8m0 2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 0 1h-1a.5.5 0 0 1-.5-.5m12 1a4.5 4.5 0 1 1-9 0a4.5 4.5 0 0 1 9 0m-3.793 0l1.147-1.146a.5.5 0 0 0-.708-.708L11.5 10.793l-1.146-1.147a.5.5 0 0 0-.708.708l1.147 1.146l-1.147 1.146a.5.5 0 0 0 .708.708l1.146-1.147l1.146 1.147a.5.5 0 0 0 .708-.708z"/></svg>
</template>

CSS

.icon-panel-left-text-dismiss-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%22M4.5%203A2.5%202.5%200%200%200%202%205.5v5A2.5%202.5%200%200%200%204.5%2013h1.707a5.5%205.5%200%200%201-.185-1H4.5A1.5%201.5%200%200%201%203%2010.5v-5A1.5%201.5%200%200%201%204.5%204H7v4.337a5.5%205.5%200%200%201%201-1.08V4h3.5A1.5%201.5%200%200%201%2013%205.5v.707q.524.149%201%20.393V5.5A2.5%202.5%200%200%200%2011.5%203zM4%205.5a.5.5%200%200%201%20.5-.5h1a.5.5%200%200%201%200%201h-1a.5.5%200%200%201-.5-.5M4%208a.5.5%200%200%201%20.5-.5h1a.5.5%200%200%201%200%201h-1A.5.5%200%200%201%204%208m0%202.5a.5.5%200%200%201%20.5-.5h1a.5.5%200%200%201%200%201h-1a.5.5%200%200%201-.5-.5m12%201a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-3.793%200l1.147-1.146a.5.5%200%200%200-.708-.708L11.5%2010.793l-1.146-1.147a.5.5%200%200%200-.708.708l1.147%201.146l-1.147%201.146a.5.5%200%200%200%20.708.708l1.146-1.147l1.146%201.147a.5.5%200%200%200%20.708-.708z%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%22M4.5%203A2.5%202.5%200%200%200%202%205.5v5A2.5%202.5%200%200%200%204.5%2013h1.707a5.5%205.5%200%200%201-.185-1H4.5A1.5%201.5%200%200%201%203%2010.5v-5A1.5%201.5%200%200%201%204.5%204H7v4.337a5.5%205.5%200%200%201%201-1.08V4h3.5A1.5%201.5%200%200%201%2013%205.5v.707q.524.149%201%20.393V5.5A2.5%202.5%200%200%200%2011.5%203zM4%205.5a.5.5%200%200%201%20.5-.5h1a.5.5%200%200%201%200%201h-1a.5.5%200%200%201-.5-.5M4%208a.5.5%200%200%201%20.5-.5h1a.5.5%200%200%201%200%201h-1A.5.5%200%200%201%204%208m0%202.5a.5.5%200%200%201%20.5-.5h1a.5.5%200%200%201%200%201h-1a.5.5%200%200%201-.5-.5m12%201a4.5%204.5%200%201%201-9%200a4.5%204.5%200%200%201%209%200m-3.793%200l1.147-1.146a.5.5%200%200%200-.708-.708L11.5%2010.793l-1.146-1.147a.5.5%200%200%200-.708.708l1.147%201.146l-1.147%201.146a.5.5%200%200%200%20.708.708l1.146-1.147l1.146%201.147a.5.5%200%200%200%20.708-.708z%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-dismiss-16-regular.svg?color=%231a73e8&size=48