iobroker icon
iobroker from Material Design Icons by Pictogrammers · Filled · Brand / Logo · Apache-2.0 Free for personal and commercial use.
- Name
- iobroker
- Set
- Material Design Icons
- Style
- Filled
- Category
- Brand / Logo
- Viewbox
- 24×24
- License
- Apache 2.0
The same icon in other sets
More brand / logo icons from Material Design Icons
Use the iobroker icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2c-.5 0-1 .04-1.5.11v2.74a7.6 7.6 0 0 1 3 0V2.12Q12.75 2 12 2m-2.18.25C5.4 3.25 2.11 7.24 2.11 12c0 5.5 4.42 10 9.89 10s9.89-4.5 9.89-10c0-4.76-3.29-8.75-7.7-9.75v2.78c2.98.93 5.15 3.7 5.15 6.97c0 4-3.29 7.3-7.34 7.3c-4.04 0-7.33-3.3-7.33-7.3c0-3.27 2.17-6.04 5.15-6.97m2.18.42c-.5 0-1 .05-1.5.17v12.65c.5.11 1 .17 1.5.17s1-.05 1.5-.17V5.62c-.5-.12-1-.17-1.5-.17"/></svg>
React
import type { SVGProps } from "react";
export function MdiIobroker(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 2c-.5 0-1 .04-1.5.11v2.74a7.6 7.6 0 0 1 3 0V2.12Q12.75 2 12 2m-2.18.25C5.4 3.25 2.11 7.24 2.11 12c0 5.5 4.42 10 9.89 10s9.89-4.5 9.89-10c0-4.76-3.29-8.75-7.7-9.75v2.78c2.98.93 5.15 3.7 5.15 6.97c0 4-3.29 7.3-7.34 7.3c-4.04 0-7.33-3.3-7.33-7.3c0-3.27 2.17-6.04 5.15-6.97m2.18.42c-.5 0-1 .05-1.5.17v12.65c.5.11 1 .17 1.5.17s1-.05 1.5-.17V5.62c-.5-.12-1-.17-1.5-.17"/></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 2c-.5 0-1 .04-1.5.11v2.74a7.6 7.6 0 0 1 3 0V2.12Q12.75 2 12 2m-2.18.25C5.4 3.25 2.11 7.24 2.11 12c0 5.5 4.42 10 9.89 10s9.89-4.5 9.89-10c0-4.76-3.29-8.75-7.7-9.75v2.78c2.98.93 5.15 3.7 5.15 6.97c0 4-3.29 7.3-7.34 7.3c-4.04 0-7.33-3.3-7.33-7.3c0-3.27 2.17-6.04 5.15-6.97m2.18.42c-.5 0-1 .05-1.5.17v12.65c.5.11 1 .17 1.5.17s1-.05 1.5-.17V5.62c-.5-.12-1-.17-1.5-.17"/></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%202c-.5%200-1%20.04-1.5.11v2.74a7.6%207.6%200%200%201%203%200V2.12Q12.75%202%2012%202m-2.18.25C5.4%203.25%202.11%207.24%202.11%2012c0%205.5%204.42%2010%209.89%2010s9.89-4.5%209.89-10c0-4.76-3.29-8.75-7.7-9.75v2.78c2.98.93%205.15%203.7%205.15%206.97c0%204-3.29%207.3-7.34%207.3c-4.04%200-7.33-3.3-7.33-7.3c0-3.27%202.17-6.04%205.15-6.97m2.18.42c-.5%200-1%20.05-1.5.17v12.65c.5.11%201%20.17%201.5.17s1-.05%201.5-.17V5.62c-.5-.12-1-.17-1.5-.17%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%202c-.5%200-1%20.04-1.5.11v2.74a7.6%207.6%200%200%201%203%200V2.12Q12.75%202%2012%202m-2.18.25C5.4%203.25%202.11%207.24%202.11%2012c0%205.5%204.42%2010%209.89%2010s9.89-4.5%209.89-10c0-4.76-3.29-8.75-7.7-9.75v2.78c2.98.93%205.15%203.7%205.15%206.97c0%204-3.29%207.3-7.34%207.3c-4.04%200-7.33-3.3-7.33-7.3c0-3.27%202.17-6.04%205.15-6.97m2.18.42c-.5%200-1%20.05-1.5.17v12.65c.5.11%201%20.17%201.5.17s1-.05%201.5-.17V5.62c-.5-.12-1-.17-1.5-.17%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/iobroker.svg?color=%231a73e8&size=48