add folder icon

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

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

5 other variants in Solar

More folders icons from Solar

Use the add folder 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 13.75V11.5479C22 8.91554 22 7.59935 21.2305 6.74383C21.1598 6.66514 21.0849 6.59024 21.0062 6.51946C20.1506 5.75 18.8345 5.75 16.2021 5.75H15.8284C14.6747 5.75 14.0979 5.75 13.5604 5.59678C13.2651 5.5126 12.9804 5.39471 12.7121 5.24543C12.2237 4.97367 11.8158 4.56578 11 3.75L10.4497 3.19975C10.1763 2.92633 10.0396 2.78961 9.89594 2.67051C9.27652 2.15704 8.51665 1.84229 7.71557 1.76738C7.52976 1.75 7.33642 1.75 6.94975 1.75C6.06722 1.75 5.62595 1.75 5.25839 1.81935C3.64031 2.12464 2.37464 3.39031 2.06935 5.00839C2 5.37595 2 5.81722 2 6.69975V13.75C2 17.5212 2 19.4069 3.17157 20.5784C4.34315 21.75 6.22876 21.75 10 21.75H14C17.7712 21.75 19.6569 21.75 20.8284 20.5784C22 19.4069 22 17.5212 22 13.75Z" opacity=".5"/><path d="M12 11C12.4142 11 12.75 11.3358 12.75 11.75V13H14C14.4142 13 14.75 13.3358 14.75 13.75C14.75 14.1642 14.4142 14.5 14 14.5H12.75V15.75C12.75 16.1642 12.4142 16.5 12 16.5C11.5858 16.5 11.25 16.1642 11.25 15.75V14.5H10C9.58579 14.5 9.25 14.1642 9.25 13.75C9.25 13.3358 9.58579 13 10 13H11.25V11.75C11.25 11.3358 11.5858 11 12 11Z"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarAddFolderBoldDuotone(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 13.75V11.5479C22 8.91554 22 7.59935 21.2305 6.74383C21.1598 6.66514 21.0849 6.59024 21.0062 6.51946C20.1506 5.75 18.8345 5.75 16.2021 5.75H15.8284C14.6747 5.75 14.0979 5.75 13.5604 5.59678C13.2651 5.5126 12.9804 5.39471 12.7121 5.24543C12.2237 4.97367 11.8158 4.56578 11 3.75L10.4497 3.19975C10.1763 2.92633 10.0396 2.78961 9.89594 2.67051C9.27652 2.15704 8.51665 1.84229 7.71557 1.76738C7.52976 1.75 7.33642 1.75 6.94975 1.75C6.06722 1.75 5.62595 1.75 5.25839 1.81935C3.64031 2.12464 2.37464 3.39031 2.06935 5.00839C2 5.37595 2 5.81722 2 6.69975V13.75C2 17.5212 2 19.4069 3.17157 20.5784C4.34315 21.75 6.22876 21.75 10 21.75H14C17.7712 21.75 19.6569 21.75 20.8284 20.5784C22 19.4069 22 17.5212 22 13.75Z" opacity=".5"/><path d="M12 11C12.4142 11 12.75 11.3358 12.75 11.75V13H14C14.4142 13 14.75 13.3358 14.75 13.75C14.75 14.1642 14.4142 14.5 14 14.5H12.75V15.75C12.75 16.1642 12.4142 16.5 12 16.5C11.5858 16.5 11.25 16.1642 11.25 15.75V14.5H10C9.58579 14.5 9.25 14.1642 9.25 13.75C9.25 13.3358 9.58579 13 10 13H11.25V11.75C11.25 11.3358 11.5858 11 12 11Z"/></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 13.75V11.5479C22 8.91554 22 7.59935 21.2305 6.74383C21.1598 6.66514 21.0849 6.59024 21.0062 6.51946C20.1506 5.75 18.8345 5.75 16.2021 5.75H15.8284C14.6747 5.75 14.0979 5.75 13.5604 5.59678C13.2651 5.5126 12.9804 5.39471 12.7121 5.24543C12.2237 4.97367 11.8158 4.56578 11 3.75L10.4497 3.19975C10.1763 2.92633 10.0396 2.78961 9.89594 2.67051C9.27652 2.15704 8.51665 1.84229 7.71557 1.76738C7.52976 1.75 7.33642 1.75 6.94975 1.75C6.06722 1.75 5.62595 1.75 5.25839 1.81935C3.64031 2.12464 2.37464 3.39031 2.06935 5.00839C2 5.37595 2 5.81722 2 6.69975V13.75C2 17.5212 2 19.4069 3.17157 20.5784C4.34315 21.75 6.22876 21.75 10 21.75H14C17.7712 21.75 19.6569 21.75 20.8284 20.5784C22 19.4069 22 17.5212 22 13.75Z" opacity=".5"/><path d="M12 11C12.4142 11 12.75 11.3358 12.75 11.75V13H14C14.4142 13 14.75 13.3358 14.75 13.75C14.75 14.1642 14.4142 14.5 14 14.5H12.75V15.75C12.75 16.1642 12.4142 16.5 12 16.5C11.5858 16.5 11.25 16.1642 11.25 15.75V14.5H10C9.58579 14.5 9.25 14.1642 9.25 13.75C9.25 13.3358 9.58579 13 10 13H11.25V11.75C11.25 11.3358 11.5858 11 12 11Z"/></g></svg>
</template>

CSS

.icon-add-folder-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%2013.75V11.5479C22%208.91554%2022%207.59935%2021.2305%206.74383C21.1598%206.66514%2021.0849%206.59024%2021.0062%206.51946C20.1506%205.75%2018.8345%205.75%2016.2021%205.75H15.8284C14.6747%205.75%2014.0979%205.75%2013.5604%205.59678C13.2651%205.5126%2012.9804%205.39471%2012.7121%205.24543C12.2237%204.97367%2011.8158%204.56578%2011%203.75L10.4497%203.19975C10.1763%202.92633%2010.0396%202.78961%209.89594%202.67051C9.27652%202.15704%208.51665%201.84229%207.71557%201.76738C7.52976%201.75%207.33642%201.75%206.94975%201.75C6.06722%201.75%205.62595%201.75%205.25839%201.81935C3.64031%202.12464%202.37464%203.39031%202.06935%205.00839C2%205.37595%202%205.81722%202%206.69975V13.75C2%2017.5212%202%2019.4069%203.17157%2020.5784C4.34315%2021.75%206.22876%2021.75%2010%2021.75H14C17.7712%2021.75%2019.6569%2021.75%2020.8284%2020.5784C22%2019.4069%2022%2017.5212%2022%2013.75Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12%2011C12.4142%2011%2012.75%2011.3358%2012.75%2011.75V13H14C14.4142%2013%2014.75%2013.3358%2014.75%2013.75C14.75%2014.1642%2014.4142%2014.5%2014%2014.5H12.75V15.75C12.75%2016.1642%2012.4142%2016.5%2012%2016.5C11.5858%2016.5%2011.25%2016.1642%2011.25%2015.75V14.5H10C9.58579%2014.5%209.25%2014.1642%209.25%2013.75C9.25%2013.3358%209.58579%2013%2010%2013H11.25V11.75C11.25%2011.3358%2011.5858%2011%2012%2011Z%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%2013.75V11.5479C22%208.91554%2022%207.59935%2021.2305%206.74383C21.1598%206.66514%2021.0849%206.59024%2021.0062%206.51946C20.1506%205.75%2018.8345%205.75%2016.2021%205.75H15.8284C14.6747%205.75%2014.0979%205.75%2013.5604%205.59678C13.2651%205.5126%2012.9804%205.39471%2012.7121%205.24543C12.2237%204.97367%2011.8158%204.56578%2011%203.75L10.4497%203.19975C10.1763%202.92633%2010.0396%202.78961%209.89594%202.67051C9.27652%202.15704%208.51665%201.84229%207.71557%201.76738C7.52976%201.75%207.33642%201.75%206.94975%201.75C6.06722%201.75%205.62595%201.75%205.25839%201.81935C3.64031%202.12464%202.37464%203.39031%202.06935%205.00839C2%205.37595%202%205.81722%202%206.69975V13.75C2%2017.5212%202%2019.4069%203.17157%2020.5784C4.34315%2021.75%206.22876%2021.75%2010%2021.75H14C17.7712%2021.75%2019.6569%2021.75%2020.8284%2020.5784C22%2019.4069%2022%2017.5212%2022%2013.75Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M12%2011C12.4142%2011%2012.75%2011.3358%2012.75%2011.75V13H14C14.4142%2013%2014.75%2013.3358%2014.75%2013.75C14.75%2014.1642%2014.4142%2014.5%2014%2014.5H12.75V15.75C12.75%2016.1642%2012.4142%2016.5%2012%2016.5C11.5858%2016.5%2011.25%2016.1642%2011.25%2015.75V14.5H10C9.58579%2014.5%209.25%2014.1642%209.25%2013.75C9.25%2013.3358%209.58579%2013%2010%2013H11.25V11.75C11.25%2011.3358%2011.5858%2011%2012%2011Z%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/add-folder-bold-duotone.svg?color=%231a73e8&size=48