folders icon

folders-linear from Solar by 480 Design · Linear · Folders · CC-BY-4.0 Attribution required.

Name
folders-linear
Set
Solar
Style
Linear
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 folders 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 stroke-linecap="round" d="M5.61298 5.61328C5.17049 5.61557 4.90221 5.62559 4.66987 5.66943C3.34404 5.91958 2.30697 6.95665 2.05682 8.28247C2 8.58365 2 8.94522 2 9.66835V15.4452C2 18.5353 2 20.0804 2.95997 21.0403C3.91994 22.0003 5.46498 22.0003 8.55508 22.0003H11.8326C14.9227 22.0003 16.4678 22.0003 17.4277 21.0403C18.0252 20.4428 18.2508 19.6186 18.336 18.3363"/><path d="M5.6123 6.05575C5.6123 5.33261 5.6123 4.97105 5.66913 4.66987C5.91928 3.34404 6.95635 2.30697 8.28218 2.05682C8.58335 2 8.94492 2 9.66805 2C9.98489 2 10.1433 2 10.2956 2.01424C10.9519 2.07562 11.5746 2.33352 12.0821 2.75426C12.1998 2.85184 12.3119 2.96386 12.5359 3.1879L12.9868 3.63877C13.6552 4.30721 13.9894 4.64143 14.3897 4.8641C14.6095 4.98642 14.8427 5.08302 15.0847 5.15199C15.5251 5.27754 15.9978 5.27754 16.9431 5.27754H17.2493C19.4062 5.27754 20.4847 5.27754 21.1857 5.90803C21.2502 5.96602 21.3115 6.02739 21.3695 6.09187C22 6.79287 22 7.87133 22 10.0283V11.8326C22 14.9227 22 16.4678 21.04 17.4277C20.0801 18.3877 18.535 18.3877 15.4449 18.3877H12.1674C9.07729 18.3877 7.53224 18.3877 6.57227 17.4277C5.6123 16.4678 5.6123 14.9227 5.6123 11.8326V6.05575Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarFoldersLinear(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 strokeLinecap="round" d="M5.61298 5.61328C5.17049 5.61557 4.90221 5.62559 4.66987 5.66943C3.34404 5.91958 2.30697 6.95665 2.05682 8.28247C2 8.58365 2 8.94522 2 9.66835V15.4452C2 18.5353 2 20.0804 2.95997 21.0403C3.91994 22.0003 5.46498 22.0003 8.55508 22.0003H11.8326C14.9227 22.0003 16.4678 22.0003 17.4277 21.0403C18.0252 20.4428 18.2508 19.6186 18.336 18.3363"/><path d="M5.6123 6.05575C5.6123 5.33261 5.6123 4.97105 5.66913 4.66987C5.91928 3.34404 6.95635 2.30697 8.28218 2.05682C8.58335 2 8.94492 2 9.66805 2C9.98489 2 10.1433 2 10.2956 2.01424C10.9519 2.07562 11.5746 2.33352 12.0821 2.75426C12.1998 2.85184 12.3119 2.96386 12.5359 3.1879L12.9868 3.63877C13.6552 4.30721 13.9894 4.64143 14.3897 4.8641C14.6095 4.98642 14.8427 5.08302 15.0847 5.15199C15.5251 5.27754 15.9978 5.27754 16.9431 5.27754H17.2493C19.4062 5.27754 20.4847 5.27754 21.1857 5.90803C21.2502 5.96602 21.3115 6.02739 21.3695 6.09187C22 6.79287 22 7.87133 22 10.0283V11.8326C22 14.9227 22 16.4678 21.04 17.4277C20.0801 18.3877 18.535 18.3877 15.4449 18.3877H12.1674C9.07729 18.3877 7.53224 18.3877 6.57227 17.4277C5.6123 16.4678 5.6123 14.9227 5.6123 11.8326V6.05575Z"/></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 stroke-linecap="round" d="M5.61298 5.61328C5.17049 5.61557 4.90221 5.62559 4.66987 5.66943C3.34404 5.91958 2.30697 6.95665 2.05682 8.28247C2 8.58365 2 8.94522 2 9.66835V15.4452C2 18.5353 2 20.0804 2.95997 21.0403C3.91994 22.0003 5.46498 22.0003 8.55508 22.0003H11.8326C14.9227 22.0003 16.4678 22.0003 17.4277 21.0403C18.0252 20.4428 18.2508 19.6186 18.336 18.3363"/><path d="M5.6123 6.05575C5.6123 5.33261 5.6123 4.97105 5.66913 4.66987C5.91928 3.34404 6.95635 2.30697 8.28218 2.05682C8.58335 2 8.94492 2 9.66805 2C9.98489 2 10.1433 2 10.2956 2.01424C10.9519 2.07562 11.5746 2.33352 12.0821 2.75426C12.1998 2.85184 12.3119 2.96386 12.5359 3.1879L12.9868 3.63877C13.6552 4.30721 13.9894 4.64143 14.3897 4.8641C14.6095 4.98642 14.8427 5.08302 15.0847 5.15199C15.5251 5.27754 15.9978 5.27754 16.9431 5.27754H17.2493C19.4062 5.27754 20.4847 5.27754 21.1857 5.90803C21.2502 5.96602 21.3115 6.02739 21.3695 6.09187C22 6.79287 22 7.87133 22 10.0283V11.8326C22 14.9227 22 16.4678 21.04 17.4277C20.0801 18.3877 18.535 18.3877 15.4449 18.3877H12.1674C9.07729 18.3877 7.53224 18.3877 6.57227 17.4277C5.6123 16.4678 5.6123 14.9227 5.6123 11.8326V6.05575Z"/></g></svg>
</template>

CSS

.icon-folders-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%20stroke-linecap%3D%22round%22%20d%3D%22M5.61298%205.61328C5.17049%205.61557%204.90221%205.62559%204.66987%205.66943C3.34404%205.91958%202.30697%206.95665%202.05682%208.28247C2%208.58365%202%208.94522%202%209.66835V15.4452C2%2018.5353%202%2020.0804%202.95997%2021.0403C3.91994%2022.0003%205.46498%2022.0003%208.55508%2022.0003H11.8326C14.9227%2022.0003%2016.4678%2022.0003%2017.4277%2021.0403C18.0252%2020.4428%2018.2508%2019.6186%2018.336%2018.3363%22%2F%3E%3Cpath%20d%3D%22M5.6123%206.05575C5.6123%205.33261%205.6123%204.97105%205.66913%204.66987C5.91928%203.34404%206.95635%202.30697%208.28218%202.05682C8.58335%202%208.94492%202%209.66805%202C9.98489%202%2010.1433%202%2010.2956%202.01424C10.9519%202.07562%2011.5746%202.33352%2012.0821%202.75426C12.1998%202.85184%2012.3119%202.96386%2012.5359%203.1879L12.9868%203.63877C13.6552%204.30721%2013.9894%204.64143%2014.3897%204.8641C14.6095%204.98642%2014.8427%205.08302%2015.0847%205.15199C15.5251%205.27754%2015.9978%205.27754%2016.9431%205.27754H17.2493C19.4062%205.27754%2020.4847%205.27754%2021.1857%205.90803C21.2502%205.96602%2021.3115%206.02739%2021.3695%206.09187C22%206.79287%2022%207.87133%2022%2010.0283V11.8326C22%2014.9227%2022%2016.4678%2021.04%2017.4277C20.0801%2018.3877%2018.535%2018.3877%2015.4449%2018.3877H12.1674C9.07729%2018.3877%207.53224%2018.3877%206.57227%2017.4277C5.6123%2016.4678%205.6123%2014.9227%205.6123%2011.8326V6.05575Z%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%20stroke-linecap%3D%22round%22%20d%3D%22M5.61298%205.61328C5.17049%205.61557%204.90221%205.62559%204.66987%205.66943C3.34404%205.91958%202.30697%206.95665%202.05682%208.28247C2%208.58365%202%208.94522%202%209.66835V15.4452C2%2018.5353%202%2020.0804%202.95997%2021.0403C3.91994%2022.0003%205.46498%2022.0003%208.55508%2022.0003H11.8326C14.9227%2022.0003%2016.4678%2022.0003%2017.4277%2021.0403C18.0252%2020.4428%2018.2508%2019.6186%2018.336%2018.3363%22%2F%3E%3Cpath%20d%3D%22M5.6123%206.05575C5.6123%205.33261%205.6123%204.97105%205.66913%204.66987C5.91928%203.34404%206.95635%202.30697%208.28218%202.05682C8.58335%202%208.94492%202%209.66805%202C9.98489%202%2010.1433%202%2010.2956%202.01424C10.9519%202.07562%2011.5746%202.33352%2012.0821%202.75426C12.1998%202.85184%2012.3119%202.96386%2012.5359%203.1879L12.9868%203.63877C13.6552%204.30721%2013.9894%204.64143%2014.3897%204.8641C14.6095%204.98642%2014.8427%205.08302%2015.0847%205.15199C15.5251%205.27754%2015.9978%205.27754%2016.9431%205.27754H17.2493C19.4062%205.27754%2020.4847%205.27754%2021.1857%205.90803C21.2502%205.96602%2021.3115%206.02739%2021.3695%206.09187C22%206.79287%2022%207.87133%2022%2010.0283V11.8326C22%2014.9227%2022%2016.4678%2021.04%2017.4277C20.0801%2018.3877%2018.535%2018.3877%2015.4449%2018.3877H12.1674C9.07729%2018.3877%207.53224%2018.3877%206.57227%2017.4277C5.6123%2016.4678%205.6123%2014.9227%205.6123%2011.8326V6.05575Z%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/folders-linear.svg?color=%231a73e8&size=48