file binary icon
file-binary from Bootstrap Icons by The Bootstrap Authors · Outline · MIT Free for personal and commercial use.
- Name
- file-binary
- Set
- Bootstrap Icons
- Style
- Outline
- Viewbox
- 16×16
- License
- MIT
1 other variant in Bootstrap Icons
The same icon in other sets
Related icons in Bootstrap Icons
file-arrow-downfile-arrow-upfile-bar-graphfile-breakfile-checkfile-codefile-difffile-earmarkfile-earmark-arrow-downfile-earmark-arrow-upfile-earmark-bar-graphfile-earmark-binaryfile-earmark-breakfile-earmark-checkfile-earmark-codefile-earmark-difffile-earmark-easelfile-earmark-excelfile-earmark-fontfile-earmark-imagefile-earmark-lockfile-earmark-lock2file-earmark-medicalfile-earmark-minus
Use the file binary icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M5.526 13.09c.976 0 1.524-.79 1.524-2.205c0-1.412-.548-2.203-1.524-2.203c-.978 0-1.526.79-1.526 2.203c0 1.415.548 2.206 1.526 2.206zm-.832-2.205c0-1.05.29-1.612.832-1.612c.358 0 .607.247.733.721L4.7 11.137a7 7 0 0 1-.006-.252m.832 1.614c-.36 0-.606-.246-.732-.718l1.556-1.145q.005.12.005.249c0 1.052-.29 1.614-.829 1.614m5.329.501v-.595H9.73V8.772h-.69l-1.19.786v.688L8.986 9.5h.05v2.906h-1.18V13h3z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1"/></g></svg>
React
import type { SVGProps } from "react";
export function BiFileBinary(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M5.526 13.09c.976 0 1.524-.79 1.524-2.205c0-1.412-.548-2.203-1.524-2.203c-.978 0-1.526.79-1.526 2.203c0 1.415.548 2.206 1.526 2.206zm-.832-2.205c0-1.05.29-1.612.832-1.612c.358 0 .607.247.733.721L4.7 11.137a7 7 0 0 1-.006-.252m.832 1.614c-.36 0-.606-.246-.732-.718l1.556-1.145q.005.12.005.249c0 1.052-.29 1.614-.829 1.614m5.329.501v-.595H9.73V8.772h-.69l-1.19.786v.688L8.986 9.5h.05v2.906h-1.18V13h3z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="currentColor"><path d="M5.526 13.09c.976 0 1.524-.79 1.524-2.205c0-1.412-.548-2.203-1.524-2.203c-.978 0-1.526.79-1.526 2.203c0 1.415.548 2.206 1.526 2.206zm-.832-2.205c0-1.05.29-1.612.832-1.612c.358 0 .607.247.733.721L4.7 11.137a7 7 0 0 1-.006-.252m.832 1.614c-.36 0-.606-.246-.732-.718l1.556-1.145q.005.12.005.249c0 1.052-.29 1.614-.829 1.614m5.329.501v-.595H9.73V8.772h-.69l-1.19.786v.688L8.986 9.5h.05v2.906h-1.18V13h3z"/><path d="M4 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm0 1h8a1 1 0 0 1 1 1v12a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1"/></g></svg> </template>
CSS
.icon-file-binary {
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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.526%2013.09c.976%200%201.524-.79%201.524-2.205c0-1.412-.548-2.203-1.524-2.203c-.978%200-1.526.79-1.526%202.203c0%201.415.548%202.206%201.526%202.206zm-.832-2.205c0-1.05.29-1.612.832-1.612c.358%200%20.607.247.733.721L4.7%2011.137a7%207%200%200%201-.006-.252m.832%201.614c-.36%200-.606-.246-.732-.718l1.556-1.145q.005.12.005.249c0%201.052-.29%201.614-.829%201.614m5.329.501v-.595H9.73V8.772h-.69l-1.19.786v.688L8.986%209.5h.05v2.906h-1.18V13h3z%22%2F%3E%3Cpath%20d%3D%22M4%200a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2V2a2%202%200%200%200-2-2zm0%201h8a1%201%200%200%201%201%201v12a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V2a1%201%200%200%201%201-1%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M5.526%2013.09c.976%200%201.524-.79%201.524-2.205c0-1.412-.548-2.203-1.524-2.203c-.978%200-1.526.79-1.526%202.203c0%201.415.548%202.206%201.526%202.206zm-.832-2.205c0-1.05.29-1.612.832-1.612c.358%200%20.607.247.733.721L4.7%2011.137a7%207%200%200%201-.006-.252m.832%201.614c-.36%200-.606-.246-.732-.718l1.556-1.145q.005.12.005.249c0%201.052-.29%201.614-.829%201.614m5.329.501v-.595H9.73V8.772h-.69l-1.19.786v.688L8.986%209.5h.05v2.906h-1.18V13h3z%22%2F%3E%3Cpath%20d%3D%22M4%200a2%202%200%200%200-2%202v12a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2V2a2%202%200%200%200-2-2zm0%201h8a1%201%200%200%201%201%201v12a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V2a1%201%200%200%201%201-1%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bi/file-binary.svg?color=%231a73e8&size=48