layout panel left icon

layout-panel-left from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
layout-panel-left
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the layout panel left icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M2.496 6.25c0-1.644 0-2.466.454-3.019q.125-.152.277-.277C3.78 2.5 4.602 2.5 6.246 2.5s2.466 0 3.019.454a2 2 0 0 1 .277.277c.454.553.454 1.375.454 3.019v11c0 1.644 0 2.466-.454 3.019a2 2 0 0 1-.277.277C8.712 21 7.89 21 6.245 21c-1.643 0-2.465 0-3.018-.454a2 2 0 0 1-.277-.277c-.454-.553-.454-1.375-.454-3.019zm11.5 0c0-1.644 0-2.466.454-3.019q.125-.152.277-.277c.553-.454 1.375-.454 3.019-.454s2.466 0 3.019.454q.152.125.277.277c.454.553.454 1.375.454 3.019s0 2.466-.454 3.019a2 2 0 0 1-.277.277C20.212 10 19.39 10 17.746 10s-2.466 0-3.019-.454a2 2 0 0 1-.277-.277c-.454-.553-.454-1.375-.454-3.019Zm0 11.5c0-1.644 0-2.466.454-3.019q.125-.152.277-.277C15.28 14 16.102 14 17.746 14s2.466 0 3.019.454a2 2 0 0 1 .277.277c.454.553.454 1.375.454 3.019s0 2.466-.454 3.019a2 2 0 0 1-.277.277c-.553.454-1.375.454-3.019.454s-2.466 0-3.019-.454a2 2 0 0 1-.277-.277c-.454-.553-.454-1.375-.454-3.019Z"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsLayoutPanelLeft(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="1.5" d="M2.496 6.25c0-1.644 0-2.466.454-3.019q.125-.152.277-.277C3.78 2.5 4.602 2.5 6.246 2.5s2.466 0 3.019.454a2 2 0 0 1 .277.277c.454.553.454 1.375.454 3.019v11c0 1.644 0 2.466-.454 3.019a2 2 0 0 1-.277.277C8.712 21 7.89 21 6.245 21c-1.643 0-2.465 0-3.018-.454a2 2 0 0 1-.277-.277c-.454-.553-.454-1.375-.454-3.019zm11.5 0c0-1.644 0-2.466.454-3.019q.125-.152.277-.277c.553-.454 1.375-.454 3.019-.454s2.466 0 3.019.454q.152.125.277.277c.454.553.454 1.375.454 3.019s0 2.466-.454 3.019a2 2 0 0 1-.277.277C20.212 10 19.39 10 17.746 10s-2.466 0-3.019-.454a2 2 0 0 1-.277-.277c-.454-.553-.454-1.375-.454-3.019Zm0 11.5c0-1.644 0-2.466.454-3.019q.125-.152.277-.277C15.28 14 16.102 14 17.746 14s2.466 0 3.019.454a2 2 0 0 1 .277.277c.454.553.454 1.375.454 3.019s0 2.466-.454 3.019a2 2 0 0 1-.277.277c-.553.454-1.375.454-3.019.454s-2.466 0-3.019-.454a2 2 0 0 1-.277-.277c-.454-.553-.454-1.375-.454-3.019Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="1.5" d="M2.496 6.25c0-1.644 0-2.466.454-3.019q.125-.152.277-.277C3.78 2.5 4.602 2.5 6.246 2.5s2.466 0 3.019.454a2 2 0 0 1 .277.277c.454.553.454 1.375.454 3.019v11c0 1.644 0 2.466-.454 3.019a2 2 0 0 1-.277.277C8.712 21 7.89 21 6.245 21c-1.643 0-2.465 0-3.018-.454a2 2 0 0 1-.277-.277c-.454-.553-.454-1.375-.454-3.019zm11.5 0c0-1.644 0-2.466.454-3.019q.125-.152.277-.277c.553-.454 1.375-.454 3.019-.454s2.466 0 3.019.454q.152.125.277.277c.454.553.454 1.375.454 3.019s0 2.466-.454 3.019a2 2 0 0 1-.277.277C20.212 10 19.39 10 17.746 10s-2.466 0-3.019-.454a2 2 0 0 1-.277-.277c-.454-.553-.454-1.375-.454-3.019Zm0 11.5c0-1.644 0-2.466.454-3.019q.125-.152.277-.277C15.28 14 16.102 14 17.746 14s2.466 0 3.019.454a2 2 0 0 1 .277.277c.454.553.454 1.375.454 3.019s0 2.466-.454 3.019a2 2 0 0 1-.277.277c-.553.454-1.375.454-3.019.454s-2.466 0-3.019-.454a2 2 0 0 1-.277-.277c-.454-.553-.454-1.375-.454-3.019Z"/></svg>
</template>

CSS

.icon-layout-panel-left {
  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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2.496%206.25c0-1.644%200-2.466.454-3.019q.125-.152.277-.277C3.78%202.5%204.602%202.5%206.246%202.5s2.466%200%203.019.454a2%202%200%200%201%20.277.277c.454.553.454%201.375.454%203.019v11c0%201.644%200%202.466-.454%203.019a2%202%200%200%201-.277.277C8.712%2021%207.89%2021%206.245%2021c-1.643%200-2.465%200-3.018-.454a2%202%200%200%201-.277-.277c-.454-.553-.454-1.375-.454-3.019zm11.5%200c0-1.644%200-2.466.454-3.019q.125-.152.277-.277c.553-.454%201.375-.454%203.019-.454s2.466%200%203.019.454q.152.125.277.277c.454.553.454%201.375.454%203.019s0%202.466-.454%203.019a2%202%200%200%201-.277.277C20.212%2010%2019.39%2010%2017.746%2010s-2.466%200-3.019-.454a2%202%200%200%201-.277-.277c-.454-.553-.454-1.375-.454-3.019Zm0%2011.5c0-1.644%200-2.466.454-3.019q.125-.152.277-.277C15.28%2014%2016.102%2014%2017.746%2014s2.466%200%203.019.454a2%202%200%200%201%20.277.277c.454.553.454%201.375.454%203.019s0%202.466-.454%203.019a2%202%200%200%201-.277.277c-.553.454-1.375.454-3.019.454s-2.466%200-3.019-.454a2%202%200%200%201-.277-.277c-.454-.553-.454-1.375-.454-3.019Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M2.496%206.25c0-1.644%200-2.466.454-3.019q.125-.152.277-.277C3.78%202.5%204.602%202.5%206.246%202.5s2.466%200%203.019.454a2%202%200%200%201%20.277.277c.454.553.454%201.375.454%203.019v11c0%201.644%200%202.466-.454%203.019a2%202%200%200%201-.277.277C8.712%2021%207.89%2021%206.245%2021c-1.643%200-2.465%200-3.018-.454a2%202%200%200%201-.277-.277c-.454-.553-.454-1.375-.454-3.019zm11.5%200c0-1.644%200-2.466.454-3.019q.125-.152.277-.277c.553-.454%201.375-.454%203.019-.454s2.466%200%203.019.454q.152.125.277.277c.454.553.454%201.375.454%203.019s0%202.466-.454%203.019a2%202%200%200%201-.277.277C20.212%2010%2019.39%2010%2017.746%2010s-2.466%200-3.019-.454a2%202%200%200%201-.277-.277c-.454-.553-.454-1.375-.454-3.019Zm0%2011.5c0-1.644%200-2.466.454-3.019q.125-.152.277-.277C15.28%2014%2016.102%2014%2017.746%2014s2.466%200%203.019.454a2%202%200%200%201%20.277.277c.454.553.454%201.375.454%203.019s0%202.466-.454%203.019a2%202%200%200%201-.277.277c-.553.454-1.375.454-3.019.454s-2.466%200-3.019-.454a2%202%200%200%201-.277-.277c-.454-.553-.454-1.375-.454-3.019Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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