file-pdf-outlined from Ant Design Icons by HeskeyBaozi · Outlined · MIT Free for personal and commercial use.

Name
file-pdf-outlined
Set
Ant Design Icons
Style
Outlined
Viewbox
1024×1024
License
MIT
Aliases
file-pdf, file-pdf-outline

2 other variants in Ant Design Icons

The same icon in other sets

Related icons in Ant Design Icons

Use the file pdf icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m531.3 574.4l.3-1.4c5.8-23.9 13.1-53.7 7.4-80.7c-3.8-21.3-19.5-29.6-32.9-30.2c-15.8-.7-29.9 8.3-33.4 21.4c-6.6 24-.7 56.8 10.1 98.6c-13.6 32.4-35.3 79.5-51.2 107.5c-29.6 15.3-69.3 38.9-75.2 68.7c-1.2 5.5.2 12.5 3.5 18.8c3.7 7 9.6 12.4 16.5 15c3 1.1 6.6 2 10.8 2c17.6 0 46.1-14.2 84.1-79.4c5.8-1.9 11.8-3.9 17.6-5.9c27.2-9.2 55.4-18.8 80.9-23.1c28.2 15.1 60.3 24.8 82.1 24.8c21.6 0 30.1-12.8 33.3-20.5c5.6-13.5 2.9-30.5-6.2-39.6c-13.2-13-45.3-16.4-95.3-10.2c-24.6-15-40.7-35.4-52.4-65.8M421.6 726.3c-13.9 20.2-24.4 30.3-30.1 34.7c6.7-12.3 19.8-25.3 30.1-34.7m87.6-235.5c5.2 8.9 4.5 35.8.5 49.4c-4.9-19.9-5.6-48.1-2.7-51.4c.8.1 1.5.7 2.2 2m-1.6 120.5c10.7 18.5 24.2 34.4 39.1 46.2c-21.6 4.9-41.3 13-58.9 20.2c-4.2 1.7-8.3 3.4-12.3 5c13.3-24.1 24.4-51.4 32.1-71.4m155.6 65.5c.1.2.2.5-.4.9h-.2l-.2.3c-.8.5-9 5.3-44.3-8.6c40.6-1.9 45 7.3 45.1 7.4m191.4-388.2L639.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.7M790.2 326H602V137.8zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216z"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignFilePdfOutlined(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="m531.3 574.4l.3-1.4c5.8-23.9 13.1-53.7 7.4-80.7c-3.8-21.3-19.5-29.6-32.9-30.2c-15.8-.7-29.9 8.3-33.4 21.4c-6.6 24-.7 56.8 10.1 98.6c-13.6 32.4-35.3 79.5-51.2 107.5c-29.6 15.3-69.3 38.9-75.2 68.7c-1.2 5.5.2 12.5 3.5 18.8c3.7 7 9.6 12.4 16.5 15c3 1.1 6.6 2 10.8 2c17.6 0 46.1-14.2 84.1-79.4c5.8-1.9 11.8-3.9 17.6-5.9c27.2-9.2 55.4-18.8 80.9-23.1c28.2 15.1 60.3 24.8 82.1 24.8c21.6 0 30.1-12.8 33.3-20.5c5.6-13.5 2.9-30.5-6.2-39.6c-13.2-13-45.3-16.4-95.3-10.2c-24.6-15-40.7-35.4-52.4-65.8M421.6 726.3c-13.9 20.2-24.4 30.3-30.1 34.7c6.7-12.3 19.8-25.3 30.1-34.7m87.6-235.5c5.2 8.9 4.5 35.8.5 49.4c-4.9-19.9-5.6-48.1-2.7-51.4c.8.1 1.5.7 2.2 2m-1.6 120.5c10.7 18.5 24.2 34.4 39.1 46.2c-21.6 4.9-41.3 13-58.9 20.2c-4.2 1.7-8.3 3.4-12.3 5c13.3-24.1 24.4-51.4 32.1-71.4m155.6 65.5c.1.2.2.5-.4.9h-.2l-.2.3c-.8.5-9 5.3-44.3-8.6c40.6-1.9 45 7.3 45.1 7.4m191.4-388.2L639.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.7M790.2 326H602V137.8zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="m531.3 574.4l.3-1.4c5.8-23.9 13.1-53.7 7.4-80.7c-3.8-21.3-19.5-29.6-32.9-30.2c-15.8-.7-29.9 8.3-33.4 21.4c-6.6 24-.7 56.8 10.1 98.6c-13.6 32.4-35.3 79.5-51.2 107.5c-29.6 15.3-69.3 38.9-75.2 68.7c-1.2 5.5.2 12.5 3.5 18.8c3.7 7 9.6 12.4 16.5 15c3 1.1 6.6 2 10.8 2c17.6 0 46.1-14.2 84.1-79.4c5.8-1.9 11.8-3.9 17.6-5.9c27.2-9.2 55.4-18.8 80.9-23.1c28.2 15.1 60.3 24.8 82.1 24.8c21.6 0 30.1-12.8 33.3-20.5c5.6-13.5 2.9-30.5-6.2-39.6c-13.2-13-45.3-16.4-95.3-10.2c-24.6-15-40.7-35.4-52.4-65.8M421.6 726.3c-13.9 20.2-24.4 30.3-30.1 34.7c6.7-12.3 19.8-25.3 30.1-34.7m87.6-235.5c5.2 8.9 4.5 35.8.5 49.4c-4.9-19.9-5.6-48.1-2.7-51.4c.8.1 1.5.7 2.2 2m-1.6 120.5c10.7 18.5 24.2 34.4 39.1 46.2c-21.6 4.9-41.3 13-58.9 20.2c-4.2 1.7-8.3 3.4-12.3 5c13.3-24.1 24.4-51.4 32.1-71.4m155.6 65.5c.1.2.2.5-.4.9h-.2l-.2.3c-.8.5-9 5.3-44.3-8.6c40.6-1.9 45 7.3 45.1 7.4m191.4-388.2L639.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.7M790.2 326H602V137.8zm1.8 562H232V136h302v216a42 42 0 0 0 42 42h216z"/></svg>
</template>

CSS

.icon-file-pdf-outlined {
  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%22m531.3%20574.4l.3-1.4c5.8-23.9%2013.1-53.7%207.4-80.7c-3.8-21.3-19.5-29.6-32.9-30.2c-15.8-.7-29.9%208.3-33.4%2021.4c-6.6%2024-.7%2056.8%2010.1%2098.6c-13.6%2032.4-35.3%2079.5-51.2%20107.5c-29.6%2015.3-69.3%2038.9-75.2%2068.7c-1.2%205.5.2%2012.5%203.5%2018.8c3.7%207%209.6%2012.4%2016.5%2015c3%201.1%206.6%202%2010.8%202c17.6%200%2046.1-14.2%2084.1-79.4c5.8-1.9%2011.8-3.9%2017.6-5.9c27.2-9.2%2055.4-18.8%2080.9-23.1c28.2%2015.1%2060.3%2024.8%2082.1%2024.8c21.6%200%2030.1-12.8%2033.3-20.5c5.6-13.5%202.9-30.5-6.2-39.6c-13.2-13-45.3-16.4-95.3-10.2c-24.6-15-40.7-35.4-52.4-65.8M421.6%20726.3c-13.9%2020.2-24.4%2030.3-30.1%2034.7c6.7-12.3%2019.8-25.3%2030.1-34.7m87.6-235.5c5.2%208.9%204.5%2035.8.5%2049.4c-4.9-19.9-5.6-48.1-2.7-51.4c.8.1%201.5.7%202.2%202m-1.6%20120.5c10.7%2018.5%2024.2%2034.4%2039.1%2046.2c-21.6%204.9-41.3%2013-58.9%2020.2c-4.2%201.7-8.3%203.4-12.3%205c13.3-24.1%2024.4-51.4%2032.1-71.4m155.6%2065.5c.1.2.2.5-.4.9h-.2l-.2.3c-.8.5-9%205.3-44.3-8.6c40.6-1.9%2045%207.3%2045.1%207.4m191.4-388.2L639.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.7M790.2%20326H602V137.8zm1.8%20562H232V136h302v216a42%2042%200%200%200%2042%2042h216z%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%22m531.3%20574.4l.3-1.4c5.8-23.9%2013.1-53.7%207.4-80.7c-3.8-21.3-19.5-29.6-32.9-30.2c-15.8-.7-29.9%208.3-33.4%2021.4c-6.6%2024-.7%2056.8%2010.1%2098.6c-13.6%2032.4-35.3%2079.5-51.2%20107.5c-29.6%2015.3-69.3%2038.9-75.2%2068.7c-1.2%205.5.2%2012.5%203.5%2018.8c3.7%207%209.6%2012.4%2016.5%2015c3%201.1%206.6%202%2010.8%202c17.6%200%2046.1-14.2%2084.1-79.4c5.8-1.9%2011.8-3.9%2017.6-5.9c27.2-9.2%2055.4-18.8%2080.9-23.1c28.2%2015.1%2060.3%2024.8%2082.1%2024.8c21.6%200%2030.1-12.8%2033.3-20.5c5.6-13.5%202.9-30.5-6.2-39.6c-13.2-13-45.3-16.4-95.3-10.2c-24.6-15-40.7-35.4-52.4-65.8M421.6%20726.3c-13.9%2020.2-24.4%2030.3-30.1%2034.7c6.7-12.3%2019.8-25.3%2030.1-34.7m87.6-235.5c5.2%208.9%204.5%2035.8.5%2049.4c-4.9-19.9-5.6-48.1-2.7-51.4c.8.1%201.5.7%202.2%202m-1.6%20120.5c10.7%2018.5%2024.2%2034.4%2039.1%2046.2c-21.6%204.9-41.3%2013-58.9%2020.2c-4.2%201.7-8.3%203.4-12.3%205c13.3-24.1%2024.4-51.4%2032.1-71.4m155.6%2065.5c.1.2.2.5-.4.9h-.2l-.2.3c-.8.5-9%205.3-44.3-8.6c40.6-1.9%2045%207.3%2045.1%207.4m191.4-388.2L639.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.7M790.2%20326H602V137.8zm1.8%20562H232V136h302v216a42%2042%200%200%200%2042%2042h216z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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