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

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

Use the web3dotjs logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M.889.775S0 1.29 0 2.315V7.44s0 3.079 2.666 4.618c.817.472 1.384.508 1.777.334c.394.628.96 1.246 1.778 1.718c2.666 1.54 2.668-1.539 2.668-1.539V7.447c0-1.027.888-1.539.888-1.539l3.557-2.054s.89-.514 1.777 0c.89.513 0 1.027 0 1.027L11.56 6.934l1.775 1.025l3.559-2.055c.052-.03.912-.495 1.773.002c.89.514 0 1.026 0 1.026l-3.555 2.054s-.888.514-.888 1.54v5.124s0 1.028-.889.514c-.89-.513-.89-1.539-.89-1.539l-1.778-1.027s.001 3.08 2.668 4.619s2.666-1.54 2.666-1.54v-5.126c0-1.026.889-1.537.889-1.537l4.445-2.569s1.776-1.025-.889-2.564c-.819-.474-1.552-.704-2.177-.797c-.164-.357-.565-.776-1.377-1.24c-2.667-1.523-5.332-.016-5.332-.016L8.004 4.881s-.89.514-.89 1.539v5.125s0 1.027-.89.514c-.889-.514-.89-1.54-.89-1.54V5.396q0-.096.01-.188c.097-.902.879-1.353.879-1.353L4.445 2.828l-.004.002c-.052.03-.884.544-.884 1.537v5.125s-.002 1.027-.891.514c-.89-.514-.889-1.54-.889-1.54V3.343c0-1.026.889-1.54.889-1.54L.889.776zm9.78 8.735v2.053l1.778 1.025v-2.053zm8.442 2.183c-.666.005-1.332.389-1.332 1.909c0 3.039 2.666 4.619 2.666 4.619l.889.513s.89.514.89 1.54s-.89.513-.89.513l-3.555-2.053v2.053l3.555 2.053S24 24.379 24 21.3c0-3.077-1.777-4.105-1.777-4.105l-1.778-1.025s-.888-.514-.888-1.54c0-1.028.888-.515.888-.515L24 16.168v-2.053l-3.555-2.05s-.667-.376-1.334-.372"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsWeb3dotjs(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="M.889.775S0 1.29 0 2.315V7.44s0 3.079 2.666 4.618c.817.472 1.384.508 1.777.334c.394.628.96 1.246 1.778 1.718c2.666 1.54 2.668-1.539 2.668-1.539V7.447c0-1.027.888-1.539.888-1.539l3.557-2.054s.89-.514 1.777 0c.89.513 0 1.027 0 1.027L11.56 6.934l1.775 1.025l3.559-2.055c.052-.03.912-.495 1.773.002c.89.514 0 1.026 0 1.026l-3.555 2.054s-.888.514-.888 1.54v5.124s0 1.028-.889.514c-.89-.513-.89-1.539-.89-1.539l-1.778-1.027s.001 3.08 2.668 4.619s2.666-1.54 2.666-1.54v-5.126c0-1.026.889-1.537.889-1.537l4.445-2.569s1.776-1.025-.889-2.564c-.819-.474-1.552-.704-2.177-.797c-.164-.357-.565-.776-1.377-1.24c-2.667-1.523-5.332-.016-5.332-.016L8.004 4.881s-.89.514-.89 1.539v5.125s0 1.027-.89.514c-.889-.514-.89-1.54-.89-1.54V5.396q0-.096.01-.188c.097-.902.879-1.353.879-1.353L4.445 2.828l-.004.002c-.052.03-.884.544-.884 1.537v5.125s-.002 1.027-.891.514c-.89-.514-.889-1.54-.889-1.54V3.343c0-1.026.889-1.54.889-1.54L.889.776zm9.78 8.735v2.053l1.778 1.025v-2.053zm8.442 2.183c-.666.005-1.332.389-1.332 1.909c0 3.039 2.666 4.619 2.666 4.619l.889.513s.89.514.89 1.54s-.89.513-.89.513l-3.555-2.053v2.053l3.555 2.053S24 24.379 24 21.3c0-3.077-1.777-4.105-1.777-4.105l-1.778-1.025s-.888-.514-.888-1.54c0-1.028.888-.515.888-.515L24 16.168v-2.053l-3.555-2.05s-.667-.376-1.334-.372"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M.889.775S0 1.29 0 2.315V7.44s0 3.079 2.666 4.618c.817.472 1.384.508 1.777.334c.394.628.96 1.246 1.778 1.718c2.666 1.54 2.668-1.539 2.668-1.539V7.447c0-1.027.888-1.539.888-1.539l3.557-2.054s.89-.514 1.777 0c.89.513 0 1.027 0 1.027L11.56 6.934l1.775 1.025l3.559-2.055c.052-.03.912-.495 1.773.002c.89.514 0 1.026 0 1.026l-3.555 2.054s-.888.514-.888 1.54v5.124s0 1.028-.889.514c-.89-.513-.89-1.539-.89-1.539l-1.778-1.027s.001 3.08 2.668 4.619s2.666-1.54 2.666-1.54v-5.126c0-1.026.889-1.537.889-1.537l4.445-2.569s1.776-1.025-.889-2.564c-.819-.474-1.552-.704-2.177-.797c-.164-.357-.565-.776-1.377-1.24c-2.667-1.523-5.332-.016-5.332-.016L8.004 4.881s-.89.514-.89 1.539v5.125s0 1.027-.89.514c-.889-.514-.89-1.54-.89-1.54V5.396q0-.096.01-.188c.097-.902.879-1.353.879-1.353L4.445 2.828l-.004.002c-.052.03-.884.544-.884 1.537v5.125s-.002 1.027-.891.514c-.89-.514-.889-1.54-.889-1.54V3.343c0-1.026.889-1.54.889-1.54L.889.776zm9.78 8.735v2.053l1.778 1.025v-2.053zm8.442 2.183c-.666.005-1.332.389-1.332 1.909c0 3.039 2.666 4.619 2.666 4.619l.889.513s.89.514.89 1.54s-.89.513-.89.513l-3.555-2.053v2.053l3.555 2.053S24 24.379 24 21.3c0-3.077-1.777-4.105-1.777-4.105l-1.778-1.025s-.888-.514-.888-1.54c0-1.028.888-.515.888-.515L24 16.168v-2.053l-3.555-2.05s-.667-.376-1.334-.372"/></svg>
</template>

CSS

.icon-web3dotjs {
  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%22M.889.775S0%201.29%200%202.315V7.44s0%203.079%202.666%204.618c.817.472%201.384.508%201.777.334c.394.628.96%201.246%201.778%201.718c2.666%201.54%202.668-1.539%202.668-1.539V7.447c0-1.027.888-1.539.888-1.539l3.557-2.054s.89-.514%201.777%200c.89.513%200%201.027%200%201.027L11.56%206.934l1.775%201.025l3.559-2.055c.052-.03.912-.495%201.773.002c.89.514%200%201.026%200%201.026l-3.555%202.054s-.888.514-.888%201.54v5.124s0%201.028-.889.514c-.89-.513-.89-1.539-.89-1.539l-1.778-1.027s.001%203.08%202.668%204.619s2.666-1.54%202.666-1.54v-5.126c0-1.026.889-1.537.889-1.537l4.445-2.569s1.776-1.025-.889-2.564c-.819-.474-1.552-.704-2.177-.797c-.164-.357-.565-.776-1.377-1.24c-2.667-1.523-5.332-.016-5.332-.016L8.004%204.881s-.89.514-.89%201.539v5.125s0%201.027-.89.514c-.889-.514-.89-1.54-.89-1.54V5.396q0-.096.01-.188c.097-.902.879-1.353.879-1.353L4.445%202.828l-.004.002c-.052.03-.884.544-.884%201.537v5.125s-.002%201.027-.891.514c-.89-.514-.889-1.54-.889-1.54V3.343c0-1.026.889-1.54.889-1.54L.889.776zm9.78%208.735v2.053l1.778%201.025v-2.053zm8.442%202.183c-.666.005-1.332.389-1.332%201.909c0%203.039%202.666%204.619%202.666%204.619l.889.513s.89.514.89%201.54s-.89.513-.89.513l-3.555-2.053v2.053l3.555%202.053S24%2024.379%2024%2021.3c0-3.077-1.777-4.105-1.777-4.105l-1.778-1.025s-.888-.514-.888-1.54c0-1.028.888-.515.888-.515L24%2016.168v-2.053l-3.555-2.05s-.667-.376-1.334-.372%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%22M.889.775S0%201.29%200%202.315V7.44s0%203.079%202.666%204.618c.817.472%201.384.508%201.777.334c.394.628.96%201.246%201.778%201.718c2.666%201.54%202.668-1.539%202.668-1.539V7.447c0-1.027.888-1.539.888-1.539l3.557-2.054s.89-.514%201.777%200c.89.513%200%201.027%200%201.027L11.56%206.934l1.775%201.025l3.559-2.055c.052-.03.912-.495%201.773.002c.89.514%200%201.026%200%201.026l-3.555%202.054s-.888.514-.888%201.54v5.124s0%201.028-.889.514c-.89-.513-.89-1.539-.89-1.539l-1.778-1.027s.001%203.08%202.668%204.619s2.666-1.54%202.666-1.54v-5.126c0-1.026.889-1.537.889-1.537l4.445-2.569s1.776-1.025-.889-2.564c-.819-.474-1.552-.704-2.177-.797c-.164-.357-.565-.776-1.377-1.24c-2.667-1.523-5.332-.016-5.332-.016L8.004%204.881s-.89.514-.89%201.539v5.125s0%201.027-.89.514c-.889-.514-.89-1.54-.89-1.54V5.396q0-.096.01-.188c.097-.902.879-1.353.879-1.353L4.445%202.828l-.004.002c-.052.03-.884.544-.884%201.537v5.125s-.002%201.027-.891.514c-.89-.514-.889-1.54-.889-1.54V3.343c0-1.026.889-1.54.889-1.54L.889.776zm9.78%208.735v2.053l1.778%201.025v-2.053zm8.442%202.183c-.666.005-1.332.389-1.332%201.909c0%203.039%202.666%204.619%202.666%204.619l.889.513s.89.514.89%201.54s-.89.513-.89.513l-3.555-2.053v2.053l3.555%202.053S24%2024.379%2024%2021.3c0-3.077-1.777-4.105-1.777-4.105l-1.778-1.025s-.888-.514-.888-1.54c0-1.028.888-.515.888-.515L24%2016.168v-2.053l-3.555-2.05s-.667-.376-1.334-.372%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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