weightsandbiases logo

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

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

Use the weightsandbiases logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.48 0a1.55 1.55 0 1 0 0 3.1a1.55 1.55 0 0 0 0-3.1m19.04 0a1.55 1.55 0 1 0 0 3.101a1.55 1.55 0 0 0 0-3.101M12 2.295a1.55 1.55 0 1 0 0 3.1a1.55 1.55 0 0 0 0-3.1M2.48 5.272a2.48 2.48 0 1 0 0 4.96a2.48 2.48 0 0 0 0-4.96m19.04 0a2.48 2.48 0 1 0 0 4.96a2.48 2.48 0 0 0 0-4.96M12 8.496a1.55 1.55 0 1 0 0 3.1a1.55 1.55 0 0 0 0-3.1m-9.52 3.907a1.55 1.55 0 1 0 0 3.1a1.55 1.55 0 0 0 0-3.1m19.04 0a1.55 1.55 0 1 0 0 3.102a1.55 1.55 0 0 0 0-3.102M12 13.767a2.48 2.48 0 1 0 0 4.962a2.48 2.48 0 0 0 0-4.962m-9.52 3.907a2.48 2.48 0 1 0 .001 4.962a2.48 2.48 0 0 0 0-4.962zm19.04.93a1.55 1.55 0 1 0 0 3.102a1.55 1.55 0 0 0 0-3.101zM12 20.9a1.55 1.55 0 1 0 0 3.1a1.55 1.55 0 0 0 0-3.1"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsWeightsandbiases(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="M2.48 0a1.55 1.55 0 1 0 0 3.1a1.55 1.55 0 0 0 0-3.1m19.04 0a1.55 1.55 0 1 0 0 3.101a1.55 1.55 0 0 0 0-3.101M12 2.295a1.55 1.55 0 1 0 0 3.1a1.55 1.55 0 0 0 0-3.1M2.48 5.272a2.48 2.48 0 1 0 0 4.96a2.48 2.48 0 0 0 0-4.96m19.04 0a2.48 2.48 0 1 0 0 4.96a2.48 2.48 0 0 0 0-4.96M12 8.496a1.55 1.55 0 1 0 0 3.1a1.55 1.55 0 0 0 0-3.1m-9.52 3.907a1.55 1.55 0 1 0 0 3.1a1.55 1.55 0 0 0 0-3.1m19.04 0a1.55 1.55 0 1 0 0 3.102a1.55 1.55 0 0 0 0-3.102M12 13.767a2.48 2.48 0 1 0 0 4.962a2.48 2.48 0 0 0 0-4.962m-9.52 3.907a2.48 2.48 0 1 0 .001 4.962a2.48 2.48 0 0 0 0-4.962zm19.04.93a1.55 1.55 0 1 0 0 3.102a1.55 1.55 0 0 0 0-3.101zM12 20.9a1.55 1.55 0 1 0 0 3.1a1.55 1.55 0 0 0 0-3.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.48 0a1.55 1.55 0 1 0 0 3.1a1.55 1.55 0 0 0 0-3.1m19.04 0a1.55 1.55 0 1 0 0 3.101a1.55 1.55 0 0 0 0-3.101M12 2.295a1.55 1.55 0 1 0 0 3.1a1.55 1.55 0 0 0 0-3.1M2.48 5.272a2.48 2.48 0 1 0 0 4.96a2.48 2.48 0 0 0 0-4.96m19.04 0a2.48 2.48 0 1 0 0 4.96a2.48 2.48 0 0 0 0-4.96M12 8.496a1.55 1.55 0 1 0 0 3.1a1.55 1.55 0 0 0 0-3.1m-9.52 3.907a1.55 1.55 0 1 0 0 3.1a1.55 1.55 0 0 0 0-3.1m19.04 0a1.55 1.55 0 1 0 0 3.102a1.55 1.55 0 0 0 0-3.102M12 13.767a2.48 2.48 0 1 0 0 4.962a2.48 2.48 0 0 0 0-4.962m-9.52 3.907a2.48 2.48 0 1 0 .001 4.962a2.48 2.48 0 0 0 0-4.962zm19.04.93a1.55 1.55 0 1 0 0 3.102a1.55 1.55 0 0 0 0-3.101zM12 20.9a1.55 1.55 0 1 0 0 3.1a1.55 1.55 0 0 0 0-3.1"/></svg>
</template>

CSS

.icon-weightsandbiases {
  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%22M2.48%200a1.55%201.55%200%201%200%200%203.1a1.55%201.55%200%200%200%200-3.1m19.04%200a1.55%201.55%200%201%200%200%203.101a1.55%201.55%200%200%200%200-3.101M12%202.295a1.55%201.55%200%201%200%200%203.1a1.55%201.55%200%200%200%200-3.1M2.48%205.272a2.48%202.48%200%201%200%200%204.96a2.48%202.48%200%200%200%200-4.96m19.04%200a2.48%202.48%200%201%200%200%204.96a2.48%202.48%200%200%200%200-4.96M12%208.496a1.55%201.55%200%201%200%200%203.1a1.55%201.55%200%200%200%200-3.1m-9.52%203.907a1.55%201.55%200%201%200%200%203.1a1.55%201.55%200%200%200%200-3.1m19.04%200a1.55%201.55%200%201%200%200%203.102a1.55%201.55%200%200%200%200-3.102M12%2013.767a2.48%202.48%200%201%200%200%204.962a2.48%202.48%200%200%200%200-4.962m-9.52%203.907a2.48%202.48%200%201%200%20.001%204.962a2.48%202.48%200%200%200%200-4.962zm19.04.93a1.55%201.55%200%201%200%200%203.102a1.55%201.55%200%200%200%200-3.101zM12%2020.9a1.55%201.55%200%201%200%200%203.1a1.55%201.55%200%200%200%200-3.1%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%22M2.48%200a1.55%201.55%200%201%200%200%203.1a1.55%201.55%200%200%200%200-3.1m19.04%200a1.55%201.55%200%201%200%200%203.101a1.55%201.55%200%200%200%200-3.101M12%202.295a1.55%201.55%200%201%200%200%203.1a1.55%201.55%200%200%200%200-3.1M2.48%205.272a2.48%202.48%200%201%200%200%204.96a2.48%202.48%200%200%200%200-4.96m19.04%200a2.48%202.48%200%201%200%200%204.96a2.48%202.48%200%200%200%200-4.96M12%208.496a1.55%201.55%200%201%200%200%203.1a1.55%201.55%200%200%200%200-3.1m-9.52%203.907a1.55%201.55%200%201%200%200%203.1a1.55%201.55%200%200%200%200-3.1m19.04%200a1.55%201.55%200%201%200%200%203.102a1.55%201.55%200%200%200%200-3.102M12%2013.767a2.48%202.48%200%201%200%200%204.962a2.48%202.48%200%200%200%200-4.962m-9.52%203.907a2.48%202.48%200%201%200%20.001%204.962a2.48%202.48%200%200%200%200-4.962zm19.04.93a1.55%201.55%200%201%200%200%203.102a1.55%201.55%200%200%200%200-3.101zM12%2020.9a1.55%201.55%200%201%200%200%203.1a1.55%201.55%200%200%200%200-3.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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