panel left close icon

panel-left-close-outline from Dither Icons by Vijay K Singh · Outline · MIT Free for personal and commercial use.

Name
panel-left-close-outline
Set
Dither Icons
Style
Outline
Viewbox
24×24
License
MIT

2 other variants in Dither Icons

The same icon in other sets

All panel left close icons →

Use the panel left close icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><clipPath id="svgID15"><rect width="15.2" height="13.8" x="4.4" y="5.1"/></clipPath></defs><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" clip-path="url(#svgID15)"><path stroke-width=".8" d="M4.4 5.1h4.8v13.8H4.4Z" opacity=".28"/><path stroke-width=".55" d="M5.8 8h1.6M5.8 11h1.6M5.8 14h1.6" opacity=".7"/><path stroke-width="1.15" d="M9.2 5.1v13.8"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.7 4.4h14.6a1 1 0 0 1 1 1v13.2a1 1 0 0 1-1 1H4.7a1 1 0 0 1-1-1V5.4a1 1 0 0 1 1-1Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15.2 9.3 12.5 12l2.7 2.7M12.5 12h5.4"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M4.95 5.55h1.2M4.95 18.45h1.2" opacity="0"/></g></svg>

React

import type { SVGProps } from "react";

export function DitherPanelLeftCloseOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><clipPath id="svgID15"><rect width="15.2" height="13.8" x="4.4" y="5.1"/></clipPath></defs><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" clipPath="url(#svgID15)"><path strokeWidth=".8" d="M4.4 5.1h4.8v13.8H4.4Z" opacity=".28"/><path strokeWidth=".55" d="M5.8 8h1.6M5.8 11h1.6M5.8 14h1.6" opacity=".7"/><path strokeWidth="1.15" d="M9.2 5.1v13.8"/></g><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.4" d="M4.7 4.4h14.6a1 1 0 0 1 1 1v13.2a1 1 0 0 1-1 1H4.7a1 1 0 0 1-1-1V5.4a1 1 0 0 1 1-1Z"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M15.2 9.3 12.5 12l2.7 2.7M12.5 12h5.4"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".65" d="M4.95 5.55h1.2M4.95 18.45h1.2" opacity="0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><clipPath id="svgID15"><rect width="15.2" height="13.8" x="4.4" y="5.1"/></clipPath></defs><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" clip-path="url(#svgID15)"><path stroke-width=".8" d="M4.4 5.1h4.8v13.8H4.4Z" opacity=".28"/><path stroke-width=".55" d="M5.8 8h1.6M5.8 11h1.6M5.8 14h1.6" opacity=".7"/><path stroke-width="1.15" d="M9.2 5.1v13.8"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.7 4.4h14.6a1 1 0 0 1 1 1v13.2a1 1 0 0 1-1 1H4.7a1 1 0 0 1-1-1V5.4a1 1 0 0 1 1-1Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M15.2 9.3 12.5 12l2.7 2.7M12.5 12h5.4"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M4.95 5.55h1.2M4.95 18.45h1.2" opacity="0"/></g></svg>
</template>

CSS

.icon-panel-left-close-outline {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22svgID15%22%3E%3Crect%20width%3D%2215.2%22%20height%3D%2213.8%22%20x%3D%224.4%22%20y%3D%225.1%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20clip-path%3D%22url(%23svgID15)%22%3E%3Cpath%20stroke-width%3D%22.8%22%20d%3D%22M4.4%205.1h4.8v13.8H4.4Z%22%20opacity%3D%22.28%22%2F%3E%3Cpath%20stroke-width%3D%22.55%22%20d%3D%22M5.8%208h1.6M5.8%2011h1.6M5.8%2014h1.6%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20stroke-width%3D%221.15%22%20d%3D%22M9.2%205.1v13.8%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M4.7%204.4h14.6a1%201%200%200%201%201%201v13.2a1%201%200%200%201-1%201H4.7a1%201%200%200%201-1-1V5.4a1%201%200%200%201%201-1Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15.2%209.3%2012.5%2012l2.7%202.7M12.5%2012h5.4%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M4.95%205.55h1.2M4.95%2018.45h1.2%22%20opacity%3D%220%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cdefs%3E%3CclipPath%20id%3D%22svgID15%22%3E%3Crect%20width%3D%2215.2%22%20height%3D%2213.8%22%20x%3D%224.4%22%20y%3D%225.1%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20clip-path%3D%22url(%23svgID15)%22%3E%3Cpath%20stroke-width%3D%22.8%22%20d%3D%22M4.4%205.1h4.8v13.8H4.4Z%22%20opacity%3D%22.28%22%2F%3E%3Cpath%20stroke-width%3D%22.55%22%20d%3D%22M5.8%208h1.6M5.8%2011h1.6M5.8%2014h1.6%22%20opacity%3D%22.7%22%2F%3E%3Cpath%20stroke-width%3D%221.15%22%20d%3D%22M9.2%205.1v13.8%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M4.7%204.4h14.6a1%201%200%200%201%201%201v13.2a1%201%200%200%201-1%201H4.7a1%201%200%200%201-1-1V5.4a1%201%200%200%201%201-1Z%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M15.2%209.3%2012.5%2012l2.7%202.7M12.5%2012h5.4%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M4.95%205.55h1.2M4.95%2018.45h1.2%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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