layout list icon

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

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

The same icon in other sets

Related icons in Huge Icons

Use the layout list icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M11.996 5h10m-10 4h6m-6 6h10m-10 4h6"/><path d="M1.996 7c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.598 4 4.064 4 4.996 4s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.152.367.152.833.152 1.765s0 1.398-.152 1.765A2 2 0 0 1 6.76 9.848C6.394 10 5.928 10 4.996 10s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083c-.152-.367-.152-.833-.152-1.765Zm0 10c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.598 14 4.064 14 4.996 14s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.152.367.152.833.152 1.765s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C6.394 20 5.928 20 4.996 20s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083c-.152-.367-.152-.833-.152-1.765Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsLayoutList(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="M11.996 5h10m-10 4h6m-6 6h10m-10 4h6"/><path d="M1.996 7c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.598 4 4.064 4 4.996 4s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.152.367.152.833.152 1.765s0 1.398-.152 1.765A2 2 0 0 1 6.76 9.848C6.394 10 5.928 10 4.996 10s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083c-.152-.367-.152-.833-.152-1.765Zm0 10c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.598 14 4.064 14 4.996 14s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.152.367.152.833.152 1.765s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C6.394 20 5.928 20 4.996 20s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083c-.152-.367-.152-.833-.152-1.765Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="M11.996 5h10m-10 4h6m-6 6h10m-10 4h6"/><path d="M1.996 7c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.598 4 4.064 4 4.996 4s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.152.367.152.833.152 1.765s0 1.398-.152 1.765A2 2 0 0 1 6.76 9.848C6.394 10 5.928 10 4.996 10s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083c-.152-.367-.152-.833-.152-1.765Zm0 10c0-.932 0-1.398.152-1.765a2 2 0 0 1 1.083-1.083C3.598 14 4.064 14 4.996 14s1.398 0 1.765.152a2 2 0 0 1 1.083 1.083c.152.367.152.833.152 1.765s0 1.398-.152 1.765a2 2 0 0 1-1.083 1.083C6.394 20 5.928 20 4.996 20s-1.398 0-1.765-.152a2 2 0 0 1-1.083-1.083c-.152-.367-.152-.833-.152-1.765Z"/></g></svg>
</template>

CSS

.icon-layout-list {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.996%205h10m-10%204h6m-6%206h10m-10%204h6%22%2F%3E%3Cpath%20d%3D%22M1.996%207c0-.932%200-1.398.152-1.765a2%202%200%200%201%201.083-1.083C3.598%204%204.064%204%204.996%204s1.398%200%201.765.152a2%202%200%200%201%201.083%201.083c.152.367.152.833.152%201.765s0%201.398-.152%201.765A2%202%200%200%201%206.76%209.848C6.394%2010%205.928%2010%204.996%2010s-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083c-.152-.367-.152-.833-.152-1.765Zm0%2010c0-.932%200-1.398.152-1.765a2%202%200%200%201%201.083-1.083C3.598%2014%204.064%2014%204.996%2014s1.398%200%201.765.152a2%202%200%200%201%201.083%201.083c.152.367.152.833.152%201.765s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C6.394%2020%205.928%2020%204.996%2020s-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083c-.152-.367-.152-.833-.152-1.765Z%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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M11.996%205h10m-10%204h6m-6%206h10m-10%204h6%22%2F%3E%3Cpath%20d%3D%22M1.996%207c0-.932%200-1.398.152-1.765a2%202%200%200%201%201.083-1.083C3.598%204%204.064%204%204.996%204s1.398%200%201.765.152a2%202%200%200%201%201.083%201.083c.152.367.152.833.152%201.765s0%201.398-.152%201.765A2%202%200%200%201%206.76%209.848C6.394%2010%205.928%2010%204.996%2010s-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083c-.152-.367-.152-.833-.152-1.765Zm0%2010c0-.932%200-1.398.152-1.765a2%202%200%200%201%201.083-1.083C3.598%2014%204.064%2014%204.996%2014s1.398%200%201.765.152a2%202%200%200%201%201.083%201.083c.152.367.152.833.152%201.765s0%201.398-.152%201.765a2%202%200%200%201-1.083%201.083C6.394%2020%205.928%2020%204.996%2020s-1.398%200-1.765-.152a2%202%200%200%201-1.083-1.083c-.152-.367-.152-.833-.152-1.765Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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