file explorer icon
file-explorer-outline from Dither Icons by Vijay K Singh · Outline · MIT Free for personal and commercial use.
- Name
- file-explorer-outline
- Set
- Dither Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
2 other variants in Dither Icons
Use the file explorer icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><clipPath id="svgID68"><rect width="15.2" height="10.6" x="4.4" y="8.3"/></clipPath></defs><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.7 4.4h14.6a1 1 0 0 1 1 1v13.2a1 1 0 0 1-1 1H4.7a1 1 0 0 1-1-1V5.4a1 1 0 0 1 1-1Z"/><g opacity=".5"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M4.4 7.3h15.2"/><circle cx="5.8" cy="5.9" r=".32"/><circle cx="7.3" cy="5.9" r=".32"/></g><g fill="none" stroke="currentColor" clip-path="url(#svgID68)"><path stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M10.7 10.7h6.9M12.1 13.5h6.1M10.7 16.3h5.2" opacity=".45"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M8.8 8.8v9.3" opacity=".65"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M5.6 9.7V17" opacity=".6"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M5.6 10.6h1.7" opacity=".6"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M5.6 13.8h1.7" opacity=".6"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M5.6 17h1.7" opacity=".6"/><circle cx="7.3" cy="10.6" r=".45" stroke-width=".45" opacity=".6"/><circle cx="7.3" cy="13.8" r=".45" stroke-width=".45" opacity=".9"/><circle cx="7.3" cy="17" r=".45" stroke-width=".45" opacity=".6"/><circle cx="7.3" cy="13.8" r="1.15" stroke-width=".5" opacity="0"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M10.4 8.35h1.4" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M10.4 18.55h1.4" opacity="0"/></g></svg>
React
import type { SVGProps } from "react";
export function DitherFileExplorerOutline(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"><defs><clipPath id="svgID68"><rect width="15.2" height="10.6" x="4.4" y="8.3"/></clipPath></defs><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.4" d="M4.7 4.4h14.6a1 1 0 0 1 1 1v13.2a1 1 0 0 1-1 1H4.7a1 1 0 0 1-1-1V5.4a1 1 0 0 1 1-1Z"/><g opacity=".5"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".65" d="M4.4 7.3h15.2"/><circle cx="5.8" cy="5.9" r=".32"/><circle cx="7.3" cy="5.9" r=".32"/></g><g fill="none" stroke="currentColor" clipPath="url(#svgID68)"><path strokeLinecap="round" strokeLinejoin="round" strokeWidth=".8" d="M10.7 10.7h6.9M12.1 13.5h6.1M10.7 16.3h5.2" opacity=".45"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth=".8" d="M8.8 8.8v9.3" opacity=".65"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth=".55" d="M5.6 9.7V17" opacity=".6"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth=".55" d="M5.6 10.6h1.7" opacity=".6"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth=".55" d="M5.6 13.8h1.7" opacity=".6"/><path strokeLinecap="round" strokeLinejoin="round" strokeWidth=".55" d="M5.6 17h1.7" opacity=".6"/><circle cx="7.3" cy="10.6" r=".45" strokeWidth=".45" opacity=".6"/><circle cx="7.3" cy="13.8" r=".45" strokeWidth=".45" opacity=".9"/><circle cx="7.3" cy="17" r=".45" strokeWidth=".45" opacity=".6"/><circle cx="7.3" cy="13.8" r="1.15" strokeWidth=".5" opacity="0"/></g><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M10.4 8.35h1.4" opacity="0"/><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth=".6" d="M10.4 18.55h1.4" opacity="0"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><defs><clipPath id="svgID68"><rect width="15.2" height="10.6" x="4.4" y="8.3"/></clipPath></defs><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.4" d="M4.7 4.4h14.6a1 1 0 0 1 1 1v13.2a1 1 0 0 1-1 1H4.7a1 1 0 0 1-1-1V5.4a1 1 0 0 1 1-1Z"/><g opacity=".5"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".65" d="M4.4 7.3h15.2"/><circle cx="5.8" cy="5.9" r=".32"/><circle cx="7.3" cy="5.9" r=".32"/></g><g fill="none" stroke="currentColor" clip-path="url(#svgID68)"><path stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M10.7 10.7h6.9M12.1 13.5h6.1M10.7 16.3h5.2" opacity=".45"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width=".8" d="M8.8 8.8v9.3" opacity=".65"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M5.6 9.7V17" opacity=".6"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M5.6 10.6h1.7" opacity=".6"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M5.6 13.8h1.7" opacity=".6"/><path stroke-linecap="round" stroke-linejoin="round" stroke-width=".55" d="M5.6 17h1.7" opacity=".6"/><circle cx="7.3" cy="10.6" r=".45" stroke-width=".45" opacity=".6"/><circle cx="7.3" cy="13.8" r=".45" stroke-width=".45" opacity=".9"/><circle cx="7.3" cy="17" r=".45" stroke-width=".45" opacity=".6"/><circle cx="7.3" cy="13.8" r="1.15" stroke-width=".5" opacity="0"/></g><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M10.4 8.35h1.4" opacity="0"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width=".6" d="M10.4 18.55h1.4" opacity="0"/></g></svg> </template>
CSS
.icon-file-explorer-outline {
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%3Cdefs%3E%3CclipPath%20id%3D%22svgID68%22%3E%3Crect%20width%3D%2215.2%22%20height%3D%2210.6%22%20x%3D%224.4%22%20y%3D%228.3%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M4.7%204.4h14.6a1%201%200%200%201%201%201v13.2a1%201%200%200%201-1%201H4.7a1%201%200%200%201-1-1V5.4a1%201%200%200%201%201-1Z%22%2F%3E%3Cg%20opacity%3D%22.5%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M4.4%207.3h15.2%22%2F%3E%3Ccircle%20cx%3D%225.8%22%20cy%3D%225.9%22%20r%3D%22.32%22%2F%3E%3Ccircle%20cx%3D%227.3%22%20cy%3D%225.9%22%20r%3D%22.32%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20clip-path%3D%22url(%23svgID68)%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M10.7%2010.7h6.9M12.1%2013.5h6.1M10.7%2016.3h5.2%22%20opacity%3D%22.45%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M8.8%208.8v9.3%22%20opacity%3D%22.65%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M5.6%209.7V17%22%20opacity%3D%22.6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M5.6%2010.6h1.7%22%20opacity%3D%22.6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M5.6%2013.8h1.7%22%20opacity%3D%22.6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M5.6%2017h1.7%22%20opacity%3D%22.6%22%2F%3E%3Ccircle%20cx%3D%227.3%22%20cy%3D%2210.6%22%20r%3D%22.45%22%20stroke-width%3D%22.45%22%20opacity%3D%22.6%22%2F%3E%3Ccircle%20cx%3D%227.3%22%20cy%3D%2213.8%22%20r%3D%22.45%22%20stroke-width%3D%22.45%22%20opacity%3D%22.9%22%2F%3E%3Ccircle%20cx%3D%227.3%22%20cy%3D%2217%22%20r%3D%22.45%22%20stroke-width%3D%22.45%22%20opacity%3D%22.6%22%2F%3E%3Ccircle%20cx%3D%227.3%22%20cy%3D%2213.8%22%20r%3D%221.15%22%20stroke-width%3D%22.5%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M10.4%208.35h1.4%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M10.4%2018.55h1.4%22%20opacity%3D%220%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%3Cdefs%3E%3CclipPath%20id%3D%22svgID68%22%3E%3Crect%20width%3D%2215.2%22%20height%3D%2210.6%22%20x%3D%224.4%22%20y%3D%228.3%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.4%22%20d%3D%22M4.7%204.4h14.6a1%201%200%200%201%201%201v13.2a1%201%200%200%201-1%201H4.7a1%201%200%200%201-1-1V5.4a1%201%200%200%201%201-1Z%22%2F%3E%3Cg%20opacity%3D%22.5%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.65%22%20d%3D%22M4.4%207.3h15.2%22%2F%3E%3Ccircle%20cx%3D%225.8%22%20cy%3D%225.9%22%20r%3D%22.32%22%2F%3E%3Ccircle%20cx%3D%227.3%22%20cy%3D%225.9%22%20r%3D%22.32%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20clip-path%3D%22url(%23svgID68)%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M10.7%2010.7h6.9M12.1%2013.5h6.1M10.7%2016.3h5.2%22%20opacity%3D%22.45%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.8%22%20d%3D%22M8.8%208.8v9.3%22%20opacity%3D%22.65%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M5.6%209.7V17%22%20opacity%3D%22.6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M5.6%2010.6h1.7%22%20opacity%3D%22.6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M5.6%2013.8h1.7%22%20opacity%3D%22.6%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.55%22%20d%3D%22M5.6%2017h1.7%22%20opacity%3D%22.6%22%2F%3E%3Ccircle%20cx%3D%227.3%22%20cy%3D%2210.6%22%20r%3D%22.45%22%20stroke-width%3D%22.45%22%20opacity%3D%22.6%22%2F%3E%3Ccircle%20cx%3D%227.3%22%20cy%3D%2213.8%22%20r%3D%22.45%22%20stroke-width%3D%22.45%22%20opacity%3D%22.9%22%2F%3E%3Ccircle%20cx%3D%227.3%22%20cy%3D%2217%22%20r%3D%22.45%22%20stroke-width%3D%22.45%22%20opacity%3D%22.6%22%2F%3E%3Ccircle%20cx%3D%227.3%22%20cy%3D%2213.8%22%20r%3D%221.15%22%20stroke-width%3D%22.5%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M10.4%208.35h1.4%22%20opacity%3D%220%22%2F%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%22.6%22%20d%3D%22M10.4%2018.55h1.4%22%20opacity%3D%220%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/dither/file-explorer-outline.svg?color=%231a73e8&size=48