file svg icon

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

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

5 other variants in Phosphor

Related icons in Phosphor

Use the file svg icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m210.83 85.17l-56-56A4 4 0 0 0 152 28H56a12 12 0 0 0-12 12v72a4 4 0 1 0 8 0V40a4 4 0 0 1 4-4h92v52a4 4 0 0 0 4 4h52v20a4 4 0 0 0 8 0V88a4 4 0 0 0-1.17-2.83M156 41.65L198.34 84H156ZM83.85 195.8a17 17 0 0 1-7.43 12.41C72 211.12 66.38 212 61.2 212a58 58 0 0 1-14.2-1.89a4 4 0 1 1 2.15-7.7c4.22 1.17 16.56 3.29 22.83-.88a8.94 8.94 0 0 0 3.91-6.75c.83-6.45-4.38-8.69-15.64-11.94c-9.68-2.8-21.72-6.28-20.14-18.77a16.66 16.66 0 0 1 7.22-12.13c4.56-3.07 11-4.36 19.1-3.82a61 61 0 0 1 10.47 1.61a4 4 0 0 1-2 7.74c-4.29-1.13-16.81-3.12-23.06 1.11a8.51 8.51 0 0 0-3.75 6.49c-.66 5.17 3.89 7 14.42 10.08c9.76 2.85 23.14 6.69 21.34 20.65m63.92-42.45l-20 56a4 4 0 0 1-7.53 0l-20-56a4 4 0 1 1 7.53-2.7L124 196.11l16.23-45.46a4 4 0 1 1 7.53 2.7ZM212 184v16.87a4 4 0 0 1-1.11 2.77A26.1 26.1 0 0 1 192 212c-15.44 0-28-14.36-28-32s12.56-32 28-32a25.4 25.4 0 0 1 14.24 4.43a4 4 0 1 1-4.48 6.63A17.43 17.43 0 0 0 192 156c-11 0-20 10.77-20 24s9 24 20 24a17.87 17.87 0 0 0 12-4.82V188h-4a4 4 0 0 1 0-8h8a4 4 0 0 1 4 4"/></svg>

React

import type { SVGProps } from "react";

export function PhFileSvgThin(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="m210.83 85.17l-56-56A4 4 0 0 0 152 28H56a12 12 0 0 0-12 12v72a4 4 0 1 0 8 0V40a4 4 0 0 1 4-4h92v52a4 4 0 0 0 4 4h52v20a4 4 0 0 0 8 0V88a4 4 0 0 0-1.17-2.83M156 41.65L198.34 84H156ZM83.85 195.8a17 17 0 0 1-7.43 12.41C72 211.12 66.38 212 61.2 212a58 58 0 0 1-14.2-1.89a4 4 0 1 1 2.15-7.7c4.22 1.17 16.56 3.29 22.83-.88a8.94 8.94 0 0 0 3.91-6.75c.83-6.45-4.38-8.69-15.64-11.94c-9.68-2.8-21.72-6.28-20.14-18.77a16.66 16.66 0 0 1 7.22-12.13c4.56-3.07 11-4.36 19.1-3.82a61 61 0 0 1 10.47 1.61a4 4 0 0 1-2 7.74c-4.29-1.13-16.81-3.12-23.06 1.11a8.51 8.51 0 0 0-3.75 6.49c-.66 5.17 3.89 7 14.42 10.08c9.76 2.85 23.14 6.69 21.34 20.65m63.92-42.45l-20 56a4 4 0 0 1-7.53 0l-20-56a4 4 0 1 1 7.53-2.7L124 196.11l16.23-45.46a4 4 0 1 1 7.53 2.7ZM212 184v16.87a4 4 0 0 1-1.11 2.77A26.1 26.1 0 0 1 192 212c-15.44 0-28-14.36-28-32s12.56-32 28-32a25.4 25.4 0 0 1 14.24 4.43a4 4 0 1 1-4.48 6.63A17.43 17.43 0 0 0 192 156c-11 0-20 10.77-20 24s9 24 20 24a17.87 17.87 0 0 0 12-4.82V188h-4a4 4 0 0 1 0-8h8a4 4 0 0 1 4 4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m210.83 85.17l-56-56A4 4 0 0 0 152 28H56a12 12 0 0 0-12 12v72a4 4 0 1 0 8 0V40a4 4 0 0 1 4-4h92v52a4 4 0 0 0 4 4h52v20a4 4 0 0 0 8 0V88a4 4 0 0 0-1.17-2.83M156 41.65L198.34 84H156ZM83.85 195.8a17 17 0 0 1-7.43 12.41C72 211.12 66.38 212 61.2 212a58 58 0 0 1-14.2-1.89a4 4 0 1 1 2.15-7.7c4.22 1.17 16.56 3.29 22.83-.88a8.94 8.94 0 0 0 3.91-6.75c.83-6.45-4.38-8.69-15.64-11.94c-9.68-2.8-21.72-6.28-20.14-18.77a16.66 16.66 0 0 1 7.22-12.13c4.56-3.07 11-4.36 19.1-3.82a61 61 0 0 1 10.47 1.61a4 4 0 0 1-2 7.74c-4.29-1.13-16.81-3.12-23.06 1.11a8.51 8.51 0 0 0-3.75 6.49c-.66 5.17 3.89 7 14.42 10.08c9.76 2.85 23.14 6.69 21.34 20.65m63.92-42.45l-20 56a4 4 0 0 1-7.53 0l-20-56a4 4 0 1 1 7.53-2.7L124 196.11l16.23-45.46a4 4 0 1 1 7.53 2.7ZM212 184v16.87a4 4 0 0 1-1.11 2.77A26.1 26.1 0 0 1 192 212c-15.44 0-28-14.36-28-32s12.56-32 28-32a25.4 25.4 0 0 1 14.24 4.43a4 4 0 1 1-4.48 6.63A17.43 17.43 0 0 0 192 156c-11 0-20 10.77-20 24s9 24 20 24a17.87 17.87 0 0 0 12-4.82V188h-4a4 4 0 0 1 0-8h8a4 4 0 0 1 4 4"/></svg>
</template>

CSS

.icon-file-svg-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%22m210.83%2085.17l-56-56A4%204%200%200%200%20152%2028H56a12%2012%200%200%200-12%2012v72a4%204%200%201%200%208%200V40a4%204%200%200%201%204-4h92v52a4%204%200%200%200%204%204h52v20a4%204%200%200%200%208%200V88a4%204%200%200%200-1.17-2.83M156%2041.65L198.34%2084H156ZM83.85%20195.8a17%2017%200%200%201-7.43%2012.41C72%20211.12%2066.38%20212%2061.2%20212a58%2058%200%200%201-14.2-1.89a4%204%200%201%201%202.15-7.7c4.22%201.17%2016.56%203.29%2022.83-.88a8.94%208.94%200%200%200%203.91-6.75c.83-6.45-4.38-8.69-15.64-11.94c-9.68-2.8-21.72-6.28-20.14-18.77a16.66%2016.66%200%200%201%207.22-12.13c4.56-3.07%2011-4.36%2019.1-3.82a61%2061%200%200%201%2010.47%201.61a4%204%200%200%201-2%207.74c-4.29-1.13-16.81-3.12-23.06%201.11a8.51%208.51%200%200%200-3.75%206.49c-.66%205.17%203.89%207%2014.42%2010.08c9.76%202.85%2023.14%206.69%2021.34%2020.65m63.92-42.45l-20%2056a4%204%200%200%201-7.53%200l-20-56a4%204%200%201%201%207.53-2.7L124%20196.11l16.23-45.46a4%204%200%201%201%207.53%202.7ZM212%20184v16.87a4%204%200%200%201-1.11%202.77A26.1%2026.1%200%200%201%20192%20212c-15.44%200-28-14.36-28-32s12.56-32%2028-32a25.4%2025.4%200%200%201%2014.24%204.43a4%204%200%201%201-4.48%206.63A17.43%2017.43%200%200%200%20192%20156c-11%200-20%2010.77-20%2024s9%2024%2020%2024a17.87%2017.87%200%200%200%2012-4.82V188h-4a4%204%200%200%201%200-8h8a4%204%200%200%201%204%204%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%22m210.83%2085.17l-56-56A4%204%200%200%200%20152%2028H56a12%2012%200%200%200-12%2012v72a4%204%200%201%200%208%200V40a4%204%200%200%201%204-4h92v52a4%204%200%200%200%204%204h52v20a4%204%200%200%200%208%200V88a4%204%200%200%200-1.17-2.83M156%2041.65L198.34%2084H156ZM83.85%20195.8a17%2017%200%200%201-7.43%2012.41C72%20211.12%2066.38%20212%2061.2%20212a58%2058%200%200%201-14.2-1.89a4%204%200%201%201%202.15-7.7c4.22%201.17%2016.56%203.29%2022.83-.88a8.94%208.94%200%200%200%203.91-6.75c.83-6.45-4.38-8.69-15.64-11.94c-9.68-2.8-21.72-6.28-20.14-18.77a16.66%2016.66%200%200%201%207.22-12.13c4.56-3.07%2011-4.36%2019.1-3.82a61%2061%200%200%201%2010.47%201.61a4%204%200%200%201-2%207.74c-4.29-1.13-16.81-3.12-23.06%201.11a8.51%208.51%200%200%200-3.75%206.49c-.66%205.17%203.89%207%2014.42%2010.08c9.76%202.85%2023.14%206.69%2021.34%2020.65m63.92-42.45l-20%2056a4%204%200%200%201-7.53%200l-20-56a4%204%200%201%201%207.53-2.7L124%20196.11l16.23-45.46a4%204%200%201%201%207.53%202.7ZM212%20184v16.87a4%204%200%200%201-1.11%202.77A26.1%2026.1%200%200%201%20192%20212c-15.44%200-28-14.36-28-32s12.56-32%2028-32a25.4%2025.4%200%200%201%2014.24%204.43a4%204%200%201%201-4.48%206.63A17.43%2017.43%200%200%200%20192%20156c-11%200-20%2010.77-20%2024s9%2024%2020%2024a17.87%2017.87%200%200%200%2012-4.82V188h-4a4%204%200%200%201%200-8h8a4%204%200%200%201%204%204%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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