square dashed kanban icon

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

Name
square-dashed-kanban
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the square dashed kanban 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="M9.999 2.5q-.809.007-1.501.033M14 2.5q.809.007 1.501.033m3.502.598c.426.19.79.436 1.11.755c.32.32.565.684.755 1.11m-17.738 0c.19-.426.436-.79.755-1.11c.32-.32.684-.565 1.11-.755M21.5 9.999a51 51 0 0 0-.033-1.501M21.5 14q-.007.809-.033 1.501m-.598 3.502c-.19.426-.436.79-.755 1.11c-.32.32-.684.565-1.11.755m-3.502.598q-.692.026-1.5.033m-4.003 0a51 51 0 0 1-1.501-.033m-3.502-.598a3.6 3.6 0 0 1-1.11-.755a3.6 3.6 0 0 1-.755-1.11M2.5 14.001q.007.809.033 1.501M2.5 10q.007-.809.033-1.501M12 8v4M8 8v6m8-6v8"/></svg>

React

import type { SVGProps } from "react";

export function HugeiconsSquareDashedKanban(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="M9.999 2.5q-.809.007-1.501.033M14 2.5q.809.007 1.501.033m3.502.598c.426.19.79.436 1.11.755c.32.32.565.684.755 1.11m-17.738 0c.19-.426.436-.79.755-1.11c.32-.32.684-.565 1.11-.755M21.5 9.999a51 51 0 0 0-.033-1.501M21.5 14q-.007.809-.033 1.501m-.598 3.502c-.19.426-.436.79-.755 1.11c-.32.32-.684.565-1.11.755m-3.502.598q-.692.026-1.5.033m-4.003 0a51 51 0 0 1-1.501-.033m-3.502-.598a3.6 3.6 0 0 1-1.11-.755a3.6 3.6 0 0 1-.755-1.11M2.5 14.001q.007.809.033 1.501M2.5 10q.007-.809.033-1.501M12 8v4M8 8v6m8-6v8"/></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="M9.999 2.5q-.809.007-1.501.033M14 2.5q.809.007 1.501.033m3.502.598c.426.19.79.436 1.11.755c.32.32.565.684.755 1.11m-17.738 0c.19-.426.436-.79.755-1.11c.32-.32.684-.565 1.11-.755M21.5 9.999a51 51 0 0 0-.033-1.501M21.5 14q-.007.809-.033 1.501m-.598 3.502c-.19.426-.436.79-.755 1.11c-.32.32-.684.565-1.11.755m-3.502.598q-.692.026-1.5.033m-4.003 0a51 51 0 0 1-1.501-.033m-3.502-.598a3.6 3.6 0 0 1-1.11-.755a3.6 3.6 0 0 1-.755-1.11M2.5 14.001q.007.809.033 1.501M2.5 10q.007-.809.033-1.501M12 8v4M8 8v6m8-6v8"/></svg>
</template>

CSS

.icon-square-dashed-kanban {
  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%22M9.999%202.5q-.809.007-1.501.033M14%202.5q.809.007%201.501.033m3.502.598c.426.19.79.436%201.11.755c.32.32.565.684.755%201.11m-17.738%200c.19-.426.436-.79.755-1.11c.32-.32.684-.565%201.11-.755M21.5%209.999a51%2051%200%200%200-.033-1.501M21.5%2014q-.007.809-.033%201.501m-.598%203.502c-.19.426-.436.79-.755%201.11c-.32.32-.684.565-1.11.755m-3.502.598q-.692.026-1.5.033m-4.003%200a51%2051%200%200%201-1.501-.033m-3.502-.598a3.6%203.6%200%200%201-1.11-.755a3.6%203.6%200%200%201-.755-1.11M2.5%2014.001q.007.809.033%201.501M2.5%2010q.007-.809.033-1.501M12%208v4M8%208v6m8-6v8%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%22M9.999%202.5q-.809.007-1.501.033M14%202.5q.809.007%201.501.033m3.502.598c.426.19.79.436%201.11.755c.32.32.565.684.755%201.11m-17.738%200c.19-.426.436-.79.755-1.11c.32-.32.684-.565%201.11-.755M21.5%209.999a51%2051%200%200%200-.033-1.501M21.5%2014q-.007.809-.033%201.501m-.598%203.502c-.19.426-.436.79-.755%201.11c-.32.32-.684.565-1.11.755m-3.502.598q-.692.026-1.5.033m-4.003%200a51%2051%200%200%201-1.501-.033m-3.502-.598a3.6%203.6%200%200%201-1.11-.755a3.6%203.6%200%200%201-.755-1.11M2.5%2014.001q.007.809.033%201.501M2.5%2010q.007-.809.033-1.501M12%208v4M8%208v6m8-6v8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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