file code icon
file-code-light from Phosphor by Phosphor Icons · Light · MIT Free for personal and commercial use.
- Name
- file-code-light
- Set
- Phosphor
- Style
- Light
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
file-codeBootstrap Iconsfile-codeCodiconsfile-codeFont Awesome 6 Regularfile-codeFont Awesome 6 Solidfile-codeFont Awesome Regularfile-codeFont Awesome Solidfile-code-outlineFlowbite Iconsfile-codeHuge Iconsfile-codeIconParkfile-codeIconPark Outlinefile-codeIconPark Solidfile-codeIconPark TwoTonefile-codeLine Awesomefile-codeLucidefile-codeMaterial Design Iconsfile-code-fillMingCute Iconfile-codeOcticonsfile-code-fillRemix Iconfile-code-boldSolarfile-codeTabler Iconsfile-codeTDesign Icons
Related icons in Phosphor
Use the file code icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M180.24 147.76a6 6 0 0 1 0 8.48l-24 24a6 6 0 0 1-8.48-8.48L167.51 152l-19.75-19.76a6 6 0 1 1 8.48-8.48Zm-72-24a6 6 0 0 0-8.48 0l-24 24a6 6 0 0 0 0 8.48l24 24a6 6 0 1 0 8.48-8.48L88.49 152l19.75-19.76a6 6 0 0 0 0-8.48M214 88v128a14 14 0 0 1-14 14H56a14 14 0 0 1-14-14V40a14 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.48Zm44 134V94h-50a6 6 0 0 1-6-6V38H56a2 2 0 0 0-2 2v176a2 2 0 0 0 2 2h144a2 2 0 0 0 2-2"/></svg>
React
import type { SVGProps } from "react";
export function PhFileCodeLight(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="M180.24 147.76a6 6 0 0 1 0 8.48l-24 24a6 6 0 0 1-8.48-8.48L167.51 152l-19.75-19.76a6 6 0 1 1 8.48-8.48Zm-72-24a6 6 0 0 0-8.48 0l-24 24a6 6 0 0 0 0 8.48l24 24a6 6 0 1 0 8.48-8.48L88.49 152l19.75-19.76a6 6 0 0 0 0-8.48M214 88v128a14 14 0 0 1-14 14H56a14 14 0 0 1-14-14V40a14 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.48Zm44 134V94h-50a6 6 0 0 1-6-6V38H56a2 2 0 0 0-2 2v176a2 2 0 0 0 2 2h144a2 2 0 0 0 2-2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M180.24 147.76a6 6 0 0 1 0 8.48l-24 24a6 6 0 0 1-8.48-8.48L167.51 152l-19.75-19.76a6 6 0 1 1 8.48-8.48Zm-72-24a6 6 0 0 0-8.48 0l-24 24a6 6 0 0 0 0 8.48l24 24a6 6 0 1 0 8.48-8.48L88.49 152l19.75-19.76a6 6 0 0 0 0-8.48M214 88v128a14 14 0 0 1-14 14H56a14 14 0 0 1-14-14V40a14 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.48Zm44 134V94h-50a6 6 0 0 1-6-6V38H56a2 2 0 0 0-2 2v176a2 2 0 0 0 2 2h144a2 2 0 0 0 2-2"/></svg> </template>
CSS
.icon-file-code-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%22M180.24%20147.76a6%206%200%200%201%200%208.48l-24%2024a6%206%200%200%201-8.48-8.48L167.51%20152l-19.75-19.76a6%206%200%201%201%208.48-8.48Zm-72-24a6%206%200%200%200-8.48%200l-24%2024a6%206%200%200%200%200%208.48l24%2024a6%206%200%201%200%208.48-8.48L88.49%20152l19.75-19.76a6%206%200%200%200%200-8.48M214%2088v128a14%2014%200%200%201-14%2014H56a14%2014%200%200%201-14-14V40a14%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.48Zm44%20134V94h-50a6%206%200%200%201-6-6V38H56a2%202%200%200%200-2%202v176a2%202%200%200%200%202%202h144a2%202%200%200%200%202-2%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%22M180.24%20147.76a6%206%200%200%201%200%208.48l-24%2024a6%206%200%200%201-8.48-8.48L167.51%20152l-19.75-19.76a6%206%200%201%201%208.48-8.48Zm-72-24a6%206%200%200%200-8.48%200l-24%2024a6%206%200%200%200%200%208.48l24%2024a6%206%200%201%200%208.48-8.48L88.49%20152l19.75-19.76a6%206%200%200%200%200-8.48M214%2088v128a14%2014%200%200%201-14%2014H56a14%2014%200%200%201-14-14V40a14%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.48Zm44%20134V94h-50a6%206%200%200%201-6-6V38H56a2%202%200%200%200-2%202v176a2%202%200%200%200%202%202h144a2%202%200%200%200%202-2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/file-code-light.svg?color=%231a73e8&size=48