file-pdf from Prime Icons by PrimeTek · Regular · MIT Free for personal and commercial use.

Name
file-pdf
Set
Prime Icons
Style
Regular
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Prime 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 fill="currentColor" d="M18.53 9L13 3.47a.75.75 0 0 0-.53-.22H8A2.75 2.75 0 0 0 5.25 6v12A2.75 2.75 0 0 0 8 20.75h8A2.75 2.75 0 0 0 18.75 18V9.5a.75.75 0 0 0-.22-.5m-5.28-3.19l2.94 2.94h-2.94ZM16 19.25H8A1.25 1.25 0 0 1 6.75 18V6A1.25 1.25 0 0 1 8 4.75h3.75V9.5a.76.76 0 0 0 .75.75h4.75V18A1.25 1.25 0 0 1 16 19.25"/><path fill="currentColor" d="M13.49 14.85a3.15 3.15 0 0 1-1.31-1.66a4.44 4.44 0 0 0 .19-2a.8.8 0 0 0-1.52-.19a5 5 0 0 0 .25 2.4A29 29 0 0 1 9.83 16c-.71.4-1.68 1-1.83 1.69c-.12.56.93 2 2.72-1.12a19 19 0 0 1 2.44-.72a4.7 4.7 0 0 0 2 .61a.82.82 0 0 0 .62-1.38c-.42-.43-1.67-.31-2.29-.23m-4.78 3a4.3 4.3 0 0 1 1.09-1.24c-.68 1.08-1.09 1.27-1.09 1.25Zm2.92-6.81c.26 0 .24 1.15.06 1.46a3.1 3.1 0 0 1-.06-1.45Zm-.87 4.88a15 15 0 0 0 .88-1.92a3.9 3.9 0 0 0 1.08 1.26a12.4 12.4 0 0 0-1.96.67Zm4.7-.18s-.18.22-1.33-.28c1.25-.08 1.46.21 1.33.29Z"/></svg>

React

import type { SVGProps } from "react";

export function PrimeFilePdf(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.53 9L13 3.47a.75.75 0 0 0-.53-.22H8A2.75 2.75 0 0 0 5.25 6v12A2.75 2.75 0 0 0 8 20.75h8A2.75 2.75 0 0 0 18.75 18V9.5a.75.75 0 0 0-.22-.5m-5.28-3.19l2.94 2.94h-2.94ZM16 19.25H8A1.25 1.25 0 0 1 6.75 18V6A1.25 1.25 0 0 1 8 4.75h3.75V9.5a.76.76 0 0 0 .75.75h4.75V18A1.25 1.25 0 0 1 16 19.25"/><path fill="currentColor" d="M13.49 14.85a3.15 3.15 0 0 1-1.31-1.66a4.44 4.44 0 0 0 .19-2a.8.8 0 0 0-1.52-.19a5 5 0 0 0 .25 2.4A29 29 0 0 1 9.83 16c-.71.4-1.68 1-1.83 1.69c-.12.56.93 2 2.72-1.12a19 19 0 0 1 2.44-.72a4.7 4.7 0 0 0 2 .61a.82.82 0 0 0 .62-1.38c-.42-.43-1.67-.31-2.29-.23m-4.78 3a4.3 4.3 0 0 1 1.09-1.24c-.68 1.08-1.09 1.27-1.09 1.25Zm2.92-6.81c.26 0 .24 1.15.06 1.46a3.1 3.1 0 0 1-.06-1.45Zm-.87 4.88a15 15 0 0 0 .88-1.92a3.9 3.9 0 0 0 1.08 1.26a12.4 12.4 0 0 0-1.96.67Zm4.7-.18s-.18.22-1.33-.28c1.25-.08 1.46.21 1.33.29Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.53 9L13 3.47a.75.75 0 0 0-.53-.22H8A2.75 2.75 0 0 0 5.25 6v12A2.75 2.75 0 0 0 8 20.75h8A2.75 2.75 0 0 0 18.75 18V9.5a.75.75 0 0 0-.22-.5m-5.28-3.19l2.94 2.94h-2.94ZM16 19.25H8A1.25 1.25 0 0 1 6.75 18V6A1.25 1.25 0 0 1 8 4.75h3.75V9.5a.76.76 0 0 0 .75.75h4.75V18A1.25 1.25 0 0 1 16 19.25"/><path fill="currentColor" d="M13.49 14.85a3.15 3.15 0 0 1-1.31-1.66a4.44 4.44 0 0 0 .19-2a.8.8 0 0 0-1.52-.19a5 5 0 0 0 .25 2.4A29 29 0 0 1 9.83 16c-.71.4-1.68 1-1.83 1.69c-.12.56.93 2 2.72-1.12a19 19 0 0 1 2.44-.72a4.7 4.7 0 0 0 2 .61a.82.82 0 0 0 .62-1.38c-.42-.43-1.67-.31-2.29-.23m-4.78 3a4.3 4.3 0 0 1 1.09-1.24c-.68 1.08-1.09 1.27-1.09 1.25Zm2.92-6.81c.26 0 .24 1.15.06 1.46a3.1 3.1 0 0 1-.06-1.45Zm-.87 4.88a15 15 0 0 0 .88-1.92a3.9 3.9 0 0 0 1.08 1.26a12.4 12.4 0 0 0-1.96.67Zm4.7-.18s-.18.22-1.33-.28c1.25-.08 1.46.21 1.33.29Z"/></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%20fill%3D%22currentColor%22%20d%3D%22M18.53%209L13%203.47a.75.75%200%200%200-.53-.22H8A2.75%202.75%200%200%200%205.25%206v12A2.75%202.75%200%200%200%208%2020.75h8A2.75%202.75%200%200%200%2018.75%2018V9.5a.75.75%200%200%200-.22-.5m-5.28-3.19l2.94%202.94h-2.94ZM16%2019.25H8A1.25%201.25%200%200%201%206.75%2018V6A1.25%201.25%200%200%201%208%204.75h3.75V9.5a.76.76%200%200%200%20.75.75h4.75V18A1.25%201.25%200%200%201%2016%2019.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.49%2014.85a3.15%203.15%200%200%201-1.31-1.66a4.44%204.44%200%200%200%20.19-2a.8.8%200%200%200-1.52-.19a5%205%200%200%200%20.25%202.4A29%2029%200%200%201%209.83%2016c-.71.4-1.68%201-1.83%201.69c-.12.56.93%202%202.72-1.12a19%2019%200%200%201%202.44-.72a4.7%204.7%200%200%200%202%20.61a.82.82%200%200%200%20.62-1.38c-.42-.43-1.67-.31-2.29-.23m-4.78%203a4.3%204.3%200%200%201%201.09-1.24c-.68%201.08-1.09%201.27-1.09%201.25Zm2.92-6.81c.26%200%20.24%201.15.06%201.46a3.1%203.1%200%200%201-.06-1.45Zm-.87%204.88a15%2015%200%200%200%20.88-1.92a3.9%203.9%200%200%200%201.08%201.26a12.4%2012.4%200%200%200-1.96.67Zm4.7-.18s-.18.22-1.33-.28c1.25-.08%201.46.21%201.33.29Z%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%20fill%3D%22currentColor%22%20d%3D%22M18.53%209L13%203.47a.75.75%200%200%200-.53-.22H8A2.75%202.75%200%200%200%205.25%206v12A2.75%202.75%200%200%200%208%2020.75h8A2.75%202.75%200%200%200%2018.75%2018V9.5a.75.75%200%200%200-.22-.5m-5.28-3.19l2.94%202.94h-2.94ZM16%2019.25H8A1.25%201.25%200%200%201%206.75%2018V6A1.25%201.25%200%200%201%208%204.75h3.75V9.5a.76.76%200%200%200%20.75.75h4.75V18A1.25%201.25%200%200%201%2016%2019.25%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.49%2014.85a3.15%203.15%200%200%201-1.31-1.66a4.44%204.44%200%200%200%20.19-2a.8.8%200%200%200-1.52-.19a5%205%200%200%200%20.25%202.4A29%2029%200%200%201%209.83%2016c-.71.4-1.68%201-1.83%201.69c-.12.56.93%202%202.72-1.12a19%2019%200%200%201%202.44-.72a4.7%204.7%200%200%200%202%20.61a.82.82%200%200%200%20.62-1.38c-.42-.43-1.67-.31-2.29-.23m-4.78%203a4.3%204.3%200%200%201%201.09-1.24c-.68%201.08-1.09%201.27-1.09%201.25Zm2.92-6.81c.26%200%20.24%201.15.06%201.46a3.1%203.1%200%200%201-.06-1.45Zm-.87%204.88a15%2015%200%200%200%20.88-1.92a3.9%203.9%200%200%200%201.08%201.26a12.4%2012.4%200%200%200-1.96.67Zm4.7-.18s-.18.22-1.33-.28c1.25-.08%201.46.21%201.33.29Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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