openhab logo
openhab from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- openhab
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the openhab logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 9.103l-9.76 9.768c-.376-.553-.725-1.123-.998-1.738l9.39-9.397L12 6.368l1.368 1.368l6.931 6.931l-.01.035l-.136.403l-.156.393l-.174.384l-.192.374l-.175.304zM12 0C5.39 0 0 5.39 0 12c0 1.306.211 2.563.6 3.741l.893-.893l.668-.67A10 10 0 0 1 1.922 12C1.922 6.45 6.45 1.922 12 1.922S22.078 6.449 22.078 12S17.551 22.078 12 22.078a10.06 10.06 0 0 1-7.698-3.588l-.012.012l-.309.309l-.308.309l-.308.308l-.424.425C5.144 22.39 8.39 24 12.001 24C18.61 24 24 18.61 24 12S18.61 0 12 0"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsOpenhab(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 9.103l-9.76 9.768c-.376-.553-.725-1.123-.998-1.738l9.39-9.397L12 6.368l1.368 1.368l6.931 6.931l-.01.035l-.136.403l-.156.393l-.174.384l-.192.374l-.175.304zM12 0C5.39 0 0 5.39 0 12c0 1.306.211 2.563.6 3.741l.893-.893l.668-.67A10 10 0 0 1 1.922 12C1.922 6.45 6.45 1.922 12 1.922S22.078 6.449 22.078 12S17.551 22.078 12 22.078a10.06 10.06 0 0 1-7.698-3.588l-.012.012l-.309.309l-.308.309l-.308.308l-.424.425C5.144 22.39 8.39 24 12.001 24C18.61 24 24 18.61 24 12S18.61 0 12 0"/></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 9.103l-9.76 9.768c-.376-.553-.725-1.123-.998-1.738l9.39-9.397L12 6.368l1.368 1.368l6.931 6.931l-.01.035l-.136.403l-.156.393l-.174.384l-.192.374l-.175.304zM12 0C5.39 0 0 5.39 0 12c0 1.306.211 2.563.6 3.741l.893-.893l.668-.67A10 10 0 0 1 1.922 12C1.922 6.45 6.45 1.922 12 1.922S22.078 6.449 22.078 12S17.551 22.078 12 22.078a10.06 10.06 0 0 1-7.698-3.588l-.012.012l-.309.309l-.308.309l-.308.308l-.424.425C5.144 22.39 8.39 24 12.001 24C18.61 24 24 18.61 24 12S18.61 0 12 0"/></svg> </template>
CSS
.icon-openhab {
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%209.103l-9.76%209.768c-.376-.553-.725-1.123-.998-1.738l9.39-9.397L12%206.368l1.368%201.368l6.931%206.931l-.01.035l-.136.403l-.156.393l-.174.384l-.192.374l-.175.304zM12%200C5.39%200%200%205.39%200%2012c0%201.306.211%202.563.6%203.741l.893-.893l.668-.67A10%2010%200%200%201%201.922%2012C1.922%206.45%206.45%201.922%2012%201.922S22.078%206.449%2022.078%2012S17.551%2022.078%2012%2022.078a10.06%2010.06%200%200%201-7.698-3.588l-.012.012l-.309.309l-.308.309l-.308.308l-.424.425C5.144%2022.39%208.39%2024%2012.001%2024C18.61%2024%2024%2018.61%2024%2012S18.61%200%2012%200%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%209.103l-9.76%209.768c-.376-.553-.725-1.123-.998-1.738l9.39-9.397L12%206.368l1.368%201.368l6.931%206.931l-.01.035l-.136.403l-.156.393l-.174.384l-.192.374l-.175.304zM12%200C5.39%200%200%205.39%200%2012c0%201.306.211%202.563.6%203.741l.893-.893l.668-.67A10%2010%200%200%201%201.922%2012C1.922%206.45%206.45%201.922%2012%201.922S22.078%206.449%2022.078%2012S17.551%2022.078%2012%2022.078a10.06%2010.06%200%200%201-7.698-3.588l-.012.012l-.309.309l-.308.309l-.308.308l-.424.425C5.144%2022.39%208.39%2024%2012.001%2024C18.61%2024%2024%2018.61%2024%2012S18.61%200%2012%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/openhab.svg?color=%231a73e8&size=48