file csv icon
file-csv from Font Awesome Solid by Dave Gandy · Solid · Code · CC-BY-4.0 Attribution required.
- Name
- file-csv
- Set
- Font Awesome Solid
- Style
- Solid
- Category
- Code
- Viewbox
- 640×640
- License
- CC BY 4.0
The same icon in other sets
More code icons from Font Awesome Solid
Use the file csv icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M128 64c-35.3 0-64 28.7-64 64v384c0 35.3 28.7 64 64 64h80V464c0-35.3 28.7-64 64-64h176V234.5c0-17-6.7-33.3-18.7-45.3L322.7 82.7c-12-12-28.2-18.7-45.2-18.7zm261.5 176H296c-13.3 0-24-10.7-24-24v-93.5zM296 444c-24.3 0-44 19.7-44 44v80c0 24.3 19.7 44 44 44h16c24.3 0 44-19.7 44-44v-8c0-11-9-20-20-20s-20 9-20 20v8c0 2.2-1.8 4-4 4h-16c-2.2 0-4-1.8-4-4v-80c0-2.2 1.8-4 4-4h16c2.2 0 4 1.8 4 4v8c0 11 9 20 20 20s20-9 20-20v-8c0-24.3-19.7-44-44-44zm136 0c-28.7 0-52 23.3-52 52s23.3 52 52 52c6.6 0 12 5.4 12 12s-5.4 12-12 12h-32c-11 0-20 9-20 20s9 20 20 20h32c28.7 0 52-23.3 52-52s-23.3-52-52-52c-6.6 0-12-5.4-12-12s5.4-12 12-12h24c11 0 20-9 20-20s-9-20-20-20zm96 0c-11 0-20 9-20 20v31.6c0 35.5 10.5 70.3 30.2 99.8l5.1 7.7c3.7 5.6 10 8.9 16.6 8.9s12.9-3.3 16.6-8.9l5.1-7.7c19.7-29.6 30.2-64.3 30.2-99.8V464c0-11-9-20-20-20s-20 9-20 20v31.6c0 19.6-4.1 38.9-12 56.7c-7.9-17.8-12-37.1-12-56.7V464c0-11-9-20-20-20z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7SolidFileCsv(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M128 64c-35.3 0-64 28.7-64 64v384c0 35.3 28.7 64 64 64h80V464c0-35.3 28.7-64 64-64h176V234.5c0-17-6.7-33.3-18.7-45.3L322.7 82.7c-12-12-28.2-18.7-45.2-18.7zm261.5 176H296c-13.3 0-24-10.7-24-24v-93.5zM296 444c-24.3 0-44 19.7-44 44v80c0 24.3 19.7 44 44 44h16c24.3 0 44-19.7 44-44v-8c0-11-9-20-20-20s-20 9-20 20v8c0 2.2-1.8 4-4 4h-16c-2.2 0-4-1.8-4-4v-80c0-2.2 1.8-4 4-4h16c2.2 0 4 1.8 4 4v8c0 11 9 20 20 20s20-9 20-20v-8c0-24.3-19.7-44-44-44zm136 0c-28.7 0-52 23.3-52 52s23.3 52 52 52c6.6 0 12 5.4 12 12s-5.4 12-12 12h-32c-11 0-20 9-20 20s9 20 20 20h32c28.7 0 52-23.3 52-52s-23.3-52-52-52c-6.6 0-12-5.4-12-12s5.4-12 12-12h24c11 0 20-9 20-20s-9-20-20-20zm96 0c-11 0-20 9-20 20v31.6c0 35.5 10.5 70.3 30.2 99.8l5.1 7.7c3.7 5.6 10 8.9 16.6 8.9s12.9-3.3 16.6-8.9l5.1-7.7c19.7-29.6 30.2-64.3 30.2-99.8V464c0-11-9-20-20-20s-20 9-20 20v31.6c0 19.6-4.1 38.9-12 56.7c-7.9-17.8-12-37.1-12-56.7V464c0-11-9-20-20-20z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M128 64c-35.3 0-64 28.7-64 64v384c0 35.3 28.7 64 64 64h80V464c0-35.3 28.7-64 64-64h176V234.5c0-17-6.7-33.3-18.7-45.3L322.7 82.7c-12-12-28.2-18.7-45.2-18.7zm261.5 176H296c-13.3 0-24-10.7-24-24v-93.5zM296 444c-24.3 0-44 19.7-44 44v80c0 24.3 19.7 44 44 44h16c24.3 0 44-19.7 44-44v-8c0-11-9-20-20-20s-20 9-20 20v8c0 2.2-1.8 4-4 4h-16c-2.2 0-4-1.8-4-4v-80c0-2.2 1.8-4 4-4h16c2.2 0 4 1.8 4 4v8c0 11 9 20 20 20s20-9 20-20v-8c0-24.3-19.7-44-44-44zm136 0c-28.7 0-52 23.3-52 52s23.3 52 52 52c6.6 0 12 5.4 12 12s-5.4 12-12 12h-32c-11 0-20 9-20 20s9 20 20 20h32c28.7 0 52-23.3 52-52s-23.3-52-52-52c-6.6 0-12-5.4-12-12s5.4-12 12-12h24c11 0 20-9 20-20s-9-20-20-20zm96 0c-11 0-20 9-20 20v31.6c0 35.5 10.5 70.3 30.2 99.8l5.1 7.7c3.7 5.6 10 8.9 16.6 8.9s12.9-3.3 16.6-8.9l5.1-7.7c19.7-29.6 30.2-64.3 30.2-99.8V464c0-11-9-20-20-20s-20 9-20 20v31.6c0 19.6-4.1 38.9-12 56.7c-7.9-17.8-12-37.1-12-56.7V464c0-11-9-20-20-20z"/></svg> </template>
CSS
.icon-file-csv {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2064c-35.3%200-64%2028.7-64%2064v384c0%2035.3%2028.7%2064%2064%2064h80V464c0-35.3%2028.7-64%2064-64h176V234.5c0-17-6.7-33.3-18.7-45.3L322.7%2082.7c-12-12-28.2-18.7-45.2-18.7zm261.5%20176H296c-13.3%200-24-10.7-24-24v-93.5zM296%20444c-24.3%200-44%2019.7-44%2044v80c0%2024.3%2019.7%2044%2044%2044h16c24.3%200%2044-19.7%2044-44v-8c0-11-9-20-20-20s-20%209-20%2020v8c0%202.2-1.8%204-4%204h-16c-2.2%200-4-1.8-4-4v-80c0-2.2%201.8-4%204-4h16c2.2%200%204%201.8%204%204v8c0%2011%209%2020%2020%2020s20-9%2020-20v-8c0-24.3-19.7-44-44-44zm136%200c-28.7%200-52%2023.3-52%2052s23.3%2052%2052%2052c6.6%200%2012%205.4%2012%2012s-5.4%2012-12%2012h-32c-11%200-20%209-20%2020s9%2020%2020%2020h32c28.7%200%2052-23.3%2052-52s-23.3-52-52-52c-6.6%200-12-5.4-12-12s5.4-12%2012-12h24c11%200%2020-9%2020-20s-9-20-20-20zm96%200c-11%200-20%209-20%2020v31.6c0%2035.5%2010.5%2070.3%2030.2%2099.8l5.1%207.7c3.7%205.6%2010%208.9%2016.6%208.9s12.9-3.3%2016.6-8.9l5.1-7.7c19.7-29.6%2030.2-64.3%2030.2-99.8V464c0-11-9-20-20-20s-20%209-20%2020v31.6c0%2019.6-4.1%2038.9-12%2056.7c-7.9-17.8-12-37.1-12-56.7V464c0-11-9-20-20-20z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%2064c-35.3%200-64%2028.7-64%2064v384c0%2035.3%2028.7%2064%2064%2064h80V464c0-35.3%2028.7-64%2064-64h176V234.5c0-17-6.7-33.3-18.7-45.3L322.7%2082.7c-12-12-28.2-18.7-45.2-18.7zm261.5%20176H296c-13.3%200-24-10.7-24-24v-93.5zM296%20444c-24.3%200-44%2019.7-44%2044v80c0%2024.3%2019.7%2044%2044%2044h16c24.3%200%2044-19.7%2044-44v-8c0-11-9-20-20-20s-20%209-20%2020v8c0%202.2-1.8%204-4%204h-16c-2.2%200-4-1.8-4-4v-80c0-2.2%201.8-4%204-4h16c2.2%200%204%201.8%204%204v8c0%2011%209%2020%2020%2020s20-9%2020-20v-8c0-24.3-19.7-44-44-44zm136%200c-28.7%200-52%2023.3-52%2052s23.3%2052%2052%2052c6.6%200%2012%205.4%2012%2012s-5.4%2012-12%2012h-32c-11%200-20%209-20%2020s9%2020%2020%2020h32c28.7%200%2052-23.3%2052-52s-23.3-52-52-52c-6.6%200-12-5.4-12-12s5.4-12%2012-12h24c11%200%2020-9%2020-20s-9-20-20-20zm96%200c-11%200-20%209-20%2020v31.6c0%2035.5%2010.5%2070.3%2030.2%2099.8l5.1%207.7c3.7%205.6%2010%208.9%2016.6%208.9s12.9-3.3%2016.6-8.9l5.1-7.7c19.7-29.6%2030.2-64.3%2030.2-99.8V464c0-11-9-20-20-20s-20%209-20%2020v31.6c0%2019.6-4.1%2038.9-12%2056.7c-7.9-17.8-12-37.1-12-56.7V464c0-11-9-20-20-20z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-solid/file-csv.svg?color=%231a73e8&size=48