binary-bold from Phosphor by Phosphor Icons · Bold · MIT Free for personal and commercial use.

Name
binary-bold
Set
Phosphor
Style
Bold
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="M92 24c-23.55 0-40 19.74-40 48s16.45 48 40 48s40-19.74 40-48s-16.45-48-40-48m0 72c-15.55 0-16-21.54-16-24s.45-24 16-24s16 21.54 16 24s-.45 24-16 24m53.27-42.63a12 12 0 0 1 5.36-16.1l24-12A12 12 0 0 1 192 36v72a12 12 0 0 1-24 0V55.42l-6.63 3.31a12 12 0 0 1-16.1-5.36M164 136c-23.55 0-40 19.74-40 48s16.45 48 40 48s40-19.74 40-48s-16.45-48-40-48m0 72c-15.55 0-16-21.54-16-24s.45-24 16-24s16 21.54 16 24s-.45 24-16 24m-60-60v72a12 12 0 0 1-24 0v-52.58l-6.63 3.31a12 12 0 1 1-10.74-21.46l24-12A12 12 0 0 1 104 148"/></svg>

React

import type { SVGProps } from "react";

export function PhBinaryBold(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="M92 24c-23.55 0-40 19.74-40 48s16.45 48 40 48s40-19.74 40-48s-16.45-48-40-48m0 72c-15.55 0-16-21.54-16-24s.45-24 16-24s16 21.54 16 24s-.45 24-16 24m53.27-42.63a12 12 0 0 1 5.36-16.1l24-12A12 12 0 0 1 192 36v72a12 12 0 0 1-24 0V55.42l-6.63 3.31a12 12 0 0 1-16.1-5.36M164 136c-23.55 0-40 19.74-40 48s16.45 48 40 48s40-19.74 40-48s-16.45-48-40-48m0 72c-15.55 0-16-21.54-16-24s.45-24 16-24s16 21.54 16 24s-.45 24-16 24m-60-60v72a12 12 0 0 1-24 0v-52.58l-6.63 3.31a12 12 0 1 1-10.74-21.46l24-12A12 12 0 0 1 104 148"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M92 24c-23.55 0-40 19.74-40 48s16.45 48 40 48s40-19.74 40-48s-16.45-48-40-48m0 72c-15.55 0-16-21.54-16-24s.45-24 16-24s16 21.54 16 24s-.45 24-16 24m53.27-42.63a12 12 0 0 1 5.36-16.1l24-12A12 12 0 0 1 192 36v72a12 12 0 0 1-24 0V55.42l-6.63 3.31a12 12 0 0 1-16.1-5.36M164 136c-23.55 0-40 19.74-40 48s16.45 48 40 48s40-19.74 40-48s-16.45-48-40-48m0 72c-15.55 0-16-21.54-16-24s.45-24 16-24s16 21.54 16 24s-.45 24-16 24m-60-60v72a12 12 0 0 1-24 0v-52.58l-6.63 3.31a12 12 0 1 1-10.74-21.46l24-12A12 12 0 0 1 104 148"/></svg>
</template>

CSS

.icon-binary-bold {
  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%22M92%2024c-23.55%200-40%2019.74-40%2048s16.45%2048%2040%2048s40-19.74%2040-48s-16.45-48-40-48m0%2072c-15.55%200-16-21.54-16-24s.45-24%2016-24s16%2021.54%2016%2024s-.45%2024-16%2024m53.27-42.63a12%2012%200%200%201%205.36-16.1l24-12A12%2012%200%200%201%20192%2036v72a12%2012%200%200%201-24%200V55.42l-6.63%203.31a12%2012%200%200%201-16.1-5.36M164%20136c-23.55%200-40%2019.74-40%2048s16.45%2048%2040%2048s40-19.74%2040-48s-16.45-48-40-48m0%2072c-15.55%200-16-21.54-16-24s.45-24%2016-24s16%2021.54%2016%2024s-.45%2024-16%2024m-60-60v72a12%2012%200%200%201-24%200v-52.58l-6.63%203.31a12%2012%200%201%201-10.74-21.46l24-12A12%2012%200%200%201%20104%20148%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%22M92%2024c-23.55%200-40%2019.74-40%2048s16.45%2048%2040%2048s40-19.74%2040-48s-16.45-48-40-48m0%2072c-15.55%200-16-21.54-16-24s.45-24%2016-24s16%2021.54%2016%2024s-.45%2024-16%2024m53.27-42.63a12%2012%200%200%201%205.36-16.1l24-12A12%2012%200%200%201%20192%2036v72a12%2012%200%200%201-24%200V55.42l-6.63%203.31a12%2012%200%200%201-16.1-5.36M164%20136c-23.55%200-40%2019.74-40%2048s16.45%2048%2040%2048s40-19.74%2040-48s-16.45-48-40-48m0%2072c-15.55%200-16-21.54-16-24s.45-24%2016-24s16%2021.54%2016%2024s-.45%2024-16%2024m-60-60v72a12%2012%200%200%201-24%200v-52.58l-6.63%203.31a12%2012%200%201%201-10.74-21.46l24-12A12%2012%200%200%201%20104%20148%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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