file css icon

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

Name
file-css-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 css 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.2 16.2 0 0 0 11.66-5.28a6 6 0 0 1 8.67 8.3A28.1 28.1 0 0 1 64 214c-16.54 0-30-15.25-30-34s13.46-34 30-34a28.1 28.1 0 0 1 20.33 9a6 6 0 0 1-8.67 8.3A16.2 16.2 0 0 0 64 158c-9.93 0-18 9.86-18 22m81-6.77c-10.85-3.13-13.4-4.69-13-7.91a6.56 6.56 0 0 1 2.88-5.08c5.59-3.79 17.66-1.82 21.44-.84a6 6 0 1 0 3.06-11.6c-2-.53-20.09-5-31.2 2.48a18.62 18.62 0 0 0-8.09 13.54c-1.79 14.19 12.27 18.25 21.57 20.94c12.12 3.5 14.78 5.33 14.21 9.76a6.89 6.89 0 0 1-3 5.34c-5.6 3.73-17.48 1.64-21.18.62a6 6 0 1 0-3.21 11.52a59.3 59.3 0 0 0 14.67 2c5.49 0 11.55-.95 16.36-4.14a18.89 18.89 0 0 0 8.31-13.81c2.01-15.66-12.9-19.97-22.82-22.83Zm64 0c-10.85-3.13-13.41-4.69-13-7.91a6.59 6.59 0 0 1 2.88-5.08c5.6-3.79 17.65-1.83 21.44-.84a6 6 0 0 0 3.07-11.6c-2-.54-20.1-5-31.21 2.48a18.64 18.64 0 0 0-8.08 13.54c-1.8 14.19 12.26 18.25 21.57 20.94c12.12 3.5 14.77 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.21 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.82-22.83ZM202 94h-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 88v24a6 6 0 1 1-12 0Zm-8.5-12L158 46.48V82Z"/></svg>

React

import type { SVGProps } from "react";

export function PhFileCssLight(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.2 16.2 0 0 0 11.66-5.28a6 6 0 0 1 8.67 8.3A28.1 28.1 0 0 1 64 214c-16.54 0-30-15.25-30-34s13.46-34 30-34a28.1 28.1 0 0 1 20.33 9a6 6 0 0 1-8.67 8.3A16.2 16.2 0 0 0 64 158c-9.93 0-18 9.86-18 22m81-6.77c-10.85-3.13-13.4-4.69-13-7.91a6.56 6.56 0 0 1 2.88-5.08c5.59-3.79 17.66-1.82 21.44-.84a6 6 0 1 0 3.06-11.6c-2-.53-20.09-5-31.2 2.48a18.62 18.62 0 0 0-8.09 13.54c-1.79 14.19 12.27 18.25 21.57 20.94c12.12 3.5 14.78 5.33 14.21 9.76a6.89 6.89 0 0 1-3 5.34c-5.6 3.73-17.48 1.64-21.18.62a6 6 0 1 0-3.21 11.52a59.3 59.3 0 0 0 14.67 2c5.49 0 11.55-.95 16.36-4.14a18.89 18.89 0 0 0 8.31-13.81c2.01-15.66-12.9-19.97-22.82-22.83Zm64 0c-10.85-3.13-13.41-4.69-13-7.91a6.59 6.59 0 0 1 2.88-5.08c5.6-3.79 17.65-1.83 21.44-.84a6 6 0 0 0 3.07-11.6c-2-.54-20.1-5-31.21 2.48a18.64 18.64 0 0 0-8.08 13.54c-1.8 14.19 12.26 18.25 21.57 20.94c12.12 3.5 14.77 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.21 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.82-22.83ZM202 94h-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 88v24a6 6 0 1 1-12 0Zm-8.5-12L158 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.2 16.2 0 0 0 11.66-5.28a6 6 0 0 1 8.67 8.3A28.1 28.1 0 0 1 64 214c-16.54 0-30-15.25-30-34s13.46-34 30-34a28.1 28.1 0 0 1 20.33 9a6 6 0 0 1-8.67 8.3A16.2 16.2 0 0 0 64 158c-9.93 0-18 9.86-18 22m81-6.77c-10.85-3.13-13.4-4.69-13-7.91a6.56 6.56 0 0 1 2.88-5.08c5.59-3.79 17.66-1.82 21.44-.84a6 6 0 1 0 3.06-11.6c-2-.53-20.09-5-31.2 2.48a18.62 18.62 0 0 0-8.09 13.54c-1.79 14.19 12.27 18.25 21.57 20.94c12.12 3.5 14.78 5.33 14.21 9.76a6.89 6.89 0 0 1-3 5.34c-5.6 3.73-17.48 1.64-21.18.62a6 6 0 1 0-3.21 11.52a59.3 59.3 0 0 0 14.67 2c5.49 0 11.55-.95 16.36-4.14a18.89 18.89 0 0 0 8.31-13.81c2.01-15.66-12.9-19.97-22.82-22.83Zm64 0c-10.85-3.13-13.41-4.69-13-7.91a6.59 6.59 0 0 1 2.88-5.08c5.6-3.79 17.65-1.83 21.44-.84a6 6 0 0 0 3.07-11.6c-2-.54-20.1-5-31.21 2.48a18.64 18.64 0 0 0-8.08 13.54c-1.8 14.19 12.26 18.25 21.57 20.94c12.12 3.5 14.77 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.21 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.82-22.83ZM202 94h-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 88v24a6 6 0 1 1-12 0Zm-8.5-12L158 46.48V82Z"/></svg>
</template>

CSS

.icon-file-css-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.2%2016.2%200%200%200%2011.66-5.28a6%206%200%200%201%208.67%208.3A28.1%2028.1%200%200%201%2064%20214c-16.54%200-30-15.25-30-34s13.46-34%2030-34a28.1%2028.1%200%200%201%2020.33%209a6%206%200%200%201-8.67%208.3A16.2%2016.2%200%200%200%2064%20158c-9.93%200-18%209.86-18%2022m81-6.77c-10.85-3.13-13.4-4.69-13-7.91a6.56%206.56%200%200%201%202.88-5.08c5.59-3.79%2017.66-1.82%2021.44-.84a6%206%200%201%200%203.06-11.6c-2-.53-20.09-5-31.2%202.48a18.62%2018.62%200%200%200-8.09%2013.54c-1.79%2014.19%2012.27%2018.25%2021.57%2020.94c12.12%203.5%2014.78%205.33%2014.21%209.76a6.89%206.89%200%200%201-3%205.34c-5.6%203.73-17.48%201.64-21.18.62a6%206%200%201%200-3.21%2011.52a59.3%2059.3%200%200%200%2014.67%202c5.49%200%2011.55-.95%2016.36-4.14a18.89%2018.89%200%200%200%208.31-13.81c2.01-15.66-12.9-19.97-22.82-22.83Zm64%200c-10.85-3.13-13.41-4.69-13-7.91a6.59%206.59%200%200%201%202.88-5.08c5.6-3.79%2017.65-1.83%2021.44-.84a6%206%200%200%200%203.07-11.6c-2-.54-20.1-5-31.21%202.48a18.64%2018.64%200%200%200-8.08%2013.54c-1.8%2014.19%2012.26%2018.25%2021.57%2020.94c12.12%203.5%2014.77%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.21%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.82-22.83ZM202%2094h-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%2088v24a6%206%200%201%201-12%200Zm-8.5-12L158%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.2%2016.2%200%200%200%2011.66-5.28a6%206%200%200%201%208.67%208.3A28.1%2028.1%200%200%201%2064%20214c-16.54%200-30-15.25-30-34s13.46-34%2030-34a28.1%2028.1%200%200%201%2020.33%209a6%206%200%200%201-8.67%208.3A16.2%2016.2%200%200%200%2064%20158c-9.93%200-18%209.86-18%2022m81-6.77c-10.85-3.13-13.4-4.69-13-7.91a6.56%206.56%200%200%201%202.88-5.08c5.59-3.79%2017.66-1.82%2021.44-.84a6%206%200%201%200%203.06-11.6c-2-.53-20.09-5-31.2%202.48a18.62%2018.62%200%200%200-8.09%2013.54c-1.79%2014.19%2012.27%2018.25%2021.57%2020.94c12.12%203.5%2014.78%205.33%2014.21%209.76a6.89%206.89%200%200%201-3%205.34c-5.6%203.73-17.48%201.64-21.18.62a6%206%200%201%200-3.21%2011.52a59.3%2059.3%200%200%200%2014.67%202c5.49%200%2011.55-.95%2016.36-4.14a18.89%2018.89%200%200%200%208.31-13.81c2.01-15.66-12.9-19.97-22.82-22.83Zm64%200c-10.85-3.13-13.41-4.69-13-7.91a6.59%206.59%200%200%201%202.88-5.08c5.6-3.79%2017.65-1.83%2021.44-.84a6%206%200%200%200%203.07-11.6c-2-.54-20.1-5-31.21%202.48a18.64%2018.64%200%200%200-8.08%2013.54c-1.8%2014.19%2012.26%2018.25%2021.57%2020.94c12.12%203.5%2014.77%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.21%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.82-22.83ZM202%2094h-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%2088v24a6%206%200%201%201-12%200Zm-8.5-12L158%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-css-light.svg?color=%231a73e8&size=48