dashboard square 02 icon

dashboard-square-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
dashboard-square-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the dashboard square 02 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="M10.5 8.75v-2c0-1.644 0-2.466-.454-3.019a2 2 0 0 0-.277-.277C9.216 3 8.394 3 6.75 3s-2.466 0-3.019.454a2 2 0 0 0-.277.277C3 4.284 3 5.106 3 6.75v2c0 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.019ZM7.75 15.5h-2c-.698 0-1.047 0-1.33.086a2 2 0 0 0-1.334 1.333C3 17.203 3 17.552 3 18.25s0 1.047.086 1.33a2 2 0 0 0 1.333 1.334C4.703 21 5.052 21 5.75 21h2c.698 0 1.047 0 1.33-.086a2 2 0 0 0 1.334-1.333c.086-.284.086-.633.086-1.331s0-1.047-.086-1.33a2 2 0 0 0-1.333-1.334c-.284-.086-.633-.086-1.331-.086ZM21 17.25v-2c0-1.644 0-2.466-.454-3.019a2 2 0 0 0-.277-.277c-.553-.454-1.375-.454-3.019-.454s-2.466 0-3.019.454a2 2 0 0 0-.277.277c-.454.553-.454 1.375-.454 3.019v2c0 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-.277C21 19.716 21 18.894 21 17.25ZM18.25 3h-2c-.698 0-1.047 0-1.33.086a2 2 0 0 0-1.334 1.333c-.086.284-.086.633-.086 1.331s0 1.047.086 1.33a2 2 0 0 0 1.333 1.334c.284.086.633.086 1.331.086h2c.698 0 1.047 0 1.33-.086a2 2 0 0 0 1.334-1.333C21 6.797 21 6.448 21 5.75s0-1.047-.086-1.33a2 2 0 0 0-1.333-1.334C19.297 3 18.948 3 18.25 3Z"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsDashboardSquare02(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="M10.5 8.75v-2c0-1.644 0-2.466-.454-3.019a2 2 0 0 0-.277-.277C9.216 3 8.394 3 6.75 3s-2.466 0-3.019.454a2 2 0 0 0-.277.277C3 4.284 3 5.106 3 6.75v2c0 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.019ZM7.75 15.5h-2c-.698 0-1.047 0-1.33.086a2 2 0 0 0-1.334 1.333C3 17.203 3 17.552 3 18.25s0 1.047.086 1.33a2 2 0 0 0 1.333 1.334C4.703 21 5.052 21 5.75 21h2c.698 0 1.047 0 1.33-.086a2 2 0 0 0 1.334-1.333c.086-.284.086-.633.086-1.331s0-1.047-.086-1.33a2 2 0 0 0-1.333-1.334c-.284-.086-.633-.086-1.331-.086ZM21 17.25v-2c0-1.644 0-2.466-.454-3.019a2 2 0 0 0-.277-.277c-.553-.454-1.375-.454-3.019-.454s-2.466 0-3.019.454a2 2 0 0 0-.277.277c-.454.553-.454 1.375-.454 3.019v2c0 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-.277C21 19.716 21 18.894 21 17.25ZM18.25 3h-2c-.698 0-1.047 0-1.33.086a2 2 0 0 0-1.334 1.333c-.086.284-.086.633-.086 1.331s0 1.047.086 1.33a2 2 0 0 0 1.333 1.334c.284.086.633.086 1.331.086h2c.698 0 1.047 0 1.33-.086a2 2 0 0 0 1.334-1.333C21 6.797 21 6.448 21 5.75s0-1.047-.086-1.33a2 2 0 0 0-1.333-1.334C19.297 3 18.948 3 18.25 3Z"/></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="M10.5 8.75v-2c0-1.644 0-2.466-.454-3.019a2 2 0 0 0-.277-.277C9.216 3 8.394 3 6.75 3s-2.466 0-3.019.454a2 2 0 0 0-.277.277C3 4.284 3 5.106 3 6.75v2c0 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.019ZM7.75 15.5h-2c-.698 0-1.047 0-1.33.086a2 2 0 0 0-1.334 1.333C3 17.203 3 17.552 3 18.25s0 1.047.086 1.33a2 2 0 0 0 1.333 1.334C4.703 21 5.052 21 5.75 21h2c.698 0 1.047 0 1.33-.086a2 2 0 0 0 1.334-1.333c.086-.284.086-.633.086-1.331s0-1.047-.086-1.33a2 2 0 0 0-1.333-1.334c-.284-.086-.633-.086-1.331-.086ZM21 17.25v-2c0-1.644 0-2.466-.454-3.019a2 2 0 0 0-.277-.277c-.553-.454-1.375-.454-3.019-.454s-2.466 0-3.019.454a2 2 0 0 0-.277.277c-.454.553-.454 1.375-.454 3.019v2c0 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-.277C21 19.716 21 18.894 21 17.25ZM18.25 3h-2c-.698 0-1.047 0-1.33.086a2 2 0 0 0-1.334 1.333c-.086.284-.086.633-.086 1.331s0 1.047.086 1.33a2 2 0 0 0 1.333 1.334c.284.086.633.086 1.331.086h2c.698 0 1.047 0 1.33-.086a2 2 0 0 0 1.334-1.333C21 6.797 21 6.448 21 5.75s0-1.047-.086-1.33a2 2 0 0 0-1.333-1.334C19.297 3 18.948 3 18.25 3Z"/></svg>
</template>

CSS

.icon-dashboard-square-02 {
  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%22M10.5%208.75v-2c0-1.644%200-2.466-.454-3.019a2%202%200%200%200-.277-.277C9.216%203%208.394%203%206.75%203s-2.466%200-3.019.454a2%202%200%200%200-.277.277C3%204.284%203%205.106%203%206.75v2c0%201.644%200%202.466.454%203.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-1.375.454-3.019ZM7.75%2015.5h-2c-.698%200-1.047%200-1.33.086a2%202%200%200%200-1.334%201.333C3%2017.203%203%2017.552%203%2018.25s0%201.047.086%201.33a2%202%200%200%200%201.333%201.334C4.703%2021%205.052%2021%205.75%2021h2c.698%200%201.047%200%201.33-.086a2%202%200%200%200%201.334-1.333c.086-.284.086-.633.086-1.331s0-1.047-.086-1.33a2%202%200%200%200-1.333-1.334c-.284-.086-.633-.086-1.331-.086ZM21%2017.25v-2c0-1.644%200-2.466-.454-3.019a2%202%200%200%200-.277-.277c-.553-.454-1.375-.454-3.019-.454s-2.466%200-3.019.454a2%202%200%200%200-.277.277c-.454.553-.454%201.375-.454%203.019v2c0%201.644%200%202.466.454%203.019q.125.152.277.277c.553.454%201.375.454%203.019.454s2.466%200%203.019-.454q.152-.125.277-.277C21%2019.716%2021%2018.894%2021%2017.25ZM18.25%203h-2c-.698%200-1.047%200-1.33.086a2%202%200%200%200-1.334%201.333c-.086.284-.086.633-.086%201.331s0%201.047.086%201.33a2%202%200%200%200%201.333%201.334c.284.086.633.086%201.331.086h2c.698%200%201.047%200%201.33-.086a2%202%200%200%200%201.334-1.333C21%206.797%2021%206.448%2021%205.75s0-1.047-.086-1.33a2%202%200%200%200-1.333-1.334C19.297%203%2018.948%203%2018.25%203Z%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%22M10.5%208.75v-2c0-1.644%200-2.466-.454-3.019a2%202%200%200%200-.277-.277C9.216%203%208.394%203%206.75%203s-2.466%200-3.019.454a2%202%200%200%200-.277.277C3%204.284%203%205.106%203%206.75v2c0%201.644%200%202.466.454%203.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-1.375.454-3.019ZM7.75%2015.5h-2c-.698%200-1.047%200-1.33.086a2%202%200%200%200-1.334%201.333C3%2017.203%203%2017.552%203%2018.25s0%201.047.086%201.33a2%202%200%200%200%201.333%201.334C4.703%2021%205.052%2021%205.75%2021h2c.698%200%201.047%200%201.33-.086a2%202%200%200%200%201.334-1.333c.086-.284.086-.633.086-1.331s0-1.047-.086-1.33a2%202%200%200%200-1.333-1.334c-.284-.086-.633-.086-1.331-.086ZM21%2017.25v-2c0-1.644%200-2.466-.454-3.019a2%202%200%200%200-.277-.277c-.553-.454-1.375-.454-3.019-.454s-2.466%200-3.019.454a2%202%200%200%200-.277.277c-.454.553-.454%201.375-.454%203.019v2c0%201.644%200%202.466.454%203.019q.125.152.277.277c.553.454%201.375.454%203.019.454s2.466%200%203.019-.454q.152-.125.277-.277C21%2019.716%2021%2018.894%2021%2017.25ZM18.25%203h-2c-.698%200-1.047%200-1.33.086a2%202%200%200%200-1.334%201.333c-.086.284-.086.633-.086%201.331s0%201.047.086%201.33a2%202%200%200%200%201.333%201.334c.284.086.633.086%201.331.086h2c.698%200%201.047%200%201.33-.086a2%202%200%200%200%201.334-1.333C21%206.797%2021%206.448%2021%205.75s0-1.047-.086-1.33a2%202%200%200%200-1.333-1.334C19.297%203%2018.948%203%2018.25%203Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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