file code icon

file-code-24 from Octicons by GitHub · 24 · MIT Free for personal and commercial use.

Name
file-code-24
Set
Octicons
Style
24
Viewbox
24×24
License
MIT

2 other variants in Octicons

The same icon in other sets

Related icons in Octicons

Use the file code icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 3a2 2 0 0 1 2-2h9.982a2 2 0 0 1 1.414.586l4.018 4.018A2 2 0 0 1 21 7.018V21a2 2 0 0 1-2 2H4.75a.75.75 0 0 1 0-1.5H19a.5.5 0 0 0 .5-.5V8.5h-4a2 2 0 0 1-2-2v-4H5a.5.5 0 0 0-.5.5v6.25a.75.75 0 0 1-1.5 0Zm12-.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 0-.146-.336l-4.018-4.018A.5.5 0 0 0 15 2.5"/><path fill="currentColor" d="M4.53 12.24a.75.75 0 0 1-.039 1.06l-2.639 2.45l2.64 2.45a.75.75 0 1 1-1.022 1.1l-3.23-3a.75.75 0 0 1 0-1.1l3.23-3a.75.75 0 0 1 1.06.04m3.979 1.06a.75.75 0 1 1 1.02-1.1l3.231 3a.75.75 0 0 1 0 1.1l-3.23 3a.75.75 0 1 1-1.021-1.1l2.639-2.45l-2.64-2.45Z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonFileCode24(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 3a2 2 0 0 1 2-2h9.982a2 2 0 0 1 1.414.586l4.018 4.018A2 2 0 0 1 21 7.018V21a2 2 0 0 1-2 2H4.75a.75.75 0 0 1 0-1.5H19a.5.5 0 0 0 .5-.5V8.5h-4a2 2 0 0 1-2-2v-4H5a.5.5 0 0 0-.5.5v6.25a.75.75 0 0 1-1.5 0Zm12-.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 0-.146-.336l-4.018-4.018A.5.5 0 0 0 15 2.5"/><path fill="currentColor" d="M4.53 12.24a.75.75 0 0 1-.039 1.06l-2.639 2.45l2.64 2.45a.75.75 0 1 1-1.022 1.1l-3.23-3a.75.75 0 0 1 0-1.1l3.23-3a.75.75 0 0 1 1.06.04m3.979 1.06a.75.75 0 1 1 1.02-1.1l3.231 3a.75.75 0 0 1 0 1.1l-3.23 3a.75.75 0 1 1-1.021-1.1l2.639-2.45l-2.64-2.45Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M3 3a2 2 0 0 1 2-2h9.982a2 2 0 0 1 1.414.586l4.018 4.018A2 2 0 0 1 21 7.018V21a2 2 0 0 1-2 2H4.75a.75.75 0 0 1 0-1.5H19a.5.5 0 0 0 .5-.5V8.5h-4a2 2 0 0 1-2-2v-4H5a.5.5 0 0 0-.5.5v6.25a.75.75 0 0 1-1.5 0Zm12-.5v4a.5.5 0 0 0 .5.5h4a.5.5 0 0 0-.146-.336l-4.018-4.018A.5.5 0 0 0 15 2.5"/><path fill="currentColor" d="M4.53 12.24a.75.75 0 0 1-.039 1.06l-2.639 2.45l2.64 2.45a.75.75 0 1 1-1.022 1.1l-3.23-3a.75.75 0 0 1 0-1.1l3.23-3a.75.75 0 0 1 1.06.04m3.979 1.06a.75.75 0 1 1 1.02-1.1l3.231 3a.75.75 0 0 1 0 1.1l-3.23 3a.75.75 0 1 1-1.021-1.1l2.639-2.45l-2.64-2.45Z"/></svg>
</template>

CSS

.icon-file-code-24 {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%203a2%202%200%200%201%202-2h9.982a2%202%200%200%201%201.414.586l4.018%204.018A2%202%200%200%201%2021%207.018V21a2%202%200%200%201-2%202H4.75a.75.75%200%200%201%200-1.5H19a.5.5%200%200%200%20.5-.5V8.5h-4a2%202%200%200%201-2-2v-4H5a.5.5%200%200%200-.5.5v6.25a.75.75%200%200%201-1.5%200Zm12-.5v4a.5.5%200%200%200%20.5.5h4a.5.5%200%200%200-.146-.336l-4.018-4.018A.5.5%200%200%200%2015%202.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.53%2012.24a.75.75%200%200%201-.039%201.06l-2.639%202.45l2.64%202.45a.75.75%200%201%201-1.022%201.1l-3.23-3a.75.75%200%200%201%200-1.1l3.23-3a.75.75%200%200%201%201.06.04m3.979%201.06a.75.75%200%201%201%201.02-1.1l3.231%203a.75.75%200%200%201%200%201.1l-3.23%203a.75.75%200%201%201-1.021-1.1l2.639-2.45l-2.64-2.45Z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3%203a2%202%200%200%201%202-2h9.982a2%202%200%200%201%201.414.586l4.018%204.018A2%202%200%200%201%2021%207.018V21a2%202%200%200%201-2%202H4.75a.75.75%200%200%201%200-1.5H19a.5.5%200%200%200%20.5-.5V8.5h-4a2%202%200%200%201-2-2v-4H5a.5.5%200%200%200-.5.5v6.25a.75.75%200%200%201-1.5%200Zm12-.5v4a.5.5%200%200%200%20.5.5h4a.5.5%200%200%200-.146-.336l-4.018-4.018A.5.5%200%200%200%2015%202.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M4.53%2012.24a.75.75%200%200%201-.039%201.06l-2.639%202.45l2.64%202.45a.75.75%200%201%201-1.022%201.1l-3.23-3a.75.75%200%200%201%200-1.1l3.23-3a.75.75%200%200%201%201.06.04m3.979%201.06a.75.75%200%201%201%201.02-1.1l3.231%203a.75.75%200%200%201%200%201.1l-3.23%203a.75.75%200%201%201-1.021-1.1l2.639-2.45l-2.64-2.45Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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