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

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

Related icons in Prime Icons

Use the file o 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"/></svg>

React

import type { SVGProps } from "react";

export function PrimeFileO(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"/></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"/></svg>
</template>

CSS

.icon-file-o {
  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%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%3C%2Fsvg%3E") no-repeat center / contain;
}

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