kanban icon

kanban-linear from Solar by 480 Design · Linear · Business · CC-BY-4.0 Attribution required.

Name
kanban-linear
Set
Solar
Style
Linear
Category
Business
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More business icons from Solar

Use the kanban 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-width="1.5"><path d="M10 4C10 3.05719 10 2.58579 10.2929 2.29289C10.5858 2 11.0572 2 12 2C12.9428 2 13.4142 2 13.7071 2.29289C14 2.58579 14 3.05719 14 4V10C14 10.9428 14 11.4142 13.7071 11.7071C13.4142 12 12.9428 12 12 12C11.0572 12 10.5858 12 10.2929 11.7071C10 11.4142 10 10.9428 10 10V4Z"/><path d="M3 4C3 3.05719 3 2.58579 3.29289 2.29289C3.58579 2 4.05719 2 5 2C5.94281 2 6.41421 2 6.70711 2.29289C7 2.58579 7 3.05719 7 4V14C7 14.9428 7 15.4142 6.70711 15.7071C6.41421 16 5.94281 16 5 16C4.05719 16 3.58579 16 3.29289 15.7071C3 15.4142 3 14.9428 3 14V4Z"/><path d="M17 4C17 3.05719 17 2.58579 17.2929 2.29289C17.5858 2 18.0572 2 19 2C19.9428 2 20.4142 2 20.7071 2.29289C21 2.58579 21 3.05719 21 4V17C21 17.9428 21 18.4142 20.7071 18.7071C20.4142 19 19.9428 19 19 19C18.0572 19 17.5858 19 17.2929 18.7071C17 18.4142 17 17.9428 17 17V4Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarKanbanLinear(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" strokeWidth="1.5"><path d="M10 4C10 3.05719 10 2.58579 10.2929 2.29289C10.5858 2 11.0572 2 12 2C12.9428 2 13.4142 2 13.7071 2.29289C14 2.58579 14 3.05719 14 4V10C14 10.9428 14 11.4142 13.7071 11.7071C13.4142 12 12.9428 12 12 12C11.0572 12 10.5858 12 10.2929 11.7071C10 11.4142 10 10.9428 10 10V4Z"/><path d="M3 4C3 3.05719 3 2.58579 3.29289 2.29289C3.58579 2 4.05719 2 5 2C5.94281 2 6.41421 2 6.70711 2.29289C7 2.58579 7 3.05719 7 4V14C7 14.9428 7 15.4142 6.70711 15.7071C6.41421 16 5.94281 16 5 16C4.05719 16 3.58579 16 3.29289 15.7071C3 15.4142 3 14.9428 3 14V4Z"/><path d="M17 4C17 3.05719 17 2.58579 17.2929 2.29289C17.5858 2 18.0572 2 19 2C19.9428 2 20.4142 2 20.7071 2.29289C21 2.58579 21 3.05719 21 4V17C21 17.9428 21 18.4142 20.7071 18.7071C20.4142 19 19.9428 19 19 19C18.0572 19 17.5858 19 17.2929 18.7071C17 18.4142 17 17.9428 17 17V4Z"/></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-width="1.5"><path d="M10 4C10 3.05719 10 2.58579 10.2929 2.29289C10.5858 2 11.0572 2 12 2C12.9428 2 13.4142 2 13.7071 2.29289C14 2.58579 14 3.05719 14 4V10C14 10.9428 14 11.4142 13.7071 11.7071C13.4142 12 12.9428 12 12 12C11.0572 12 10.5858 12 10.2929 11.7071C10 11.4142 10 10.9428 10 10V4Z"/><path d="M3 4C3 3.05719 3 2.58579 3.29289 2.29289C3.58579 2 4.05719 2 5 2C5.94281 2 6.41421 2 6.70711 2.29289C7 2.58579 7 3.05719 7 4V14C7 14.9428 7 15.4142 6.70711 15.7071C6.41421 16 5.94281 16 5 16C4.05719 16 3.58579 16 3.29289 15.7071C3 15.4142 3 14.9428 3 14V4Z"/><path d="M17 4C17 3.05719 17 2.58579 17.2929 2.29289C17.5858 2 18.0572 2 19 2C19.9428 2 20.4142 2 20.7071 2.29289C21 2.58579 21 3.05719 21 4V17C21 17.9428 21 18.4142 20.7071 18.7071C20.4142 19 19.9428 19 19 19C18.0572 19 17.5858 19 17.2929 18.7071C17 18.4142 17 17.9428 17 17V4Z"/></g></svg>
</template>

CSS

.icon-kanban-linear {
  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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10%204C10%203.05719%2010%202.58579%2010.2929%202.29289C10.5858%202%2011.0572%202%2012%202C12.9428%202%2013.4142%202%2013.7071%202.29289C14%202.58579%2014%203.05719%2014%204V10C14%2010.9428%2014%2011.4142%2013.7071%2011.7071C13.4142%2012%2012.9428%2012%2012%2012C11.0572%2012%2010.5858%2012%2010.2929%2011.7071C10%2011.4142%2010%2010.9428%2010%2010V4Z%22%2F%3E%3Cpath%20d%3D%22M3%204C3%203.05719%203%202.58579%203.29289%202.29289C3.58579%202%204.05719%202%205%202C5.94281%202%206.41421%202%206.70711%202.29289C7%202.58579%207%203.05719%207%204V14C7%2014.9428%207%2015.4142%206.70711%2015.7071C6.41421%2016%205.94281%2016%205%2016C4.05719%2016%203.58579%2016%203.29289%2015.7071C3%2015.4142%203%2014.9428%203%2014V4Z%22%2F%3E%3Cpath%20d%3D%22M17%204C17%203.05719%2017%202.58579%2017.2929%202.29289C17.5858%202%2018.0572%202%2019%202C19.9428%202%2020.4142%202%2020.7071%202.29289C21%202.58579%2021%203.05719%2021%204V17C21%2017.9428%2021%2018.4142%2020.7071%2018.7071C20.4142%2019%2019.9428%2019%2019%2019C18.0572%2019%2017.5858%2019%2017.2929%2018.7071C17%2018.4142%2017%2017.9428%2017%2017V4Z%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-width%3D%221.5%22%3E%3Cpath%20d%3D%22M10%204C10%203.05719%2010%202.58579%2010.2929%202.29289C10.5858%202%2011.0572%202%2012%202C12.9428%202%2013.4142%202%2013.7071%202.29289C14%202.58579%2014%203.05719%2014%204V10C14%2010.9428%2014%2011.4142%2013.7071%2011.7071C13.4142%2012%2012.9428%2012%2012%2012C11.0572%2012%2010.5858%2012%2010.2929%2011.7071C10%2011.4142%2010%2010.9428%2010%2010V4Z%22%2F%3E%3Cpath%20d%3D%22M3%204C3%203.05719%203%202.58579%203.29289%202.29289C3.58579%202%204.05719%202%205%202C5.94281%202%206.41421%202%206.70711%202.29289C7%202.58579%207%203.05719%207%204V14C7%2014.9428%207%2015.4142%206.70711%2015.7071C6.41421%2016%205.94281%2016%205%2016C4.05719%2016%203.58579%2016%203.29289%2015.7071C3%2015.4142%203%2014.9428%203%2014V4Z%22%2F%3E%3Cpath%20d%3D%22M17%204C17%203.05719%2017%202.58579%2017.2929%202.29289C17.5858%202%2018.0572%202%2019%202C19.9428%202%2020.4142%202%2020.7071%202.29289C21%202.58579%2021%203.05719%2021%204V17C21%2017.9428%2021%2018.4142%2020.7071%2018.7071C20.4142%2019%2019.9428%2019%2019%2019C18.0572%2019%2017.5858%2019%2017.2929%2018.7071C17%2018.4142%2017%2017.9428%2017%2017V4Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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