file excel icon
file-excel from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.
- Name
- file-excel
- Set
- Prime Icons
- Style
- Regular
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
file-excel-filledAnt Design Iconsfile-excelBootstrap Iconsfile-excelFont Awesome 6 Regularfile-excelFont Awesome 6 Solidfile-excelFont Awesome Regularfile-excelFont Awesome Solidfile-excelIconParkfile-excelIconPark Outlinefile-excelIconPark Solidfile-excelIconPark TwoTonefile-excelLine Awesomefile-excelMaterial Design Iconsfile-excel-fillRemix Iconfile-excelTabler Iconsfile-excelTDesign Icons
Related icons in Prime Icons
Use the file excel icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.53 9L13 3.47a.75.75 0 0 0-.53-.22H8A2.75 2.75 0 0 0 5.25 6v12A2.75 2.75 0 0 0 8 20.75h8A2.75 2.75 0 0 0 18.75 18V9.5a.75.75 0 0 0-.22-.5m-5.28-3.19l2.94 2.94h-2.94ZM16 19.25H8A1.25 1.25 0 0 1 6.75 18V6A1.25 1.25 0 0 1 8 4.75h3.75V9.5a.76.76 0 0 0 .75.75h4.75V18A1.25 1.25 0 0 1 16 19.25"/><path fill="currentColor" d="M14.47 11.91a.77.77 0 0 0-1.06.12L12 13.8L10.59 12a.75.75 0 1 0-1.18 1L11 15l-1.59 2a.75.75 0 0 0 1.18.94L12 16.2l1.41 1.8a.77.77 0 0 0 .59.28a.75.75 0 0 0 .59-1.28L13 15l1.63-2a.77.77 0 0 0-.16-1.09"/></svg>
React
import type { SVGProps } from "react";
export function PrimeFileExcel(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="M18.53 9L13 3.47a.75.75 0 0 0-.53-.22H8A2.75 2.75 0 0 0 5.25 6v12A2.75 2.75 0 0 0 8 20.75h8A2.75 2.75 0 0 0 18.75 18V9.5a.75.75 0 0 0-.22-.5m-5.28-3.19l2.94 2.94h-2.94ZM16 19.25H8A1.25 1.25 0 0 1 6.75 18V6A1.25 1.25 0 0 1 8 4.75h3.75V9.5a.76.76 0 0 0 .75.75h4.75V18A1.25 1.25 0 0 1 16 19.25"/><path fill="currentColor" d="M14.47 11.91a.77.77 0 0 0-1.06.12L12 13.8L10.59 12a.75.75 0 1 0-1.18 1L11 15l-1.59 2a.75.75 0 0 0 1.18.94L12 16.2l1.41 1.8a.77.77 0 0 0 .59.28a.75.75 0 0 0 .59-1.28L13 15l1.63-2a.77.77 0 0 0-.16-1.09"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.53 9L13 3.47a.75.75 0 0 0-.53-.22H8A2.75 2.75 0 0 0 5.25 6v12A2.75 2.75 0 0 0 8 20.75h8A2.75 2.75 0 0 0 18.75 18V9.5a.75.75 0 0 0-.22-.5m-5.28-3.19l2.94 2.94h-2.94ZM16 19.25H8A1.25 1.25 0 0 1 6.75 18V6A1.25 1.25 0 0 1 8 4.75h3.75V9.5a.76.76 0 0 0 .75.75h4.75V18A1.25 1.25 0 0 1 16 19.25"/><path fill="currentColor" d="M14.47 11.91a.77.77 0 0 0-1.06.12L12 13.8L10.59 12a.75.75 0 1 0-1.18 1L11 15l-1.59 2a.75.75 0 0 0 1.18.94L12 16.2l1.41 1.8a.77.77 0 0 0 .59.28a.75.75 0 0 0 .59-1.28L13 15l1.63-2a.77.77 0 0 0-.16-1.09"/></svg> </template>
CSS
.icon-file-excel {
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%22M18.53%209L13%203.47a.75.75%200%200%200-.53-.22H8A2.75%202.75%200%200%200%205.25%206v12A2.75%202.75%200%200%200%208%2020.75h8A2.75%202.75%200%200%200%2018.75%2018V9.5a.75.75%200%200%200-.22-.5m-5.28-3.19l2.94%202.94h-2.94ZM16%2019.25H8A1.25%201.25%200%200%201%206.75%2018V6A1.25%201.25%200%200%201%208%204.75h3.75V9.5a.76.76%200%200%200%20.75.75h4.75V18A1.25%201.25%200%200%201%2016%2019.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.47%2011.91a.77.77%200%200%200-1.06.12L12%2013.8L10.59%2012a.75.75%200%201%200-1.18%201L11%2015l-1.59%202a.75.75%200%200%200%201.18.94L12%2016.2l1.41%201.8a.77.77%200%200%200%20.59.28a.75.75%200%200%200%20.59-1.28L13%2015l1.63-2a.77.77%200%200%200-.16-1.09%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%22M18.53%209L13%203.47a.75.75%200%200%200-.53-.22H8A2.75%202.75%200%200%200%205.25%206v12A2.75%202.75%200%200%200%208%2020.75h8A2.75%202.75%200%200%200%2018.75%2018V9.5a.75.75%200%200%200-.22-.5m-5.28-3.19l2.94%202.94h-2.94ZM16%2019.25H8A1.25%201.25%200%200%201%206.75%2018V6A1.25%201.25%200%200%201%208%204.75h3.75V9.5a.76.76%200%200%200%20.75.75h4.75V18A1.25%201.25%200%200%201%2016%2019.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M14.47%2011.91a.77.77%200%200%200-1.06.12L12%2013.8L10.59%2012a.75.75%200%201%200-1.18%201L11%2015l-1.59%202a.75.75%200%200%200%201.18.94L12%2016.2l1.41%201.8a.77.77%200%200%200%20.59.28a.75.75%200%200%200%20.59-1.28L13%2015l1.63-2a.77.77%200%200%200-.16-1.09%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/prime/file-excel.svg?color=%231a73e8&size=48