folder path connect icon
folder-path-connect-broken from Solar by 480 Design · Broken · Folders · CC-BY-4.0 Attribution required.
- Name
- folder-path-connect-broken
- Set
- Solar
- Style
- Broken
- Category
- Folders
- Viewbox
- 24×24
- License
- CC BY 4.0
5 other variants in Solar
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-pen-boldfolder-search-boldfolder-security-boldfolder-symlink-boldfolder-sync-bold
Use the folder path connect 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="M16.5 7.5L13.5 7.5"/><path stroke-linecap="round" d="M22 20H14M2 20H10"/><path stroke-linecap="round" d="M12 18V15"/><circle cx="12" cy="20" r="2"/><path stroke-linecap="round" d="M5 5.21734C5 4.64369 5 4.35687 5.04855 4.11795C5.26225 3.0662 6.14822 2.24352 7.28087 2.04508C7.53817 2 7.84705 2 8.46482 2C8.7355 2 8.87083 2 9.0009 2.01129C9.56166 2.05999 10.0936 2.26457 10.5272 2.59833C10.6277 2.67575 10.7234 2.76461 10.9148 2.94234L11.3 3.3C11.871 3.83026 12.1566 4.09538 12.4985 4.27203C12.6863 4.36906 12.8855 4.44569 13.0922 4.5004C13.4685 4.6 13.8723 4.6 14.6799 4.6H14.9415C16.7841 4.6 17.7055 4.6 18.3043 5.10015C18.3594 5.14616 18.4118 5.19484 18.4614 5.24599C18.8999 5.69877 18.9814 6.35005 18.9965 7.5M18.9939 11.1C18.9688 12.7117 18.8401 13.6255 18.1799 14.2385C17.3598 15 16.0399 15 13.4 15H10.6C7.96013 15 6.6402 15 5.8201 14.2385C5 13.477 5 12.2513 5 9.8V8.5"/></g></svg>
React
import type { SVGProps } from "react";
export function SolarFolderPathConnectBroken(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="M16.5 7.5L13.5 7.5"/><path strokeLinecap="round" d="M22 20H14M2 20H10"/><path strokeLinecap="round" d="M12 18V15"/><circle cx="12" cy="20" r="2"/><path strokeLinecap="round" d="M5 5.21734C5 4.64369 5 4.35687 5.04855 4.11795C5.26225 3.0662 6.14822 2.24352 7.28087 2.04508C7.53817 2 7.84705 2 8.46482 2C8.7355 2 8.87083 2 9.0009 2.01129C9.56166 2.05999 10.0936 2.26457 10.5272 2.59833C10.6277 2.67575 10.7234 2.76461 10.9148 2.94234L11.3 3.3C11.871 3.83026 12.1566 4.09538 12.4985 4.27203C12.6863 4.36906 12.8855 4.44569 13.0922 4.5004C13.4685 4.6 13.8723 4.6 14.6799 4.6H14.9415C16.7841 4.6 17.7055 4.6 18.3043 5.10015C18.3594 5.14616 18.4118 5.19484 18.4614 5.24599C18.8999 5.69877 18.9814 6.35005 18.9965 7.5M18.9939 11.1C18.9688 12.7117 18.8401 13.6255 18.1799 14.2385C17.3598 15 16.0399 15 13.4 15H10.6C7.96013 15 6.6402 15 5.8201 14.2385C5 13.477 5 12.2513 5 9.8V8.5"/></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="M16.5 7.5L13.5 7.5"/><path stroke-linecap="round" d="M22 20H14M2 20H10"/><path stroke-linecap="round" d="M12 18V15"/><circle cx="12" cy="20" r="2"/><path stroke-linecap="round" d="M5 5.21734C5 4.64369 5 4.35687 5.04855 4.11795C5.26225 3.0662 6.14822 2.24352 7.28087 2.04508C7.53817 2 7.84705 2 8.46482 2C8.7355 2 8.87083 2 9.0009 2.01129C9.56166 2.05999 10.0936 2.26457 10.5272 2.59833C10.6277 2.67575 10.7234 2.76461 10.9148 2.94234L11.3 3.3C11.871 3.83026 12.1566 4.09538 12.4985 4.27203C12.6863 4.36906 12.8855 4.44569 13.0922 4.5004C13.4685 4.6 13.8723 4.6 14.6799 4.6H14.9415C16.7841 4.6 17.7055 4.6 18.3043 5.10015C18.3594 5.14616 18.4118 5.19484 18.4614 5.24599C18.8999 5.69877 18.9814 6.35005 18.9965 7.5M18.9939 11.1C18.9688 12.7117 18.8401 13.6255 18.1799 14.2385C17.3598 15 16.0399 15 13.4 15H10.6C7.96013 15 6.6402 15 5.8201 14.2385C5 13.477 5 12.2513 5 9.8V8.5"/></g></svg> </template>
CSS
.icon-folder-path-connect-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%22M16.5%207.5L13.5%207.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2020H14M2%2020H10%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2018V15%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2220%22%20r%3D%222%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%205.21734C5%204.64369%205%204.35687%205.04855%204.11795C5.26225%203.0662%206.14822%202.24352%207.28087%202.04508C7.53817%202%207.84705%202%208.46482%202C8.7355%202%208.87083%202%209.0009%202.01129C9.56166%202.05999%2010.0936%202.26457%2010.5272%202.59833C10.6277%202.67575%2010.7234%202.76461%2010.9148%202.94234L11.3%203.3C11.871%203.83026%2012.1566%204.09538%2012.4985%204.27203C12.6863%204.36906%2012.8855%204.44569%2013.0922%204.5004C13.4685%204.6%2013.8723%204.6%2014.6799%204.6H14.9415C16.7841%204.6%2017.7055%204.6%2018.3043%205.10015C18.3594%205.14616%2018.4118%205.19484%2018.4614%205.24599C18.8999%205.69877%2018.9814%206.35005%2018.9965%207.5M18.9939%2011.1C18.9688%2012.7117%2018.8401%2013.6255%2018.1799%2014.2385C17.3598%2015%2016.0399%2015%2013.4%2015H10.6C7.96013%2015%206.6402%2015%205.8201%2014.2385C5%2013.477%205%2012.2513%205%209.8V8.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%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M16.5%207.5L13.5%207.5%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M22%2020H14M2%2020H10%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M12%2018V15%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2220%22%20r%3D%222%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M5%205.21734C5%204.64369%205%204.35687%205.04855%204.11795C5.26225%203.0662%206.14822%202.24352%207.28087%202.04508C7.53817%202%207.84705%202%208.46482%202C8.7355%202%208.87083%202%209.0009%202.01129C9.56166%202.05999%2010.0936%202.26457%2010.5272%202.59833C10.6277%202.67575%2010.7234%202.76461%2010.9148%202.94234L11.3%203.3C11.871%203.83026%2012.1566%204.09538%2012.4985%204.27203C12.6863%204.36906%2012.8855%204.44569%2013.0922%204.5004C13.4685%204.6%2013.8723%204.6%2014.6799%204.6H14.9415C16.7841%204.6%2017.7055%204.6%2018.3043%205.10015C18.3594%205.14616%2018.4118%205.19484%2018.4614%205.24599C18.8999%205.69877%2018.9814%206.35005%2018.9965%207.5M18.9939%2011.1C18.9688%2012.7117%2018.8401%2013.6255%2018.1799%2014.2385C17.3598%2015%2016.0399%2015%2013.4%2015H10.6C7.96013%2015%206.6402%2015%205.8201%2014.2385C5%2013.477%205%2012.2513%205%209.8V8.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/folder-path-connect-broken.svg?color=%231a73e8&size=48