dashboard square edit icon

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

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

Related icons in Huge Icons

Use the dashboard square edit 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-linejoin="round" stroke-width="1.5"><path d="m20.689 3.934l-.623-.623a1.063 1.063 0 0 0-1.503 0l-3.349 3.35a3.2 3.2 0 0 0-.872 1.628L14 10l1.71-.342a3.2 3.2 0 0 0 1.63-.872l3.349-3.349a1.063 1.063 0 0 0 0-1.503Z"/><path stroke-linecap="square" d="M13.69 19.457c-.19-.46-.19-1.042-.19-2.207s0-1.747.19-2.207a2.5 2.5 0 0 1 1.353-1.353c.46-.19 1.042-.19 2.207-.19s1.747 0 2.207.19a2.5 2.5 0 0 1 1.353 1.353c.19.46.19 1.042.19 2.207s0 1.747-.19 2.207a2.5 2.5 0 0 1-1.353 1.353c-.46.19-1.042.19-2.207.19s-1.747 0-2.207-.19a2.5 2.5 0 0 1-1.353-1.353Zm-10.5 0C3 18.997 3 18.415 3 17.25s0-1.747.19-2.207a2.5 2.5 0 0 1 1.353-1.353c.46-.19 1.042-.19 2.207-.19s1.747 0 2.207.19a2.5 2.5 0 0 1 1.353 1.353c.19.46.19 1.042.19 2.207s0 1.747-.19 2.207a2.5 2.5 0 0 1-1.353 1.353c-.46.19-1.042.19-2.207.19s-1.747 0-2.207-.19a2.5 2.5 0 0 1-1.353-1.353Zm0-10.5C3 8.497 3 7.915 3 6.75s0-1.747.19-2.207A2.5 2.5 0 0 1 4.543 3.19C5.003 3 5.585 3 6.75 3s1.747 0 2.207.19a2.5 2.5 0 0 1 1.353 1.353c.19.46.19 1.042.19 2.207s0 1.747-.19 2.207a2.5 2.5 0 0 1-1.353 1.353c-.46.19-1.042.19-2.207.19s-1.747 0-2.207-.19A2.5 2.5 0 0 1 3.19 8.957Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsDashboardSquareEdit(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" strokeLinejoin="round" strokeWidth="1.5"><path d="m20.689 3.934l-.623-.623a1.063 1.063 0 0 0-1.503 0l-3.349 3.35a3.2 3.2 0 0 0-.872 1.628L14 10l1.71-.342a3.2 3.2 0 0 0 1.63-.872l3.349-3.349a1.063 1.063 0 0 0 0-1.503Z"/><path strokeLinecap="square" d="M13.69 19.457c-.19-.46-.19-1.042-.19-2.207s0-1.747.19-2.207a2.5 2.5 0 0 1 1.353-1.353c.46-.19 1.042-.19 2.207-.19s1.747 0 2.207.19a2.5 2.5 0 0 1 1.353 1.353c.19.46.19 1.042.19 2.207s0 1.747-.19 2.207a2.5 2.5 0 0 1-1.353 1.353c-.46.19-1.042.19-2.207.19s-1.747 0-2.207-.19a2.5 2.5 0 0 1-1.353-1.353Zm-10.5 0C3 18.997 3 18.415 3 17.25s0-1.747.19-2.207a2.5 2.5 0 0 1 1.353-1.353c.46-.19 1.042-.19 2.207-.19s1.747 0 2.207.19a2.5 2.5 0 0 1 1.353 1.353c.19.46.19 1.042.19 2.207s0 1.747-.19 2.207a2.5 2.5 0 0 1-1.353 1.353c-.46.19-1.042.19-2.207.19s-1.747 0-2.207-.19a2.5 2.5 0 0 1-1.353-1.353Zm0-10.5C3 8.497 3 7.915 3 6.75s0-1.747.19-2.207A2.5 2.5 0 0 1 4.543 3.19C5.003 3 5.585 3 6.75 3s1.747 0 2.207.19a2.5 2.5 0 0 1 1.353 1.353c.19.46.19 1.042.19 2.207s0 1.747-.19 2.207a2.5 2.5 0 0 1-1.353 1.353c-.46.19-1.042.19-2.207.19s-1.747 0-2.207-.19A2.5 2.5 0 0 1 3.19 8.957Z"/></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-linejoin="round" stroke-width="1.5"><path d="m20.689 3.934l-.623-.623a1.063 1.063 0 0 0-1.503 0l-3.349 3.35a3.2 3.2 0 0 0-.872 1.628L14 10l1.71-.342a3.2 3.2 0 0 0 1.63-.872l3.349-3.349a1.063 1.063 0 0 0 0-1.503Z"/><path stroke-linecap="square" d="M13.69 19.457c-.19-.46-.19-1.042-.19-2.207s0-1.747.19-2.207a2.5 2.5 0 0 1 1.353-1.353c.46-.19 1.042-.19 2.207-.19s1.747 0 2.207.19a2.5 2.5 0 0 1 1.353 1.353c.19.46.19 1.042.19 2.207s0 1.747-.19 2.207a2.5 2.5 0 0 1-1.353 1.353c-.46.19-1.042.19-2.207.19s-1.747 0-2.207-.19a2.5 2.5 0 0 1-1.353-1.353Zm-10.5 0C3 18.997 3 18.415 3 17.25s0-1.747.19-2.207a2.5 2.5 0 0 1 1.353-1.353c.46-.19 1.042-.19 2.207-.19s1.747 0 2.207.19a2.5 2.5 0 0 1 1.353 1.353c.19.46.19 1.042.19 2.207s0 1.747-.19 2.207a2.5 2.5 0 0 1-1.353 1.353c-.46.19-1.042.19-2.207.19s-1.747 0-2.207-.19a2.5 2.5 0 0 1-1.353-1.353Zm0-10.5C3 8.497 3 7.915 3 6.75s0-1.747.19-2.207A2.5 2.5 0 0 1 4.543 3.19C5.003 3 5.585 3 6.75 3s1.747 0 2.207.19a2.5 2.5 0 0 1 1.353 1.353c.19.46.19 1.042.19 2.207s0 1.747-.19 2.207a2.5 2.5 0 0 1-1.353 1.353c-.46.19-1.042.19-2.207.19s-1.747 0-2.207-.19A2.5 2.5 0 0 1 3.19 8.957Z"/></g></svg>
</template>

CSS

.icon-dashboard-square-edit {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m20.689%203.934l-.623-.623a1.063%201.063%200%200%200-1.503%200l-3.349%203.35a3.2%203.2%200%200%200-.872%201.628L14%2010l1.71-.342a3.2%203.2%200%200%200%201.63-.872l3.349-3.349a1.063%201.063%200%200%200%200-1.503Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M13.69%2019.457c-.19-.46-.19-1.042-.19-2.207s0-1.747.19-2.207a2.5%202.5%200%200%201%201.353-1.353c.46-.19%201.042-.19%202.207-.19s1.747%200%202.207.19a2.5%202.5%200%200%201%201.353%201.353c.19.46.19%201.042.19%202.207s0%201.747-.19%202.207a2.5%202.5%200%200%201-1.353%201.353c-.46.19-1.042.19-2.207.19s-1.747%200-2.207-.19a2.5%202.5%200%200%201-1.353-1.353Zm-10.5%200C3%2018.997%203%2018.415%203%2017.25s0-1.747.19-2.207a2.5%202.5%200%200%201%201.353-1.353c.46-.19%201.042-.19%202.207-.19s1.747%200%202.207.19a2.5%202.5%200%200%201%201.353%201.353c.19.46.19%201.042.19%202.207s0%201.747-.19%202.207a2.5%202.5%200%200%201-1.353%201.353c-.46.19-1.042.19-2.207.19s-1.747%200-2.207-.19a2.5%202.5%200%200%201-1.353-1.353Zm0-10.5C3%208.497%203%207.915%203%206.75s0-1.747.19-2.207A2.5%202.5%200%200%201%204.543%203.19C5.003%203%205.585%203%206.75%203s1.747%200%202.207.19a2.5%202.5%200%200%201%201.353%201.353c.19.46.19%201.042.19%202.207s0%201.747-.19%202.207a2.5%202.5%200%200%201-1.353%201.353c-.46.19-1.042.19-2.207.19s-1.747%200-2.207-.19A2.5%202.5%200%200%201%203.19%208.957Z%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m20.689%203.934l-.623-.623a1.063%201.063%200%200%200-1.503%200l-3.349%203.35a3.2%203.2%200%200%200-.872%201.628L14%2010l1.71-.342a3.2%203.2%200%200%200%201.63-.872l3.349-3.349a1.063%201.063%200%200%200%200-1.503Z%22%2F%3E%3Cpath%20stroke-linecap%3D%22square%22%20d%3D%22M13.69%2019.457c-.19-.46-.19-1.042-.19-2.207s0-1.747.19-2.207a2.5%202.5%200%200%201%201.353-1.353c.46-.19%201.042-.19%202.207-.19s1.747%200%202.207.19a2.5%202.5%200%200%201%201.353%201.353c.19.46.19%201.042.19%202.207s0%201.747-.19%202.207a2.5%202.5%200%200%201-1.353%201.353c-.46.19-1.042.19-2.207.19s-1.747%200-2.207-.19a2.5%202.5%200%200%201-1.353-1.353Zm-10.5%200C3%2018.997%203%2018.415%203%2017.25s0-1.747.19-2.207a2.5%202.5%200%200%201%201.353-1.353c.46-.19%201.042-.19%202.207-.19s1.747%200%202.207.19a2.5%202.5%200%200%201%201.353%201.353c.19.46.19%201.042.19%202.207s0%201.747-.19%202.207a2.5%202.5%200%200%201-1.353%201.353c-.46.19-1.042.19-2.207.19s-1.747%200-2.207-.19a2.5%202.5%200%200%201-1.353-1.353Zm0-10.5C3%208.497%203%207.915%203%206.75s0-1.747.19-2.207A2.5%202.5%200%200%201%204.543%203.19C5.003%203%205.585%203%206.75%203s1.747%200%202.207.19a2.5%202.5%200%200%201%201.353%201.353c.19.46.19%201.042.19%202.207s0%201.747-.19%202.207a2.5%202.5%200%200%201-1.353%201.353c-.46.19-1.042.19-2.207.19s-1.747%200-2.207-.19A2.5%202.5%200%200%201%203.19%208.957Z%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/dashboard-square-edit.svg?color=%231a73e8&size=48