binary icon
binary from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.
- Name
- binary
- Set
- Phosphor
- Style
- Regular
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
Use the binary icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M94 24c-22.37 0-38 19.74-38 48s15.63 48 38 48s38-19.74 38-48s-15.63-48-38-48m0 80c-17.37 0-22-20.11-22-32s4.63-32 22-32s22 20.11 22 32s-4.63 32-22 32m72 32c-22.37 0-38 19.74-38 48s15.63 48 38 48s38-19.74 38-48s-15.63-48-38-48m0 80c-17.37 0-22-20.11-22-32s4.63-32 22-32s22 20.11 22 32s-4.63 32-22 32M145 49.22a8 8 0 0 1 3.11-10.88l24-13.33A8 8 0 0 1 184 32v80a8 8 0 0 1-16 0V45.6l-12.12 6.73A8 8 0 0 1 145 49.22M104 144v80a8 8 0 0 1-16 0v-66.4l-12.12 6.73a8 8 0 0 1-7.76-14l24-13.33a8 8 0 0 1 11.88 7"/></svg>
React
import type { SVGProps } from "react";
export function PhBinary(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M94 24c-22.37 0-38 19.74-38 48s15.63 48 38 48s38-19.74 38-48s-15.63-48-38-48m0 80c-17.37 0-22-20.11-22-32s4.63-32 22-32s22 20.11 22 32s-4.63 32-22 32m72 32c-22.37 0-38 19.74-38 48s15.63 48 38 48s38-19.74 38-48s-15.63-48-38-48m0 80c-17.37 0-22-20.11-22-32s4.63-32 22-32s22 20.11 22 32s-4.63 32-22 32M145 49.22a8 8 0 0 1 3.11-10.88l24-13.33A8 8 0 0 1 184 32v80a8 8 0 0 1-16 0V45.6l-12.12 6.73A8 8 0 0 1 145 49.22M104 144v80a8 8 0 0 1-16 0v-66.4l-12.12 6.73a8 8 0 0 1-7.76-14l24-13.33a8 8 0 0 1 11.88 7"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M94 24c-22.37 0-38 19.74-38 48s15.63 48 38 48s38-19.74 38-48s-15.63-48-38-48m0 80c-17.37 0-22-20.11-22-32s4.63-32 22-32s22 20.11 22 32s-4.63 32-22 32m72 32c-22.37 0-38 19.74-38 48s15.63 48 38 48s38-19.74 38-48s-15.63-48-38-48m0 80c-17.37 0-22-20.11-22-32s4.63-32 22-32s22 20.11 22 32s-4.63 32-22 32M145 49.22a8 8 0 0 1 3.11-10.88l24-13.33A8 8 0 0 1 184 32v80a8 8 0 0 1-16 0V45.6l-12.12 6.73A8 8 0 0 1 145 49.22M104 144v80a8 8 0 0 1-16 0v-66.4l-12.12 6.73a8 8 0 0 1-7.76-14l24-13.33a8 8 0 0 1 11.88 7"/></svg> </template>
CSS
.icon-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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M94%2024c-22.37%200-38%2019.74-38%2048s15.63%2048%2038%2048s38-19.74%2038-48s-15.63-48-38-48m0%2080c-17.37%200-22-20.11-22-32s4.63-32%2022-32s22%2020.11%2022%2032s-4.63%2032-22%2032m72%2032c-22.37%200-38%2019.74-38%2048s15.63%2048%2038%2048s38-19.74%2038-48s-15.63-48-38-48m0%2080c-17.37%200-22-20.11-22-32s4.63-32%2022-32s22%2020.11%2022%2032s-4.63%2032-22%2032M145%2049.22a8%208%200%200%201%203.11-10.88l24-13.33A8%208%200%200%201%20184%2032v80a8%208%200%200%201-16%200V45.6l-12.12%206.73A8%208%200%200%201%20145%2049.22M104%20144v80a8%208%200%200%201-16%200v-66.4l-12.12%206.73a8%208%200%200%201-7.76-14l24-13.33a8%208%200%200%201%2011.88%207%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M94%2024c-22.37%200-38%2019.74-38%2048s15.63%2048%2038%2048s38-19.74%2038-48s-15.63-48-38-48m0%2080c-17.37%200-22-20.11-22-32s4.63-32%2022-32s22%2020.11%2022%2032s-4.63%2032-22%2032m72%2032c-22.37%200-38%2019.74-38%2048s15.63%2048%2038%2048s38-19.74%2038-48s-15.63-48-38-48m0%2080c-17.37%200-22-20.11-22-32s4.63-32%2022-32s22%2020.11%2022%2032s-4.63%2032-22%2032M145%2049.22a8%208%200%200%201%203.11-10.88l24-13.33A8%208%200%200%201%20184%2032v80a8%208%200%200%201-16%200V45.6l-12.12%206.73A8%208%200%200%201%20145%2049.22M104%20144v80a8%208%200%200%201-16%200v-66.4l-12.12%206.73a8%208%200%200%201-7.76-14l24-13.33a8%208%200%200%201%2011.88%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/binary.svg?color=%231a73e8&size=48