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

Name
file-excel-twotone
Set
Ant Design Icons
Style
TwoTone
Viewbox
1024×1024
License
MIT

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" fill-opacity=".15" d="M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42m51.6 120h35.7a12.04 12.04 0 0 1 10.1 18.5L546.1 623l84 130.4c3.6 5.6 2 13-3.6 16.6c-2 1.2-4.2 1.9-6.5 1.9h-37.5c-4.1 0-8-2.1-10.2-5.7L510 664.8l-62.7 101.5c-2.2 3.5-6 5.7-10.2 5.7h-34.5a12.04 12.04 0 0 1-10.2-18.4l83.4-132.8l-82.3-130.4c-3.6-5.7-1.9-13.1 3.7-16.6c1.9-1.3 4.1-1.9 6.4-1.9H442c4.2 0 8.1 2.2 10.3 5.8l61.8 102.4l61.2-102.3c2.2-3.6 6.1-5.8 10.3-5.8"/><path fill="currentColor" d="M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7M602 137.8L790.2 326H602zM792 888H232V136h302v216a42 42 0 0 0 42 42h216z"/><path fill="currentColor" d="m514.1 580.1l-61.8-102.4c-2.2-3.6-6.1-5.8-10.3-5.8h-38.4c-2.3 0-4.5.6-6.4 1.9c-5.6 3.5-7.3 10.9-3.7 16.6l82.3 130.4l-83.4 132.8a12.04 12.04 0 0 0 10.2 18.4h34.5c4.2 0 8-2.2 10.2-5.7L510 664.8l62.3 101.4c2.2 3.6 6.1 5.7 10.2 5.7H620c2.3 0 4.5-.7 6.5-1.9c5.6-3.6 7.2-11 3.6-16.6l-84-130.4l85.3-132.5a12.04 12.04 0 0 0-10.1-18.5h-35.7c-4.2 0-8.1 2.2-10.3 5.8z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignFileExcelTwotone(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" fillOpacity=".15" d="M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42m51.6 120h35.7a12.04 12.04 0 0 1 10.1 18.5L546.1 623l84 130.4c3.6 5.6 2 13-3.6 16.6c-2 1.2-4.2 1.9-6.5 1.9h-37.5c-4.1 0-8-2.1-10.2-5.7L510 664.8l-62.7 101.5c-2.2 3.5-6 5.7-10.2 5.7h-34.5a12.04 12.04 0 0 1-10.2-18.4l83.4-132.8l-82.3-130.4c-3.6-5.7-1.9-13.1 3.7-16.6c1.9-1.3 4.1-1.9 6.4-1.9H442c4.2 0 8.1 2.2 10.3 5.8l61.8 102.4l61.2-102.3c2.2-3.6 6.1-5.8 10.3-5.8"/><path fill="currentColor" d="M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7M602 137.8L790.2 326H602zM792 888H232V136h302v216a42 42 0 0 0 42 42h216z"/><path fill="currentColor" d="m514.1 580.1l-61.8-102.4c-2.2-3.6-6.1-5.8-10.3-5.8h-38.4c-2.3 0-4.5.6-6.4 1.9c-5.6 3.5-7.3 10.9-3.7 16.6l82.3 130.4l-83.4 132.8a12.04 12.04 0 0 0 10.2 18.4h34.5c4.2 0 8-2.2 10.2-5.7L510 664.8l62.3 101.4c2.2 3.6 6.1 5.7 10.2 5.7H620c2.3 0 4.5-.7 6.5-1.9c5.6-3.6 7.2-11 3.6-16.6l-84-130.4l85.3-132.5a12.04 12.04 0 0 0-10.1-18.5h-35.7c-4.2 0-8.1 2.2-10.3 5.8z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-opacity=".15" d="M534 352V136H232v752h560V394H576a42 42 0 0 1-42-42m51.6 120h35.7a12.04 12.04 0 0 1 10.1 18.5L546.1 623l84 130.4c3.6 5.6 2 13-3.6 16.6c-2 1.2-4.2 1.9-6.5 1.9h-37.5c-4.1 0-8-2.1-10.2-5.7L510 664.8l-62.7 101.5c-2.2 3.5-6 5.7-10.2 5.7h-34.5a12.04 12.04 0 0 1-10.2-18.4l83.4-132.8l-82.3-130.4c-3.6-5.7-1.9-13.1 3.7-16.6c1.9-1.3 4.1-1.9 6.4-1.9H442c4.2 0 8.1 2.2 10.3 5.8l61.8 102.4l61.2-102.3c2.2-3.6 6.1-5.8 10.3-5.8"/><path fill="currentColor" d="M854.6 288.6L639.4 73.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7 0-32 14.3-32 32v832c0 17.7 14.3 32 32 32h640c17.7 0 32-14.3 32-32V311.3c0-8.5-3.4-16.7-9.4-22.7M602 137.8L790.2 326H602zM792 888H232V136h302v216a42 42 0 0 0 42 42h216z"/><path fill="currentColor" d="m514.1 580.1l-61.8-102.4c-2.2-3.6-6.1-5.8-10.3-5.8h-38.4c-2.3 0-4.5.6-6.4 1.9c-5.6 3.5-7.3 10.9-3.7 16.6l82.3 130.4l-83.4 132.8a12.04 12.04 0 0 0 10.2 18.4h34.5c4.2 0 8-2.2 10.2-5.7L510 664.8l62.3 101.4c2.2 3.6 6.1 5.7 10.2 5.7H620c2.3 0 4.5-.7 6.5-1.9c5.6-3.6 7.2-11 3.6-16.6l-84-130.4l85.3-132.5a12.04 12.04 0 0 0-10.1-18.5h-35.7c-4.2 0-8.1 2.2-10.3 5.8z"/></svg>
</template>

CSS

.icon-file-excel-twotone {
  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%20fill-opacity%3D%22.15%22%20d%3D%22M534%20352V136H232v752h560V394H576a42%2042%200%200%201-42-42m51.6%20120h35.7a12.04%2012.04%200%200%201%2010.1%2018.5L546.1%20623l84%20130.4c3.6%205.6%202%2013-3.6%2016.6c-2%201.2-4.2%201.9-6.5%201.9h-37.5c-4.1%200-8-2.1-10.2-5.7L510%20664.8l-62.7%20101.5c-2.2%203.5-6%205.7-10.2%205.7h-34.5a12.04%2012.04%200%200%201-10.2-18.4l83.4-132.8l-82.3-130.4c-3.6-5.7-1.9-13.1%203.7-16.6c1.9-1.3%204.1-1.9%206.4-1.9H442c4.2%200%208.1%202.2%2010.3%205.8l61.8%20102.4l61.2-102.3c2.2-3.6%206.1-5.8%2010.3-5.8%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M854.6%20288.6L639.4%2073.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7%200-32%2014.3-32%2032v832c0%2017.7%2014.3%2032%2032%2032h640c17.7%200%2032-14.3%2032-32V311.3c0-8.5-3.4-16.7-9.4-22.7M602%20137.8L790.2%20326H602zM792%20888H232V136h302v216a42%2042%200%200%200%2042%2042h216z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m514.1%20580.1l-61.8-102.4c-2.2-3.6-6.1-5.8-10.3-5.8h-38.4c-2.3%200-4.5.6-6.4%201.9c-5.6%203.5-7.3%2010.9-3.7%2016.6l82.3%20130.4l-83.4%20132.8a12.04%2012.04%200%200%200%2010.2%2018.4h34.5c4.2%200%208-2.2%2010.2-5.7L510%20664.8l62.3%20101.4c2.2%203.6%206.1%205.7%2010.2%205.7H620c2.3%200%204.5-.7%206.5-1.9c5.6-3.6%207.2-11%203.6-16.6l-84-130.4l85.3-132.5a12.04%2012.04%200%200%200-10.1-18.5h-35.7c-4.2%200-8.1%202.2-10.3%205.8z%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%20fill-opacity%3D%22.15%22%20d%3D%22M534%20352V136H232v752h560V394H576a42%2042%200%200%201-42-42m51.6%20120h35.7a12.04%2012.04%200%200%201%2010.1%2018.5L546.1%20623l84%20130.4c3.6%205.6%202%2013-3.6%2016.6c-2%201.2-4.2%201.9-6.5%201.9h-37.5c-4.1%200-8-2.1-10.2-5.7L510%20664.8l-62.7%20101.5c-2.2%203.5-6%205.7-10.2%205.7h-34.5a12.04%2012.04%200%200%201-10.2-18.4l83.4-132.8l-82.3-130.4c-3.6-5.7-1.9-13.1%203.7-16.6c1.9-1.3%204.1-1.9%206.4-1.9H442c4.2%200%208.1%202.2%2010.3%205.8l61.8%20102.4l61.2-102.3c2.2-3.6%206.1-5.8%2010.3-5.8%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M854.6%20288.6L639.4%2073.4c-6-6-14.1-9.4-22.6-9.4H192c-17.7%200-32%2014.3-32%2032v832c0%2017.7%2014.3%2032%2032%2032h640c17.7%200%2032-14.3%2032-32V311.3c0-8.5-3.4-16.7-9.4-22.7M602%20137.8L790.2%20326H602zM792%20888H232V136h302v216a42%2042%200%200%200%2042%2042h216z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m514.1%20580.1l-61.8-102.4c-2.2-3.6-6.1-5.8-10.3-5.8h-38.4c-2.3%200-4.5.6-6.4%201.9c-5.6%203.5-7.3%2010.9-3.7%2016.6l82.3%20130.4l-83.4%20132.8a12.04%2012.04%200%200%200%2010.2%2018.4h34.5c4.2%200%208-2.2%2010.2-5.7L510%20664.8l62.3%20101.4c2.2%203.6%206.1%205.7%2010.2%205.7H620c2.3%200%204.5-.7%206.5-1.9c5.6-3.6%207.2-11%203.6-16.6l-84-130.4l85.3-132.5a12.04%2012.04%200%200%200-10.1-18.5h-35.7c-4.2%200-8.1%202.2-10.3%205.8z%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-twotone.svg?color=%231a73e8&size=48