folder symlink icon
folder-symlink-bold from Solar by 480 Design · Bold · Folders · CC-BY-4.0 Attribution required.
- Name
- folder-symlink-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
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"><path fill="currentColor" d="M6.9502 2C7.33657 2 7.53008 2.00021 7.71582 2.01758C8.51677 2.09253 9.27617 2.40751 9.89551 2.9209C10.0392 3.04 10.1768 3.17677 10.4502 3.4502L11 4C11.8156 4.81562 12.2236 5.22336 12.7119 5.49512C12.9802 5.6444 13.2653 5.76251 13.5605 5.84668C14.098 5.99985 14.6748 6 15.8281 6H16.2021C18.8343 6 20.1503 6.0002 21.0059 6.76953C21.0846 6.84031 21.1597 6.91545 21.2305 6.99414C21.9998 7.84966 22 9.16566 22 11.7979V14C22 17.7712 21.9997 19.6566 20.8281 20.8281C19.6566 21.9997 17.7712 22 14 22H10C8.61008 22 7.47635 21.9991 6.54004 21.9404C6.01748 21.9063 5.571 21.8537 5.18164 21.7705C4.57124 21.5883 3.96903 21.3028 3.52246 20.834C3.09056 20.3804 2.75 19.7011 2.75 18.6162C2.75 17.5842 3.07329 16.9082 3.5752 16.4766C4.09546 16.0292 4.91744 15.75 6.08594 15.75H10.8672L8.44434 17.6953C8.12139 17.9547 8.06978 18.427 8.3291 18.75C8.58844 19.073 9.06081 19.1246 9.38379 18.8652L13.4697 15.585C13.6515 15.439 13.755 15.2164 13.75 14.9834C13.7449 14.7504 13.6312 14.5334 13.4434 14.3955L9.3584 11.3955C9.02461 11.1505 8.55477 11.222 8.30957 11.5557C8.06444 11.8896 8.13681 12.3594 8.4707 12.6045L10.7109 14.25H6.08594C4.70235 14.25 3.48132 14.579 2.59668 15.3398C2.37339 15.5319 2.17811 15.7457 2.01074 15.9795C2.00234 15.3842 2 14.7271 2 14V6.9502C2 6.06798 2.00006 5.62628 2.06934 5.25879C2.37463 3.64071 3.64071 2.37463 5.25879 2.06934C5.62628 2.00006 6.06798 2 6.9502 2Z"/></svg>
React
import type { SVGProps } from "react";
export function SolarFolderSymlinkBold(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.9502 2C7.33657 2 7.53008 2.00021 7.71582 2.01758C8.51677 2.09253 9.27617 2.40751 9.89551 2.9209C10.0392 3.04 10.1768 3.17677 10.4502 3.4502L11 4C11.8156 4.81562 12.2236 5.22336 12.7119 5.49512C12.9802 5.6444 13.2653 5.76251 13.5605 5.84668C14.098 5.99985 14.6748 6 15.8281 6H16.2021C18.8343 6 20.1503 6.0002 21.0059 6.76953C21.0846 6.84031 21.1597 6.91545 21.2305 6.99414C21.9998 7.84966 22 9.16566 22 11.7979V14C22 17.7712 21.9997 19.6566 20.8281 20.8281C19.6566 21.9997 17.7712 22 14 22H10C8.61008 22 7.47635 21.9991 6.54004 21.9404C6.01748 21.9063 5.571 21.8537 5.18164 21.7705C4.57124 21.5883 3.96903 21.3028 3.52246 20.834C3.09056 20.3804 2.75 19.7011 2.75 18.6162C2.75 17.5842 3.07329 16.9082 3.5752 16.4766C4.09546 16.0292 4.91744 15.75 6.08594 15.75H10.8672L8.44434 17.6953C8.12139 17.9547 8.06978 18.427 8.3291 18.75C8.58844 19.073 9.06081 19.1246 9.38379 18.8652L13.4697 15.585C13.6515 15.439 13.755 15.2164 13.75 14.9834C13.7449 14.7504 13.6312 14.5334 13.4434 14.3955L9.3584 11.3955C9.02461 11.1505 8.55477 11.222 8.30957 11.5557C8.06444 11.8896 8.13681 12.3594 8.4707 12.6045L10.7109 14.25H6.08594C4.70235 14.25 3.48132 14.579 2.59668 15.3398C2.37339 15.5319 2.17811 15.7457 2.01074 15.9795C2.00234 15.3842 2 14.7271 2 14V6.9502C2 6.06798 2.00006 5.62628 2.06934 5.25879C2.37463 3.64071 3.64071 2.37463 5.25879 2.06934C5.62628 2.00006 6.06798 2 6.9502 2Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.9502 2C7.33657 2 7.53008 2.00021 7.71582 2.01758C8.51677 2.09253 9.27617 2.40751 9.89551 2.9209C10.0392 3.04 10.1768 3.17677 10.4502 3.4502L11 4C11.8156 4.81562 12.2236 5.22336 12.7119 5.49512C12.9802 5.6444 13.2653 5.76251 13.5605 5.84668C14.098 5.99985 14.6748 6 15.8281 6H16.2021C18.8343 6 20.1503 6.0002 21.0059 6.76953C21.0846 6.84031 21.1597 6.91545 21.2305 6.99414C21.9998 7.84966 22 9.16566 22 11.7979V14C22 17.7712 21.9997 19.6566 20.8281 20.8281C19.6566 21.9997 17.7712 22 14 22H10C8.61008 22 7.47635 21.9991 6.54004 21.9404C6.01748 21.9063 5.571 21.8537 5.18164 21.7705C4.57124 21.5883 3.96903 21.3028 3.52246 20.834C3.09056 20.3804 2.75 19.7011 2.75 18.6162C2.75 17.5842 3.07329 16.9082 3.5752 16.4766C4.09546 16.0292 4.91744 15.75 6.08594 15.75H10.8672L8.44434 17.6953C8.12139 17.9547 8.06978 18.427 8.3291 18.75C8.58844 19.073 9.06081 19.1246 9.38379 18.8652L13.4697 15.585C13.6515 15.439 13.755 15.2164 13.75 14.9834C13.7449 14.7504 13.6312 14.5334 13.4434 14.3955L9.3584 11.3955C9.02461 11.1505 8.55477 11.222 8.30957 11.5557C8.06444 11.8896 8.13681 12.3594 8.4707 12.6045L10.7109 14.25H6.08594C4.70235 14.25 3.48132 14.579 2.59668 15.3398C2.37339 15.5319 2.17811 15.7457 2.01074 15.9795C2.00234 15.3842 2 14.7271 2 14V6.9502C2 6.06798 2.00006 5.62628 2.06934 5.25879C2.37463 3.64071 3.64071 2.37463 5.25879 2.06934C5.62628 2.00006 6.06798 2 6.9502 2Z"/></svg> </template>
CSS
.icon-folder-symlink-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.9502%202C7.33657%202%207.53008%202.00021%207.71582%202.01758C8.51677%202.09253%209.27617%202.40751%209.89551%202.9209C10.0392%203.04%2010.1768%203.17677%2010.4502%203.4502L11%204C11.8156%204.81562%2012.2236%205.22336%2012.7119%205.49512C12.9802%205.6444%2013.2653%205.76251%2013.5605%205.84668C14.098%205.99985%2014.6748%206%2015.8281%206H16.2021C18.8343%206%2020.1503%206.0002%2021.0059%206.76953C21.0846%206.84031%2021.1597%206.91545%2021.2305%206.99414C21.9998%207.84966%2022%209.16566%2022%2011.7979V14C22%2017.7712%2021.9997%2019.6566%2020.8281%2020.8281C19.6566%2021.9997%2017.7712%2022%2014%2022H10C8.61008%2022%207.47635%2021.9991%206.54004%2021.9404C6.01748%2021.9063%205.571%2021.8537%205.18164%2021.7705C4.57124%2021.5883%203.96903%2021.3028%203.52246%2020.834C3.09056%2020.3804%202.75%2019.7011%202.75%2018.6162C2.75%2017.5842%203.07329%2016.9082%203.5752%2016.4766C4.09546%2016.0292%204.91744%2015.75%206.08594%2015.75H10.8672L8.44434%2017.6953C8.12139%2017.9547%208.06978%2018.427%208.3291%2018.75C8.58844%2019.073%209.06081%2019.1246%209.38379%2018.8652L13.4697%2015.585C13.6515%2015.439%2013.755%2015.2164%2013.75%2014.9834C13.7449%2014.7504%2013.6312%2014.5334%2013.4434%2014.3955L9.3584%2011.3955C9.02461%2011.1505%208.55477%2011.222%208.30957%2011.5557C8.06444%2011.8896%208.13681%2012.3594%208.4707%2012.6045L10.7109%2014.25H6.08594C4.70235%2014.25%203.48132%2014.579%202.59668%2015.3398C2.37339%2015.5319%202.17811%2015.7457%202.01074%2015.9795C2.00234%2015.3842%202%2014.7271%202%2014V6.9502C2%206.06798%202.00006%205.62628%202.06934%205.25879C2.37463%203.64071%203.64071%202.37463%205.25879%202.06934C5.62628%202.00006%206.06798%202%206.9502%202Z%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6.9502%202C7.33657%202%207.53008%202.00021%207.71582%202.01758C8.51677%202.09253%209.27617%202.40751%209.89551%202.9209C10.0392%203.04%2010.1768%203.17677%2010.4502%203.4502L11%204C11.8156%204.81562%2012.2236%205.22336%2012.7119%205.49512C12.9802%205.6444%2013.2653%205.76251%2013.5605%205.84668C14.098%205.99985%2014.6748%206%2015.8281%206H16.2021C18.8343%206%2020.1503%206.0002%2021.0059%206.76953C21.0846%206.84031%2021.1597%206.91545%2021.2305%206.99414C21.9998%207.84966%2022%209.16566%2022%2011.7979V14C22%2017.7712%2021.9997%2019.6566%2020.8281%2020.8281C19.6566%2021.9997%2017.7712%2022%2014%2022H10C8.61008%2022%207.47635%2021.9991%206.54004%2021.9404C6.01748%2021.9063%205.571%2021.8537%205.18164%2021.7705C4.57124%2021.5883%203.96903%2021.3028%203.52246%2020.834C3.09056%2020.3804%202.75%2019.7011%202.75%2018.6162C2.75%2017.5842%203.07329%2016.9082%203.5752%2016.4766C4.09546%2016.0292%204.91744%2015.75%206.08594%2015.75H10.8672L8.44434%2017.6953C8.12139%2017.9547%208.06978%2018.427%208.3291%2018.75C8.58844%2019.073%209.06081%2019.1246%209.38379%2018.8652L13.4697%2015.585C13.6515%2015.439%2013.755%2015.2164%2013.75%2014.9834C13.7449%2014.7504%2013.6312%2014.5334%2013.4434%2014.3955L9.3584%2011.3955C9.02461%2011.1505%208.55477%2011.222%208.30957%2011.5557C8.06444%2011.8896%208.13681%2012.3594%208.4707%2012.6045L10.7109%2014.25H6.08594C4.70235%2014.25%203.48132%2014.579%202.59668%2015.3398C2.37339%2015.5319%202.17811%2015.7457%202.01074%2015.9795C2.00234%2015.3842%202%2014.7271%202%2014V6.9502C2%206.06798%202.00006%205.62628%202.06934%205.25879C2.37463%203.64071%203.64071%202.37463%205.25879%202.06934C5.62628%202.00006%206.06798%202%206.9502%202Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/solar/folder-symlink-bold.svg?color=%231a73e8&size=48