file csv icon
file-csv-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- file-csv-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 csv icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M44 180c0 13.23 9 24 20 24a18.15 18.15 0 0 0 13.11-5.9a4 4 0 1 1 5.78 5.54A26.1 26.1 0 0 1 64 212c-15.44 0-28-14.36-28-32s12.56-32 28-32a26.1 26.1 0 0 1 18.89 8.36a4 4 0 1 1-5.78 5.54A18.15 18.15 0 0 0 64 156c-11 0-20 10.77-20 24m82.49-4.85c-10.53-3-15.08-4.91-14.42-10.08a8.51 8.51 0 0 1 3.75-6.49c6.25-4.23 18.77-2.24 23.06-1.11a4 4 0 0 0 2-7.74a61 61 0 0 0-10.47-1.61c-8.12-.54-14.54.75-19.1 3.82a16.66 16.66 0 0 0-7.22 12.13c-1.58 12.49 10.46 16 20.14 18.77c11.26 3.25 16.47 5.49 15.64 11.94a8.94 8.94 0 0 1-3.91 6.75c-6.27 4.17-18.61 2.05-22.83.88a4 4 0 1 0-2.15 7.7a58 58 0 0 0 14.21 1.89c5.18 0 10.83-.86 15.22-3.77a17 17 0 0 0 7.43-12.41c1.8-13.98-11.58-17.82-21.35-20.67m82.85-26.92a4 4 0 0 0-5.11 2.42L188 196.11l-16.23-45.46a4 4 0 1 0-7.54 2.7l20 56a4 4 0 0 0 7.54 0l20-56a4 4 0 0 0-2.43-5.12M212 88v24a4 4 0 0 1-8 0V92h-52a4 4 0 0 1-4-4V36H56a4 4 0 0 0-4 4v72a4 4 0 0 1-8 0V40a12 12 0 0 1 12-12h96a4 4 0 0 1 2.83 1.17l56 56A4 4 0 0 1 212 88m-13.66-4L156 41.65V84Z"/></svg>
React
import type { SVGProps } from "react";
export function PhFileCsvThin(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="M44 180c0 13.23 9 24 20 24a18.15 18.15 0 0 0 13.11-5.9a4 4 0 1 1 5.78 5.54A26.1 26.1 0 0 1 64 212c-15.44 0-28-14.36-28-32s12.56-32 28-32a26.1 26.1 0 0 1 18.89 8.36a4 4 0 1 1-5.78 5.54A18.15 18.15 0 0 0 64 156c-11 0-20 10.77-20 24m82.49-4.85c-10.53-3-15.08-4.91-14.42-10.08a8.51 8.51 0 0 1 3.75-6.49c6.25-4.23 18.77-2.24 23.06-1.11a4 4 0 0 0 2-7.74a61 61 0 0 0-10.47-1.61c-8.12-.54-14.54.75-19.1 3.82a16.66 16.66 0 0 0-7.22 12.13c-1.58 12.49 10.46 16 20.14 18.77c11.26 3.25 16.47 5.49 15.64 11.94a8.94 8.94 0 0 1-3.91 6.75c-6.27 4.17-18.61 2.05-22.83.88a4 4 0 1 0-2.15 7.7a58 58 0 0 0 14.21 1.89c5.18 0 10.83-.86 15.22-3.77a17 17 0 0 0 7.43-12.41c1.8-13.98-11.58-17.82-21.35-20.67m82.85-26.92a4 4 0 0 0-5.11 2.42L188 196.11l-16.23-45.46a4 4 0 1 0-7.54 2.7l20 56a4 4 0 0 0 7.54 0l20-56a4 4 0 0 0-2.43-5.12M212 88v24a4 4 0 0 1-8 0V92h-52a4 4 0 0 1-4-4V36H56a4 4 0 0 0-4 4v72a4 4 0 0 1-8 0V40a12 12 0 0 1 12-12h96a4 4 0 0 1 2.83 1.17l56 56A4 4 0 0 1 212 88m-13.66-4L156 41.65V84Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M44 180c0 13.23 9 24 20 24a18.15 18.15 0 0 0 13.11-5.9a4 4 0 1 1 5.78 5.54A26.1 26.1 0 0 1 64 212c-15.44 0-28-14.36-28-32s12.56-32 28-32a26.1 26.1 0 0 1 18.89 8.36a4 4 0 1 1-5.78 5.54A18.15 18.15 0 0 0 64 156c-11 0-20 10.77-20 24m82.49-4.85c-10.53-3-15.08-4.91-14.42-10.08a8.51 8.51 0 0 1 3.75-6.49c6.25-4.23 18.77-2.24 23.06-1.11a4 4 0 0 0 2-7.74a61 61 0 0 0-10.47-1.61c-8.12-.54-14.54.75-19.1 3.82a16.66 16.66 0 0 0-7.22 12.13c-1.58 12.49 10.46 16 20.14 18.77c11.26 3.25 16.47 5.49 15.64 11.94a8.94 8.94 0 0 1-3.91 6.75c-6.27 4.17-18.61 2.05-22.83.88a4 4 0 1 0-2.15 7.7a58 58 0 0 0 14.21 1.89c5.18 0 10.83-.86 15.22-3.77a17 17 0 0 0 7.43-12.41c1.8-13.98-11.58-17.82-21.35-20.67m82.85-26.92a4 4 0 0 0-5.11 2.42L188 196.11l-16.23-45.46a4 4 0 1 0-7.54 2.7l20 56a4 4 0 0 0 7.54 0l20-56a4 4 0 0 0-2.43-5.12M212 88v24a4 4 0 0 1-8 0V92h-52a4 4 0 0 1-4-4V36H56a4 4 0 0 0-4 4v72a4 4 0 0 1-8 0V40a12 12 0 0 1 12-12h96a4 4 0 0 1 2.83 1.17l56 56A4 4 0 0 1 212 88m-13.66-4L156 41.65V84Z"/></svg> </template>
CSS
.icon-file-csv-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%22M44%20180c0%2013.23%209%2024%2020%2024a18.15%2018.15%200%200%200%2013.11-5.9a4%204%200%201%201%205.78%205.54A26.1%2026.1%200%200%201%2064%20212c-15.44%200-28-14.36-28-32s12.56-32%2028-32a26.1%2026.1%200%200%201%2018.89%208.36a4%204%200%201%201-5.78%205.54A18.15%2018.15%200%200%200%2064%20156c-11%200-20%2010.77-20%2024m82.49-4.85c-10.53-3-15.08-4.91-14.42-10.08a8.51%208.51%200%200%201%203.75-6.49c6.25-4.23%2018.77-2.24%2023.06-1.11a4%204%200%200%200%202-7.74a61%2061%200%200%200-10.47-1.61c-8.12-.54-14.54.75-19.1%203.82a16.66%2016.66%200%200%200-7.22%2012.13c-1.58%2012.49%2010.46%2016%2020.14%2018.77c11.26%203.25%2016.47%205.49%2015.64%2011.94a8.94%208.94%200%200%201-3.91%206.75c-6.27%204.17-18.61%202.05-22.83.88a4%204%200%201%200-2.15%207.7a58%2058%200%200%200%2014.21%201.89c5.18%200%2010.83-.86%2015.22-3.77a17%2017%200%200%200%207.43-12.41c1.8-13.98-11.58-17.82-21.35-20.67m82.85-26.92a4%204%200%200%200-5.11%202.42L188%20196.11l-16.23-45.46a4%204%200%201%200-7.54%202.7l20%2056a4%204%200%200%200%207.54%200l20-56a4%204%200%200%200-2.43-5.12M212%2088v24a4%204%200%200%201-8%200V92h-52a4%204%200%200%201-4-4V36H56a4%204%200%200%200-4%204v72a4%204%200%200%201-8%200V40a12%2012%200%200%201%2012-12h96a4%204%200%200%201%202.83%201.17l56%2056A4%204%200%200%201%20212%2088m-13.66-4L156%2041.65V84Z%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%22M44%20180c0%2013.23%209%2024%2020%2024a18.15%2018.15%200%200%200%2013.11-5.9a4%204%200%201%201%205.78%205.54A26.1%2026.1%200%200%201%2064%20212c-15.44%200-28-14.36-28-32s12.56-32%2028-32a26.1%2026.1%200%200%201%2018.89%208.36a4%204%200%201%201-5.78%205.54A18.15%2018.15%200%200%200%2064%20156c-11%200-20%2010.77-20%2024m82.49-4.85c-10.53-3-15.08-4.91-14.42-10.08a8.51%208.51%200%200%201%203.75-6.49c6.25-4.23%2018.77-2.24%2023.06-1.11a4%204%200%200%200%202-7.74a61%2061%200%200%200-10.47-1.61c-8.12-.54-14.54.75-19.1%203.82a16.66%2016.66%200%200%200-7.22%2012.13c-1.58%2012.49%2010.46%2016%2020.14%2018.77c11.26%203.25%2016.47%205.49%2015.64%2011.94a8.94%208.94%200%200%201-3.91%206.75c-6.27%204.17-18.61%202.05-22.83.88a4%204%200%201%200-2.15%207.7a58%2058%200%200%200%2014.21%201.89c5.18%200%2010.83-.86%2015.22-3.77a17%2017%200%200%200%207.43-12.41c1.8-13.98-11.58-17.82-21.35-20.67m82.85-26.92a4%204%200%200%200-5.11%202.42L188%20196.11l-16.23-45.46a4%204%200%201%200-7.54%202.7l20%2056a4%204%200%200%200%207.54%200l20-56a4%204%200%200%200-2.43-5.12M212%2088v24a4%204%200%200%201-8%200V92h-52a4%204%200%200%201-4-4V36H56a4%204%200%200%200-4%204v72a4%204%200%200%201-8%200V40a12%2012%200%200%201%2012-12h96a4%204%200%200%201%202.83%201.17l56%2056A4%204%200%200%201%20212%2088m-13.66-4L156%2041.65V84Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/file-csv-thin.svg?color=%231a73e8&size=48