wandb logo
wandb from LobeHub AI Icons by LobeHub · Mono · MIT Free for personal and commercial use.
- Name
- wandb
- Set
- LobeHub AI Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
2 other variants in LobeHub AI Icons
Use the wandb logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2.529 3.269c.868 0 1.563-.692 1.563-1.556S3.397.156 2.529.156C1.66.156.966.848.966 1.713c0 .864.694 1.556 1.563 1.556m.551 7.034c1.332-.317 2.17-1.643 1.853-2.968-.319-1.326-1.65-2.162-2.982-1.845C.62 5.807-.219 7.133.1 8.46a2.463 2.463 0 0 0 2.981 1.844M3.08 22.668c1.332-.318 2.17-1.643 1.853-2.97a2.486 2.486 0 0 0-2.982-1.844C.62 18.171-.219 19.497.1 20.823s1.65 2.162 2.981 1.845m.986-8.591c0-.865-.695-1.556-1.563-1.556-.869 0-1.563.691-1.563 1.556 0 .864.694 1.556 1.563 1.556.868 0 1.563-.691 1.563-1.556m7.988-.172a2.484 2.484 0 0 0-2.489 2.479c0 1.354 1.1 2.479 2.49 2.479a2.485 2.485 0 0 0 2.489-2.48c-.03-1.382-1.13-2.478-2.49-2.478m0 7.089c-.868 0-1.563.692-1.563 1.557 0 .864.695 1.556 1.563 1.556.869 0 1.563-.692 1.563-1.556-.029-.865-.723-1.557-1.563-1.557m0-9.251c.869 0 1.563-.692 1.563-1.557 0-.864-.694-1.556-1.563-1.556-.868 0-1.563.692-1.563 1.556s.695 1.557 1.563 1.557m.23-6.196c.84-.144 1.418-.922 1.273-1.758-.144-.836-.926-1.412-1.765-1.268-.84.144-1.419.922-1.274 1.758s.926 1.384 1.766 1.268m11.03 4.093a2.48 2.48 0 0 0 0-3.487c-.955-.951-2.547-.951-3.502 0a2.48 2.48 0 0 0 0 3.487c.955.98 2.547.98 3.502 0m-1.737-6.371c.868 0 1.563-.692 1.563-1.556S22.446.156 21.578.156c-.869 0-1.563.692-1.563 1.557 0 .864.694 1.556 1.563 1.556m0 9.281c-.869 0-1.563.692-1.563 1.556s.694 1.557 1.563 1.557c.868 0 1.563-.692 1.563-1.557-.03-.864-.724-1.556-1.563-1.556m0 6.169c-.869 0-1.563.691-1.563 1.556s.694 1.556 1.563 1.556c.868 0 1.563-.691 1.563-1.556-.03-.864-.724-1.556-1.563-1.556"/></svg>
React
import type { SVGProps } from "react";
export function LobehubWandb(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" fillRule="evenodd" d="M2.529 3.269c.868 0 1.563-.692 1.563-1.556S3.397.156 2.529.156C1.66.156.966.848.966 1.713c0 .864.694 1.556 1.563 1.556m.551 7.034c1.332-.317 2.17-1.643 1.853-2.968-.319-1.326-1.65-2.162-2.982-1.845C.62 5.807-.219 7.133.1 8.46a2.463 2.463 0 0 0 2.981 1.844M3.08 22.668c1.332-.318 2.17-1.643 1.853-2.97a2.486 2.486 0 0 0-2.982-1.844C.62 18.171-.219 19.497.1 20.823s1.65 2.162 2.981 1.845m.986-8.591c0-.865-.695-1.556-1.563-1.556-.869 0-1.563.691-1.563 1.556 0 .864.694 1.556 1.563 1.556.868 0 1.563-.691 1.563-1.556m7.988-.172a2.484 2.484 0 0 0-2.489 2.479c0 1.354 1.1 2.479 2.49 2.479a2.485 2.485 0 0 0 2.489-2.48c-.03-1.382-1.13-2.478-2.49-2.478m0 7.089c-.868 0-1.563.692-1.563 1.557 0 .864.695 1.556 1.563 1.556.869 0 1.563-.692 1.563-1.556-.029-.865-.723-1.557-1.563-1.557m0-9.251c.869 0 1.563-.692 1.563-1.557 0-.864-.694-1.556-1.563-1.556-.868 0-1.563.692-1.563 1.556s.695 1.557 1.563 1.557m.23-6.196c.84-.144 1.418-.922 1.273-1.758-.144-.836-.926-1.412-1.765-1.268-.84.144-1.419.922-1.274 1.758s.926 1.384 1.766 1.268m11.03 4.093a2.48 2.48 0 0 0 0-3.487c-.955-.951-2.547-.951-3.502 0a2.48 2.48 0 0 0 0 3.487c.955.98 2.547.98 3.502 0m-1.737-6.371c.868 0 1.563-.692 1.563-1.556S22.446.156 21.578.156c-.869 0-1.563.692-1.563 1.557 0 .864.694 1.556 1.563 1.556m0 9.281c-.869 0-1.563.692-1.563 1.556s.694 1.557 1.563 1.557c.868 0 1.563-.692 1.563-1.557-.03-.864-.724-1.556-1.563-1.556m0 6.169c-.869 0-1.563.691-1.563 1.556s.694 1.556 1.563 1.556c.868 0 1.563-.691 1.563-1.556-.03-.864-.724-1.556-1.563-1.556"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M2.529 3.269c.868 0 1.563-.692 1.563-1.556S3.397.156 2.529.156C1.66.156.966.848.966 1.713c0 .864.694 1.556 1.563 1.556m.551 7.034c1.332-.317 2.17-1.643 1.853-2.968-.319-1.326-1.65-2.162-2.982-1.845C.62 5.807-.219 7.133.1 8.46a2.463 2.463 0 0 0 2.981 1.844M3.08 22.668c1.332-.318 2.17-1.643 1.853-2.97a2.486 2.486 0 0 0-2.982-1.844C.62 18.171-.219 19.497.1 20.823s1.65 2.162 2.981 1.845m.986-8.591c0-.865-.695-1.556-1.563-1.556-.869 0-1.563.691-1.563 1.556 0 .864.694 1.556 1.563 1.556.868 0 1.563-.691 1.563-1.556m7.988-.172a2.484 2.484 0 0 0-2.489 2.479c0 1.354 1.1 2.479 2.49 2.479a2.485 2.485 0 0 0 2.489-2.48c-.03-1.382-1.13-2.478-2.49-2.478m0 7.089c-.868 0-1.563.692-1.563 1.557 0 .864.695 1.556 1.563 1.556.869 0 1.563-.692 1.563-1.556-.029-.865-.723-1.557-1.563-1.557m0-9.251c.869 0 1.563-.692 1.563-1.557 0-.864-.694-1.556-1.563-1.556-.868 0-1.563.692-1.563 1.556s.695 1.557 1.563 1.557m.23-6.196c.84-.144 1.418-.922 1.273-1.758-.144-.836-.926-1.412-1.765-1.268-.84.144-1.419.922-1.274 1.758s.926 1.384 1.766 1.268m11.03 4.093a2.48 2.48 0 0 0 0-3.487c-.955-.951-2.547-.951-3.502 0a2.48 2.48 0 0 0 0 3.487c.955.98 2.547.98 3.502 0m-1.737-6.371c.868 0 1.563-.692 1.563-1.556S22.446.156 21.578.156c-.869 0-1.563.692-1.563 1.557 0 .864.694 1.556 1.563 1.556m0 9.281c-.869 0-1.563.692-1.563 1.556s.694 1.557 1.563 1.557c.868 0 1.563-.692 1.563-1.557-.03-.864-.724-1.556-1.563-1.556m0 6.169c-.869 0-1.563.691-1.563 1.556s.694 1.556 1.563 1.556c.868 0 1.563-.691 1.563-1.556-.03-.864-.724-1.556-1.563-1.556"/></svg> </template>
CSS
.icon-wandb {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M2.529%203.269c.868%200%201.563-.692%201.563-1.556S3.397.156%202.529.156C1.66.156.966.848.966%201.713c0%20.864.694%201.556%201.563%201.556m.551%207.034c1.332-.317%202.17-1.643%201.853-2.968-.319-1.326-1.65-2.162-2.982-1.845C.62%205.807-.219%207.133.1%208.46a2.463%202.463%200%200%200%202.981%201.844M3.08%2022.668c1.332-.318%202.17-1.643%201.853-2.97a2.486%202.486%200%200%200-2.982-1.844C.62%2018.171-.219%2019.497.1%2020.823s1.65%202.162%202.981%201.845m.986-8.591c0-.865-.695-1.556-1.563-1.556-.869%200-1.563.691-1.563%201.556%200%20.864.694%201.556%201.563%201.556.868%200%201.563-.691%201.563-1.556m7.988-.172a2.484%202.484%200%200%200-2.489%202.479c0%201.354%201.1%202.479%202.49%202.479a2.485%202.485%200%200%200%202.489-2.48c-.03-1.382-1.13-2.478-2.49-2.478m0%207.089c-.868%200-1.563.692-1.563%201.557%200%20.864.695%201.556%201.563%201.556.869%200%201.563-.692%201.563-1.556-.029-.865-.723-1.557-1.563-1.557m0-9.251c.869%200%201.563-.692%201.563-1.557%200-.864-.694-1.556-1.563-1.556-.868%200-1.563.692-1.563%201.556s.695%201.557%201.563%201.557m.23-6.196c.84-.144%201.418-.922%201.273-1.758-.144-.836-.926-1.412-1.765-1.268-.84.144-1.419.922-1.274%201.758s.926%201.384%201.766%201.268m11.03%204.093a2.48%202.48%200%200%200%200-3.487c-.955-.951-2.547-.951-3.502%200a2.48%202.48%200%200%200%200%203.487c.955.98%202.547.98%203.502%200m-1.737-6.371c.868%200%201.563-.692%201.563-1.556S22.446.156%2021.578.156c-.869%200-1.563.692-1.563%201.557%200%20.864.694%201.556%201.563%201.556m0%209.281c-.869%200-1.563.692-1.563%201.556s.694%201.557%201.563%201.557c.868%200%201.563-.692%201.563-1.557-.03-.864-.724-1.556-1.563-1.556m0%206.169c-.869%200-1.563.691-1.563%201.556s.694%201.556%201.563%201.556c.868%200%201.563-.691%201.563-1.556-.03-.864-.724-1.556-1.563-1.556%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%20fill-rule%3D%22evenodd%22%20d%3D%22M2.529%203.269c.868%200%201.563-.692%201.563-1.556S3.397.156%202.529.156C1.66.156.966.848.966%201.713c0%20.864.694%201.556%201.563%201.556m.551%207.034c1.332-.317%202.17-1.643%201.853-2.968-.319-1.326-1.65-2.162-2.982-1.845C.62%205.807-.219%207.133.1%208.46a2.463%202.463%200%200%200%202.981%201.844M3.08%2022.668c1.332-.318%202.17-1.643%201.853-2.97a2.486%202.486%200%200%200-2.982-1.844C.62%2018.171-.219%2019.497.1%2020.823s1.65%202.162%202.981%201.845m.986-8.591c0-.865-.695-1.556-1.563-1.556-.869%200-1.563.691-1.563%201.556%200%20.864.694%201.556%201.563%201.556.868%200%201.563-.691%201.563-1.556m7.988-.172a2.484%202.484%200%200%200-2.489%202.479c0%201.354%201.1%202.479%202.49%202.479a2.485%202.485%200%200%200%202.489-2.48c-.03-1.382-1.13-2.478-2.49-2.478m0%207.089c-.868%200-1.563.692-1.563%201.557%200%20.864.695%201.556%201.563%201.556.869%200%201.563-.692%201.563-1.556-.029-.865-.723-1.557-1.563-1.557m0-9.251c.869%200%201.563-.692%201.563-1.557%200-.864-.694-1.556-1.563-1.556-.868%200-1.563.692-1.563%201.556s.695%201.557%201.563%201.557m.23-6.196c.84-.144%201.418-.922%201.273-1.758-.144-.836-.926-1.412-1.765-1.268-.84.144-1.419.922-1.274%201.758s.926%201.384%201.766%201.268m11.03%204.093a2.48%202.48%200%200%200%200-3.487c-.955-.951-2.547-.951-3.502%200a2.48%202.48%200%200%200%200%203.487c.955.98%202.547.98%203.502%200m-1.737-6.371c.868%200%201.563-.692%201.563-1.556S22.446.156%2021.578.156c-.869%200-1.563.692-1.563%201.557%200%20.864.694%201.556%201.563%201.556m0%209.281c-.869%200-1.563.692-1.563%201.556s.694%201.557%201.563%201.557c.868%200%201.563-.692%201.563-1.557-.03-.864-.724-1.556-1.563-1.556m0%206.169c-.869%200-1.563.691-1.563%201.556s.694%201.556%201.563%201.556c.868%200%201.563-.691%201.563-1.556-.03-.864-.724-1.556-1.563-1.556%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lobehub/wandb.svg?color=%231a73e8&size=48