world from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.

Name
world
Set
Web3 Icons Branded
Style
Branded
Viewbox
24×24
License
MIT

1 other variant in Web3 Icons Branded

The same logo in other sets

Use the world logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M16.513 4.203A8.8 8.8 0 0 0 12 3Q9.555 3 7.487 4.203a8.97 8.97 0 0 0-3.284 3.284A8.8 8.8 0 0 0 3 12q0 2.445 1.203 4.512a8.97 8.97 0 0 0 3.284 3.285A8.8 8.8 0 0 0 12 21q2.445 0 4.512-1.203a8.97 8.97 0 0 0 3.285-3.285A8.8 8.8 0 0 0 21 12q0-2.445-1.203-4.513a8.97 8.97 0 0 0-3.285-3.284M12.55 15.26c-1.027 0-1.83-.3-2.456-.877a2.74 2.74 0 0 1-.828-1.454h9.727c-.1.827-.35 1.604-.701 2.331h-5.741m-3.284-4.161a2.84 2.84 0 0 1 .828-1.455c.626-.576 1.429-.877 2.457-.877h5.74c.377.727.602 1.504.702 2.332zM5.908 8.415a7 7 0 0 1 2.557-2.582a6.94 6.94 0 0 1 3.56-.953a6.94 6.94 0 0 1 3.56.953a7.3 7.3 0 0 1 1.48 1.153h-4.539c-1.027 0-1.955.226-2.757.652a4.54 4.54 0 0 0-1.855 1.78a5.1 5.1 0 0 0-.602 1.705H5.081c.1-.953.4-1.856.877-2.683zm9.652 9.752a6.94 6.94 0 0 1-3.56.953a6.94 6.94 0 0 1-3.56-.953a7 7 0 0 1-2.557-2.582a6.7 6.7 0 0 1-.877-2.657h2.23a5.2 5.2 0 0 0 .602 1.704c.452.752 1.078 1.329 1.856 1.78c.802.426 1.73.652 2.757.652h4.513a6.8 6.8 0 0 1-1.43 1.103z"/></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedWorld(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M16.513 4.203A8.8 8.8 0 0 0 12 3Q9.555 3 7.487 4.203a8.97 8.97 0 0 0-3.284 3.284A8.8 8.8 0 0 0 3 12q0 2.445 1.203 4.512a8.97 8.97 0 0 0 3.284 3.285A8.8 8.8 0 0 0 12 21q2.445 0 4.512-1.203a8.97 8.97 0 0 0 3.285-3.285A8.8 8.8 0 0 0 21 12q0-2.445-1.203-4.513a8.97 8.97 0 0 0-3.285-3.284M12.55 15.26c-1.027 0-1.83-.3-2.456-.877a2.74 2.74 0 0 1-.828-1.454h9.727c-.1.827-.35 1.604-.701 2.331h-5.741m-3.284-4.161a2.84 2.84 0 0 1 .828-1.455c.626-.576 1.429-.877 2.457-.877h5.74c.377.727.602 1.504.702 2.332zM5.908 8.415a7 7 0 0 1 2.557-2.582a6.94 6.94 0 0 1 3.56-.953a6.94 6.94 0 0 1 3.56.953a7.3 7.3 0 0 1 1.48 1.153h-4.539c-1.027 0-1.955.226-2.757.652a4.54 4.54 0 0 0-1.855 1.78a5.1 5.1 0 0 0-.602 1.705H5.081c.1-.953.4-1.856.877-2.683zm9.652 9.752a6.94 6.94 0 0 1-3.56.953a6.94 6.94 0 0 1-3.56-.953a7 7 0 0 1-2.557-2.582a6.7 6.7 0 0 1-.877-2.657h2.23a5.2 5.2 0 0 0 .602 1.704c.452.752 1.078 1.329 1.856 1.78c.802.426 1.73.652 2.757.652h4.513a6.8 6.8 0 0 1-1.43 1.103z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M16.513 4.203A8.8 8.8 0 0 0 12 3Q9.555 3 7.487 4.203a8.97 8.97 0 0 0-3.284 3.284A8.8 8.8 0 0 0 3 12q0 2.445 1.203 4.512a8.97 8.97 0 0 0 3.284 3.285A8.8 8.8 0 0 0 12 21q2.445 0 4.512-1.203a8.97 8.97 0 0 0 3.285-3.285A8.8 8.8 0 0 0 21 12q0-2.445-1.203-4.513a8.97 8.97 0 0 0-3.285-3.284M12.55 15.26c-1.027 0-1.83-.3-2.456-.877a2.74 2.74 0 0 1-.828-1.454h9.727c-.1.827-.35 1.604-.701 2.331h-5.741m-3.284-4.161a2.84 2.84 0 0 1 .828-1.455c.626-.576 1.429-.877 2.457-.877h5.74c.377.727.602 1.504.702 2.332zM5.908 8.415a7 7 0 0 1 2.557-2.582a6.94 6.94 0 0 1 3.56-.953a6.94 6.94 0 0 1 3.56.953a7.3 7.3 0 0 1 1.48 1.153h-4.539c-1.027 0-1.955.226-2.757.652a4.54 4.54 0 0 0-1.855 1.78a5.1 5.1 0 0 0-.602 1.705H5.081c.1-.953.4-1.856.877-2.683zm9.652 9.752a6.94 6.94 0 0 1-3.56.953a6.94 6.94 0 0 1-3.56-.953a7 7 0 0 1-2.557-2.582a6.7 6.7 0 0 1-.877-2.657h2.23a5.2 5.2 0 0 0 .602 1.704c.452.752 1.078 1.329 1.856 1.78c.802.426 1.73.652 2.757.652h4.513a6.8 6.8 0 0 1-1.43 1.103z"/></svg>
</template>

CSS

.icon-world {
  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%20d%3D%22M16.513%204.203A8.8%208.8%200%200%200%2012%203Q9.555%203%207.487%204.203a8.97%208.97%200%200%200-3.284%203.284A8.8%208.8%200%200%200%203%2012q0%202.445%201.203%204.512a8.97%208.97%200%200%200%203.284%203.285A8.8%208.8%200%200%200%2012%2021q2.445%200%204.512-1.203a8.97%208.97%200%200%200%203.285-3.285A8.8%208.8%200%200%200%2021%2012q0-2.445-1.203-4.513a8.97%208.97%200%200%200-3.285-3.284M12.55%2015.26c-1.027%200-1.83-.3-2.456-.877a2.74%202.74%200%200%201-.828-1.454h9.727c-.1.827-.35%201.604-.701%202.331h-5.741m-3.284-4.161a2.84%202.84%200%200%201%20.828-1.455c.626-.576%201.429-.877%202.457-.877h5.74c.377.727.602%201.504.702%202.332zM5.908%208.415a7%207%200%200%201%202.557-2.582a6.94%206.94%200%200%201%203.56-.953a6.94%206.94%200%200%201%203.56.953a7.3%207.3%200%200%201%201.48%201.153h-4.539c-1.027%200-1.955.226-2.757.652a4.54%204.54%200%200%200-1.855%201.78a5.1%205.1%200%200%200-.602%201.705H5.081c.1-.953.4-1.856.877-2.683zm9.652%209.752a6.94%206.94%200%200%201-3.56.953a6.94%206.94%200%200%201-3.56-.953a7%207%200%200%201-2.557-2.582a6.7%206.7%200%200%201-.877-2.657h2.23a5.2%205.2%200%200%200%20.602%201.704c.452.752%201.078%201.329%201.856%201.78c.802.426%201.73.652%202.757.652h4.513a6.8%206.8%200%200%201-1.43%201.103z%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%20d%3D%22M16.513%204.203A8.8%208.8%200%200%200%2012%203Q9.555%203%207.487%204.203a8.97%208.97%200%200%200-3.284%203.284A8.8%208.8%200%200%200%203%2012q0%202.445%201.203%204.512a8.97%208.97%200%200%200%203.284%203.285A8.8%208.8%200%200%200%2012%2021q2.445%200%204.512-1.203a8.97%208.97%200%200%200%203.285-3.285A8.8%208.8%200%200%200%2021%2012q0-2.445-1.203-4.513a8.97%208.97%200%200%200-3.285-3.284M12.55%2015.26c-1.027%200-1.83-.3-2.456-.877a2.74%202.74%200%200%201-.828-1.454h9.727c-.1.827-.35%201.604-.701%202.331h-5.741m-3.284-4.161a2.84%202.84%200%200%201%20.828-1.455c.626-.576%201.429-.877%202.457-.877h5.74c.377.727.602%201.504.702%202.332zM5.908%208.415a7%207%200%200%201%202.557-2.582a6.94%206.94%200%200%201%203.56-.953a6.94%206.94%200%200%201%203.56.953a7.3%207.3%200%200%201%201.48%201.153h-4.539c-1.027%200-1.955.226-2.757.652a4.54%204.54%200%200%200-1.855%201.78a5.1%205.1%200%200%200-.602%201.705H5.081c.1-.953.4-1.856.877-2.683zm9.652%209.752a6.94%206.94%200%200%201-3.56.953a6.94%206.94%200%200%201-3.56-.953a7%207%200%200%201-2.557-2.582a6.7%206.7%200%200%201-.877-2.657h2.23a5.2%205.2%200%200%200%20.602%201.704c.452.752%201.078%201.329%201.856%201.78c.802.426%201.73.652%202.757.652h4.513a6.8%206.8%200%200%201-1.43%201.103z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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