layout panel top icon

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

Name
layout-panel-top
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 top 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="M17.746 2.5c1.644 0 2.466 0 3.02.454q.15.125.276.277c.454.553.454 1.375.454 3.019s0 2.465-.454 3.019a2 2 0 0 1-.277.277C20.212 10 19.39 10 17.746 10h-11c-1.643 0-2.465 0-3.019-.454a2 2 0 0 1-.277-.277c-.454-.554-.454-1.375-.454-3.02c0-1.643 0-2.465.454-3.018a2 2 0 0 1 .277-.277C4.281 2.5 5.103 2.5 6.747 2.5zm0 11.5c1.644 0 2.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.277c-.553.454-1.375.454-3.019.454c-1.643 0-2.465 0-3.018-.454a2 2 0 0 1-.278-.277c-.454-.553-.454-1.375-.454-3.019s0-2.466.454-3.019q.125-.152.277-.277C15.282 14 16.103 14 17.748 14Zm-11.5 0c1.644 0 2.466 0 3.02.454q.15.125.276.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.454c-1.643 0-2.465 0-3.019-.454a2 2 0 0 1-.277-.277c-.454-.553-.454-1.375-.454-3.02c0-1.643 0-2.465.454-3.018q.125-.152.277-.277C3.781 14 4.603 14 6.247 14Z"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsLayoutPanelTop(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="M17.746 2.5c1.644 0 2.466 0 3.02.454q.15.125.276.277c.454.553.454 1.375.454 3.019s0 2.465-.454 3.019a2 2 0 0 1-.277.277C20.212 10 19.39 10 17.746 10h-11c-1.643 0-2.465 0-3.019-.454a2 2 0 0 1-.277-.277c-.454-.554-.454-1.375-.454-3.02c0-1.643 0-2.465.454-3.018a2 2 0 0 1 .277-.277C4.281 2.5 5.103 2.5 6.747 2.5zm0 11.5c1.644 0 2.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.277c-.553.454-1.375.454-3.019.454c-1.643 0-2.465 0-3.018-.454a2 2 0 0 1-.278-.277c-.454-.553-.454-1.375-.454-3.019s0-2.466.454-3.019q.125-.152.277-.277C15.282 14 16.103 14 17.748 14Zm-11.5 0c1.644 0 2.466 0 3.02.454q.15.125.276.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.454c-1.643 0-2.465 0-3.019-.454a2 2 0 0 1-.277-.277c-.454-.553-.454-1.375-.454-3.02c0-1.643 0-2.465.454-3.018q.125-.152.277-.277C3.781 14 4.603 14 6.247 14Z"/></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="M17.746 2.5c1.644 0 2.466 0 3.02.454q.15.125.276.277c.454.553.454 1.375.454 3.019s0 2.465-.454 3.019a2 2 0 0 1-.277.277C20.212 10 19.39 10 17.746 10h-11c-1.643 0-2.465 0-3.019-.454a2 2 0 0 1-.277-.277c-.454-.554-.454-1.375-.454-3.02c0-1.643 0-2.465.454-3.018a2 2 0 0 1 .277-.277C4.281 2.5 5.103 2.5 6.747 2.5zm0 11.5c1.644 0 2.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.277c-.553.454-1.375.454-3.019.454c-1.643 0-2.465 0-3.018-.454a2 2 0 0 1-.278-.277c-.454-.553-.454-1.375-.454-3.019s0-2.466.454-3.019q.125-.152.277-.277C15.282 14 16.103 14 17.748 14Zm-11.5 0c1.644 0 2.466 0 3.02.454q.15.125.276.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.454c-1.643 0-2.465 0-3.019-.454a2 2 0 0 1-.277-.277c-.454-.553-.454-1.375-.454-3.02c0-1.643 0-2.465.454-3.018q.125-.152.277-.277C3.781 14 4.603 14 6.247 14Z"/></svg>
</template>

CSS

.icon-layout-panel-top {
  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%22M17.746%202.5c1.644%200%202.466%200%203.02.454q.15.125.276.277c.454.553.454%201.375.454%203.019s0%202.465-.454%203.019a2%202%200%200%201-.277.277C20.212%2010%2019.39%2010%2017.746%2010h-11c-1.643%200-2.465%200-3.019-.454a2%202%200%200%201-.277-.277c-.454-.554-.454-1.375-.454-3.02c0-1.643%200-2.465.454-3.018a2%202%200%200%201%20.277-.277C4.281%202.5%205.103%202.5%206.747%202.5zm0%2011.5c1.644%200%202.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.277c-.553.454-1.375.454-3.019.454c-1.643%200-2.465%200-3.018-.454a2%202%200%200%201-.278-.277c-.454-.553-.454-1.375-.454-3.019s0-2.466.454-3.019q.125-.152.277-.277C15.282%2014%2016.103%2014%2017.748%2014Zm-11.5%200c1.644%200%202.466%200%203.02.454q.15.125.276.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.454c-1.643%200-2.465%200-3.019-.454a2%202%200%200%201-.277-.277c-.454-.553-.454-1.375-.454-3.02c0-1.643%200-2.465.454-3.018q.125-.152.277-.277C3.781%2014%204.603%2014%206.247%2014Z%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%22M17.746%202.5c1.644%200%202.466%200%203.02.454q.15.125.276.277c.454.553.454%201.375.454%203.019s0%202.465-.454%203.019a2%202%200%200%201-.277.277C20.212%2010%2019.39%2010%2017.746%2010h-11c-1.643%200-2.465%200-3.019-.454a2%202%200%200%201-.277-.277c-.454-.554-.454-1.375-.454-3.02c0-1.643%200-2.465.454-3.018a2%202%200%200%201%20.277-.277C4.281%202.5%205.103%202.5%206.747%202.5zm0%2011.5c1.644%200%202.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.277c-.553.454-1.375.454-3.019.454c-1.643%200-2.465%200-3.018-.454a2%202%200%200%201-.278-.277c-.454-.553-.454-1.375-.454-3.019s0-2.466.454-3.019q.125-.152.277-.277C15.282%2014%2016.103%2014%2017.748%2014Zm-11.5%200c1.644%200%202.466%200%203.02.454q.15.125.276.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.454c-1.643%200-2.465%200-3.019-.454a2%202%200%200%201-.277-.277c-.454-.553-.454-1.375-.454-3.02c0-1.643%200-2.465.454-3.018q.125-.152.277-.277C3.781%2014%204.603%2014%206.247%2014Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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