layout template icon

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

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

The same icon in other sets

Related icons in Huge Icons

Use the layout template 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.019.454q.151.125.277.277c.454.553.454 1.375.454 3.019c0 1.643 0 2.465-.454 3.018a2 2 0 0 1-.277.278c-.553.454-1.375.454-3.02.454h-11c-1.643 0-2.465 0-3.018-.454a2 2 0 0 1-.277-.278c-.454-.553-.454-1.375-.454-3.018c0-1.644 0-2.466.454-3.02a2 2 0 0 1 .277-.276C4.28 2.5 5.102 2.5 6.746 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.465-.454 3.019a2 2 0 0 1-.277.277c-.553.454-1.375.454-3.019.454h-2c-1.644 0-2.466 0-3.02-.454a2 2 0 0 1-.276-.277c-.454-.553-.454-1.375-.454-3.02c0-1.643 0-2.465.454-3.018q.125-.152.277-.277C13.28 14 14.102 14 15.746 14zm-12.5 0c.697 0 1.046 0 1.33.086a2 2 0 0 1 1.333 1.333c.086.284.086.633.086 1.33v2.002c0 .697 0 1.046-.086 1.33a2 2 0 0 1-1.333 1.333c-.284.086-.633.086-1.33.086s-1.047 0-1.33-.086a2 2 0 0 1-1.334-1.333c-.086-.284-.086-.633-.086-1.33V16.75c0-.698 0-1.047.086-1.33a2 2 0 0 1 1.333-1.334C4.2 14 4.548 14 5.245 14Z"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsLayoutTemplate(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.019.454q.151.125.277.277c.454.553.454 1.375.454 3.019c0 1.643 0 2.465-.454 3.018a2 2 0 0 1-.277.278c-.553.454-1.375.454-3.02.454h-11c-1.643 0-2.465 0-3.018-.454a2 2 0 0 1-.277-.278c-.454-.553-.454-1.375-.454-3.018c0-1.644 0-2.466.454-3.02a2 2 0 0 1 .277-.276C4.28 2.5 5.102 2.5 6.746 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.465-.454 3.019a2 2 0 0 1-.277.277c-.553.454-1.375.454-3.019.454h-2c-1.644 0-2.466 0-3.02-.454a2 2 0 0 1-.276-.277c-.454-.553-.454-1.375-.454-3.02c0-1.643 0-2.465.454-3.018q.125-.152.277-.277C13.28 14 14.102 14 15.746 14zm-12.5 0c.697 0 1.046 0 1.33.086a2 2 0 0 1 1.333 1.333c.086.284.086.633.086 1.33v2.002c0 .697 0 1.046-.086 1.33a2 2 0 0 1-1.333 1.333c-.284.086-.633.086-1.33.086s-1.047 0-1.33-.086a2 2 0 0 1-1.334-1.333c-.086-.284-.086-.633-.086-1.33V16.75c0-.698 0-1.047.086-1.33a2 2 0 0 1 1.333-1.334C4.2 14 4.548 14 5.245 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.019.454q.151.125.277.277c.454.553.454 1.375.454 3.019c0 1.643 0 2.465-.454 3.018a2 2 0 0 1-.277.278c-.553.454-1.375.454-3.02.454h-11c-1.643 0-2.465 0-3.018-.454a2 2 0 0 1-.277-.278c-.454-.553-.454-1.375-.454-3.018c0-1.644 0-2.466.454-3.02a2 2 0 0 1 .277-.276C4.28 2.5 5.102 2.5 6.746 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.465-.454 3.019a2 2 0 0 1-.277.277c-.553.454-1.375.454-3.019.454h-2c-1.644 0-2.466 0-3.02-.454a2 2 0 0 1-.276-.277c-.454-.553-.454-1.375-.454-3.02c0-1.643 0-2.465.454-3.018q.125-.152.277-.277C13.28 14 14.102 14 15.746 14zm-12.5 0c.697 0 1.046 0 1.33.086a2 2 0 0 1 1.333 1.333c.086.284.086.633.086 1.33v2.002c0 .697 0 1.046-.086 1.33a2 2 0 0 1-1.333 1.333c-.284.086-.633.086-1.33.086s-1.047 0-1.33-.086a2 2 0 0 1-1.334-1.333c-.086-.284-.086-.633-.086-1.33V16.75c0-.698 0-1.047.086-1.33a2 2 0 0 1 1.333-1.334C4.2 14 4.548 14 5.245 14Z"/></svg>
</template>

CSS

.icon-layout-template {
  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.019.454q.151.125.277.277c.454.553.454%201.375.454%203.019c0%201.643%200%202.465-.454%203.018a2%202%200%200%201-.277.278c-.553.454-1.375.454-3.02.454h-11c-1.643%200-2.465%200-3.018-.454a2%202%200%200%201-.277-.278c-.454-.553-.454-1.375-.454-3.018c0-1.644%200-2.466.454-3.02a2%202%200%200%201%20.277-.276C4.28%202.5%205.102%202.5%206.746%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.465-.454%203.019a2%202%200%200%201-.277.277c-.553.454-1.375.454-3.019.454h-2c-1.644%200-2.466%200-3.02-.454a2%202%200%200%201-.276-.277c-.454-.553-.454-1.375-.454-3.02c0-1.643%200-2.465.454-3.018q.125-.152.277-.277C13.28%2014%2014.102%2014%2015.746%2014zm-12.5%200c.697%200%201.046%200%201.33.086a2%202%200%200%201%201.333%201.333c.086.284.086.633.086%201.33v2.002c0%20.697%200%201.046-.086%201.33a2%202%200%200%201-1.333%201.333c-.284.086-.633.086-1.33.086s-1.047%200-1.33-.086a2%202%200%200%201-1.334-1.333c-.086-.284-.086-.633-.086-1.33V16.75c0-.698%200-1.047.086-1.33a2%202%200%200%201%201.333-1.334C4.2%2014%204.548%2014%205.245%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.019.454q.151.125.277.277c.454.553.454%201.375.454%203.019c0%201.643%200%202.465-.454%203.018a2%202%200%200%201-.277.278c-.553.454-1.375.454-3.02.454h-11c-1.643%200-2.465%200-3.018-.454a2%202%200%200%201-.277-.278c-.454-.553-.454-1.375-.454-3.018c0-1.644%200-2.466.454-3.02a2%202%200%200%201%20.277-.276C4.28%202.5%205.102%202.5%206.746%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.465-.454%203.019a2%202%200%200%201-.277.277c-.553.454-1.375.454-3.019.454h-2c-1.644%200-2.466%200-3.02-.454a2%202%200%200%201-.276-.277c-.454-.553-.454-1.375-.454-3.02c0-1.643%200-2.465.454-3.018q.125-.152.277-.277C13.28%2014%2014.102%2014%2015.746%2014zm-12.5%200c.697%200%201.046%200%201.33.086a2%202%200%200%201%201.333%201.333c.086.284.086.633.086%201.33v2.002c0%20.697%200%201.046-.086%201.33a2%202%200%200%201-1.333%201.333c-.284.086-.633.086-1.33.086s-1.047%200-1.33-.086a2%202%200%200%201-1.334-1.333c-.086-.284-.086-.633-.086-1.33V16.75c0-.698%200-1.047.086-1.33a2%202%200%200%201%201.333-1.334C4.2%2014%204.548%2014%205.245%2014Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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