folder kanban icon

folder-kanban-bold-duotone from Solar by 480 Design · Bold Duotone · Folders · CC-BY-4.0 Attribution required.

Name
folder-kanban-bold-duotone
Set
Solar
Style
Bold Duotone
Category
Folders
Viewbox
24×24
License
CC BY 4.0

5 other variants in Solar

The same icon in other sets

More folders icons from Solar

Use the folder kanban icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M22 14V11.7979C22 9.16554 22 7.84935 21.2305 6.99383C21.1598 6.91514 21.0849 6.84024 21.0062 6.76946C20.1506 6 18.8345 6 16.2021 6H15.8284C14.6747 6 14.0979 6 13.5604 5.84678C13.2651 5.7626 12.9804 5.64471 12.7121 5.49543C12.2237 5.22367 11.8158 4.81578 11 4L10.4497 3.44975C10.1763 3.17633 10.0396 3.03961 9.89594 2.92051C9.27652 2.40704 8.51665 2.09229 7.71557 2.01738C7.52976 2 7.33642 2 6.94975 2C6.06722 2 5.62595 2 5.25839 2.06935C3.64031 2.37464 2.37464 3.64031 2.06935 5.25839C2 5.62595 2 6.06722 2 6.94975V14C2 17.7712 2 19.6569 3.17157 20.8284C4.34315 22 6.22876 22 10 22H14C17.7712 22 19.6569 22 20.8284 20.8284C22 19.6569 22 17.7712 22 14Z" opacity=".5"/><path d="M9.74023 10.4023L9.74023 15.8184C9.74023 16.2326 9.40445 16.5684 8.99023 16.5684C8.57602 16.5684 8.24023 16.2326 8.24023 15.8184L8.24023 10.4023C8.24023 9.98813 8.57602 9.65234 8.99023 9.65234C9.40445 9.65234 9.74023 9.98813 9.74023 10.4023Z"/><path d="M15.7588 10.4023L15.7588 17.624C15.7588 18.0382 15.423 18.374 15.0088 18.374C14.5946 18.374 14.2588 18.0382 14.2588 17.624L14.2588 10.4023C14.2588 9.98813 14.5946 9.65234 15.0088 9.65234C15.423 9.65234 15.7588 9.98813 15.7588 10.4023Z"/><path d="M12.75 10.4014L12.75 13.4102C12.75 13.8244 12.4142 14.1602 12 14.1602C11.5858 14.1602 11.25 13.8244 11.25 13.4102L11.25 10.4014C11.25 9.98715 11.5858 9.65137 12 9.65137C12.4142 9.65137 12.75 9.98715 12.75 10.4014Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarFolderKanbanBoldDuotone(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="M22 14V11.7979C22 9.16554 22 7.84935 21.2305 6.99383C21.1598 6.91514 21.0849 6.84024 21.0062 6.76946C20.1506 6 18.8345 6 16.2021 6H15.8284C14.6747 6 14.0979 6 13.5604 5.84678C13.2651 5.7626 12.9804 5.64471 12.7121 5.49543C12.2237 5.22367 11.8158 4.81578 11 4L10.4497 3.44975C10.1763 3.17633 10.0396 3.03961 9.89594 2.92051C9.27652 2.40704 8.51665 2.09229 7.71557 2.01738C7.52976 2 7.33642 2 6.94975 2C6.06722 2 5.62595 2 5.25839 2.06935C3.64031 2.37464 2.37464 3.64031 2.06935 5.25839C2 5.62595 2 6.06722 2 6.94975V14C2 17.7712 2 19.6569 3.17157 20.8284C4.34315 22 6.22876 22 10 22H14C17.7712 22 19.6569 22 20.8284 20.8284C22 19.6569 22 17.7712 22 14Z" opacity=".5"/><path d="M9.74023 10.4023L9.74023 15.8184C9.74023 16.2326 9.40445 16.5684 8.99023 16.5684C8.57602 16.5684 8.24023 16.2326 8.24023 15.8184L8.24023 10.4023C8.24023 9.98813 8.57602 9.65234 8.99023 9.65234C9.40445 9.65234 9.74023 9.98813 9.74023 10.4023Z"/><path d="M15.7588 10.4023L15.7588 17.624C15.7588 18.0382 15.423 18.374 15.0088 18.374C14.5946 18.374 14.2588 18.0382 14.2588 17.624L14.2588 10.4023C14.2588 9.98813 14.5946 9.65234 15.0088 9.65234C15.423 9.65234 15.7588 9.98813 15.7588 10.4023Z"/><path d="M12.75 10.4014L12.75 13.4102C12.75 13.8244 12.4142 14.1602 12 14.1602C11.5858 14.1602 11.25 13.8244 11.25 13.4102L11.25 10.4014C11.25 9.98715 11.5858 9.65137 12 9.65137C12.4142 9.65137 12.75 9.98715 12.75 10.4014Z"/></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="M22 14V11.7979C22 9.16554 22 7.84935 21.2305 6.99383C21.1598 6.91514 21.0849 6.84024 21.0062 6.76946C20.1506 6 18.8345 6 16.2021 6H15.8284C14.6747 6 14.0979 6 13.5604 5.84678C13.2651 5.7626 12.9804 5.64471 12.7121 5.49543C12.2237 5.22367 11.8158 4.81578 11 4L10.4497 3.44975C10.1763 3.17633 10.0396 3.03961 9.89594 2.92051C9.27652 2.40704 8.51665 2.09229 7.71557 2.01738C7.52976 2 7.33642 2 6.94975 2C6.06722 2 5.62595 2 5.25839 2.06935C3.64031 2.37464 2.37464 3.64031 2.06935 5.25839C2 5.62595 2 6.06722 2 6.94975V14C2 17.7712 2 19.6569 3.17157 20.8284C4.34315 22 6.22876 22 10 22H14C17.7712 22 19.6569 22 20.8284 20.8284C22 19.6569 22 17.7712 22 14Z" opacity=".5"/><path d="M9.74023 10.4023L9.74023 15.8184C9.74023 16.2326 9.40445 16.5684 8.99023 16.5684C8.57602 16.5684 8.24023 16.2326 8.24023 15.8184L8.24023 10.4023C8.24023 9.98813 8.57602 9.65234 8.99023 9.65234C9.40445 9.65234 9.74023 9.98813 9.74023 10.4023Z"/><path d="M15.7588 10.4023L15.7588 17.624C15.7588 18.0382 15.423 18.374 15.0088 18.374C14.5946 18.374 14.2588 18.0382 14.2588 17.624L14.2588 10.4023C14.2588 9.98813 14.5946 9.65234 15.0088 9.65234C15.423 9.65234 15.7588 9.98813 15.7588 10.4023Z"/><path d="M12.75 10.4014L12.75 13.4102C12.75 13.8244 12.4142 14.1602 12 14.1602C11.5858 14.1602 11.25 13.8244 11.25 13.4102L11.25 10.4014C11.25 9.98715 11.5858 9.65137 12 9.65137C12.4142 9.65137 12.75 9.98715 12.75 10.4014Z"/></g></svg>
</template>

CSS

.icon-folder-kanban-bold-duotone {
  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%22M22%2014V11.7979C22%209.16554%2022%207.84935%2021.2305%206.99383C21.1598%206.91514%2021.0849%206.84024%2021.0062%206.76946C20.1506%206%2018.8345%206%2016.2021%206H15.8284C14.6747%206%2014.0979%206%2013.5604%205.84678C13.2651%205.7626%2012.9804%205.64471%2012.7121%205.49543C12.2237%205.22367%2011.8158%204.81578%2011%204L10.4497%203.44975C10.1763%203.17633%2010.0396%203.03961%209.89594%202.92051C9.27652%202.40704%208.51665%202.09229%207.71557%202.01738C7.52976%202%207.33642%202%206.94975%202C6.06722%202%205.62595%202%205.25839%202.06935C3.64031%202.37464%202.37464%203.64031%202.06935%205.25839C2%205.62595%202%206.06722%202%206.94975V14C2%2017.7712%202%2019.6569%203.17157%2020.8284C4.34315%2022%206.22876%2022%2010%2022H14C17.7712%2022%2019.6569%2022%2020.8284%2020.8284C22%2019.6569%2022%2017.7712%2022%2014Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9.74023%2010.4023L9.74023%2015.8184C9.74023%2016.2326%209.40445%2016.5684%208.99023%2016.5684C8.57602%2016.5684%208.24023%2016.2326%208.24023%2015.8184L8.24023%2010.4023C8.24023%209.98813%208.57602%209.65234%208.99023%209.65234C9.40445%209.65234%209.74023%209.98813%209.74023%2010.4023Z%22%2F%3E%3Cpath%20d%3D%22M15.7588%2010.4023L15.7588%2017.624C15.7588%2018.0382%2015.423%2018.374%2015.0088%2018.374C14.5946%2018.374%2014.2588%2018.0382%2014.2588%2017.624L14.2588%2010.4023C14.2588%209.98813%2014.5946%209.65234%2015.0088%209.65234C15.423%209.65234%2015.7588%209.98813%2015.7588%2010.4023Z%22%2F%3E%3Cpath%20d%3D%22M12.75%2010.4014L12.75%2013.4102C12.75%2013.8244%2012.4142%2014.1602%2012%2014.1602C11.5858%2014.1602%2011.25%2013.8244%2011.25%2013.4102L11.25%2010.4014C11.25%209.98715%2011.5858%209.65137%2012%209.65137C12.4142%209.65137%2012.75%209.98715%2012.75%2010.4014Z%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%22M22%2014V11.7979C22%209.16554%2022%207.84935%2021.2305%206.99383C21.1598%206.91514%2021.0849%206.84024%2021.0062%206.76946C20.1506%206%2018.8345%206%2016.2021%206H15.8284C14.6747%206%2014.0979%206%2013.5604%205.84678C13.2651%205.7626%2012.9804%205.64471%2012.7121%205.49543C12.2237%205.22367%2011.8158%204.81578%2011%204L10.4497%203.44975C10.1763%203.17633%2010.0396%203.03961%209.89594%202.92051C9.27652%202.40704%208.51665%202.09229%207.71557%202.01738C7.52976%202%207.33642%202%206.94975%202C6.06722%202%205.62595%202%205.25839%202.06935C3.64031%202.37464%202.37464%203.64031%202.06935%205.25839C2%205.62595%202%206.06722%202%206.94975V14C2%2017.7712%202%2019.6569%203.17157%2020.8284C4.34315%2022%206.22876%2022%2010%2022H14C17.7712%2022%2019.6569%2022%2020.8284%2020.8284C22%2019.6569%2022%2017.7712%2022%2014Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M9.74023%2010.4023L9.74023%2015.8184C9.74023%2016.2326%209.40445%2016.5684%208.99023%2016.5684C8.57602%2016.5684%208.24023%2016.2326%208.24023%2015.8184L8.24023%2010.4023C8.24023%209.98813%208.57602%209.65234%208.99023%209.65234C9.40445%209.65234%209.74023%209.98813%209.74023%2010.4023Z%22%2F%3E%3Cpath%20d%3D%22M15.7588%2010.4023L15.7588%2017.624C15.7588%2018.0382%2015.423%2018.374%2015.0088%2018.374C14.5946%2018.374%2014.2588%2018.0382%2014.2588%2017.624L14.2588%2010.4023C14.2588%209.98813%2014.5946%209.65234%2015.0088%209.65234C15.423%209.65234%2015.7588%209.98813%2015.7588%2010.4023Z%22%2F%3E%3Cpath%20d%3D%22M12.75%2010.4014L12.75%2013.4102C12.75%2013.8244%2012.4142%2014.1602%2012%2014.1602C11.5858%2014.1602%2011.25%2013.8244%2011.25%2013.4102L11.25%2010.4014C11.25%209.98715%2011.5858%209.65137%2012%209.65137C12.4142%209.65137%2012.75%209.98715%2012.75%2010.4014Z%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/folder-kanban-bold-duotone.svg?color=%231a73e8&size=48