folders icon

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

Name
folders-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 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="M17.4277 21.0403C16.4678 22.0002 14.9227 22.0002 11.8326 22.0002H8.55508C5.465 22.0002 3.91994 22.0002 2.95997 21.0403C2 20.0803 2 18.5352 2 15.4451V9.66827C2 8.94514 2 8.58357 2.05682 8.2824C2.30697 6.95657 3.34404 5.9195 4.66987 5.66935C4.90221 5.62551 5.61296 5.61719 5.61296 5.61719L5.6123 6.05567V11.8325C5.6123 14.9226 5.6123 16.4677 6.57227 17.4276C7.53224 18.3876 9.07729 18.3876 12.1674 18.3876H15.4449C16.7071 18.3876 17.5195 18.3633 18.3358 18.336C18.2506 19.6183 18.0252 20.4427 17.4277 21.0403Z"/><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" opacity=".5"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarFoldersBoldDuotone(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="M17.4277 21.0403C16.4678 22.0002 14.9227 22.0002 11.8326 22.0002H8.55508C5.465 22.0002 3.91994 22.0002 2.95997 21.0403C2 20.0803 2 18.5352 2 15.4451V9.66827C2 8.94514 2 8.58357 2.05682 8.2824C2.30697 6.95657 3.34404 5.9195 4.66987 5.66935C4.90221 5.62551 5.61296 5.61719 5.61296 5.61719L5.6123 6.05567V11.8325C5.6123 14.9226 5.6123 16.4677 6.57227 17.4276C7.53224 18.3876 9.07729 18.3876 12.1674 18.3876H15.4449C16.7071 18.3876 17.5195 18.3633 18.3358 18.336C18.2506 19.6183 18.0252 20.4427 17.4277 21.0403Z"/><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" opacity=".5"/></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="M17.4277 21.0403C16.4678 22.0002 14.9227 22.0002 11.8326 22.0002H8.55508C5.465 22.0002 3.91994 22.0002 2.95997 21.0403C2 20.0803 2 18.5352 2 15.4451V9.66827C2 8.94514 2 8.58357 2.05682 8.2824C2.30697 6.95657 3.34404 5.9195 4.66987 5.66935C4.90221 5.62551 5.61296 5.61719 5.61296 5.61719L5.6123 6.05567V11.8325C5.6123 14.9226 5.6123 16.4677 6.57227 17.4276C7.53224 18.3876 9.07729 18.3876 12.1674 18.3876H15.4449C16.7071 18.3876 17.5195 18.3633 18.3358 18.336C18.2506 19.6183 18.0252 20.4427 17.4277 21.0403Z"/><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" opacity=".5"/></g></svg>
</template>

CSS

.icon-folders-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%22M17.4277%2021.0403C16.4678%2022.0002%2014.9227%2022.0002%2011.8326%2022.0002H8.55508C5.465%2022.0002%203.91994%2022.0002%202.95997%2021.0403C2%2020.0803%202%2018.5352%202%2015.4451V9.66827C2%208.94514%202%208.58357%202.05682%208.2824C2.30697%206.95657%203.34404%205.9195%204.66987%205.66935C4.90221%205.62551%205.61296%205.61719%205.61296%205.61719L5.6123%206.05567V11.8325C5.6123%2014.9226%205.6123%2016.4677%206.57227%2017.4276C7.53224%2018.3876%209.07729%2018.3876%2012.1674%2018.3876H15.4449C16.7071%2018.3876%2017.5195%2018.3633%2018.3358%2018.336C18.2506%2019.6183%2018.0252%2020.4427%2017.4277%2021.0403Z%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%20opacity%3D%22.5%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%22M17.4277%2021.0403C16.4678%2022.0002%2014.9227%2022.0002%2011.8326%2022.0002H8.55508C5.465%2022.0002%203.91994%2022.0002%202.95997%2021.0403C2%2020.0803%202%2018.5352%202%2015.4451V9.66827C2%208.94514%202%208.58357%202.05682%208.2824C2.30697%206.95657%203.34404%205.9195%204.66987%205.66935C4.90221%205.62551%205.61296%205.61719%205.61296%205.61719L5.6123%206.05567V11.8325C5.6123%2014.9226%205.6123%2016.4677%206.57227%2017.4276C7.53224%2018.3876%209.07729%2018.3876%2012.1674%2018.3876H15.4449C16.7071%2018.3876%2017.5195%2018.3633%2018.3358%2018.336C18.2506%2019.6183%2018.0252%2020.4427%2017.4277%2021.0403Z%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%20opacity%3D%22.5%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-duotone.svg?color=%231a73e8&size=48