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

Name
file-unknown-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 unknown 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-42m-22 424c-17.7 0-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32m110-228.4c.7 44.9-29.7 84.5-74.3 98.9c-5.7 1.8-9.7 7.3-9.7 13.3V672c0 5.5-4.5 10-10 10h-32c-5.5 0-10-4.5-10-10v-32c.2-19.8 15.4-37.3 34.7-40.1C549 596.2 570 574.3 570 549c0-28.1-25.8-51.5-58-51.5s-58 23.4-58 51.6c0 5.2-4.4 9.4-9.8 9.4h-32.4c-5.4 0-9.8-4.1-9.8-9.5c0-57.4 50.1-103.7 111.5-103c59.3.8 107.7 46.1 108.5 101.6"/><path fill="currentColor" d="M854.6 288.7L639.4 73.4c-6-6-14.2-9.4-22.7-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.6-9.4-22.6M602 137.8L790.2 326H602zM792 888H232V136h302v216a42 42 0 0 0 42 42h216z"/><path fill="currentColor" d="M480 744a32 32 0 1 0 64 0a32 32 0 1 0-64 0m-78-195c0 5.4 4.4 9.5 9.8 9.5h32.4c5.4 0 9.8-4.2 9.8-9.4c0-28.2 25.8-51.6 58-51.6s58 23.4 58 51.5c0 25.3-21 47.2-49.3 50.9c-19.3 2.8-34.5 20.3-34.7 40.1v32c0 5.5 4.5 10 10 10h32c5.5 0 10-4.5 10-10v-12.2c0-6 4-11.5 9.7-13.3c44.6-14.4 75-54 74.3-98.9c-.8-55.5-49.2-100.8-108.5-101.6c-61.4-.7-111.5 45.6-111.5 103"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignFileUnknownTwotone(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-42m-22 424c-17.7 0-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32m110-228.4c.7 44.9-29.7 84.5-74.3 98.9c-5.7 1.8-9.7 7.3-9.7 13.3V672c0 5.5-4.5 10-10 10h-32c-5.5 0-10-4.5-10-10v-32c.2-19.8 15.4-37.3 34.7-40.1C549 596.2 570 574.3 570 549c0-28.1-25.8-51.5-58-51.5s-58 23.4-58 51.6c0 5.2-4.4 9.4-9.8 9.4h-32.4c-5.4 0-9.8-4.1-9.8-9.5c0-57.4 50.1-103.7 111.5-103c59.3.8 107.7 46.1 108.5 101.6"/><path fill="currentColor" d="M854.6 288.7L639.4 73.4c-6-6-14.2-9.4-22.7-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.6-9.4-22.6M602 137.8L790.2 326H602zM792 888H232V136h302v216a42 42 0 0 0 42 42h216z"/><path fill="currentColor" d="M480 744a32 32 0 1 0 64 0a32 32 0 1 0-64 0m-78-195c0 5.4 4.4 9.5 9.8 9.5h32.4c5.4 0 9.8-4.2 9.8-9.4c0-28.2 25.8-51.6 58-51.6s58 23.4 58 51.5c0 25.3-21 47.2-49.3 50.9c-19.3 2.8-34.5 20.3-34.7 40.1v32c0 5.5 4.5 10 10 10h32c5.5 0 10-4.5 10-10v-12.2c0-6 4-11.5 9.7-13.3c44.6-14.4 75-54 74.3-98.9c-.8-55.5-49.2-100.8-108.5-101.6c-61.4-.7-111.5 45.6-111.5 103"/></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-42m-22 424c-17.7 0-32-14.3-32-32s14.3-32 32-32s32 14.3 32 32s-14.3 32-32 32m110-228.4c.7 44.9-29.7 84.5-74.3 98.9c-5.7 1.8-9.7 7.3-9.7 13.3V672c0 5.5-4.5 10-10 10h-32c-5.5 0-10-4.5-10-10v-32c.2-19.8 15.4-37.3 34.7-40.1C549 596.2 570 574.3 570 549c0-28.1-25.8-51.5-58-51.5s-58 23.4-58 51.6c0 5.2-4.4 9.4-9.8 9.4h-32.4c-5.4 0-9.8-4.1-9.8-9.5c0-57.4 50.1-103.7 111.5-103c59.3.8 107.7 46.1 108.5 101.6"/><path fill="currentColor" d="M854.6 288.7L639.4 73.4c-6-6-14.2-9.4-22.7-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.6-9.4-22.6M602 137.8L790.2 326H602zM792 888H232V136h302v216a42 42 0 0 0 42 42h216z"/><path fill="currentColor" d="M480 744a32 32 0 1 0 64 0a32 32 0 1 0-64 0m-78-195c0 5.4 4.4 9.5 9.8 9.5h32.4c5.4 0 9.8-4.2 9.8-9.4c0-28.2 25.8-51.6 58-51.6s58 23.4 58 51.5c0 25.3-21 47.2-49.3 50.9c-19.3 2.8-34.5 20.3-34.7 40.1v32c0 5.5 4.5 10 10 10h32c5.5 0 10-4.5 10-10v-12.2c0-6 4-11.5 9.7-13.3c44.6-14.4 75-54 74.3-98.9c-.8-55.5-49.2-100.8-108.5-101.6c-61.4-.7-111.5 45.6-111.5 103"/></svg>
</template>

CSS

.icon-file-unknown-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-42m-22%20424c-17.7%200-32-14.3-32-32s14.3-32%2032-32s32%2014.3%2032%2032s-14.3%2032-32%2032m110-228.4c.7%2044.9-29.7%2084.5-74.3%2098.9c-5.7%201.8-9.7%207.3-9.7%2013.3V672c0%205.5-4.5%2010-10%2010h-32c-5.5%200-10-4.5-10-10v-32c.2-19.8%2015.4-37.3%2034.7-40.1C549%20596.2%20570%20574.3%20570%20549c0-28.1-25.8-51.5-58-51.5s-58%2023.4-58%2051.6c0%205.2-4.4%209.4-9.8%209.4h-32.4c-5.4%200-9.8-4.1-9.8-9.5c0-57.4%2050.1-103.7%20111.5-103c59.3.8%20107.7%2046.1%20108.5%20101.6%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M854.6%20288.7L639.4%2073.4c-6-6-14.2-9.4-22.7-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.6-9.4-22.6M602%20137.8L790.2%20326H602zM792%20888H232V136h302v216a42%2042%200%200%200%2042%2042h216z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%20744a32%2032%200%201%200%2064%200a32%2032%200%201%200-64%200m-78-195c0%205.4%204.4%209.5%209.8%209.5h32.4c5.4%200%209.8-4.2%209.8-9.4c0-28.2%2025.8-51.6%2058-51.6s58%2023.4%2058%2051.5c0%2025.3-21%2047.2-49.3%2050.9c-19.3%202.8-34.5%2020.3-34.7%2040.1v32c0%205.5%204.5%2010%2010%2010h32c5.5%200%2010-4.5%2010-10v-12.2c0-6%204-11.5%209.7-13.3c44.6-14.4%2075-54%2074.3-98.9c-.8-55.5-49.2-100.8-108.5-101.6c-61.4-.7-111.5%2045.6-111.5%20103%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-42m-22%20424c-17.7%200-32-14.3-32-32s14.3-32%2032-32s32%2014.3%2032%2032s-14.3%2032-32%2032m110-228.4c.7%2044.9-29.7%2084.5-74.3%2098.9c-5.7%201.8-9.7%207.3-9.7%2013.3V672c0%205.5-4.5%2010-10%2010h-32c-5.5%200-10-4.5-10-10v-32c.2-19.8%2015.4-37.3%2034.7-40.1C549%20596.2%20570%20574.3%20570%20549c0-28.1-25.8-51.5-58-51.5s-58%2023.4-58%2051.6c0%205.2-4.4%209.4-9.8%209.4h-32.4c-5.4%200-9.8-4.1-9.8-9.5c0-57.4%2050.1-103.7%20111.5-103c59.3.8%20107.7%2046.1%20108.5%20101.6%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M854.6%20288.7L639.4%2073.4c-6-6-14.2-9.4-22.7-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.6-9.4-22.6M602%20137.8L790.2%20326H602zM792%20888H232V136h302v216a42%2042%200%200%200%2042%2042h216z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M480%20744a32%2032%200%201%200%2064%200a32%2032%200%201%200-64%200m-78-195c0%205.4%204.4%209.5%209.8%209.5h32.4c5.4%200%209.8-4.2%209.8-9.4c0-28.2%2025.8-51.6%2058-51.6s58%2023.4%2058%2051.5c0%2025.3-21%2047.2-49.3%2050.9c-19.3%202.8-34.5%2020.3-34.7%2040.1v32c0%205.5%204.5%2010%2010%2010h32c5.5%200%2010-4.5%2010-10v-12.2c0-6%204-11.5%209.7-13.3c44.6-14.4%2075-54%2074.3-98.9c-.8-55.5-49.2-100.8-108.5-101.6c-61.4-.7-111.5%2045.6-111.5%20103%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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