file csv icon

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

Name
file-csv-light
Set
Phosphor
Style
Light
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="M46 180c0 12.13 8.07 22 18 22a16.24 16.24 0 0 0 11.67-5.28a6 6 0 0 1 8.66 8.3A28.06 28.06 0 0 1 64 214c-16.54 0-30-15.25-30-34s13.46-34 30-34a28.06 28.06 0 0 1 20.33 9a6 6 0 0 1-8.66 8.3A16.23 16.23 0 0 0 64 158c-9.93 0-18 9.86-18 22m81.05-6.77c-10.86-3.13-13.41-4.69-13-7.91a6.59 6.59 0 0 1 2.88-5.08c5.6-3.79 17.66-1.82 21.45-.84a6 6 0 0 0 3.06-11.6c-2-.53-20.1-5-31.21 2.48a18.61 18.61 0 0 0-8.08 13.54c-1.8 14.19 12.26 18.25 21.57 20.94c12.12 3.5 14.78 5.33 14.2 9.76a6.85 6.85 0 0 1-3 5.34c-5.61 3.73-17.48 1.64-21.19.62a6 6 0 0 0-3.25 11.52a59.4 59.4 0 0 0 14.68 2c5.49 0 11.54-.95 16.36-4.14a18.89 18.89 0 0 0 8.31-13.81c2.01-15.66-12.91-19.97-22.78-22.83Zm83-26.88a6 6 0 0 0-7.67 3.63L188 190.15L173.65 150a6 6 0 1 0-11.3 4l20 56a6 6 0 0 0 11.3 0l20-56a6 6 0 0 0-3.65-7.66ZM214 88v24a6 6 0 1 1-12 0V94h-50a6 6 0 0 1-6-6V38H56a2 2 0 0 0-2 2v72a6 6 0 1 1-12 0V40a14 14 0 0 1 14-14h96a6 6 0 0 1 4.24 1.76l56 56A6 6 0 0 1 214 88m-20.49-6L158 46.48V82Z"/></svg>

React

import type { SVGProps } from "react";

export function PhFileCsvLight(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="M46 180c0 12.13 8.07 22 18 22a16.24 16.24 0 0 0 11.67-5.28a6 6 0 0 1 8.66 8.3A28.06 28.06 0 0 1 64 214c-16.54 0-30-15.25-30-34s13.46-34 30-34a28.06 28.06 0 0 1 20.33 9a6 6 0 0 1-8.66 8.3A16.23 16.23 0 0 0 64 158c-9.93 0-18 9.86-18 22m81.05-6.77c-10.86-3.13-13.41-4.69-13-7.91a6.59 6.59 0 0 1 2.88-5.08c5.6-3.79 17.66-1.82 21.45-.84a6 6 0 0 0 3.06-11.6c-2-.53-20.1-5-31.21 2.48a18.61 18.61 0 0 0-8.08 13.54c-1.8 14.19 12.26 18.25 21.57 20.94c12.12 3.5 14.78 5.33 14.2 9.76a6.85 6.85 0 0 1-3 5.34c-5.61 3.73-17.48 1.64-21.19.62a6 6 0 0 0-3.25 11.52a59.4 59.4 0 0 0 14.68 2c5.49 0 11.54-.95 16.36-4.14a18.89 18.89 0 0 0 8.31-13.81c2.01-15.66-12.91-19.97-22.78-22.83Zm83-26.88a6 6 0 0 0-7.67 3.63L188 190.15L173.65 150a6 6 0 1 0-11.3 4l20 56a6 6 0 0 0 11.3 0l20-56a6 6 0 0 0-3.65-7.66ZM214 88v24a6 6 0 1 1-12 0V94h-50a6 6 0 0 1-6-6V38H56a2 2 0 0 0-2 2v72a6 6 0 1 1-12 0V40a14 14 0 0 1 14-14h96a6 6 0 0 1 4.24 1.76l56 56A6 6 0 0 1 214 88m-20.49-6L158 46.48V82Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M46 180c0 12.13 8.07 22 18 22a16.24 16.24 0 0 0 11.67-5.28a6 6 0 0 1 8.66 8.3A28.06 28.06 0 0 1 64 214c-16.54 0-30-15.25-30-34s13.46-34 30-34a28.06 28.06 0 0 1 20.33 9a6 6 0 0 1-8.66 8.3A16.23 16.23 0 0 0 64 158c-9.93 0-18 9.86-18 22m81.05-6.77c-10.86-3.13-13.41-4.69-13-7.91a6.59 6.59 0 0 1 2.88-5.08c5.6-3.79 17.66-1.82 21.45-.84a6 6 0 0 0 3.06-11.6c-2-.53-20.1-5-31.21 2.48a18.61 18.61 0 0 0-8.08 13.54c-1.8 14.19 12.26 18.25 21.57 20.94c12.12 3.5 14.78 5.33 14.2 9.76a6.85 6.85 0 0 1-3 5.34c-5.61 3.73-17.48 1.64-21.19.62a6 6 0 0 0-3.25 11.52a59.4 59.4 0 0 0 14.68 2c5.49 0 11.54-.95 16.36-4.14a18.89 18.89 0 0 0 8.31-13.81c2.01-15.66-12.91-19.97-22.78-22.83Zm83-26.88a6 6 0 0 0-7.67 3.63L188 190.15L173.65 150a6 6 0 1 0-11.3 4l20 56a6 6 0 0 0 11.3 0l20-56a6 6 0 0 0-3.65-7.66ZM214 88v24a6 6 0 1 1-12 0V94h-50a6 6 0 0 1-6-6V38H56a2 2 0 0 0-2 2v72a6 6 0 1 1-12 0V40a14 14 0 0 1 14-14h96a6 6 0 0 1 4.24 1.76l56 56A6 6 0 0 1 214 88m-20.49-6L158 46.48V82Z"/></svg>
</template>

CSS

.icon-file-csv-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%22M46%20180c0%2012.13%208.07%2022%2018%2022a16.24%2016.24%200%200%200%2011.67-5.28a6%206%200%200%201%208.66%208.3A28.06%2028.06%200%200%201%2064%20214c-16.54%200-30-15.25-30-34s13.46-34%2030-34a28.06%2028.06%200%200%201%2020.33%209a6%206%200%200%201-8.66%208.3A16.23%2016.23%200%200%200%2064%20158c-9.93%200-18%209.86-18%2022m81.05-6.77c-10.86-3.13-13.41-4.69-13-7.91a6.59%206.59%200%200%201%202.88-5.08c5.6-3.79%2017.66-1.82%2021.45-.84a6%206%200%200%200%203.06-11.6c-2-.53-20.1-5-31.21%202.48a18.61%2018.61%200%200%200-8.08%2013.54c-1.8%2014.19%2012.26%2018.25%2021.57%2020.94c12.12%203.5%2014.78%205.33%2014.2%209.76a6.85%206.85%200%200%201-3%205.34c-5.61%203.73-17.48%201.64-21.19.62a6%206%200%200%200-3.25%2011.52a59.4%2059.4%200%200%200%2014.68%202c5.49%200%2011.54-.95%2016.36-4.14a18.89%2018.89%200%200%200%208.31-13.81c2.01-15.66-12.91-19.97-22.78-22.83Zm83-26.88a6%206%200%200%200-7.67%203.63L188%20190.15L173.65%20150a6%206%200%201%200-11.3%204l20%2056a6%206%200%200%200%2011.3%200l20-56a6%206%200%200%200-3.65-7.66ZM214%2088v24a6%206%200%201%201-12%200V94h-50a6%206%200%200%201-6-6V38H56a2%202%200%200%200-2%202v72a6%206%200%201%201-12%200V40a14%2014%200%200%201%2014-14h96a6%206%200%200%201%204.24%201.76l56%2056A6%206%200%200%201%20214%2088m-20.49-6L158%2046.48V82Z%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%22M46%20180c0%2012.13%208.07%2022%2018%2022a16.24%2016.24%200%200%200%2011.67-5.28a6%206%200%200%201%208.66%208.3A28.06%2028.06%200%200%201%2064%20214c-16.54%200-30-15.25-30-34s13.46-34%2030-34a28.06%2028.06%200%200%201%2020.33%209a6%206%200%200%201-8.66%208.3A16.23%2016.23%200%200%200%2064%20158c-9.93%200-18%209.86-18%2022m81.05-6.77c-10.86-3.13-13.41-4.69-13-7.91a6.59%206.59%200%200%201%202.88-5.08c5.6-3.79%2017.66-1.82%2021.45-.84a6%206%200%200%200%203.06-11.6c-2-.53-20.1-5-31.21%202.48a18.61%2018.61%200%200%200-8.08%2013.54c-1.8%2014.19%2012.26%2018.25%2021.57%2020.94c12.12%203.5%2014.78%205.33%2014.2%209.76a6.85%206.85%200%200%201-3%205.34c-5.61%203.73-17.48%201.64-21.19.62a6%206%200%200%200-3.25%2011.52a59.4%2059.4%200%200%200%2014.68%202c5.49%200%2011.54-.95%2016.36-4.14a18.89%2018.89%200%200%200%208.31-13.81c2.01-15.66-12.91-19.97-22.78-22.83Zm83-26.88a6%206%200%200%200-7.67%203.63L188%20190.15L173.65%20150a6%206%200%201%200-11.3%204l20%2056a6%206%200%200%200%2011.3%200l20-56a6%206%200%200%200-3.65-7.66ZM214%2088v24a6%206%200%201%201-12%200V94h-50a6%206%200%200%201-6-6V38H56a2%202%200%200%200-2%202v72a6%206%200%201%201-12%200V40a14%2014%200%200%201%2014-14h96a6%206%200%200%201%204.24%201.76l56%2056A6%206%200%200%201%20214%2088m-20.49-6L158%2046.48V82Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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