binary code icon
binary-code from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- binary-code
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Use the binary code icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M2 6c0-.943 0-1.414.293-1.707S3.057 4 4 4s1.414 0 1.707.293S6 5.057 6 6v2c0 .943 0 1.414-.293 1.707S4.943 10 4 10s-1.414 0-1.707-.293S2 8.943 2 8zm4.5 10c0-.943 0-1.414.293-1.707S7.557 14 8.5 14s1.414 0 1.707.293s.293.764.293 1.707v2c0 .943 0 1.414-.293 1.707S9.443 20 8.5 20s-1.414 0-1.707-.293S6.5 18.943 6.5 18zm7-10c0-.943 0-1.414.293-1.707S14.557 4 15.5 4s1.414 0 1.707.293s.293.764.293 1.707v2c0 .943 0 1.414-.293 1.707S16.443 10 15.5 10s-1.414 0-1.707-.293S13.5 8.943 13.5 8zm0 10c0-.943 0-1.414.293-1.707S14.557 14 15.5 14s1.414 0 1.707.293s.293.764.293 1.707v2c0 .943 0 1.414-.293 1.707S16.443 20 15.5 20s-1.414 0-1.707-.293S13.5 18.943 13.5 18z"/><path stroke-linecap="round" stroke-linejoin="round" d="m9 5l1.5-1v6M2 15l1.5-1v6m17-15L22 4v6m-1.5 5l1.5-1v6"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsBinaryCode(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path d="M2 6c0-.943 0-1.414.293-1.707S3.057 4 4 4s1.414 0 1.707.293S6 5.057 6 6v2c0 .943 0 1.414-.293 1.707S4.943 10 4 10s-1.414 0-1.707-.293S2 8.943 2 8zm4.5 10c0-.943 0-1.414.293-1.707S7.557 14 8.5 14s1.414 0 1.707.293s.293.764.293 1.707v2c0 .943 0 1.414-.293 1.707S9.443 20 8.5 20s-1.414 0-1.707-.293S6.5 18.943 6.5 18zm7-10c0-.943 0-1.414.293-1.707S14.557 4 15.5 4s1.414 0 1.707.293s.293.764.293 1.707v2c0 .943 0 1.414-.293 1.707S16.443 10 15.5 10s-1.414 0-1.707-.293S13.5 8.943 13.5 8zm0 10c0-.943 0-1.414.293-1.707S14.557 14 15.5 14s1.414 0 1.707.293s.293.764.293 1.707v2c0 .943 0 1.414-.293 1.707S16.443 20 15.5 20s-1.414 0-1.707-.293S13.5 18.943 13.5 18z"/><path strokeLinecap="round" strokeLinejoin="round" d="m9 5l1.5-1v6M2 15l1.5-1v6m17-15L22 4v6m-1.5 5l1.5-1v6"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path d="M2 6c0-.943 0-1.414.293-1.707S3.057 4 4 4s1.414 0 1.707.293S6 5.057 6 6v2c0 .943 0 1.414-.293 1.707S4.943 10 4 10s-1.414 0-1.707-.293S2 8.943 2 8zm4.5 10c0-.943 0-1.414.293-1.707S7.557 14 8.5 14s1.414 0 1.707.293s.293.764.293 1.707v2c0 .943 0 1.414-.293 1.707S9.443 20 8.5 20s-1.414 0-1.707-.293S6.5 18.943 6.5 18zm7-10c0-.943 0-1.414.293-1.707S14.557 4 15.5 4s1.414 0 1.707.293s.293.764.293 1.707v2c0 .943 0 1.414-.293 1.707S16.443 10 15.5 10s-1.414 0-1.707-.293S13.5 8.943 13.5 8zm0 10c0-.943 0-1.414.293-1.707S14.557 14 15.5 14s1.414 0 1.707.293s.293.764.293 1.707v2c0 .943 0 1.414-.293 1.707S16.443 20 15.5 20s-1.414 0-1.707-.293S13.5 18.943 13.5 18z"/><path stroke-linecap="round" stroke-linejoin="round" d="m9 5l1.5-1v6M2 15l1.5-1v6m17-15L22 4v6m-1.5 5l1.5-1v6"/></g></svg> </template>
CSS
.icon-binary-code {
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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%206c0-.943%200-1.414.293-1.707S3.057%204%204%204s1.414%200%201.707.293S6%205.057%206%206v2c0%20.943%200%201.414-.293%201.707S4.943%2010%204%2010s-1.414%200-1.707-.293S2%208.943%202%208zm4.5%2010c0-.943%200-1.414.293-1.707S7.557%2014%208.5%2014s1.414%200%201.707.293s.293.764.293%201.707v2c0%20.943%200%201.414-.293%201.707S9.443%2020%208.5%2020s-1.414%200-1.707-.293S6.5%2018.943%206.5%2018zm7-10c0-.943%200-1.414.293-1.707S14.557%204%2015.5%204s1.414%200%201.707.293s.293.764.293%201.707v2c0%20.943%200%201.414-.293%201.707S16.443%2010%2015.5%2010s-1.414%200-1.707-.293S13.5%208.943%2013.5%208zm0%2010c0-.943%200-1.414.293-1.707S14.557%2014%2015.5%2014s1.414%200%201.707.293s.293.764.293%201.707v2c0%20.943%200%201.414-.293%201.707S16.443%2020%2015.5%2020s-1.414%200-1.707-.293S13.5%2018.943%2013.5%2018z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m9%205l1.5-1v6M2%2015l1.5-1v6m17-15L22%204v6m-1.5%205l1.5-1v6%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M2%206c0-.943%200-1.414.293-1.707S3.057%204%204%204s1.414%200%201.707.293S6%205.057%206%206v2c0%20.943%200%201.414-.293%201.707S4.943%2010%204%2010s-1.414%200-1.707-.293S2%208.943%202%208zm4.5%2010c0-.943%200-1.414.293-1.707S7.557%2014%208.5%2014s1.414%200%201.707.293s.293.764.293%201.707v2c0%20.943%200%201.414-.293%201.707S9.443%2020%208.5%2020s-1.414%200-1.707-.293S6.5%2018.943%206.5%2018zm7-10c0-.943%200-1.414.293-1.707S14.557%204%2015.5%204s1.414%200%201.707.293s.293.764.293%201.707v2c0%20.943%200%201.414-.293%201.707S16.443%2010%2015.5%2010s-1.414%200-1.707-.293S13.5%208.943%2013.5%208zm0%2010c0-.943%200-1.414.293-1.707S14.557%2014%2015.5%2014s1.414%200%201.707.293s.293.764.293%201.707v2c0%20.943%200%201.414-.293%201.707S16.443%2020%2015.5%2020s-1.414%200-1.707-.293S13.5%2018.943%2013.5%2018z%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22m9%205l1.5-1v6M2%2015l1.5-1v6m17-15L22%204v6m-1.5%205l1.5-1v6%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/hugeicons/binary-code.svg?color=%231a73e8&size=48