file csv icon

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

Name
file-csv-bold
Set
Phosphor
Style
Bold
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="M48 180c0 8.67 5.49 16 12 16a10.27 10.27 0 0 0 7.33-3.43a12 12 0 1 1 17.34 16.6A34 34 0 0 1 60 220c-19.85 0-36-18-36-40s16.15-40 36-40a34 34 0 0 1 24.67 10.83a12 12 0 1 1-17.34 16.6A10.27 10.27 0 0 0 60 164c-6.51 0-12 7.31-12 16m97.51-5.71c-5.13-3.45-11.33-5.24-16.8-6.82a80 80 0 0 1-7.91-2.59c2.45-1.18 9.71-1.3 16.07.33A12 12 0 0 0 143 142a69 69 0 0 0-12-1.86c-9.93-.66-18 1.08-24.1 5.17a24.45 24.45 0 0 0-10.69 17.76c-1.1 8.74 2.48 16.27 10.11 21.19c4.78 3.09 10.36 4.7 15.75 6.26c3 .89 7.94 2.3 9.88 3.53a2 2 0 0 1-.22.71c-1.36 1.55-9.57 1.79-16.39-.06a12 12 0 0 0-6.45 23.11a63.7 63.7 0 0 0 16.2 2.19c6.47 0 13.74-1.17 19.74-5.15a24.73 24.73 0 0 0 10.95-18c1.22-9.32-2.46-17.32-10.27-22.58ZM216 140.68a12 12 0 0 0-15.3 7.32l-8.7 24.3l-8.7-24.3a12 12 0 1 0-22.6 8l20 56a12 12 0 0 0 22.6 0l20-56a12 12 0 0 0-7.3-15.32M36 108V40a20 20 0 0 1 20-20h96a12 12 0 0 1 8.49 3.51l56 56A12 12 0 0 1 220 88v20a12 12 0 1 1-24 0v-4h-48a12 12 0 0 1-12-12V44H60v64a12 12 0 1 1-24 0m124-28h23l-23-23Z"/></svg>

React

import type { SVGProps } from "react";

export function PhFileCsvBold(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="M48 180c0 8.67 5.49 16 12 16a10.27 10.27 0 0 0 7.33-3.43a12 12 0 1 1 17.34 16.6A34 34 0 0 1 60 220c-19.85 0-36-18-36-40s16.15-40 36-40a34 34 0 0 1 24.67 10.83a12 12 0 1 1-17.34 16.6A10.27 10.27 0 0 0 60 164c-6.51 0-12 7.31-12 16m97.51-5.71c-5.13-3.45-11.33-5.24-16.8-6.82a80 80 0 0 1-7.91-2.59c2.45-1.18 9.71-1.3 16.07.33A12 12 0 0 0 143 142a69 69 0 0 0-12-1.86c-9.93-.66-18 1.08-24.1 5.17a24.45 24.45 0 0 0-10.69 17.76c-1.1 8.74 2.48 16.27 10.11 21.19c4.78 3.09 10.36 4.7 15.75 6.26c3 .89 7.94 2.3 9.88 3.53a2 2 0 0 1-.22.71c-1.36 1.55-9.57 1.79-16.39-.06a12 12 0 0 0-6.45 23.11a63.7 63.7 0 0 0 16.2 2.19c6.47 0 13.74-1.17 19.74-5.15a24.73 24.73 0 0 0 10.95-18c1.22-9.32-2.46-17.32-10.27-22.58ZM216 140.68a12 12 0 0 0-15.3 7.32l-8.7 24.3l-8.7-24.3a12 12 0 1 0-22.6 8l20 56a12 12 0 0 0 22.6 0l20-56a12 12 0 0 0-7.3-15.32M36 108V40a20 20 0 0 1 20-20h96a12 12 0 0 1 8.49 3.51l56 56A12 12 0 0 1 220 88v20a12 12 0 1 1-24 0v-4h-48a12 12 0 0 1-12-12V44H60v64a12 12 0 1 1-24 0m124-28h23l-23-23Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M48 180c0 8.67 5.49 16 12 16a10.27 10.27 0 0 0 7.33-3.43a12 12 0 1 1 17.34 16.6A34 34 0 0 1 60 220c-19.85 0-36-18-36-40s16.15-40 36-40a34 34 0 0 1 24.67 10.83a12 12 0 1 1-17.34 16.6A10.27 10.27 0 0 0 60 164c-6.51 0-12 7.31-12 16m97.51-5.71c-5.13-3.45-11.33-5.24-16.8-6.82a80 80 0 0 1-7.91-2.59c2.45-1.18 9.71-1.3 16.07.33A12 12 0 0 0 143 142a69 69 0 0 0-12-1.86c-9.93-.66-18 1.08-24.1 5.17a24.45 24.45 0 0 0-10.69 17.76c-1.1 8.74 2.48 16.27 10.11 21.19c4.78 3.09 10.36 4.7 15.75 6.26c3 .89 7.94 2.3 9.88 3.53a2 2 0 0 1-.22.71c-1.36 1.55-9.57 1.79-16.39-.06a12 12 0 0 0-6.45 23.11a63.7 63.7 0 0 0 16.2 2.19c6.47 0 13.74-1.17 19.74-5.15a24.73 24.73 0 0 0 10.95-18c1.22-9.32-2.46-17.32-10.27-22.58ZM216 140.68a12 12 0 0 0-15.3 7.32l-8.7 24.3l-8.7-24.3a12 12 0 1 0-22.6 8l20 56a12 12 0 0 0 22.6 0l20-56a12 12 0 0 0-7.3-15.32M36 108V40a20 20 0 0 1 20-20h96a12 12 0 0 1 8.49 3.51l56 56A12 12 0 0 1 220 88v20a12 12 0 1 1-24 0v-4h-48a12 12 0 0 1-12-12V44H60v64a12 12 0 1 1-24 0m124-28h23l-23-23Z"/></svg>
</template>

CSS

.icon-file-csv-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%22M48%20180c0%208.67%205.49%2016%2012%2016a10.27%2010.27%200%200%200%207.33-3.43a12%2012%200%201%201%2017.34%2016.6A34%2034%200%200%201%2060%20220c-19.85%200-36-18-36-40s16.15-40%2036-40a34%2034%200%200%201%2024.67%2010.83a12%2012%200%201%201-17.34%2016.6A10.27%2010.27%200%200%200%2060%20164c-6.51%200-12%207.31-12%2016m97.51-5.71c-5.13-3.45-11.33-5.24-16.8-6.82a80%2080%200%200%201-7.91-2.59c2.45-1.18%209.71-1.3%2016.07.33A12%2012%200%200%200%20143%20142a69%2069%200%200%200-12-1.86c-9.93-.66-18%201.08-24.1%205.17a24.45%2024.45%200%200%200-10.69%2017.76c-1.1%208.74%202.48%2016.27%2010.11%2021.19c4.78%203.09%2010.36%204.7%2015.75%206.26c3%20.89%207.94%202.3%209.88%203.53a2%202%200%200%201-.22.71c-1.36%201.55-9.57%201.79-16.39-.06a12%2012%200%200%200-6.45%2023.11a63.7%2063.7%200%200%200%2016.2%202.19c6.47%200%2013.74-1.17%2019.74-5.15a24.73%2024.73%200%200%200%2010.95-18c1.22-9.32-2.46-17.32-10.27-22.58ZM216%20140.68a12%2012%200%200%200-15.3%207.32l-8.7%2024.3l-8.7-24.3a12%2012%200%201%200-22.6%208l20%2056a12%2012%200%200%200%2022.6%200l20-56a12%2012%200%200%200-7.3-15.32M36%20108V40a20%2020%200%200%201%2020-20h96a12%2012%200%200%201%208.49%203.51l56%2056A12%2012%200%200%201%20220%2088v20a12%2012%200%201%201-24%200v-4h-48a12%2012%200%200%201-12-12V44H60v64a12%2012%200%201%201-24%200m124-28h23l-23-23Z%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%22M48%20180c0%208.67%205.49%2016%2012%2016a10.27%2010.27%200%200%200%207.33-3.43a12%2012%200%201%201%2017.34%2016.6A34%2034%200%200%201%2060%20220c-19.85%200-36-18-36-40s16.15-40%2036-40a34%2034%200%200%201%2024.67%2010.83a12%2012%200%201%201-17.34%2016.6A10.27%2010.27%200%200%200%2060%20164c-6.51%200-12%207.31-12%2016m97.51-5.71c-5.13-3.45-11.33-5.24-16.8-6.82a80%2080%200%200%201-7.91-2.59c2.45-1.18%209.71-1.3%2016.07.33A12%2012%200%200%200%20143%20142a69%2069%200%200%200-12-1.86c-9.93-.66-18%201.08-24.1%205.17a24.45%2024.45%200%200%200-10.69%2017.76c-1.1%208.74%202.48%2016.27%2010.11%2021.19c4.78%203.09%2010.36%204.7%2015.75%206.26c3%20.89%207.94%202.3%209.88%203.53a2%202%200%200%201-.22.71c-1.36%201.55-9.57%201.79-16.39-.06a12%2012%200%200%200-6.45%2023.11a63.7%2063.7%200%200%200%2016.2%202.19c6.47%200%2013.74-1.17%2019.74-5.15a24.73%2024.73%200%200%200%2010.95-18c1.22-9.32-2.46-17.32-10.27-22.58ZM216%20140.68a12%2012%200%200%200-15.3%207.32l-8.7%2024.3l-8.7-24.3a12%2012%200%201%200-22.6%208l20%2056a12%2012%200%200%200%2022.6%200l20-56a12%2012%200%200%200-7.3-15.32M36%20108V40a20%2020%200%200%201%2020-20h96a12%2012%200%200%201%208.49%203.51l56%2056A12%2012%200%200%201%20220%2088v20a12%2012%200%201%201-24%200v-4h-48a12%2012%200%200%201-12-12V44H60v64a12%2012%200%201%201-24%200m124-28h23l-23-23Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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