iobroker from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
iobroker
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the iobroker logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0c-.61 0-1.201.044-1.787.133v3.285a8.9 8.9 0 0 1 3.574.004V.139A12 12 0 0 0 12 0M9.38.295C4.084 1.5.13 6.283.13 12C.129 18.628 5.44 24 12 24s11.871-5.372 11.871-12c0-5.717-3.953-10.499-9.246-11.705v3.34c3.575 1.113 6.18 4.44 6.18 8.365c0 4.83-3.949 8.76-8.8 8.76c-4.85 0-8.804-3.93-8.804-8.76c0-3.924 2.605-7.247 6.18-8.365zM12 4.137q-.925.001-1.783.2V19.53a8 8 0 0 0 1.783.2q.924-.001 1.787-.2V4.343A7.7 7.7 0 0 0 12 4.137"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsIobroker(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0c-.61 0-1.201.044-1.787.133v3.285a8.9 8.9 0 0 1 3.574.004V.139A12 12 0 0 0 12 0M9.38.295C4.084 1.5.13 6.283.13 12C.129 18.628 5.44 24 12 24s11.871-5.372 11.871-12c0-5.717-3.953-10.499-9.246-11.705v3.34c3.575 1.113 6.18 4.44 6.18 8.365c0 4.83-3.949 8.76-8.8 8.76c-4.85 0-8.804-3.93-8.804-8.76c0-3.924 2.605-7.247 6.18-8.365zM12 4.137q-.925.001-1.783.2V19.53a8 8 0 0 0 1.783.2q.924-.001 1.787-.2V4.343A7.7 7.7 0 0 0 12 4.137"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0c-.61 0-1.201.044-1.787.133v3.285a8.9 8.9 0 0 1 3.574.004V.139A12 12 0 0 0 12 0M9.38.295C4.084 1.5.13 6.283.13 12C.129 18.628 5.44 24 12 24s11.871-5.372 11.871-12c0-5.717-3.953-10.499-9.246-11.705v3.34c3.575 1.113 6.18 4.44 6.18 8.365c0 4.83-3.949 8.76-8.8 8.76c-4.85 0-8.804-3.93-8.804-8.76c0-3.924 2.605-7.247 6.18-8.365zM12 4.137q-.925.001-1.783.2V19.53a8 8 0 0 0 1.783.2q.924-.001 1.787-.2V4.343A7.7 7.7 0 0 0 12 4.137"/></svg>
</template>

CSS

.icon-iobroker {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%200c-.61%200-1.201.044-1.787.133v3.285a8.9%208.9%200%200%201%203.574.004V.139A12%2012%200%200%200%2012%200M9.38.295C4.084%201.5.13%206.283.13%2012C.129%2018.628%205.44%2024%2012%2024s11.871-5.372%2011.871-12c0-5.717-3.953-10.499-9.246-11.705v3.34c3.575%201.113%206.18%204.44%206.18%208.365c0%204.83-3.949%208.76-8.8%208.76c-4.85%200-8.804-3.93-8.804-8.76c0-3.924%202.605-7.247%206.18-8.365zM12%204.137q-.925.001-1.783.2V19.53a8%208%200%200%200%201.783.2q.924-.001%201.787-.2V4.343A7.7%207.7%200%200%200%2012%204.137%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%200c-.61%200-1.201.044-1.787.133v3.285a8.9%208.9%200%200%201%203.574.004V.139A12%2012%200%200%200%2012%200M9.38.295C4.084%201.5.13%206.283.13%2012C.129%2018.628%205.44%2024%2012%2024s11.871-5.372%2011.871-12c0-5.717-3.953-10.499-9.246-11.705v3.34c3.575%201.113%206.18%204.44%206.18%208.365c0%204.83-3.949%208.76-8.8%208.76c-4.85%200-8.804-3.93-8.804-8.76c0-3.924%202.605-7.247%206.18-8.365zM12%204.137q-.925.001-1.783.2V19.53a8%208%200%200%200%201.783.2q.924-.001%201.787-.2V4.343A7.7%207.7%200%200%200%2012%204.137%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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