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

Name
file-c-light
Set
Phosphor
Style
Light
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Related icons in Phosphor

Use the file c 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.23 16.23 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.87-18 22m168-92v128a14 14 0 0 1-14 14h-80a6 6 0 0 1 0-12h80a2 2 0 0 0 2-2V94h-50a6 6 0 0 1-6-6V38H56a2 2 0 0 0-2 2v72a6 6 0 0 1-12 0V40a14 14 0 0 1 14-14h96a6 6 0 0 1 4.25 1.76l56 56A6 6 0 0 1 214 88m-56-6h35.52L158 46.48Z"/></svg>

React

import type { SVGProps } from "react";

export function PhFileCLight(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.23 16.23 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.87-18 22m168-92v128a14 14 0 0 1-14 14h-80a6 6 0 0 1 0-12h80a2 2 0 0 0 2-2V94h-50a6 6 0 0 1-6-6V38H56a2 2 0 0 0-2 2v72a6 6 0 0 1-12 0V40a14 14 0 0 1 14-14h96a6 6 0 0 1 4.25 1.76l56 56A6 6 0 0 1 214 88m-56-6h35.52L158 46.48Z"/></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.23 16.23 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.87-18 22m168-92v128a14 14 0 0 1-14 14h-80a6 6 0 0 1 0-12h80a2 2 0 0 0 2-2V94h-50a6 6 0 0 1-6-6V38H56a2 2 0 0 0-2 2v72a6 6 0 0 1-12 0V40a14 14 0 0 1 14-14h96a6 6 0 0 1 4.25 1.76l56 56A6 6 0 0 1 214 88m-56-6h35.52L158 46.48Z"/></svg>
</template>

CSS

.icon-file-c-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.23%2016.23%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.87-18%2022m168-92v128a14%2014%200%200%201-14%2014h-80a6%206%200%200%201%200-12h80a2%202%200%200%200%202-2V94h-50a6%206%200%200%201-6-6V38H56a2%202%200%200%200-2%202v72a6%206%200%200%201-12%200V40a14%2014%200%200%201%2014-14h96a6%206%200%200%201%204.25%201.76l56%2056A6%206%200%200%201%20214%2088m-56-6h35.52L158%2046.48Z%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.23%2016.23%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.87-18%2022m168-92v128a14%2014%200%200%201-14%2014h-80a6%206%200%200%201%200-12h80a2%202%200%200%200%202-2V94h-50a6%206%200%200%201-6-6V38H56a2%202%200%200%200-2%202v72a6%206%200%200%201-12%200V40a14%2014%200%200%201%2014-14h96a6%206%200%200%201%204.25%201.76l56%2056A6%206%200%200%201%20214%2088m-56-6h35.52L158%2046.48Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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