file rs icon
file-rs-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.
- Name
- file-rs-bold
- Set
- Phosphor
- Style
- Bold
- 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="m216.49 79.51l-56-56A12 12 0 0 0 152 20H56a20 20 0 0 0-20 20v68a12 12 0 0 0 24 0V44h76v48a12 12 0 0 0 12 12h48v108h-8a12 12 0 0 0 0 24h12a20 20 0 0 0 20-20V88a12 12 0 0 0-3.51-8.49M160 57l23 23h-23Zm-96 83H48a12 12 0 0 0-12 12v56a12 12 0 0 0 24 0v-4h4a34 34 0 0 0 3.65-.21l6 10.26A12 12 0 0 0 94.37 202l-5.64-9.66A32 32 0 0 0 64 140m-4 24h4a8 8 0 0 1 0 16h-4Zm103.78 32.82a24.75 24.75 0 0 1-10.95 18.06c-6 4-13.27 5.15-19.73 5.15a63.8 63.8 0 0 1-16.23-2.21a12 12 0 0 1 6.46-23.12c6.81 1.86 15 1.61 16.39.06a2.5 2.5 0 0 0 .21-.71c-1.94-1.23-6.83-2.64-9.88-3.52c-5.39-1.56-11-3.18-15.75-6.27c-7.62-4.92-11.21-12.45-10.11-21.2a24.45 24.45 0 0 1 10.69-17.75c6.06-4.09 14.17-5.83 24.1-5.18A68.5 68.5 0 0 1 151 142a12 12 0 0 1-6.1 23.21c-6.36-1.63-13.62-1.51-16.07-.33a80 80 0 0 0 7.91 2.59c5.48 1.58 11.68 3.37 16.8 6.82c7.79 5.26 11.46 13.26 10.24 22.53"/></svg>
React
import type { SVGProps } from "react";
export function PhFileRsBold(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="m216.49 79.51l-56-56A12 12 0 0 0 152 20H56a20 20 0 0 0-20 20v68a12 12 0 0 0 24 0V44h76v48a12 12 0 0 0 12 12h48v108h-8a12 12 0 0 0 0 24h12a20 20 0 0 0 20-20V88a12 12 0 0 0-3.51-8.49M160 57l23 23h-23Zm-96 83H48a12 12 0 0 0-12 12v56a12 12 0 0 0 24 0v-4h4a34 34 0 0 0 3.65-.21l6 10.26A12 12 0 0 0 94.37 202l-5.64-9.66A32 32 0 0 0 64 140m-4 24h4a8 8 0 0 1 0 16h-4Zm103.78 32.82a24.75 24.75 0 0 1-10.95 18.06c-6 4-13.27 5.15-19.73 5.15a63.8 63.8 0 0 1-16.23-2.21a12 12 0 0 1 6.46-23.12c6.81 1.86 15 1.61 16.39.06a2.5 2.5 0 0 0 .21-.71c-1.94-1.23-6.83-2.64-9.88-3.52c-5.39-1.56-11-3.18-15.75-6.27c-7.62-4.92-11.21-12.45-10.11-21.2a24.45 24.45 0 0 1 10.69-17.75c6.06-4.09 14.17-5.83 24.1-5.18A68.5 68.5 0 0 1 151 142a12 12 0 0 1-6.1 23.21c-6.36-1.63-13.62-1.51-16.07-.33a80 80 0 0 0 7.91 2.59c5.48 1.58 11.68 3.37 16.8 6.82c7.79 5.26 11.46 13.26 10.24 22.53"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="m216.49 79.51l-56-56A12 12 0 0 0 152 20H56a20 20 0 0 0-20 20v68a12 12 0 0 0 24 0V44h76v48a12 12 0 0 0 12 12h48v108h-8a12 12 0 0 0 0 24h12a20 20 0 0 0 20-20V88a12 12 0 0 0-3.51-8.49M160 57l23 23h-23Zm-96 83H48a12 12 0 0 0-12 12v56a12 12 0 0 0 24 0v-4h4a34 34 0 0 0 3.65-.21l6 10.26A12 12 0 0 0 94.37 202l-5.64-9.66A32 32 0 0 0 64 140m-4 24h4a8 8 0 0 1 0 16h-4Zm103.78 32.82a24.75 24.75 0 0 1-10.95 18.06c-6 4-13.27 5.15-19.73 5.15a63.8 63.8 0 0 1-16.23-2.21a12 12 0 0 1 6.46-23.12c6.81 1.86 15 1.61 16.39.06a2.5 2.5 0 0 0 .21-.71c-1.94-1.23-6.83-2.64-9.88-3.52c-5.39-1.56-11-3.18-15.75-6.27c-7.62-4.92-11.21-12.45-10.11-21.2a24.45 24.45 0 0 1 10.69-17.75c6.06-4.09 14.17-5.83 24.1-5.18A68.5 68.5 0 0 1 151 142a12 12 0 0 1-6.1 23.21c-6.36-1.63-13.62-1.51-16.07-.33a80 80 0 0 0 7.91 2.59c5.48 1.58 11.68 3.37 16.8 6.82c7.79 5.26 11.46 13.26 10.24 22.53"/></svg> </template>
CSS
.icon-file-rs-bold {
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%22m216.49%2079.51l-56-56A12%2012%200%200%200%20152%2020H56a20%2020%200%200%200-20%2020v68a12%2012%200%200%200%2024%200V44h76v48a12%2012%200%200%200%2012%2012h48v108h-8a12%2012%200%200%200%200%2024h12a20%2020%200%200%200%2020-20V88a12%2012%200%200%200-3.51-8.49M160%2057l23%2023h-23Zm-96%2083H48a12%2012%200%200%200-12%2012v56a12%2012%200%200%200%2024%200v-4h4a34%2034%200%200%200%203.65-.21l6%2010.26A12%2012%200%200%200%2094.37%20202l-5.64-9.66A32%2032%200%200%200%2064%20140m-4%2024h4a8%208%200%200%201%200%2016h-4Zm103.78%2032.82a24.75%2024.75%200%200%201-10.95%2018.06c-6%204-13.27%205.15-19.73%205.15a63.8%2063.8%200%200%201-16.23-2.21a12%2012%200%200%201%206.46-23.12c6.81%201.86%2015%201.61%2016.39.06a2.5%202.5%200%200%200%20.21-.71c-1.94-1.23-6.83-2.64-9.88-3.52c-5.39-1.56-11-3.18-15.75-6.27c-7.62-4.92-11.21-12.45-10.11-21.2a24.45%2024.45%200%200%201%2010.69-17.75c6.06-4.09%2014.17-5.83%2024.1-5.18A68.5%2068.5%200%200%201%20151%20142a12%2012%200%200%201-6.1%2023.21c-6.36-1.63-13.62-1.51-16.07-.33a80%2080%200%200%200%207.91%202.59c5.48%201.58%2011.68%203.37%2016.8%206.82c7.79%205.26%2011.46%2013.26%2010.24%2022.53%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%22m216.49%2079.51l-56-56A12%2012%200%200%200%20152%2020H56a20%2020%200%200%200-20%2020v68a12%2012%200%200%200%2024%200V44h76v48a12%2012%200%200%200%2012%2012h48v108h-8a12%2012%200%200%200%200%2024h12a20%2020%200%200%200%2020-20V88a12%2012%200%200%200-3.51-8.49M160%2057l23%2023h-23Zm-96%2083H48a12%2012%200%200%200-12%2012v56a12%2012%200%200%200%2024%200v-4h4a34%2034%200%200%200%203.65-.21l6%2010.26A12%2012%200%200%200%2094.37%20202l-5.64-9.66A32%2032%200%200%200%2064%20140m-4%2024h4a8%208%200%200%201%200%2016h-4Zm103.78%2032.82a24.75%2024.75%200%200%201-10.95%2018.06c-6%204-13.27%205.15-19.73%205.15a63.8%2063.8%200%200%201-16.23-2.21a12%2012%200%200%201%206.46-23.12c6.81%201.86%2015%201.61%2016.39.06a2.5%202.5%200%200%200%20.21-.71c-1.94-1.23-6.83-2.64-9.88-3.52c-5.39-1.56-11-3.18-15.75-6.27c-7.62-4.92-11.21-12.45-10.11-21.2a24.45%2024.45%200%200%201%2010.69-17.75c6.06-4.09%2014.17-5.83%2024.1-5.18A68.5%2068.5%200%200%201%20151%20142a12%2012%200%200%201-6.1%2023.21c-6.36-1.63-13.62-1.51-16.07-.33a80%2080%200%200%200%207.91%202.59c5.48%201.58%2011.68%203.37%2016.8%206.82c7.79%205.26%2011.46%2013.26%2010.24%2022.53%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/file-rs-bold.svg?color=%231a73e8&size=48