file-excel-filled from Ant Design Icons by HeskeyBaozi · Filled · MIT Free for personal and commercial use.

Name
file-excel-filled
Set
Ant Design Icons
Style
Filled
Viewbox
1024×1024
License
MIT
Aliases
file-excel-fill

2 other variants in Ant Design Icons

The same icon in other sets

Related icons in Ant Design Icons

Use the file excel icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4zM790.2 326L602 137.8V326zM575.34 477.84l-61.22 102.3L452.3 477.8a12 12 0 0 0-10.27-5.79h-38.44a12 12 0 0 0-6.4 1.85a12 12 0 0 0-3.75 16.56l82.34 130.42l-83.45 132.78a12 12 0 0 0-1.84 6.39a12 12 0 0 0 12 12h34.46a12 12 0 0 0 10.21-5.7l62.7-101.47l62.3 101.45a12 12 0 0 0 10.23 5.72h37.48a12 12 0 0 0 6.48-1.9a12 12 0 0 0 3.62-16.58l-83.83-130.55l85.3-132.47a12 12 0 0 0 1.9-6.5a12 12 0 0 0-12-12h-35.7a12 12 0 0 0-10.29 5.84z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignFileExcelFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4zM790.2 326L602 137.8V326zM575.34 477.84l-61.22 102.3L452.3 477.8a12 12 0 0 0-10.27-5.79h-38.44a12 12 0 0 0-6.4 1.85a12 12 0 0 0-3.75 16.56l82.34 130.42l-83.45 132.78a12 12 0 0 0-1.84 6.39a12 12 0 0 0 12 12h34.46a12 12 0 0 0 10.21-5.7l62.7-101.47l62.3 101.45a12 12 0 0 0 10.23 5.72h37.48a12 12 0 0 0 6.48-1.9a12 12 0 0 0 3.62-16.58l-83.83-130.55l85.3-132.47a12 12 0 0 0 1.9-6.5a12 12 0 0 0-12-12h-35.7a12 12 0 0 0-10.29 5.84z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M854.6 288.7c6 6 9.4 14.1 9.4 22.6V928c0 17.7-14.3 32-32 32H192c-17.7 0-32-14.3-32-32V96c0-17.7 14.3-32 32-32h424.7c8.5 0 16.7 3.4 22.7 9.4zM790.2 326L602 137.8V326zM575.34 477.84l-61.22 102.3L452.3 477.8a12 12 0 0 0-10.27-5.79h-38.44a12 12 0 0 0-6.4 1.85a12 12 0 0 0-3.75 16.56l82.34 130.42l-83.45 132.78a12 12 0 0 0-1.84 6.39a12 12 0 0 0 12 12h34.46a12 12 0 0 0 10.21-5.7l62.7-101.47l62.3 101.45a12 12 0 0 0 10.23 5.72h37.48a12 12 0 0 0 6.48-1.9a12 12 0 0 0 3.62-16.58l-83.83-130.55l85.3-132.47a12 12 0 0 0 1.9-6.5a12 12 0 0 0-12-12h-35.7a12 12 0 0 0-10.29 5.84z"/></svg>
</template>

CSS

.icon-file-excel-filled {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M854.6%20288.7c6%206%209.4%2014.1%209.4%2022.6V928c0%2017.7-14.3%2032-32%2032H192c-17.7%200-32-14.3-32-32V96c0-17.7%2014.3-32%2032-32h424.7c8.5%200%2016.7%203.4%2022.7%209.4zM790.2%20326L602%20137.8V326zM575.34%20477.84l-61.22%20102.3L452.3%20477.8a12%2012%200%200%200-10.27-5.79h-38.44a12%2012%200%200%200-6.4%201.85a12%2012%200%200%200-3.75%2016.56l82.34%20130.42l-83.45%20132.78a12%2012%200%200%200-1.84%206.39a12%2012%200%200%200%2012%2012h34.46a12%2012%200%200%200%2010.21-5.7l62.7-101.47l62.3%20101.45a12%2012%200%200%200%2010.23%205.72h37.48a12%2012%200%200%200%206.48-1.9a12%2012%200%200%200%203.62-16.58l-83.83-130.55l85.3-132.47a12%2012%200%200%200%201.9-6.5a12%2012%200%200%200-12-12h-35.7a12%2012%200%200%200-10.29%205.84z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M854.6%20288.7c6%206%209.4%2014.1%209.4%2022.6V928c0%2017.7-14.3%2032-32%2032H192c-17.7%200-32-14.3-32-32V96c0-17.7%2014.3-32%2032-32h424.7c8.5%200%2016.7%203.4%2022.7%209.4zM790.2%20326L602%20137.8V326zM575.34%20477.84l-61.22%20102.3L452.3%20477.8a12%2012%200%200%200-10.27-5.79h-38.44a12%2012%200%200%200-6.4%201.85a12%2012%200%200%200-3.75%2016.56l82.34%20130.42l-83.45%20132.78a12%2012%200%200%200-1.84%206.39a12%2012%200%200%200%2012%2012h34.46a12%2012%200%200%200%2010.21-5.7l62.7-101.47l62.3%20101.45a12%2012%200%200%200%2010.23%205.72h37.48a12%2012%200%200%200%206.48-1.9a12%2012%200%200%200%203.62-16.58l-83.83-130.55l85.3-132.47a12%2012%200%200%200%201.9-6.5a12%2012%200%200%200-12-12h-35.7a12%2012%200%200%200-10.29%205.84z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ant-design/file-excel-filled.svg?color=%231a73e8&size=48