file css icon

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

Name
file-css-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 css 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 0 1 5.78 5.54A26.13 26.13 0 0 1 64 212c-15.44 0-28-14.36-28-32s12.56-32 28-32a26.13 26.13 0 0 1 18.89 8.36a4 4 0 0 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.43-10.08a8.57 8.57 0 0 1 3.75-6.49c6.26-4.23 18.77-2.24 23.07-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.63 16.63 0 0 0-7.22 12.13c-1.58 12.49 10.46 16 20.14 18.77c11.25 3.25 16.47 5.49 15.63 11.94a8.93 8.93 0 0 1-3.9 6.75c-6.28 4.17-18.61 2.05-22.83.88a4 4 0 1 0-2.15 7.7a57.8 57.8 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.67m64 0c-10.53-3-15.08-4.91-14.43-10.08a8.57 8.57 0 0 1 3.75-6.49c6.26-4.23 18.77-2.24 23.07-1.11a4 4 0 0 0 2-7.74a61.3 61.3 0 0 0-10.48-1.61c-8.11-.54-14.54.75-19.09 3.82a16.63 16.63 0 0 0-7.22 12.13c-1.59 12.49 10.46 16 20.14 18.77c11.25 3.25 16.46 5.49 15.63 11.94a8.93 8.93 0 0 1-3.9 6.75c-6.28 4.17-18.61 2.05-22.83.88a4 4 0 1 0-2.15 7.7a57.7 57.7 0 0 0 14.21 1.89c5.17 0 10.83-.86 15.22-3.77a17 17 0 0 0 7.43-12.41c1.79-13.98-11.58-17.82-21.35-20.67M204 92h-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 88v24a4 4 0 0 1-8 0Zm-5.65-8L156 41.65V84Z"/></svg>

React

import type { SVGProps } from "react";

export function PhFileCssThin(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 0 1 5.78 5.54A26.13 26.13 0 0 1 64 212c-15.44 0-28-14.36-28-32s12.56-32 28-32a26.13 26.13 0 0 1 18.89 8.36a4 4 0 0 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.43-10.08a8.57 8.57 0 0 1 3.75-6.49c6.26-4.23 18.77-2.24 23.07-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.63 16.63 0 0 0-7.22 12.13c-1.58 12.49 10.46 16 20.14 18.77c11.25 3.25 16.47 5.49 15.63 11.94a8.93 8.93 0 0 1-3.9 6.75c-6.28 4.17-18.61 2.05-22.83.88a4 4 0 1 0-2.15 7.7a57.8 57.8 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.67m64 0c-10.53-3-15.08-4.91-14.43-10.08a8.57 8.57 0 0 1 3.75-6.49c6.26-4.23 18.77-2.24 23.07-1.11a4 4 0 0 0 2-7.74a61.3 61.3 0 0 0-10.48-1.61c-8.11-.54-14.54.75-19.09 3.82a16.63 16.63 0 0 0-7.22 12.13c-1.59 12.49 10.46 16 20.14 18.77c11.25 3.25 16.46 5.49 15.63 11.94a8.93 8.93 0 0 1-3.9 6.75c-6.28 4.17-18.61 2.05-22.83.88a4 4 0 1 0-2.15 7.7a57.7 57.7 0 0 0 14.21 1.89c5.17 0 10.83-.86 15.22-3.77a17 17 0 0 0 7.43-12.41c1.79-13.98-11.58-17.82-21.35-20.67M204 92h-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 88v24a4 4 0 0 1-8 0Zm-5.65-8L156 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 0 1 5.78 5.54A26.13 26.13 0 0 1 64 212c-15.44 0-28-14.36-28-32s12.56-32 28-32a26.13 26.13 0 0 1 18.89 8.36a4 4 0 0 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.43-10.08a8.57 8.57 0 0 1 3.75-6.49c6.26-4.23 18.77-2.24 23.07-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.63 16.63 0 0 0-7.22 12.13c-1.58 12.49 10.46 16 20.14 18.77c11.25 3.25 16.47 5.49 15.63 11.94a8.93 8.93 0 0 1-3.9 6.75c-6.28 4.17-18.61 2.05-22.83.88a4 4 0 1 0-2.15 7.7a57.8 57.8 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.67m64 0c-10.53-3-15.08-4.91-14.43-10.08a8.57 8.57 0 0 1 3.75-6.49c6.26-4.23 18.77-2.24 23.07-1.11a4 4 0 0 0 2-7.74a61.3 61.3 0 0 0-10.48-1.61c-8.11-.54-14.54.75-19.09 3.82a16.63 16.63 0 0 0-7.22 12.13c-1.59 12.49 10.46 16 20.14 18.77c11.25 3.25 16.46 5.49 15.63 11.94a8.93 8.93 0 0 1-3.9 6.75c-6.28 4.17-18.61 2.05-22.83.88a4 4 0 1 0-2.15 7.7a57.7 57.7 0 0 0 14.21 1.89c5.17 0 10.83-.86 15.22-3.77a17 17 0 0 0 7.43-12.41c1.79-13.98-11.58-17.82-21.35-20.67M204 92h-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 88v24a4 4 0 0 1-8 0Zm-5.65-8L156 41.65V84Z"/></svg>
</template>

CSS

.icon-file-css-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%200%201%205.78%205.54A26.13%2026.13%200%200%201%2064%20212c-15.44%200-28-14.36-28-32s12.56-32%2028-32a26.13%2026.13%200%200%201%2018.89%208.36a4%204%200%200%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.43-10.08a8.57%208.57%200%200%201%203.75-6.49c6.26-4.23%2018.77-2.24%2023.07-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.63%2016.63%200%200%200-7.22%2012.13c-1.58%2012.49%2010.46%2016%2020.14%2018.77c11.25%203.25%2016.47%205.49%2015.63%2011.94a8.93%208.93%200%200%201-3.9%206.75c-6.28%204.17-18.61%202.05-22.83.88a4%204%200%201%200-2.15%207.7a57.8%2057.8%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.67m64%200c-10.53-3-15.08-4.91-14.43-10.08a8.57%208.57%200%200%201%203.75-6.49c6.26-4.23%2018.77-2.24%2023.07-1.11a4%204%200%200%200%202-7.74a61.3%2061.3%200%200%200-10.48-1.61c-8.11-.54-14.54.75-19.09%203.82a16.63%2016.63%200%200%200-7.22%2012.13c-1.59%2012.49%2010.46%2016%2020.14%2018.77c11.25%203.25%2016.46%205.49%2015.63%2011.94a8.93%208.93%200%200%201-3.9%206.75c-6.28%204.17-18.61%202.05-22.83.88a4%204%200%201%200-2.15%207.7a57.7%2057.7%200%200%200%2014.21%201.89c5.17%200%2010.83-.86%2015.22-3.77a17%2017%200%200%200%207.43-12.41c1.79-13.98-11.58-17.82-21.35-20.67M204%2092h-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%2088v24a4%204%200%200%201-8%200Zm-5.65-8L156%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%200%201%205.78%205.54A26.13%2026.13%200%200%201%2064%20212c-15.44%200-28-14.36-28-32s12.56-32%2028-32a26.13%2026.13%200%200%201%2018.89%208.36a4%204%200%200%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.43-10.08a8.57%208.57%200%200%201%203.75-6.49c6.26-4.23%2018.77-2.24%2023.07-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.63%2016.63%200%200%200-7.22%2012.13c-1.58%2012.49%2010.46%2016%2020.14%2018.77c11.25%203.25%2016.47%205.49%2015.63%2011.94a8.93%208.93%200%200%201-3.9%206.75c-6.28%204.17-18.61%202.05-22.83.88a4%204%200%201%200-2.15%207.7a57.8%2057.8%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.67m64%200c-10.53-3-15.08-4.91-14.43-10.08a8.57%208.57%200%200%201%203.75-6.49c6.26-4.23%2018.77-2.24%2023.07-1.11a4%204%200%200%200%202-7.74a61.3%2061.3%200%200%200-10.48-1.61c-8.11-.54-14.54.75-19.09%203.82a16.63%2016.63%200%200%200-7.22%2012.13c-1.59%2012.49%2010.46%2016%2020.14%2018.77c11.25%203.25%2016.46%205.49%2015.63%2011.94a8.93%208.93%200%200%201-3.9%206.75c-6.28%204.17-18.61%202.05-22.83.88a4%204%200%201%200-2.15%207.7a57.7%2057.7%200%200%200%2014.21%201.89c5.17%200%2010.83-.86%2015.22-3.77a17%2017%200%200%200%207.43-12.41c1.79-13.98-11.58-17.82-21.35-20.67M204%2092h-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%2088v24a4%204%200%200%201-8%200Zm-5.65-8L156%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-css-thin.svg?color=%231a73e8&size=48