file-pdf from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
file-pdf
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0
Aliases
file-acrobat

1 other variant in Material Design Icons

The same icon in other sets

Related icons in Material Design Icons

Use the file pdf icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M13 9h5.5L13 3.5V9M6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m4.1 9.4c-.02.04-.29 1.76-2.1 4.69c0 0-3.5 1.82-2.67 3.18c.67 1.08 2.32-.04 3.74-2.68c0 0 1.82-.64 4.24-.82c0 0 3.86 1.73 4.39-.11c.52-1.86-3.06-1.44-3.7-1.25c0 0-2-1.35-2.5-3.21c0 0 1.14-3.95-.61-3.9c-1.75.05-1.09 3.13-.79 4.1m.81 1.04c.03.01.47 1.21 1.89 2.46c0 0-2.33.46-3.39.9c0 0 1-1.73 1.5-3.36m3.93 2.72c.58-.16 2.33.15 2.26.48c-.06.33-2.26-.48-2.26-.48M7.77 17c-.53 1.24-1.44 2-1.67 2c-.23 0 .7-1.6 1.67-2m3.14-6.93c0-.07-.36-2.2 0-2.15c.54.08 0 2.08 0 2.15z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function MdiFilePdf(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M13 9h5.5L13 3.5V9M6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m4.1 9.4c-.02.04-.29 1.76-2.1 4.69c0 0-3.5 1.82-2.67 3.18c.67 1.08 2.32-.04 3.74-2.68c0 0 1.82-.64 4.24-.82c0 0 3.86 1.73 4.39-.11c.52-1.86-3.06-1.44-3.7-1.25c0 0-2-1.35-2.5-3.21c0 0 1.14-3.95-.61-3.9c-1.75.05-1.09 3.13-.79 4.1m.81 1.04c.03.01.47 1.21 1.89 2.46c0 0-2.33.46-3.39.9c0 0 1-1.73 1.5-3.36m3.93 2.72c.58-.16 2.33.15 2.26.48c-.06.33-2.26-.48-2.26-.48M7.77 17c-.53 1.24-1.44 2-1.67 2c-.23 0 .7-1.6 1.67-2m3.14-6.93c0-.07-.36-2.2 0-2.15c.54.08 0 2.08 0 2.15z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M13 9h5.5L13 3.5V9M6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2m4.1 9.4c-.02.04-.29 1.76-2.1 4.69c0 0-3.5 1.82-2.67 3.18c.67 1.08 2.32-.04 3.74-2.68c0 0 1.82-.64 4.24-.82c0 0 3.86 1.73 4.39-.11c.52-1.86-3.06-1.44-3.7-1.25c0 0-2-1.35-2.5-3.21c0 0 1.14-3.95-.61-3.9c-1.75.05-1.09 3.13-.79 4.1m.81 1.04c.03.01.47 1.21 1.89 2.46c0 0-2.33.46-3.39.9c0 0 1-1.73 1.5-3.36m3.93 2.72c.58-.16 2.33.15 2.26.48c-.06.33-2.26-.48-2.26-.48M7.77 17c-.53 1.24-1.44 2-1.67 2c-.23 0 .7-1.6 1.67-2m3.14-6.93c0-.07-.36-2.2 0-2.15c.54.08 0 2.08 0 2.15z" fill="currentColor"/></svg>
</template>

CSS

.icon-file-pdf {
  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%20d%3D%22M13%209h5.5L13%203.5V9M6%202h8l6%206v12a2%202%200%200%201-2%202H6a2%202%200%200%201-2-2V4a2%202%200%200%201%202-2m4.1%209.4c-.02.04-.29%201.76-2.1%204.69c0%200-3.5%201.82-2.67%203.18c.67%201.08%202.32-.04%203.74-2.68c0%200%201.82-.64%204.24-.82c0%200%203.86%201.73%204.39-.11c.52-1.86-3.06-1.44-3.7-1.25c0%200-2-1.35-2.5-3.21c0%200%201.14-3.95-.61-3.9c-1.75.05-1.09%203.13-.79%204.1m.81%201.04c.03.01.47%201.21%201.89%202.46c0%200-2.33.46-3.39.9c0%200%201-1.73%201.5-3.36m3.93%202.72c.58-.16%202.33.15%202.26.48c-.06.33-2.26-.48-2.26-.48M7.77%2017c-.53%201.24-1.44%202-1.67%202c-.23%200%20.7-1.6%201.67-2m3.14-6.93c0-.07-.36-2.2%200-2.15c.54.08%200%202.08%200%202.15z%22%20fill%3D%22currentColor%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%20d%3D%22M13%209h5.5L13%203.5V9M6%202h8l6%206v12a2%202%200%200%201-2%202H6a2%202%200%200%201-2-2V4a2%202%200%200%201%202-2m4.1%209.4c-.02.04-.29%201.76-2.1%204.69c0%200-3.5%201.82-2.67%203.18c.67%201.08%202.32-.04%203.74-2.68c0%200%201.82-.64%204.24-.82c0%200%203.86%201.73%204.39-.11c.52-1.86-3.06-1.44-3.7-1.25c0%200-2-1.35-2.5-3.21c0%200%201.14-3.95-.61-3.9c-1.75.05-1.09%203.13-.79%204.1m.81%201.04c.03.01.47%201.21%201.89%202.46c0%200-2.33.46-3.39.9c0%200%201-1.73%201.5-3.36m3.93%202.72c.58-.16%202.33.15%202.26.48c-.06.33-2.26-.48-2.26-.48M7.77%2017c-.53%201.24-1.44%202-1.67%202c-.23%200%20.7-1.6%201.67-2m3.14-6.93c0-.07-.36-2.2%200-2.15c.54.08%200%202.08%200%202.15z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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