square binary icon
square-binary from Font Awesome 6 Solid by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- square-binary
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Viewbox
- 448×512
- License
- CC BY 4.0
Related icons in Font Awesome 6 Solid
square-arrow-up-rightsquare-caret-downsquare-caret-leftsquare-caret-rightsquare-caret-upsquare-checksquare-envelopesquare-fullsquare-hsquare-minussquare-nfisquare-parkingsquare-pensquare-person-confinedsquare-phonesquare-phone-flipsquare-plussquare-poll-horizontalsquare-poll-verticalsquare-root-variablesquare-rsssquare-share-nodessquare-up-rightsquare-virus
Use the square binary icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M0 96c0-35.3 28.7-64 64-64h320c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm144 4c-24.3 0-44 19.7-44 44v48c0 24.3 19.7 44 44 44h32c24.3 0 44-19.7 44-44v-48c0-24.3-19.7-44-44-44zm-4 44c0-2.2 1.8-4 4-4h32c2.2 0 4 1.8 4 4v48c0 2.2-1.8 4-4 4h-32c-2.2 0-4-1.8-4-4zm140-44c-11 0-20 9-20 20c0 9.7 6.9 17.7 16 19.6V216c0 11 9 20 20 20s20-9 20-20v-96c0-11-9-20-20-20zM132 296c0 9.7 6.9 17.7 16 19.6V392c0 11 9 20 20 20s20-9 20-20v-96c0-11-9-20-20-20h-16c-11 0-20 9-20 20m96 24v48c0 24.3 19.7 44 44 44h32c24.3 0 44-19.7 44-44v-48c0-24.3-19.7-44-44-44h-32c-24.3 0-44 19.7-44 44m44-4h32c2.2 0 4 1.8 4 4v48c0 2.2-1.8 4-4 4h-32c-2.2 0-4-1.8-4-4v-48c0-2.2 1.8-4 4-4"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidSquareBinary(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M0 96c0-35.3 28.7-64 64-64h320c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm144 4c-24.3 0-44 19.7-44 44v48c0 24.3 19.7 44 44 44h32c24.3 0 44-19.7 44-44v-48c0-24.3-19.7-44-44-44zm-4 44c0-2.2 1.8-4 4-4h32c2.2 0 4 1.8 4 4v48c0 2.2-1.8 4-4 4h-32c-2.2 0-4-1.8-4-4zm140-44c-11 0-20 9-20 20c0 9.7 6.9 17.7 16 19.6V216c0 11 9 20 20 20s20-9 20-20v-96c0-11-9-20-20-20zM132 296c0 9.7 6.9 17.7 16 19.6V392c0 11 9 20 20 20s20-9 20-20v-96c0-11-9-20-20-20h-16c-11 0-20 9-20 20m96 24v48c0 24.3 19.7 44 44 44h32c24.3 0 44-19.7 44-44v-48c0-24.3-19.7-44-44-44h-32c-24.3 0-44 19.7-44 44m44-4h32c2.2 0 4 1.8 4 4v48c0 2.2-1.8 4-4 4h-32c-2.2 0-4-1.8-4-4v-48c0-2.2 1.8-4 4-4"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M0 96c0-35.3 28.7-64 64-64h320c35.3 0 64 28.7 64 64v320c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64zm144 4c-24.3 0-44 19.7-44 44v48c0 24.3 19.7 44 44 44h32c24.3 0 44-19.7 44-44v-48c0-24.3-19.7-44-44-44zm-4 44c0-2.2 1.8-4 4-4h32c2.2 0 4 1.8 4 4v48c0 2.2-1.8 4-4 4h-32c-2.2 0-4-1.8-4-4zm140-44c-11 0-20 9-20 20c0 9.7 6.9 17.7 16 19.6V216c0 11 9 20 20 20s20-9 20-20v-96c0-11-9-20-20-20zM132 296c0 9.7 6.9 17.7 16 19.6V392c0 11 9 20 20 20s20-9 20-20v-96c0-11-9-20-20-20h-16c-11 0-20 9-20 20m96 24v48c0 24.3 19.7 44 44 44h32c24.3 0 44-19.7 44-44v-48c0-24.3-19.7-44-44-44h-32c-24.3 0-44 19.7-44 44m44-4h32c2.2 0 4 1.8 4 4v48c0 2.2-1.8 4-4 4h-32c-2.2 0-4-1.8-4-4v-48c0-2.2 1.8-4 4-4"/></svg> </template>
CSS
.icon-square-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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%2096c0-35.3%2028.7-64%2064-64h320c35.3%200%2064%2028.7%2064%2064v320c0%2035.3-28.7%2064-64%2064H64c-35.3%200-64-28.7-64-64zm144%204c-24.3%200-44%2019.7-44%2044v48c0%2024.3%2019.7%2044%2044%2044h32c24.3%200%2044-19.7%2044-44v-48c0-24.3-19.7-44-44-44zm-4%2044c0-2.2%201.8-4%204-4h32c2.2%200%204%201.8%204%204v48c0%202.2-1.8%204-4%204h-32c-2.2%200-4-1.8-4-4zm140-44c-11%200-20%209-20%2020c0%209.7%206.9%2017.7%2016%2019.6V216c0%2011%209%2020%2020%2020s20-9%2020-20v-96c0-11-9-20-20-20zM132%20296c0%209.7%206.9%2017.7%2016%2019.6V392c0%2011%209%2020%2020%2020s20-9%2020-20v-96c0-11-9-20-20-20h-16c-11%200-20%209-20%2020m96%2024v48c0%2024.3%2019.7%2044%2044%2044h32c24.3%200%2044-19.7%2044-44v-48c0-24.3-19.7-44-44-44h-32c-24.3%200-44%2019.7-44%2044m44-4h32c2.2%200%204%201.8%204%204v48c0%202.2-1.8%204-4%204h-32c-2.2%200-4-1.8-4-4v-48c0-2.2%201.8-4%204-4%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M0%2096c0-35.3%2028.7-64%2064-64h320c35.3%200%2064%2028.7%2064%2064v320c0%2035.3-28.7%2064-64%2064H64c-35.3%200-64-28.7-64-64zm144%204c-24.3%200-44%2019.7-44%2044v48c0%2024.3%2019.7%2044%2044%2044h32c24.3%200%2044-19.7%2044-44v-48c0-24.3-19.7-44-44-44zm-4%2044c0-2.2%201.8-4%204-4h32c2.2%200%204%201.8%204%204v48c0%202.2-1.8%204-4%204h-32c-2.2%200-4-1.8-4-4zm140-44c-11%200-20%209-20%2020c0%209.7%206.9%2017.7%2016%2019.6V216c0%2011%209%2020%2020%2020s20-9%2020-20v-96c0-11-9-20-20-20zM132%20296c0%209.7%206.9%2017.7%2016%2019.6V392c0%2011%209%2020%2020%2020s20-9%2020-20v-96c0-11-9-20-20-20h-16c-11%200-20%209-20%2020m96%2024v48c0%2024.3%2019.7%2044%2044%2044h32c24.3%200%2044-19.7%2044-44v-48c0-24.3-19.7-44-44-44h-32c-24.3%200-44%2019.7-44%2044m44-4h32c2.2%200%204%201.8%204%204v48c0%202.2-1.8%204-4%204h-32c-2.2%200-4-1.8-4-4v-48c0-2.2%201.8-4%204-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/square-binary.svg?color=%231a73e8&size=48