dashboard square setting icon

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

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

Related icons in Huge Icons

Use the dashboard square setting 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-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.25 3v1.34m0 0c.666 0 1.268.27 1.704.706M17.25 4.34c-.666 0-1.268.27-1.704.706M17.25 9.16v1.34m0-1.339c.666 0 1.268-.27 1.705-.706m-1.705.706c-.666 0-1.268-.27-1.705-.706M21 6.75h-1.34m0 0c0 .666-.27 1.269-.705 1.705m.706-1.705a2.4 2.4 0 0 0-.707-1.704M14.84 6.75H13.5m1.34 0c0-.665.27-1.268.706-1.704m-.707 1.704c0 .666.27 1.269.706 1.705m4.357-4.357l-.948.948m-4.356 4.356l.947-.947m4.357.947l-.947-.947m-4.357-4.357l.947.948M13.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.353m-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.353m0-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.957"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsDashboardSquareSetting(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M17.25 3v1.34m0 0c.666 0 1.268.27 1.704.706M17.25 4.34c-.666 0-1.268.27-1.704.706M17.25 9.16v1.34m0-1.339c.666 0 1.268-.27 1.705-.706m-1.705.706c-.666 0-1.268-.27-1.705-.706M21 6.75h-1.34m0 0c0 .666-.27 1.269-.705 1.705m.706-1.705a2.4 2.4 0 0 0-.707-1.704M14.84 6.75H13.5m1.34 0c0-.665.27-1.268.706-1.704m-.707 1.704c0 .666.27 1.269.706 1.705m4.357-4.357l-.948.948m-4.356 4.356l.947-.947m4.357.947l-.947-.947m-4.357-4.357l.947.948M13.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.353m-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.353m0-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.957"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M17.25 3v1.34m0 0c.666 0 1.268.27 1.704.706M17.25 4.34c-.666 0-1.268.27-1.704.706M17.25 9.16v1.34m0-1.339c.666 0 1.268-.27 1.705-.706m-1.705.706c-.666 0-1.268-.27-1.705-.706M21 6.75h-1.34m0 0c0 .666-.27 1.269-.705 1.705m.706-1.705a2.4 2.4 0 0 0-.707-1.704M14.84 6.75H13.5m1.34 0c0-.665.27-1.268.706-1.704m-.707 1.704c0 .666.27 1.269.706 1.705m4.357-4.357l-.948.948m-4.356 4.356l.947-.947m4.357.947l-.947-.947m-4.357-4.357l.947.948M13.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.353m-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.353m0-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.957"/></svg>
</template>

CSS

.icon-dashboard-square-setting {
  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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17.25%203v1.34m0%200c.666%200%201.268.27%201.704.706M17.25%204.34c-.666%200-1.268.27-1.704.706M17.25%209.16v1.34m0-1.339c.666%200%201.268-.27%201.705-.706m-1.705.706c-.666%200-1.268-.27-1.705-.706M21%206.75h-1.34m0%200c0%20.666-.27%201.269-.705%201.705m.706-1.705a2.4%202.4%200%200%200-.707-1.704M14.84%206.75H13.5m1.34%200c0-.665.27-1.268.706-1.704m-.707%201.704c0%20.666.27%201.269.706%201.705m4.357-4.357l-.948.948m-4.356%204.356l.947-.947m4.357.947l-.947-.947m-4.357-4.357l.947.948M13.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.353m-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.353m0-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.957%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M17.25%203v1.34m0%200c.666%200%201.268.27%201.704.706M17.25%204.34c-.666%200-1.268.27-1.704.706M17.25%209.16v1.34m0-1.339c.666%200%201.268-.27%201.705-.706m-1.705.706c-.666%200-1.268-.27-1.705-.706M21%206.75h-1.34m0%200c0%20.666-.27%201.269-.705%201.705m.706-1.705a2.4%202.4%200%200%200-.707-1.704M14.84%206.75H13.5m1.34%200c0-.665.27-1.268.706-1.704m-.707%201.704c0%20.666.27%201.269.706%201.705m4.357-4.357l-.948.948m-4.356%204.356l.947-.947m4.357.947l-.947-.947m-4.357-4.357l.947.948M13.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.353m-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.353m0-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.957%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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