file binary icon

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

Name
file-binary-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 binary 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="M0 13.75C0 12.784.784 12 1.75 12h3c.966 0 1.75.784 1.75 1.75v4a1.75 1.75 0 0 1-1.75 1.75h-3A1.75 1.75 0 0 1 0 17.75Zm1.75-.25a.25.25 0 0 0-.25.25v4c0 .138.112.25.25.25h3a.25.25 0 0 0 .25-.25v-4a.25.25 0 0 0-.25-.25ZM9 12a.75.75 0 0 0 0 1.5h1.5V18H9a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5H12v-5.25a.75.75 0 0 0-.75-.75z"/></svg>

React

import type { SVGProps } from "react";

export function OcticonFileBinary24(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="M0 13.75C0 12.784.784 12 1.75 12h3c.966 0 1.75.784 1.75 1.75v4a1.75 1.75 0 0 1-1.75 1.75h-3A1.75 1.75 0 0 1 0 17.75Zm1.75-.25a.25.25 0 0 0-.25.25v4c0 .138.112.25.25.25h3a.25.25 0 0 0 .25-.25v-4a.25.25 0 0 0-.25-.25ZM9 12a.75.75 0 0 0 0 1.5h1.5V18H9a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5H12v-5.25a.75.75 0 0 0-.75-.75z"/></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="M0 13.75C0 12.784.784 12 1.75 12h3c.966 0 1.75.784 1.75 1.75v4a1.75 1.75 0 0 1-1.75 1.75h-3A1.75 1.75 0 0 1 0 17.75Zm1.75-.25a.25.25 0 0 0-.25.25v4c0 .138.112.25.25.25h3a.25.25 0 0 0 .25-.25v-4a.25.25 0 0 0-.25-.25ZM9 12a.75.75 0 0 0 0 1.5h1.5V18H9a.75.75 0 0 0 0 1.5h4.5a.75.75 0 0 0 0-1.5H12v-5.25a.75.75 0 0 0-.75-.75z"/></svg>
</template>

CSS

.icon-file-binary-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%22M0%2013.75C0%2012.784.784%2012%201.75%2012h3c.966%200%201.75.784%201.75%201.75v4a1.75%201.75%200%200%201-1.75%201.75h-3A1.75%201.75%200%200%201%200%2017.75Zm1.75-.25a.25.25%200%200%200-.25.25v4c0%20.138.112.25.25.25h3a.25.25%200%200%200%20.25-.25v-4a.25.25%200%200%200-.25-.25ZM9%2012a.75.75%200%200%200%200%201.5h1.5V18H9a.75.75%200%200%200%200%201.5h4.5a.75.75%200%200%200%200-1.5H12v-5.25a.75.75%200%200%200-.75-.75z%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%22M0%2013.75C0%2012.784.784%2012%201.75%2012h3c.966%200%201.75.784%201.75%201.75v4a1.75%201.75%200%200%201-1.75%201.75h-3A1.75%201.75%200%200%201%200%2017.75Zm1.75-.25a.25.25%200%200%200-.25.25v4c0%20.138.112.25.25.25h3a.25.25%200%200%200%20.25-.25v-4a.25.25%200%200%200-.25-.25ZM9%2012a.75.75%200%200%200%200%201.5h1.5V18H9a.75.75%200%200%200%200%201.5h4.5a.75.75%200%200%200%200-1.5H12v-5.25a.75.75%200%200%200-.75-.75z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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