folder symlink icon
folder-symlink-bold-duotone from Solar by 480 Design · Bold Duotone · Folders · CC-BY-4.0 Attribution required.
- Name
- folder-symlink-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
add-folder-boldfolder-2-boldfolder-boldfolder-check-boldfolder-clock-boldfolder-cloud-boldfolder-code-boldfolder-cog-boldfolder-dot-boldfolder-dot-open-boldfolder-down-boldfolder-error-boldfolder-favorite-bookmark-boldfolder-favorite-star-boldfolder-git-boldfolder-kanban-boldfolder-lock-boldfolder-open-boldfolder-output-boldfolder-path-connect-boldfolder-pen-boldfolder-search-boldfolder-security-boldfolder-sync-bold
Use the folder symlink 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 14V11.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.94975V14C2 17.7712 2 19.6569 3.17157 20.8284C4.34315 22 6.22876 22 10 22H14C17.7712 22 19.6569 22 20.8284 20.8284C22 19.6569 22 17.7712 22 14Z" opacity=".5"/><path d="M8.30957 11.5557C8.55477 11.2221 9.02464 11.1505 9.3584 11.3955L13.4434 14.3955C13.6312 14.5334 13.7449 14.7505 13.75 14.9834C13.755 15.2164 13.6514 15.4391 13.4697 15.585L9.38379 18.8652C9.06081 19.1246 8.58844 19.073 8.3291 18.75C8.06985 18.427 8.12141 17.9546 8.44434 17.6953L10.8672 15.75H6.08594C4.91749 15.75 4.09547 16.0292 3.5752 16.4766C3.07331 16.9082 2.75003 17.5843 2.75 18.6162C2.75 19.7011 3.09059 20.3804 3.52246 20.834C3.96902 21.3028 4.57126 21.5883 5.18164 21.7705C5.46448 21.8309 5.77754 21.8744 6.12793 21.9072C4.75711 21.7859 3.84621 21.5025 3.17188 20.8281C2.22624 19.8824 2.0459 18.4718 2.01074 15.9795C2.1781 15.7458 2.37341 15.5319 2.59668 15.3399C3.48131 14.579 4.70238 14.25 6.08594 14.25H10.7109L8.4707 12.6045C8.13686 12.3594 8.06445 11.8895 8.30957 11.5557Z"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarFolderSymlinkBoldDuotone(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 14V11.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.94975V14C2 17.7712 2 19.6569 3.17157 20.8284C4.34315 22 6.22876 22 10 22H14C17.7712 22 19.6569 22 20.8284 20.8284C22 19.6569 22 17.7712 22 14Z" opacity=".5"/><path d="M8.30957 11.5557C8.55477 11.2221 9.02464 11.1505 9.3584 11.3955L13.4434 14.3955C13.6312 14.5334 13.7449 14.7505 13.75 14.9834C13.755 15.2164 13.6514 15.4391 13.4697 15.585L9.38379 18.8652C9.06081 19.1246 8.58844 19.073 8.3291 18.75C8.06985 18.427 8.12141 17.9546 8.44434 17.6953L10.8672 15.75H6.08594C4.91749 15.75 4.09547 16.0292 3.5752 16.4766C3.07331 16.9082 2.75003 17.5843 2.75 18.6162C2.75 19.7011 3.09059 20.3804 3.52246 20.834C3.96902 21.3028 4.57126 21.5883 5.18164 21.7705C5.46448 21.8309 5.77754 21.8744 6.12793 21.9072C4.75711 21.7859 3.84621 21.5025 3.17188 20.8281C2.22624 19.8824 2.0459 18.4718 2.01074 15.9795C2.1781 15.7458 2.37341 15.5319 2.59668 15.3399C3.48131 14.579 4.70238 14.25 6.08594 14.25H10.7109L8.4707 12.6045C8.13686 12.3594 8.06445 11.8895 8.30957 11.5557Z"/></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 14V11.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.94975V14C2 17.7712 2 19.6569 3.17157 20.8284C4.34315 22 6.22876 22 10 22H14C17.7712 22 19.6569 22 20.8284 20.8284C22 19.6569 22 17.7712 22 14Z" opacity=".5"/><path d="M8.30957 11.5557C8.55477 11.2221 9.02464 11.1505 9.3584 11.3955L13.4434 14.3955C13.6312 14.5334 13.7449 14.7505 13.75 14.9834C13.755 15.2164 13.6514 15.4391 13.4697 15.585L9.38379 18.8652C9.06081 19.1246 8.58844 19.073 8.3291 18.75C8.06985 18.427 8.12141 17.9546 8.44434 17.6953L10.8672 15.75H6.08594C4.91749 15.75 4.09547 16.0292 3.5752 16.4766C3.07331 16.9082 2.75003 17.5843 2.75 18.6162C2.75 19.7011 3.09059 20.3804 3.52246 20.834C3.96902 21.3028 4.57126 21.5883 5.18164 21.7705C5.46448 21.8309 5.77754 21.8744 6.12793 21.9072C4.75711 21.7859 3.84621 21.5025 3.17188 20.8281C2.22624 19.8824 2.0459 18.4718 2.01074 15.9795C2.1781 15.7458 2.37341 15.5319 2.59668 15.3399C3.48131 14.579 4.70238 14.25 6.08594 14.25H10.7109L8.4707 12.6045C8.13686 12.3594 8.06445 11.8895 8.30957 11.5557Z"/></g></svg> </template>
CSS
.icon-folder-symlink-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%2014V11.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.94975V14C2%2017.7712%202%2019.6569%203.17157%2020.8284C4.34315%2022%206.22876%2022%2010%2022H14C17.7712%2022%2019.6569%2022%2020.8284%2020.8284C22%2019.6569%2022%2017.7712%2022%2014Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M8.30957%2011.5557C8.55477%2011.2221%209.02464%2011.1505%209.3584%2011.3955L13.4434%2014.3955C13.6312%2014.5334%2013.7449%2014.7505%2013.75%2014.9834C13.755%2015.2164%2013.6514%2015.4391%2013.4697%2015.585L9.38379%2018.8652C9.06081%2019.1246%208.58844%2019.073%208.3291%2018.75C8.06985%2018.427%208.12141%2017.9546%208.44434%2017.6953L10.8672%2015.75H6.08594C4.91749%2015.75%204.09547%2016.0292%203.5752%2016.4766C3.07331%2016.9082%202.75003%2017.5843%202.75%2018.6162C2.75%2019.7011%203.09059%2020.3804%203.52246%2020.834C3.96902%2021.3028%204.57126%2021.5883%205.18164%2021.7705C5.46448%2021.8309%205.77754%2021.8744%206.12793%2021.9072C4.75711%2021.7859%203.84621%2021.5025%203.17188%2020.8281C2.22624%2019.8824%202.0459%2018.4718%202.01074%2015.9795C2.1781%2015.7458%202.37341%2015.5319%202.59668%2015.3399C3.48131%2014.579%204.70238%2014.25%206.08594%2014.25H10.7109L8.4707%2012.6045C8.13686%2012.3594%208.06445%2011.8895%208.30957%2011.5557Z%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%2014V11.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.94975V14C2%2017.7712%202%2019.6569%203.17157%2020.8284C4.34315%2022%206.22876%2022%2010%2022H14C17.7712%2022%2019.6569%2022%2020.8284%2020.8284C22%2019.6569%2022%2017.7712%2022%2014Z%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20d%3D%22M8.30957%2011.5557C8.55477%2011.2221%209.02464%2011.1505%209.3584%2011.3955L13.4434%2014.3955C13.6312%2014.5334%2013.7449%2014.7505%2013.75%2014.9834C13.755%2015.2164%2013.6514%2015.4391%2013.4697%2015.585L9.38379%2018.8652C9.06081%2019.1246%208.58844%2019.073%208.3291%2018.75C8.06985%2018.427%208.12141%2017.9546%208.44434%2017.6953L10.8672%2015.75H6.08594C4.91749%2015.75%204.09547%2016.0292%203.5752%2016.4766C3.07331%2016.9082%202.75003%2017.5843%202.75%2018.6162C2.75%2019.7011%203.09059%2020.3804%203.52246%2020.834C3.96902%2021.3028%204.57126%2021.5883%205.18164%2021.7705C5.46448%2021.8309%205.77754%2021.8744%206.12793%2021.9072C4.75711%2021.7859%203.84621%2021.5025%203.17188%2020.8281C2.22624%2019.8824%202.0459%2018.4718%202.01074%2015.9795C2.1781%2015.7458%202.37341%2015.5319%202.59668%2015.3399C3.48131%2014.579%204.70238%2014.25%206.08594%2014.25H10.7109L8.4707%2012.6045C8.13686%2012.3594%208.06445%2011.8895%208.30957%2011.5557Z%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-symlink-bold-duotone.svg?color=%231a73e8&size=48