file rs icon

file-rs-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.

Name
file-rs-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the file rs icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m212.24 83.76l-56-56A6 6 0 0 0 152 26H56a14 14 0 0 0-14 14v72a6 6 0 0 0 12 0V40a2 2 0 0 1 2-2h90v50a6 6 0 0 0 6 6h50v122a2 2 0 0 1-2 2h-16a6 6 0 0 0 0 12h16a14 14 0 0 0 14-14V88a6 6 0 0 0-1.76-4.24M158 46.48L193.52 82H158ZM90 172a26 26 0 0 0-26-26H48a6 6 0 0 0-6 6v56a6 6 0 0 0 12 0v-10h10a26 26 0 0 0 6.71-.88L78.82 211a6 6 0 0 0 5.18 3a5.9 5.9 0 0 0 3-.82a6 6 0 0 0 2.16-8.2l-7.91-13.57A25.93 25.93 0 0 0 90 172m-36 14v-28h10a14 14 0 0 1 0 28Zm99.83 10.06a18.89 18.89 0 0 1-8.31 13.81c-4.82 3.19-10.87 4.14-16.36 4.14a59 59 0 0 1-14.68-2a6 6 0 0 1 3.23-11.56c3.71 1 15.58 3.11 21.19-.62a6.85 6.85 0 0 0 3-5.34c.58-4.43-2.08-6.26-14.2-9.76c-9.31-2.69-23.37-6.75-21.57-20.94a18.61 18.61 0 0 1 8.08-13.54c11.11-7.49 29.18-3 31.21-2.48a6 6 0 0 1-3.06 11.6c-3.78-1-15.85-3-21.45.84a6.59 6.59 0 0 0-2.88 5.08c-.41 3.22 2.14 4.78 13 7.91c9.89 2.89 24.81 7.2 22.8 22.86"/></svg>

React

import type { SVGProps } from "react";

export function PhFileRsLight(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="m212.24 83.76l-56-56A6 6 0 0 0 152 26H56a14 14 0 0 0-14 14v72a6 6 0 0 0 12 0V40a2 2 0 0 1 2-2h90v50a6 6 0 0 0 6 6h50v122a2 2 0 0 1-2 2h-16a6 6 0 0 0 0 12h16a14 14 0 0 0 14-14V88a6 6 0 0 0-1.76-4.24M158 46.48L193.52 82H158ZM90 172a26 26 0 0 0-26-26H48a6 6 0 0 0-6 6v56a6 6 0 0 0 12 0v-10h10a26 26 0 0 0 6.71-.88L78.82 211a6 6 0 0 0 5.18 3a5.9 5.9 0 0 0 3-.82a6 6 0 0 0 2.16-8.2l-7.91-13.57A25.93 25.93 0 0 0 90 172m-36 14v-28h10a14 14 0 0 1 0 28Zm99.83 10.06a18.89 18.89 0 0 1-8.31 13.81c-4.82 3.19-10.87 4.14-16.36 4.14a59 59 0 0 1-14.68-2a6 6 0 0 1 3.23-11.56c3.71 1 15.58 3.11 21.19-.62a6.85 6.85 0 0 0 3-5.34c.58-4.43-2.08-6.26-14.2-9.76c-9.31-2.69-23.37-6.75-21.57-20.94a18.61 18.61 0 0 1 8.08-13.54c11.11-7.49 29.18-3 31.21-2.48a6 6 0 0 1-3.06 11.6c-3.78-1-15.85-3-21.45.84a6.59 6.59 0 0 0-2.88 5.08c-.41 3.22 2.14 4.78 13 7.91c9.89 2.89 24.81 7.2 22.8 22.86"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m212.24 83.76l-56-56A6 6 0 0 0 152 26H56a14 14 0 0 0-14 14v72a6 6 0 0 0 12 0V40a2 2 0 0 1 2-2h90v50a6 6 0 0 0 6 6h50v122a2 2 0 0 1-2 2h-16a6 6 0 0 0 0 12h16a14 14 0 0 0 14-14V88a6 6 0 0 0-1.76-4.24M158 46.48L193.52 82H158ZM90 172a26 26 0 0 0-26-26H48a6 6 0 0 0-6 6v56a6 6 0 0 0 12 0v-10h10a26 26 0 0 0 6.71-.88L78.82 211a6 6 0 0 0 5.18 3a5.9 5.9 0 0 0 3-.82a6 6 0 0 0 2.16-8.2l-7.91-13.57A25.93 25.93 0 0 0 90 172m-36 14v-28h10a14 14 0 0 1 0 28Zm99.83 10.06a18.89 18.89 0 0 1-8.31 13.81c-4.82 3.19-10.87 4.14-16.36 4.14a59 59 0 0 1-14.68-2a6 6 0 0 1 3.23-11.56c3.71 1 15.58 3.11 21.19-.62a6.85 6.85 0 0 0 3-5.34c.58-4.43-2.08-6.26-14.2-9.76c-9.31-2.69-23.37-6.75-21.57-20.94a18.61 18.61 0 0 1 8.08-13.54c11.11-7.49 29.18-3 31.21-2.48a6 6 0 0 1-3.06 11.6c-3.78-1-15.85-3-21.45.84a6.59 6.59 0 0 0-2.88 5.08c-.41 3.22 2.14 4.78 13 7.91c9.89 2.89 24.81 7.2 22.8 22.86"/></svg>
</template>

CSS

.icon-file-rs-light {
  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%22m212.24%2083.76l-56-56A6%206%200%200%200%20152%2026H56a14%2014%200%200%200-14%2014v72a6%206%200%200%200%2012%200V40a2%202%200%200%201%202-2h90v50a6%206%200%200%200%206%206h50v122a2%202%200%200%201-2%202h-16a6%206%200%200%200%200%2012h16a14%2014%200%200%200%2014-14V88a6%206%200%200%200-1.76-4.24M158%2046.48L193.52%2082H158ZM90%20172a26%2026%200%200%200-26-26H48a6%206%200%200%200-6%206v56a6%206%200%200%200%2012%200v-10h10a26%2026%200%200%200%206.71-.88L78.82%20211a6%206%200%200%200%205.18%203a5.9%205.9%200%200%200%203-.82a6%206%200%200%200%202.16-8.2l-7.91-13.57A25.93%2025.93%200%200%200%2090%20172m-36%2014v-28h10a14%2014%200%200%201%200%2028Zm99.83%2010.06a18.89%2018.89%200%200%201-8.31%2013.81c-4.82%203.19-10.87%204.14-16.36%204.14a59%2059%200%200%201-14.68-2a6%206%200%200%201%203.23-11.56c3.71%201%2015.58%203.11%2021.19-.62a6.85%206.85%200%200%200%203-5.34c.58-4.43-2.08-6.26-14.2-9.76c-9.31-2.69-23.37-6.75-21.57-20.94a18.61%2018.61%200%200%201%208.08-13.54c11.11-7.49%2029.18-3%2031.21-2.48a6%206%200%200%201-3.06%2011.6c-3.78-1-15.85-3-21.45.84a6.59%206.59%200%200%200-2.88%205.08c-.41%203.22%202.14%204.78%2013%207.91c9.89%202.89%2024.81%207.2%2022.8%2022.86%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%22m212.24%2083.76l-56-56A6%206%200%200%200%20152%2026H56a14%2014%200%200%200-14%2014v72a6%206%200%200%200%2012%200V40a2%202%200%200%201%202-2h90v50a6%206%200%200%200%206%206h50v122a2%202%200%200%201-2%202h-16a6%206%200%200%200%200%2012h16a14%2014%200%200%200%2014-14V88a6%206%200%200%200-1.76-4.24M158%2046.48L193.52%2082H158ZM90%20172a26%2026%200%200%200-26-26H48a6%206%200%200%200-6%206v56a6%206%200%200%200%2012%200v-10h10a26%2026%200%200%200%206.71-.88L78.82%20211a6%206%200%200%200%205.18%203a5.9%205.9%200%200%200%203-.82a6%206%200%200%200%202.16-8.2l-7.91-13.57A25.93%2025.93%200%200%200%2090%20172m-36%2014v-28h10a14%2014%200%200%201%200%2028Zm99.83%2010.06a18.89%2018.89%200%200%201-8.31%2013.81c-4.82%203.19-10.87%204.14-16.36%204.14a59%2059%200%200%201-14.68-2a6%206%200%200%201%203.23-11.56c3.71%201%2015.58%203.11%2021.19-.62a6.85%206.85%200%200%200%203-5.34c.58-4.43-2.08-6.26-14.2-9.76c-9.31-2.69-23.37-6.75-21.57-20.94a18.61%2018.61%200%200%201%208.08-13.54c11.11-7.49%2029.18-3%2031.21-2.48a6%206%200%200%201-3.06%2011.6c-3.78-1-15.85-3-21.45.84a6.59%206.59%200%200%200-2.88%205.08c-.41%203.22%202.14%204.78%2013%207.91c9.89%202.89%2024.81%207.2%2022.8%2022.86%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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