folder pen icon

folder-pen-broken from Solar by 480 Design · Broken · Folders · CC-BY-4.0 Attribution required.

Name
folder-pen-broken
Set
Solar
Style
Broken
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 pen 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="M22 11.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.94975M21.9913 16C21.9554 18.4796 21.7715 19.8853 20.8284 20.8284C19.6569 22 17.7712 22 14 22H10C6.22876 22 4.34315 22 3.17157 20.8284C2 19.6569 2 17.7712 2 14V11"/><path d="M12.7653 11.4436L13.0658 11.143C13.5638 10.645 14.3712 10.645 14.8692 11.143C15.3672 11.641 15.3672 12.4484 14.8692 12.9464L14.5686 13.2469M12.7653 11.4436C12.7653 11.4436 12.8029 12.0823 13.3664 12.6458C13.93 13.2093 14.5686 13.2469 14.5686 13.2469M12.7653 11.4436L10.0021 14.2067C9.81498 14.3939 9.7214 14.4875 9.64092 14.5906C9.54599 14.7124 9.4646 14.8441 9.39819 14.9834C9.34189 15.1015 9.30004 15.2271 9.21634 15.4782L8.94837 16.2821M8.94837 16.2821L8.77498 16.8023C8.73379 16.9258 8.76595 17.0621 8.85805 17.1542C8.95015 17.2463 9.08638 17.2784 9.20995 17.2372L9.73013 17.0638L10.534 16.7959C10.7851 16.7122 10.9107 16.6703 11.0288 16.614C11.1682 16.5476 11.2998 16.4662 11.4216 16.3713C11.5247 16.2908 11.6183 16.1972 11.8055 16.0101L14.5686 13.2469M9.73013 17.0638L8.94837 16.2821"/></g></svg>

React

import type { SVGProps } from "react";

export function SolarFolderPenBroken(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="M22 11.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.94975M21.9913 16C21.9554 18.4796 21.7715 19.8853 20.8284 20.8284C19.6569 22 17.7712 22 14 22H10C6.22876 22 4.34315 22 3.17157 20.8284C2 19.6569 2 17.7712 2 14V11"/><path d="M12.7653 11.4436L13.0658 11.143C13.5638 10.645 14.3712 10.645 14.8692 11.143C15.3672 11.641 15.3672 12.4484 14.8692 12.9464L14.5686 13.2469M12.7653 11.4436C12.7653 11.4436 12.8029 12.0823 13.3664 12.6458C13.93 13.2093 14.5686 13.2469 14.5686 13.2469M12.7653 11.4436L10.0021 14.2067C9.81498 14.3939 9.7214 14.4875 9.64092 14.5906C9.54599 14.7124 9.4646 14.8441 9.39819 14.9834C9.34189 15.1015 9.30004 15.2271 9.21634 15.4782L8.94837 16.2821M8.94837 16.2821L8.77498 16.8023C8.73379 16.9258 8.76595 17.0621 8.85805 17.1542C8.95015 17.2463 9.08638 17.2784 9.20995 17.2372L9.73013 17.0638L10.534 16.7959C10.7851 16.7122 10.9107 16.6703 11.0288 16.614C11.1682 16.5476 11.2998 16.4662 11.4216 16.3713C11.5247 16.2908 11.6183 16.1972 11.8055 16.0101L14.5686 13.2469M9.73013 17.0638L8.94837 16.2821"/></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="M22 11.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.94975M21.9913 16C21.9554 18.4796 21.7715 19.8853 20.8284 20.8284C19.6569 22 17.7712 22 14 22H10C6.22876 22 4.34315 22 3.17157 20.8284C2 19.6569 2 17.7712 2 14V11"/><path d="M12.7653 11.4436L13.0658 11.143C13.5638 10.645 14.3712 10.645 14.8692 11.143C15.3672 11.641 15.3672 12.4484 14.8692 12.9464L14.5686 13.2469M12.7653 11.4436C12.7653 11.4436 12.8029 12.0823 13.3664 12.6458C13.93 13.2093 14.5686 13.2469 14.5686 13.2469M12.7653 11.4436L10.0021 14.2067C9.81498 14.3939 9.7214 14.4875 9.64092 14.5906C9.54599 14.7124 9.4646 14.8441 9.39819 14.9834C9.34189 15.1015 9.30004 15.2271 9.21634 15.4782L8.94837 16.2821M8.94837 16.2821L8.77498 16.8023C8.73379 16.9258 8.76595 17.0621 8.85805 17.1542C8.95015 17.2463 9.08638 17.2784 9.20995 17.2372L9.73013 17.0638L10.534 16.7959C10.7851 16.7122 10.9107 16.6703 11.0288 16.614C11.1682 16.5476 11.2998 16.4662 11.4216 16.3713C11.5247 16.2908 11.6183 16.1972 11.8055 16.0101L14.5686 13.2469M9.73013 17.0638L8.94837 16.2821"/></g></svg>
</template>

CSS

.icon-folder-pen-broken {
  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%22M22%2011.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.94975M21.9913%2016C21.9554%2018.4796%2021.7715%2019.8853%2020.8284%2020.8284C19.6569%2022%2017.7712%2022%2014%2022H10C6.22876%2022%204.34315%2022%203.17157%2020.8284C2%2019.6569%202%2017.7712%202%2014V11%22%2F%3E%3Cpath%20d%3D%22M12.7653%2011.4436L13.0658%2011.143C13.5638%2010.645%2014.3712%2010.645%2014.8692%2011.143C15.3672%2011.641%2015.3672%2012.4484%2014.8692%2012.9464L14.5686%2013.2469M12.7653%2011.4436C12.7653%2011.4436%2012.8029%2012.0823%2013.3664%2012.6458C13.93%2013.2093%2014.5686%2013.2469%2014.5686%2013.2469M12.7653%2011.4436L10.0021%2014.2067C9.81498%2014.3939%209.7214%2014.4875%209.64092%2014.5906C9.54599%2014.7124%209.4646%2014.8441%209.39819%2014.9834C9.34189%2015.1015%209.30004%2015.2271%209.21634%2015.4782L8.94837%2016.2821M8.94837%2016.2821L8.77498%2016.8023C8.73379%2016.9258%208.76595%2017.0621%208.85805%2017.1542C8.95015%2017.2463%209.08638%2017.2784%209.20995%2017.2372L9.73013%2017.0638L10.534%2016.7959C10.7851%2016.7122%2010.9107%2016.6703%2011.0288%2016.614C11.1682%2016.5476%2011.2998%2016.4662%2011.4216%2016.3713C11.5247%2016.2908%2011.6183%2016.1972%2011.8055%2016.0101L14.5686%2013.2469M9.73013%2017.0638L8.94837%2016.2821%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%22M22%2011.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.94975M21.9913%2016C21.9554%2018.4796%2021.7715%2019.8853%2020.8284%2020.8284C19.6569%2022%2017.7712%2022%2014%2022H10C6.22876%2022%204.34315%2022%203.17157%2020.8284C2%2019.6569%202%2017.7712%202%2014V11%22%2F%3E%3Cpath%20d%3D%22M12.7653%2011.4436L13.0658%2011.143C13.5638%2010.645%2014.3712%2010.645%2014.8692%2011.143C15.3672%2011.641%2015.3672%2012.4484%2014.8692%2012.9464L14.5686%2013.2469M12.7653%2011.4436C12.7653%2011.4436%2012.8029%2012.0823%2013.3664%2012.6458C13.93%2013.2093%2014.5686%2013.2469%2014.5686%2013.2469M12.7653%2011.4436L10.0021%2014.2067C9.81498%2014.3939%209.7214%2014.4875%209.64092%2014.5906C9.54599%2014.7124%209.4646%2014.8441%209.39819%2014.9834C9.34189%2015.1015%209.30004%2015.2271%209.21634%2015.4782L8.94837%2016.2821M8.94837%2016.2821L8.77498%2016.8023C8.73379%2016.9258%208.76595%2017.0621%208.85805%2017.1542C8.95015%2017.2463%209.08638%2017.2784%209.20995%2017.2372L9.73013%2017.0638L10.534%2016.7959C10.7851%2016.7122%2010.9107%2016.6703%2011.0288%2016.614C11.1682%2016.5476%2011.2998%2016.4662%2011.4216%2016.3713C11.5247%2016.2908%2011.6183%2016.1972%2011.8055%2016.0101L14.5686%2013.2469M9.73013%2017.0638L8.94837%2016.2821%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-pen-broken.svg?color=%231a73e8&size=48