kanban square icon

kanban-square-outline from Solar by 480 Design · Outline · Business · CC-BY-4.0 Attribution required.

Name
kanban-square-outline
Set
Solar
Style
Outline
Category
Business
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

More business icons from Solar

Use the kanban square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.75 12C2.75 14.3782 2.75198 16.0867 2.92676 17.3867C3.09865 18.6649 3.42551 19.4353 3.99512 20.0049C4.56472 20.5745 5.33508 20.9014 6.61328 21.0732C7.91326 21.248 9.62177 21.25 12 21.25C14.3782 21.25 16.0867 21.248 17.3867 21.0732C18.6649 20.9014 19.4353 20.5745 20.0049 20.0049C20.5745 19.4353 20.9014 18.6649 21.0732 17.3867C21.248 16.0867 21.25 14.3782 21.25 12C21.25 9.62177 21.248 7.91326 21.0732 6.61328C20.9014 5.33508 20.5745 4.56472 20.0049 3.99512C19.4353 3.42551 18.6649 3.09865 17.3867 2.92676C16.0867 2.75198 14.3782 2.75 12 2.75C9.62178 2.75 7.91326 2.75198 6.61328 2.92676C5.33508 3.09864 4.56472 3.42551 3.99512 3.99512C3.42551 4.56472 3.09865 5.33508 2.92676 6.61328C2.75198 7.91326 2.75 9.62177 2.75 12ZM1.25 12C1.25 9.66439 1.24817 7.83717 1.43945 6.41406C1.63369 4.96932 2.03976 3.82938 2.93457 2.93457C3.82938 2.03976 4.96933 1.63369 6.41406 1.43945C7.83717 1.24817 9.66439 1.25 12 1.25C14.3356 1.25 16.1628 1.24817 17.5859 1.43945C19.0307 1.63369 20.1706 2.03976 21.0654 2.93457C21.9602 3.82938 22.3663 4.96933 22.5605 6.41406C22.7518 7.83717 22.75 9.66439 22.75 12C22.75 14.3356 22.7518 16.1628 22.5605 17.5859C22.3663 19.0307 21.9602 20.1706 21.0654 21.0654C20.1706 21.9602 19.0307 22.3663 17.5859 22.5605C16.1628 22.7518 14.3356 22.75 12 22.75C9.66439 22.75 7.83717 22.7518 6.41406 22.5605C4.96933 22.3663 3.82938 21.9602 2.93457 21.0654C2.03976 20.1706 1.63369 19.0307 1.43945 17.5859C1.24817 16.1628 1.25 14.3356 1.25 12Z"/><path d="M7.75 6L7.75 15C7.75 15.4142 7.41421 15.75 7 15.75C6.58579 15.75 6.25 15.4142 6.25 15L6.25 6C6.25 5.58579 6.58579 5.25 7 5.25C7.41421 5.25 7.75 5.58579 7.75 6Z"/><path d="M17.75 6L17.75 18C17.75 18.4142 17.4142 18.75 17 18.75C16.5858 18.75 16.25 18.4142 16.25 18L16.25 6C16.25 5.58579 16.5858 5.25 17 5.25C17.4142 5.25 17.75 5.58579 17.75 6Z"/><path d="M12.75 6L12.75 11C12.75 11.4142 12.4142 11.75 12 11.75C11.5858 11.75 11.25 11.4142 11.25 11L11.25 6C11.25 5.58579 11.5858 5.25 12 5.25C12.4142 5.25 12.75 5.58579 12.75 6Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarKanbanSquareOutline(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.75 12C2.75 14.3782 2.75198 16.0867 2.92676 17.3867C3.09865 18.6649 3.42551 19.4353 3.99512 20.0049C4.56472 20.5745 5.33508 20.9014 6.61328 21.0732C7.91326 21.248 9.62177 21.25 12 21.25C14.3782 21.25 16.0867 21.248 17.3867 21.0732C18.6649 20.9014 19.4353 20.5745 20.0049 20.0049C20.5745 19.4353 20.9014 18.6649 21.0732 17.3867C21.248 16.0867 21.25 14.3782 21.25 12C21.25 9.62177 21.248 7.91326 21.0732 6.61328C20.9014 5.33508 20.5745 4.56472 20.0049 3.99512C19.4353 3.42551 18.6649 3.09865 17.3867 2.92676C16.0867 2.75198 14.3782 2.75 12 2.75C9.62178 2.75 7.91326 2.75198 6.61328 2.92676C5.33508 3.09864 4.56472 3.42551 3.99512 3.99512C3.42551 4.56472 3.09865 5.33508 2.92676 6.61328C2.75198 7.91326 2.75 9.62177 2.75 12ZM1.25 12C1.25 9.66439 1.24817 7.83717 1.43945 6.41406C1.63369 4.96932 2.03976 3.82938 2.93457 2.93457C3.82938 2.03976 4.96933 1.63369 6.41406 1.43945C7.83717 1.24817 9.66439 1.25 12 1.25C14.3356 1.25 16.1628 1.24817 17.5859 1.43945C19.0307 1.63369 20.1706 2.03976 21.0654 2.93457C21.9602 3.82938 22.3663 4.96933 22.5605 6.41406C22.7518 7.83717 22.75 9.66439 22.75 12C22.75 14.3356 22.7518 16.1628 22.5605 17.5859C22.3663 19.0307 21.9602 20.1706 21.0654 21.0654C20.1706 21.9602 19.0307 22.3663 17.5859 22.5605C16.1628 22.7518 14.3356 22.75 12 22.75C9.66439 22.75 7.83717 22.7518 6.41406 22.5605C4.96933 22.3663 3.82938 21.9602 2.93457 21.0654C2.03976 20.1706 1.63369 19.0307 1.43945 17.5859C1.24817 16.1628 1.25 14.3356 1.25 12Z"/><path d="M7.75 6L7.75 15C7.75 15.4142 7.41421 15.75 7 15.75C6.58579 15.75 6.25 15.4142 6.25 15L6.25 6C6.25 5.58579 6.58579 5.25 7 5.25C7.41421 5.25 7.75 5.58579 7.75 6Z"/><path d="M17.75 6L17.75 18C17.75 18.4142 17.4142 18.75 17 18.75C16.5858 18.75 16.25 18.4142 16.25 18L16.25 6C16.25 5.58579 16.5858 5.25 17 5.25C17.4142 5.25 17.75 5.58579 17.75 6Z"/><path d="M12.75 6L12.75 11C12.75 11.4142 12.4142 11.75 12 11.75C11.5858 11.75 11.25 11.4142 11.25 11L11.25 6C11.25 5.58579 11.5858 5.25 12 5.25C12.4142 5.25 12.75 5.58579 12.75 6Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M2.75 12C2.75 14.3782 2.75198 16.0867 2.92676 17.3867C3.09865 18.6649 3.42551 19.4353 3.99512 20.0049C4.56472 20.5745 5.33508 20.9014 6.61328 21.0732C7.91326 21.248 9.62177 21.25 12 21.25C14.3782 21.25 16.0867 21.248 17.3867 21.0732C18.6649 20.9014 19.4353 20.5745 20.0049 20.0049C20.5745 19.4353 20.9014 18.6649 21.0732 17.3867C21.248 16.0867 21.25 14.3782 21.25 12C21.25 9.62177 21.248 7.91326 21.0732 6.61328C20.9014 5.33508 20.5745 4.56472 20.0049 3.99512C19.4353 3.42551 18.6649 3.09865 17.3867 2.92676C16.0867 2.75198 14.3782 2.75 12 2.75C9.62178 2.75 7.91326 2.75198 6.61328 2.92676C5.33508 3.09864 4.56472 3.42551 3.99512 3.99512C3.42551 4.56472 3.09865 5.33508 2.92676 6.61328C2.75198 7.91326 2.75 9.62177 2.75 12ZM1.25 12C1.25 9.66439 1.24817 7.83717 1.43945 6.41406C1.63369 4.96932 2.03976 3.82938 2.93457 2.93457C3.82938 2.03976 4.96933 1.63369 6.41406 1.43945C7.83717 1.24817 9.66439 1.25 12 1.25C14.3356 1.25 16.1628 1.24817 17.5859 1.43945C19.0307 1.63369 20.1706 2.03976 21.0654 2.93457C21.9602 3.82938 22.3663 4.96933 22.5605 6.41406C22.7518 7.83717 22.75 9.66439 22.75 12C22.75 14.3356 22.7518 16.1628 22.5605 17.5859C22.3663 19.0307 21.9602 20.1706 21.0654 21.0654C20.1706 21.9602 19.0307 22.3663 17.5859 22.5605C16.1628 22.7518 14.3356 22.75 12 22.75C9.66439 22.75 7.83717 22.7518 6.41406 22.5605C4.96933 22.3663 3.82938 21.9602 2.93457 21.0654C2.03976 20.1706 1.63369 19.0307 1.43945 17.5859C1.24817 16.1628 1.25 14.3356 1.25 12Z"/><path d="M7.75 6L7.75 15C7.75 15.4142 7.41421 15.75 7 15.75C6.58579 15.75 6.25 15.4142 6.25 15L6.25 6C6.25 5.58579 6.58579 5.25 7 5.25C7.41421 5.25 7.75 5.58579 7.75 6Z"/><path d="M17.75 6L17.75 18C17.75 18.4142 17.4142 18.75 17 18.75C16.5858 18.75 16.25 18.4142 16.25 18L16.25 6C16.25 5.58579 16.5858 5.25 17 5.25C17.4142 5.25 17.75 5.58579 17.75 6Z"/><path d="M12.75 6L12.75 11C12.75 11.4142 12.4142 11.75 12 11.75C11.5858 11.75 11.25 11.4142 11.25 11L11.25 6C11.25 5.58579 11.5858 5.25 12 5.25C12.4142 5.25 12.75 5.58579 12.75 6Z"/></g></svg>
</template>

CSS

.icon-kanban-square-outline {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M2.75%2012C2.75%2014.3782%202.75198%2016.0867%202.92676%2017.3867C3.09865%2018.6649%203.42551%2019.4353%203.99512%2020.0049C4.56472%2020.5745%205.33508%2020.9014%206.61328%2021.0732C7.91326%2021.248%209.62177%2021.25%2012%2021.25C14.3782%2021.25%2016.0867%2021.248%2017.3867%2021.0732C18.6649%2020.9014%2019.4353%2020.5745%2020.0049%2020.0049C20.5745%2019.4353%2020.9014%2018.6649%2021.0732%2017.3867C21.248%2016.0867%2021.25%2014.3782%2021.25%2012C21.25%209.62177%2021.248%207.91326%2021.0732%206.61328C20.9014%205.33508%2020.5745%204.56472%2020.0049%203.99512C19.4353%203.42551%2018.6649%203.09865%2017.3867%202.92676C16.0867%202.75198%2014.3782%202.75%2012%202.75C9.62178%202.75%207.91326%202.75198%206.61328%202.92676C5.33508%203.09864%204.56472%203.42551%203.99512%203.99512C3.42551%204.56472%203.09865%205.33508%202.92676%206.61328C2.75198%207.91326%202.75%209.62177%202.75%2012ZM1.25%2012C1.25%209.66439%201.24817%207.83717%201.43945%206.41406C1.63369%204.96932%202.03976%203.82938%202.93457%202.93457C3.82938%202.03976%204.96933%201.63369%206.41406%201.43945C7.83717%201.24817%209.66439%201.25%2012%201.25C14.3356%201.25%2016.1628%201.24817%2017.5859%201.43945C19.0307%201.63369%2020.1706%202.03976%2021.0654%202.93457C21.9602%203.82938%2022.3663%204.96933%2022.5605%206.41406C22.7518%207.83717%2022.75%209.66439%2022.75%2012C22.75%2014.3356%2022.7518%2016.1628%2022.5605%2017.5859C22.3663%2019.0307%2021.9602%2020.1706%2021.0654%2021.0654C20.1706%2021.9602%2019.0307%2022.3663%2017.5859%2022.5605C16.1628%2022.7518%2014.3356%2022.75%2012%2022.75C9.66439%2022.75%207.83717%2022.7518%206.41406%2022.5605C4.96933%2022.3663%203.82938%2021.9602%202.93457%2021.0654C2.03976%2020.1706%201.63369%2019.0307%201.43945%2017.5859C1.24817%2016.1628%201.25%2014.3356%201.25%2012Z%22%2F%3E%3Cpath%20d%3D%22M7.75%206L7.75%2015C7.75%2015.4142%207.41421%2015.75%207%2015.75C6.58579%2015.75%206.25%2015.4142%206.25%2015L6.25%206C6.25%205.58579%206.58579%205.25%207%205.25C7.41421%205.25%207.75%205.58579%207.75%206Z%22%2F%3E%3Cpath%20d%3D%22M17.75%206L17.75%2018C17.75%2018.4142%2017.4142%2018.75%2017%2018.75C16.5858%2018.75%2016.25%2018.4142%2016.25%2018L16.25%206C16.25%205.58579%2016.5858%205.25%2017%205.25C17.4142%205.25%2017.75%205.58579%2017.75%206Z%22%2F%3E%3Cpath%20d%3D%22M12.75%206L12.75%2011C12.75%2011.4142%2012.4142%2011.75%2012%2011.75C11.5858%2011.75%2011.25%2011.4142%2011.25%2011L11.25%206C11.25%205.58579%2011.5858%205.25%2012%205.25C12.4142%205.25%2012.75%205.58579%2012.75%206Z%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%22currentColor%22%3E%3Cpath%20d%3D%22M2.75%2012C2.75%2014.3782%202.75198%2016.0867%202.92676%2017.3867C3.09865%2018.6649%203.42551%2019.4353%203.99512%2020.0049C4.56472%2020.5745%205.33508%2020.9014%206.61328%2021.0732C7.91326%2021.248%209.62177%2021.25%2012%2021.25C14.3782%2021.25%2016.0867%2021.248%2017.3867%2021.0732C18.6649%2020.9014%2019.4353%2020.5745%2020.0049%2020.0049C20.5745%2019.4353%2020.9014%2018.6649%2021.0732%2017.3867C21.248%2016.0867%2021.25%2014.3782%2021.25%2012C21.25%209.62177%2021.248%207.91326%2021.0732%206.61328C20.9014%205.33508%2020.5745%204.56472%2020.0049%203.99512C19.4353%203.42551%2018.6649%203.09865%2017.3867%202.92676C16.0867%202.75198%2014.3782%202.75%2012%202.75C9.62178%202.75%207.91326%202.75198%206.61328%202.92676C5.33508%203.09864%204.56472%203.42551%203.99512%203.99512C3.42551%204.56472%203.09865%205.33508%202.92676%206.61328C2.75198%207.91326%202.75%209.62177%202.75%2012ZM1.25%2012C1.25%209.66439%201.24817%207.83717%201.43945%206.41406C1.63369%204.96932%202.03976%203.82938%202.93457%202.93457C3.82938%202.03976%204.96933%201.63369%206.41406%201.43945C7.83717%201.24817%209.66439%201.25%2012%201.25C14.3356%201.25%2016.1628%201.24817%2017.5859%201.43945C19.0307%201.63369%2020.1706%202.03976%2021.0654%202.93457C21.9602%203.82938%2022.3663%204.96933%2022.5605%206.41406C22.7518%207.83717%2022.75%209.66439%2022.75%2012C22.75%2014.3356%2022.7518%2016.1628%2022.5605%2017.5859C22.3663%2019.0307%2021.9602%2020.1706%2021.0654%2021.0654C20.1706%2021.9602%2019.0307%2022.3663%2017.5859%2022.5605C16.1628%2022.7518%2014.3356%2022.75%2012%2022.75C9.66439%2022.75%207.83717%2022.7518%206.41406%2022.5605C4.96933%2022.3663%203.82938%2021.9602%202.93457%2021.0654C2.03976%2020.1706%201.63369%2019.0307%201.43945%2017.5859C1.24817%2016.1628%201.25%2014.3356%201.25%2012Z%22%2F%3E%3Cpath%20d%3D%22M7.75%206L7.75%2015C7.75%2015.4142%207.41421%2015.75%207%2015.75C6.58579%2015.75%206.25%2015.4142%206.25%2015L6.25%206C6.25%205.58579%206.58579%205.25%207%205.25C7.41421%205.25%207.75%205.58579%207.75%206Z%22%2F%3E%3Cpath%20d%3D%22M17.75%206L17.75%2018C17.75%2018.4142%2017.4142%2018.75%2017%2018.75C16.5858%2018.75%2016.25%2018.4142%2016.25%2018L16.25%206C16.25%205.58579%2016.5858%205.25%2017%205.25C17.4142%205.25%2017.75%205.58579%2017.75%206Z%22%2F%3E%3Cpath%20d%3D%22M12.75%206L12.75%2011C12.75%2011.4142%2012.4142%2011.75%2012%2011.75C11.5858%2011.75%2011.25%2011.4142%2011.25%2011L11.25%206C11.25%205.58579%2011.5858%205.25%2012%205.25C12.4142%205.25%2012.75%205.58579%2012.75%206Z%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-square-outline.svg?color=%231a73e8&size=48