file xls icon
file-xls-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.
- Name
- file-xls-duotone
- Set
- Phosphor
- Style
- Duotone
- 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"><g fill="currentColor"><path d="M208 88h-56V32Z" opacity=".2"/><path d="M156 208a8 8 0 0 1-8 8h-28a8 8 0 0 1-8-8v-56a8 8 0 0 1 16 0v48h20a8 8 0 0 1 8 8m-63.35-62.51a8 8 0 0 0-11.16 1.86L68 166.24l-13.49-18.89a8 8 0 1 0-13 9.3L58.17 180l-16.68 23.35a8 8 0 0 0 13 9.3L68 193.76l13.49 18.89a8 8 0 0 0 13-9.3L77.83 180l16.68-23.35a8 8 0 0 0-1.86-11.16m98.94 25.82c-4-1.16-8.14-2.35-10.45-3.84c-1.25-.82-1.23-1-1.12-1.9a4.54 4.54 0 0 1 2-3.67c4.6-3.12 15.34-1.73 19.82-.56a8 8 0 0 0 4.07-15.48c-2.11-.55-21-5.22-32.83 2.76a20.58 20.58 0 0 0-8.95 14.94c-2 15.89 13.65 20.42 23 23.12c12.06 3.49 13.12 4.92 12.78 7.59c-.31 2.41-1.26 3.33-2.15 3.93c-4.6 3.06-15.16 1.56-19.54.35a8 8 0 0 0-4.29 15.45a60.6 60.6 0 0 0 15.19 2c5.82 0 12.3-1 17.49-4.46a20.81 20.81 0 0 0 9.18-15.23c2.21-17.31-14.31-22.14-24.2-25M40 112V40a16 16 0 0 1 16-16h96a8 8 0 0 1 5.66 2.34l56 56A8 8 0 0 1 216 88v24a8 8 0 1 1-16 0V96h-48a8 8 0 0 1-8-8V40H56v72a8 8 0 0 1-16 0m120-32h28.68L160 51.31Z"/></g></svg>
React
import type { SVGProps } from "react";
export function PhFileXlsDuotone(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M208 88h-56V32Z" opacity=".2"/><path d="M156 208a8 8 0 0 1-8 8h-28a8 8 0 0 1-8-8v-56a8 8 0 0 1 16 0v48h20a8 8 0 0 1 8 8m-63.35-62.51a8 8 0 0 0-11.16 1.86L68 166.24l-13.49-18.89a8 8 0 1 0-13 9.3L58.17 180l-16.68 23.35a8 8 0 0 0 13 9.3L68 193.76l13.49 18.89a8 8 0 0 0 13-9.3L77.83 180l16.68-23.35a8 8 0 0 0-1.86-11.16m98.94 25.82c-4-1.16-8.14-2.35-10.45-3.84c-1.25-.82-1.23-1-1.12-1.9a4.54 4.54 0 0 1 2-3.67c4.6-3.12 15.34-1.73 19.82-.56a8 8 0 0 0 4.07-15.48c-2.11-.55-21-5.22-32.83 2.76a20.58 20.58 0 0 0-8.95 14.94c-2 15.89 13.65 20.42 23 23.12c12.06 3.49 13.12 4.92 12.78 7.59c-.31 2.41-1.26 3.33-2.15 3.93c-4.6 3.06-15.16 1.56-19.54.35a8 8 0 0 0-4.29 15.45a60.6 60.6 0 0 0 15.19 2c5.82 0 12.3-1 17.49-4.46a20.81 20.81 0 0 0 9.18-15.23c2.21-17.31-14.31-22.14-24.2-25M40 112V40a16 16 0 0 1 16-16h96a8 8 0 0 1 5.66 2.34l56 56A8 8 0 0 1 216 88v24a8 8 0 1 1-16 0V96h-48a8 8 0 0 1-8-8V40H56v72a8 8 0 0 1-16 0m120-32h28.68L160 51.31Z"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M208 88h-56V32Z" opacity=".2"/><path d="M156 208a8 8 0 0 1-8 8h-28a8 8 0 0 1-8-8v-56a8 8 0 0 1 16 0v48h20a8 8 0 0 1 8 8m-63.35-62.51a8 8 0 0 0-11.16 1.86L68 166.24l-13.49-18.89a8 8 0 1 0-13 9.3L58.17 180l-16.68 23.35a8 8 0 0 0 13 9.3L68 193.76l13.49 18.89a8 8 0 0 0 13-9.3L77.83 180l16.68-23.35a8 8 0 0 0-1.86-11.16m98.94 25.82c-4-1.16-8.14-2.35-10.45-3.84c-1.25-.82-1.23-1-1.12-1.9a4.54 4.54 0 0 1 2-3.67c4.6-3.12 15.34-1.73 19.82-.56a8 8 0 0 0 4.07-15.48c-2.11-.55-21-5.22-32.83 2.76a20.58 20.58 0 0 0-8.95 14.94c-2 15.89 13.65 20.42 23 23.12c12.06 3.49 13.12 4.92 12.78 7.59c-.31 2.41-1.26 3.33-2.15 3.93c-4.6 3.06-15.16 1.56-19.54.35a8 8 0 0 0-4.29 15.45a60.6 60.6 0 0 0 15.19 2c5.82 0 12.3-1 17.49-4.46a20.81 20.81 0 0 0 9.18-15.23c2.21-17.31-14.31-22.14-24.2-25M40 112V40a16 16 0 0 1 16-16h96a8 8 0 0 1 5.66 2.34l56 56A8 8 0 0 1 216 88v24a8 8 0 1 1-16 0V96h-48a8 8 0 0 1-8-8V40H56v72a8 8 0 0 1-16 0m120-32h28.68L160 51.31Z"/></g></svg> </template>
CSS
.icon-file-xls-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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M208%2088h-56V32Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M156%20208a8%208%200%200%201-8%208h-28a8%208%200%200%201-8-8v-56a8%208%200%200%201%2016%200v48h20a8%208%200%200%201%208%208m-63.35-62.51a8%208%200%200%200-11.16%201.86L68%20166.24l-13.49-18.89a8%208%200%201%200-13%209.3L58.17%20180l-16.68%2023.35a8%208%200%200%200%2013%209.3L68%20193.76l13.49%2018.89a8%208%200%200%200%2013-9.3L77.83%20180l16.68-23.35a8%208%200%200%200-1.86-11.16m98.94%2025.82c-4-1.16-8.14-2.35-10.45-3.84c-1.25-.82-1.23-1-1.12-1.9a4.54%204.54%200%200%201%202-3.67c4.6-3.12%2015.34-1.73%2019.82-.56a8%208%200%200%200%204.07-15.48c-2.11-.55-21-5.22-32.83%202.76a20.58%2020.58%200%200%200-8.95%2014.94c-2%2015.89%2013.65%2020.42%2023%2023.12c12.06%203.49%2013.12%204.92%2012.78%207.59c-.31%202.41-1.26%203.33-2.15%203.93c-4.6%203.06-15.16%201.56-19.54.35a8%208%200%200%200-4.29%2015.45a60.6%2060.6%200%200%200%2015.19%202c5.82%200%2012.3-1%2017.49-4.46a20.81%2020.81%200%200%200%209.18-15.23c2.21-17.31-14.31-22.14-24.2-25M40%20112V40a16%2016%200%200%201%2016-16h96a8%208%200%200%201%205.66%202.34l56%2056A8%208%200%200%201%20216%2088v24a8%208%200%201%201-16%200V96h-48a8%208%200%200%201-8-8V40H56v72a8%208%200%200%201-16%200m120-32h28.68L160%2051.31Z%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M208%2088h-56V32Z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M156%20208a8%208%200%200%201-8%208h-28a8%208%200%200%201-8-8v-56a8%208%200%200%201%2016%200v48h20a8%208%200%200%201%208%208m-63.35-62.51a8%208%200%200%200-11.16%201.86L68%20166.24l-13.49-18.89a8%208%200%201%200-13%209.3L58.17%20180l-16.68%2023.35a8%208%200%200%200%2013%209.3L68%20193.76l13.49%2018.89a8%208%200%200%200%2013-9.3L77.83%20180l16.68-23.35a8%208%200%200%200-1.86-11.16m98.94%2025.82c-4-1.16-8.14-2.35-10.45-3.84c-1.25-.82-1.23-1-1.12-1.9a4.54%204.54%200%200%201%202-3.67c4.6-3.12%2015.34-1.73%2019.82-.56a8%208%200%200%200%204.07-15.48c-2.11-.55-21-5.22-32.83%202.76a20.58%2020.58%200%200%200-8.95%2014.94c-2%2015.89%2013.65%2020.42%2023%2023.12c12.06%203.49%2013.12%204.92%2012.78%207.59c-.31%202.41-1.26%203.33-2.15%203.93c-4.6%203.06-15.16%201.56-19.54.35a8%208%200%200%200-4.29%2015.45a60.6%2060.6%200%200%200%2015.19%202c5.82%200%2012.3-1%2017.49-4.46a20.81%2020.81%200%200%200%209.18-15.23c2.21-17.31-14.31-22.14-24.2-25M40%20112V40a16%2016%200%200%201%2016-16h96a8%208%200%200%201%205.66%202.34l56%2056A8%208%200%200%201%20216%2088v24a8%208%200%201%201-16%200V96h-48a8%208%200%200%201-8-8V40H56v72a8%208%200%200%201-16%200m120-32h28.68L160%2051.31Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/file-xls-duotone.svg?color=%231a73e8&size=48