file xls icon
file-xls-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- file-xls-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
Related icons in Phosphor
Use the file xls icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M152 208a4 4 0 0 1-4 4h-28a4 4 0 0 1-4-4v-56a4 4 0 0 1 8 0v52h24a4 4 0 0 1 4 4m-61.68-59.25a4 4 0 0 0-5.58.92L68 173.12l-16.75-23.45a4 4 0 0 0-6.5 4.66L63.08 180l-18.33 25.67a4 4 0 0 0 .93 5.58A3.9 3.9 0 0 0 48 212a4 4 0 0 0 3.25-1.67L68 186.88l16.74 23.45A4 4 0 0 0 88 212a3.9 3.9 0 0 0 2.32-.75a4 4 0 0 0 .93-5.58L72.91 180l18.34-25.67a4 4 0 0 0-.93-5.58m100.17 26.4c-10.53-3-15.08-4.91-14.43-10.08a8.57 8.57 0 0 1 3.75-6.49c6.26-4.23 18.77-2.24 23.07-1.11a4 4 0 0 0 2-7.74a61.3 61.3 0 0 0-10.48-1.61c-8.11-.54-14.54.75-19.09 3.82a16.63 16.63 0 0 0-7.22 12.13c-1.59 12.49 10.46 16 20.14 18.77c11.25 3.25 16.46 5.49 15.63 11.94a8.93 8.93 0 0 1-3.9 6.75c-6.28 4.17-18.61 2.05-22.83.88a4 4 0 1 0-2.15 7.7a57.7 57.7 0 0 0 14.21 1.89c5.17 0 10.83-.86 15.22-3.77a17 17 0 0 0 7.43-12.41c1.79-13.98-11.58-17.82-21.35-20.67M204 92h-52a4 4 0 0 1-4-4V36H56a4 4 0 0 0-4 4v72a4 4 0 0 1-8 0V40a12 12 0 0 1 12-12h96a4 4 0 0 1 2.83 1.17l56 56A4 4 0 0 1 212 88v24a4 4 0 0 1-8 0Zm-5.65-8L156 41.65V84Z"/></svg>
React
import type { SVGProps } from "react";
export function PhFileXlsThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M152 208a4 4 0 0 1-4 4h-28a4 4 0 0 1-4-4v-56a4 4 0 0 1 8 0v52h24a4 4 0 0 1 4 4m-61.68-59.25a4 4 0 0 0-5.58.92L68 173.12l-16.75-23.45a4 4 0 0 0-6.5 4.66L63.08 180l-18.33 25.67a4 4 0 0 0 .93 5.58A3.9 3.9 0 0 0 48 212a4 4 0 0 0 3.25-1.67L68 186.88l16.74 23.45A4 4 0 0 0 88 212a3.9 3.9 0 0 0 2.32-.75a4 4 0 0 0 .93-5.58L72.91 180l18.34-25.67a4 4 0 0 0-.93-5.58m100.17 26.4c-10.53-3-15.08-4.91-14.43-10.08a8.57 8.57 0 0 1 3.75-6.49c6.26-4.23 18.77-2.24 23.07-1.11a4 4 0 0 0 2-7.74a61.3 61.3 0 0 0-10.48-1.61c-8.11-.54-14.54.75-19.09 3.82a16.63 16.63 0 0 0-7.22 12.13c-1.59 12.49 10.46 16 20.14 18.77c11.25 3.25 16.46 5.49 15.63 11.94a8.93 8.93 0 0 1-3.9 6.75c-6.28 4.17-18.61 2.05-22.83.88a4 4 0 1 0-2.15 7.7a57.7 57.7 0 0 0 14.21 1.89c5.17 0 10.83-.86 15.22-3.77a17 17 0 0 0 7.43-12.41c1.79-13.98-11.58-17.82-21.35-20.67M204 92h-52a4 4 0 0 1-4-4V36H56a4 4 0 0 0-4 4v72a4 4 0 0 1-8 0V40a12 12 0 0 1 12-12h96a4 4 0 0 1 2.83 1.17l56 56A4 4 0 0 1 212 88v24a4 4 0 0 1-8 0Zm-5.65-8L156 41.65V84Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M152 208a4 4 0 0 1-4 4h-28a4 4 0 0 1-4-4v-56a4 4 0 0 1 8 0v52h24a4 4 0 0 1 4 4m-61.68-59.25a4 4 0 0 0-5.58.92L68 173.12l-16.75-23.45a4 4 0 0 0-6.5 4.66L63.08 180l-18.33 25.67a4 4 0 0 0 .93 5.58A3.9 3.9 0 0 0 48 212a4 4 0 0 0 3.25-1.67L68 186.88l16.74 23.45A4 4 0 0 0 88 212a3.9 3.9 0 0 0 2.32-.75a4 4 0 0 0 .93-5.58L72.91 180l18.34-25.67a4 4 0 0 0-.93-5.58m100.17 26.4c-10.53-3-15.08-4.91-14.43-10.08a8.57 8.57 0 0 1 3.75-6.49c6.26-4.23 18.77-2.24 23.07-1.11a4 4 0 0 0 2-7.74a61.3 61.3 0 0 0-10.48-1.61c-8.11-.54-14.54.75-19.09 3.82a16.63 16.63 0 0 0-7.22 12.13c-1.59 12.49 10.46 16 20.14 18.77c11.25 3.25 16.46 5.49 15.63 11.94a8.93 8.93 0 0 1-3.9 6.75c-6.28 4.17-18.61 2.05-22.83.88a4 4 0 1 0-2.15 7.7a57.7 57.7 0 0 0 14.21 1.89c5.17 0 10.83-.86 15.22-3.77a17 17 0 0 0 7.43-12.41c1.79-13.98-11.58-17.82-21.35-20.67M204 92h-52a4 4 0 0 1-4-4V36H56a4 4 0 0 0-4 4v72a4 4 0 0 1-8 0V40a12 12 0 0 1 12-12h96a4 4 0 0 1 2.83 1.17l56 56A4 4 0 0 1 212 88v24a4 4 0 0 1-8 0Zm-5.65-8L156 41.65V84Z"/></svg> </template>
CSS
.icon-file-xls-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M152%20208a4%204%200%200%201-4%204h-28a4%204%200%200%201-4-4v-56a4%204%200%200%201%208%200v52h24a4%204%200%200%201%204%204m-61.68-59.25a4%204%200%200%200-5.58.92L68%20173.12l-16.75-23.45a4%204%200%200%200-6.5%204.66L63.08%20180l-18.33%2025.67a4%204%200%200%200%20.93%205.58A3.9%203.9%200%200%200%2048%20212a4%204%200%200%200%203.25-1.67L68%20186.88l16.74%2023.45A4%204%200%200%200%2088%20212a3.9%203.9%200%200%200%202.32-.75a4%204%200%200%200%20.93-5.58L72.91%20180l18.34-25.67a4%204%200%200%200-.93-5.58m100.17%2026.4c-10.53-3-15.08-4.91-14.43-10.08a8.57%208.57%200%200%201%203.75-6.49c6.26-4.23%2018.77-2.24%2023.07-1.11a4%204%200%200%200%202-7.74a61.3%2061.3%200%200%200-10.48-1.61c-8.11-.54-14.54.75-19.09%203.82a16.63%2016.63%200%200%200-7.22%2012.13c-1.59%2012.49%2010.46%2016%2020.14%2018.77c11.25%203.25%2016.46%205.49%2015.63%2011.94a8.93%208.93%200%200%201-3.9%206.75c-6.28%204.17-18.61%202.05-22.83.88a4%204%200%201%200-2.15%207.7a57.7%2057.7%200%200%200%2014.21%201.89c5.17%200%2010.83-.86%2015.22-3.77a17%2017%200%200%200%207.43-12.41c1.79-13.98-11.58-17.82-21.35-20.67M204%2092h-52a4%204%200%200%201-4-4V36H56a4%204%200%200%200-4%204v72a4%204%200%200%201-8%200V40a12%2012%200%200%201%2012-12h96a4%204%200%200%201%202.83%201.17l56%2056A4%204%200%200%201%20212%2088v24a4%204%200%200%201-8%200Zm-5.65-8L156%2041.65V84Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M152%20208a4%204%200%200%201-4%204h-28a4%204%200%200%201-4-4v-56a4%204%200%200%201%208%200v52h24a4%204%200%200%201%204%204m-61.68-59.25a4%204%200%200%200-5.58.92L68%20173.12l-16.75-23.45a4%204%200%200%200-6.5%204.66L63.08%20180l-18.33%2025.67a4%204%200%200%200%20.93%205.58A3.9%203.9%200%200%200%2048%20212a4%204%200%200%200%203.25-1.67L68%20186.88l16.74%2023.45A4%204%200%200%200%2088%20212a3.9%203.9%200%200%200%202.32-.75a4%204%200%200%200%20.93-5.58L72.91%20180l18.34-25.67a4%204%200%200%200-.93-5.58m100.17%2026.4c-10.53-3-15.08-4.91-14.43-10.08a8.57%208.57%200%200%201%203.75-6.49c6.26-4.23%2018.77-2.24%2023.07-1.11a4%204%200%200%200%202-7.74a61.3%2061.3%200%200%200-10.48-1.61c-8.11-.54-14.54.75-19.09%203.82a16.63%2016.63%200%200%200-7.22%2012.13c-1.59%2012.49%2010.46%2016%2020.14%2018.77c11.25%203.25%2016.46%205.49%2015.63%2011.94a8.93%208.93%200%200%201-3.9%206.75c-6.28%204.17-18.61%202.05-22.83.88a4%204%200%201%200-2.15%207.7a57.7%2057.7%200%200%200%2014.21%201.89c5.17%200%2010.83-.86%2015.22-3.77a17%2017%200%200%200%207.43-12.41c1.79-13.98-11.58-17.82-21.35-20.67M204%2092h-52a4%204%200%200%201-4-4V36H56a4%204%200%200%200-4%204v72a4%204%200%200%201-8%200V40a12%2012%200%200%201%2012-12h96a4%204%200%200%201%202.83%201.17l56%2056A4%204%200%200%201%20212%2088v24a4%204%200%200%201-8%200Zm-5.65-8L156%2041.65V84Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/file-xls-thin.svg?color=%231a73e8&size=48