file image icon

file-image-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.

Name
file-image-thin
Set
Phosphor
Style
Thin
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Related icons in Phosphor

Use the file image icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M107.33 149.78a4 4 0 0 0-6.66 0l-24.25 36.37l-13.06-20.31a4 4 0 0 0-6.72 0l-36 56A4 4 0 0 0 24 228h128a4 4 0 0 0 3.33-6.22Zm-76 70.22L60 175.4l13 20.22a4 4 0 0 0 3.33 1.83a3.93 3.93 0 0 0 3.36-1.78L104 159.21L144.53 220Zm179.5-134.83l-56-56A4 4 0 0 0 152 28H56a12 12 0 0 0-12 12v88a4 4 0 0 0 8 0V40a4 4 0 0 1 4-4h92v52a4 4 0 0 0 4 4h52v124a4 4 0 0 1-4 4h-8a4 4 0 0 0 0 8h8a12 12 0 0 0 12-12V88a4 4 0 0 0-1.17-2.83M156 41.65L198.34 84H156Z"/></svg>

React

import type { SVGProps } from "react";

export function PhFileImageThin(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M107.33 149.78a4 4 0 0 0-6.66 0l-24.25 36.37l-13.06-20.31a4 4 0 0 0-6.72 0l-36 56A4 4 0 0 0 24 228h128a4 4 0 0 0 3.33-6.22Zm-76 70.22L60 175.4l13 20.22a4 4 0 0 0 3.33 1.83a3.93 3.93 0 0 0 3.36-1.78L104 159.21L144.53 220Zm179.5-134.83l-56-56A4 4 0 0 0 152 28H56a12 12 0 0 0-12 12v88a4 4 0 0 0 8 0V40a4 4 0 0 1 4-4h92v52a4 4 0 0 0 4 4h52v124a4 4 0 0 1-4 4h-8a4 4 0 0 0 0 8h8a12 12 0 0 0 12-12V88a4 4 0 0 0-1.17-2.83M156 41.65L198.34 84H156Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M107.33 149.78a4 4 0 0 0-6.66 0l-24.25 36.37l-13.06-20.31a4 4 0 0 0-6.72 0l-36 56A4 4 0 0 0 24 228h128a4 4 0 0 0 3.33-6.22Zm-76 70.22L60 175.4l13 20.22a4 4 0 0 0 3.33 1.83a3.93 3.93 0 0 0 3.36-1.78L104 159.21L144.53 220Zm179.5-134.83l-56-56A4 4 0 0 0 152 28H56a12 12 0 0 0-12 12v88a4 4 0 0 0 8 0V40a4 4 0 0 1 4-4h92v52a4 4 0 0 0 4 4h52v124a4 4 0 0 1-4 4h-8a4 4 0 0 0 0 8h8a12 12 0 0 0 12-12V88a4 4 0 0 0-1.17-2.83M156 41.65L198.34 84H156Z"/></svg>
</template>

CSS

.icon-file-image-thin {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M107.33%20149.78a4%204%200%200%200-6.66%200l-24.25%2036.37l-13.06-20.31a4%204%200%200%200-6.72%200l-36%2056A4%204%200%200%200%2024%20228h128a4%204%200%200%200%203.33-6.22Zm-76%2070.22L60%20175.4l13%2020.22a4%204%200%200%200%203.33%201.83a3.93%203.93%200%200%200%203.36-1.78L104%20159.21L144.53%20220Zm179.5-134.83l-56-56A4%204%200%200%200%20152%2028H56a12%2012%200%200%200-12%2012v88a4%204%200%200%200%208%200V40a4%204%200%200%201%204-4h92v52a4%204%200%200%200%204%204h52v124a4%204%200%200%201-4%204h-8a4%204%200%200%200%200%208h8a12%2012%200%200%200%2012-12V88a4%204%200%200%200-1.17-2.83M156%2041.65L198.34%2084H156Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M107.33%20149.78a4%204%200%200%200-6.66%200l-24.25%2036.37l-13.06-20.31a4%204%200%200%200-6.72%200l-36%2056A4%204%200%200%200%2024%20228h128a4%204%200%200%200%203.33-6.22Zm-76%2070.22L60%20175.4l13%2020.22a4%204%200%200%200%203.33%201.83a3.93%203.93%200%200%200%203.36-1.78L104%20159.21L144.53%20220Zm179.5-134.83l-56-56A4%204%200%200%200%20152%2028H56a12%2012%200%200%200-12%2012v88a4%204%200%200%200%208%200V40a4%204%200%200%201%204-4h92v52a4%204%200%200%200%204%204h52v124a4%204%200%200%201-4%204h-8a4%204%200%200%200%200%208h8a12%2012%200%200%200%2012-12V88a4%204%200%200%200-1.17-2.83M156%2041.65L198.34%2084H156Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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