folders icon

folders-bold from Solar by 480 Design · Bold · Folders · CC-BY-4.0 Attribution required.

Name
folders-bold
Set
Solar
Style
Bold
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="currentColor"><path d="M4.04785 5.85352C3.96731 6.05229 3.90409 6.26025 3.86328 6.47656C3.80646 6.77773 3.80664 7.13923 3.80664 7.8623V13.6396C3.80664 16.7295 3.80667 18.2744 4.7666 19.2344C5.72659 20.1941 7.2715 20.1943 10.3613 20.1943H13.6387C15.7315 20.1943 17.1152 20.1928 18.0889 19.8945C17.9468 20.3589 17.7377 20.7301 17.4277 21.04C16.4678 22 14.9228 22 11.833 22H8.55469C5.46487 22 3.91989 22 2.95996 21.04C2.00012 20.0801 2 18.5352 2 15.4453V9.66797C2 8.94504 1.99982 8.58336 2.05664 8.28223C2.26609 7.17238 3.02778 6.26642 4.04785 5.85352Z"/><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.2501 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 SolarFoldersBold(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="M4.04785 5.85352C3.96731 6.05229 3.90409 6.26025 3.86328 6.47656C3.80646 6.77773 3.80664 7.13923 3.80664 7.8623V13.6396C3.80664 16.7295 3.80667 18.2744 4.7666 19.2344C5.72659 20.1941 7.2715 20.1943 10.3613 20.1943H13.6387C15.7315 20.1943 17.1152 20.1928 18.0889 19.8945C17.9468 20.3589 17.7377 20.7301 17.4277 21.04C16.4678 22 14.9228 22 11.833 22H8.55469C5.46487 22 3.91989 22 2.95996 21.04C2.00012 20.0801 2 18.5352 2 15.4453V9.66797C2 8.94504 1.99982 8.58336 2.05664 8.28223C2.26609 7.17238 3.02778 6.26642 4.04785 5.85352Z"/><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.2501 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="currentColor"><path d="M4.04785 5.85352C3.96731 6.05229 3.90409 6.26025 3.86328 6.47656C3.80646 6.77773 3.80664 7.13923 3.80664 7.8623V13.6396C3.80664 16.7295 3.80667 18.2744 4.7666 19.2344C5.72659 20.1941 7.2715 20.1943 10.3613 20.1943H13.6387C15.7315 20.1943 17.1152 20.1928 18.0889 19.8945C17.9468 20.3589 17.7377 20.7301 17.4277 21.04C16.4678 22 14.9228 22 11.833 22H8.55469C5.46487 22 3.91989 22 2.95996 21.04C2.00012 20.0801 2 18.5352 2 15.4453V9.66797C2 8.94504 1.99982 8.58336 2.05664 8.28223C2.26609 7.17238 3.02778 6.26642 4.04785 5.85352Z"/><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.2501 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-bold {
  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%22M4.04785%205.85352C3.96731%206.05229%203.90409%206.26025%203.86328%206.47656C3.80646%206.77773%203.80664%207.13923%203.80664%207.8623V13.6396C3.80664%2016.7295%203.80667%2018.2744%204.7666%2019.2344C5.72659%2020.1941%207.2715%2020.1943%2010.3613%2020.1943H13.6387C15.7315%2020.1943%2017.1152%2020.1928%2018.0889%2019.8945C17.9468%2020.3589%2017.7377%2020.7301%2017.4277%2021.04C16.4678%2022%2014.9228%2022%2011.833%2022H8.55469C5.46487%2022%203.91989%2022%202.95996%2021.04C2.00012%2020.0801%202%2018.5352%202%2015.4453V9.66797C2%208.94504%201.99982%208.58336%202.05664%208.28223C2.26609%207.17238%203.02778%206.26642%204.04785%205.85352Z%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.2501%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%22currentColor%22%3E%3Cpath%20d%3D%22M4.04785%205.85352C3.96731%206.05229%203.90409%206.26025%203.86328%206.47656C3.80646%206.77773%203.80664%207.13923%203.80664%207.8623V13.6396C3.80664%2016.7295%203.80667%2018.2744%204.7666%2019.2344C5.72659%2020.1941%207.2715%2020.1943%2010.3613%2020.1943H13.6387C15.7315%2020.1943%2017.1152%2020.1928%2018.0889%2019.8945C17.9468%2020.3589%2017.7377%2020.7301%2017.4277%2021.04C16.4678%2022%2014.9228%2022%2011.833%2022H8.55469C5.46487%2022%203.91989%2022%202.95996%2021.04C2.00012%2020.0801%202%2018.5352%202%2015.4453V9.66797C2%208.94504%201.99982%208.58336%202.05664%208.28223C2.26609%207.17238%203.02778%206.26642%204.04785%205.85352Z%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.2501%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-bold.svg?color=%231a73e8&size=48