white-background from Web3 Icons Branded by 0xa3k5 · Background · MIT Free for personal and commercial use.

Name
white-background
Set
Web3 Icons Branded
Style
Background
Viewbox
24×24
License
MIT

1 other variant in Web3 Icons Branded

The same logo in other sets

Use the white logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#f1f1f1" d="M16 4.75c-1 0-2.75 1-3.75 2.5c-1-1.5-2.25-2.5-4.25-2.5c-1.5 0-4 1-4 4.5s6 8 8.25 10c2.25-2 7.75-6.5 7.75-10s-2-4.5-4-4.5"/><path fill="#dfdfdf" d="M13.85 5.62c.784-.55 1.59-.87 2.15-.87c2 0 4 1 4 4.5c0 3.1-4.31 6.98-6.86 9.215C15.57 16.18 19 12.63 19 9.75c0-3.5-1.94-4.5-3.876-4.5c-.35 0-.8.13-1.27.37zm-1.6 1.63c-1-1.75-2.365-2.5-4.25-2.5c-.865 0-2.06.33-2.92 1.285a3.88 3.88 0 0 1 2.295-.785c1.78 0 3.165 1.265 4.13 2.635c.11.16.35.15.44-.025z"/><path fill="#fff" d="M16 7.25c0-.8-.665-1-1-1c-1.5 0-2 1.9-2 2.25c0 .5.5.5 1 .5s2-.75 2-1.75m-7.215.5c0-.67-.5-1-1-1s-2 .5-2.25 2c-.15.91.215 1.975.62 2.695c.115.2.385.11.405-.12c.135-1.68.78-2.1 1.225-2.325c.5-.25 1-.5 1-1.25"/></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedWhiteBackground(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#f1f1f1" d="M16 4.75c-1 0-2.75 1-3.75 2.5c-1-1.5-2.25-2.5-4.25-2.5c-1.5 0-4 1-4 4.5s6 8 8.25 10c2.25-2 7.75-6.5 7.75-10s-2-4.5-4-4.5"/><path fill="#dfdfdf" d="M13.85 5.62c.784-.55 1.59-.87 2.15-.87c2 0 4 1 4 4.5c0 3.1-4.31 6.98-6.86 9.215C15.57 16.18 19 12.63 19 9.75c0-3.5-1.94-4.5-3.876-4.5c-.35 0-.8.13-1.27.37zm-1.6 1.63c-1-1.75-2.365-2.5-4.25-2.5c-.865 0-2.06.33-2.92 1.285a3.88 3.88 0 0 1 2.295-.785c1.78 0 3.165 1.265 4.13 2.635c.11.16.35.15.44-.025z"/><path fill="#fff" d="M16 7.25c0-.8-.665-1-1-1c-1.5 0-2 1.9-2 2.25c0 .5.5.5 1 .5s2-.75 2-1.75m-7.215.5c0-.67-.5-1-1-1s-2 .5-2.25 2c-.15.91.215 1.975.62 2.695c.115.2.385.11.405-.12c.135-1.68.78-2.1 1.225-2.325c.5-.25 1-.5 1-1.25"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#f1f1f1" d="M16 4.75c-1 0-2.75 1-3.75 2.5c-1-1.5-2.25-2.5-4.25-2.5c-1.5 0-4 1-4 4.5s6 8 8.25 10c2.25-2 7.75-6.5 7.75-10s-2-4.5-4-4.5"/><path fill="#dfdfdf" d="M13.85 5.62c.784-.55 1.59-.87 2.15-.87c2 0 4 1 4 4.5c0 3.1-4.31 6.98-6.86 9.215C15.57 16.18 19 12.63 19 9.75c0-3.5-1.94-4.5-3.876-4.5c-.35 0-.8.13-1.27.37zm-1.6 1.63c-1-1.75-2.365-2.5-4.25-2.5c-.865 0-2.06.33-2.92 1.285a3.88 3.88 0 0 1 2.295-.785c1.78 0 3.165 1.265 4.13 2.635c.11.16.35.15.44-.025z"/><path fill="#fff" d="M16 7.25c0-.8-.665-1-1-1c-1.5 0-2 1.9-2 2.25c0 .5.5.5 1 .5s2-.75 2-1.75m-7.215.5c0-.67-.5-1-1-1s-2 .5-2.25 2c-.15.91.215 1.975.62 2.695c.115.2.385.11.405-.12c.135-1.68.78-2.1 1.225-2.325c.5-.25 1-.5 1-1.25"/></g></svg>
</template>

CSS

.icon-white-background {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23f1f1f1%22%20d%3D%22M16%204.75c-1%200-2.75%201-3.75%202.5c-1-1.5-2.25-2.5-4.25-2.5c-1.5%200-4%201-4%204.5s6%208%208.25%2010c2.25-2%207.75-6.5%207.75-10s-2-4.5-4-4.5%22%2F%3E%3Cpath%20fill%3D%22%23dfdfdf%22%20d%3D%22M13.85%205.62c.784-.55%201.59-.87%202.15-.87c2%200%204%201%204%204.5c0%203.1-4.31%206.98-6.86%209.215C15.57%2016.18%2019%2012.63%2019%209.75c0-3.5-1.94-4.5-3.876-4.5c-.35%200-.8.13-1.27.37zm-1.6%201.63c-1-1.75-2.365-2.5-4.25-2.5c-.865%200-2.06.33-2.92%201.285a3.88%203.88%200%200%201%202.295-.785c1.78%200%203.165%201.265%204.13%202.635c.11.16.35.15.44-.025z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%207.25c0-.8-.665-1-1-1c-1.5%200-2%201.9-2%202.25c0%20.5.5.5%201%20.5s2-.75%202-1.75m-7.215.5c0-.67-.5-1-1-1s-2%20.5-2.25%202c-.15.91.215%201.975.62%202.695c.115.2.385.11.405-.12c.135-1.68.78-2.1%201.225-2.325c.5-.25%201-.5%201-1.25%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%23f1f1f1%22%20d%3D%22M16%204.75c-1%200-2.75%201-3.75%202.5c-1-1.5-2.25-2.5-4.25-2.5c-1.5%200-4%201-4%204.5s6%208%208.25%2010c2.25-2%207.75-6.5%207.75-10s-2-4.5-4-4.5%22%2F%3E%3Cpath%20fill%3D%22%23dfdfdf%22%20d%3D%22M13.85%205.62c.784-.55%201.59-.87%202.15-.87c2%200%204%201%204%204.5c0%203.1-4.31%206.98-6.86%209.215C15.57%2016.18%2019%2012.63%2019%209.75c0-3.5-1.94-4.5-3.876-4.5c-.35%200-.8.13-1.27.37zm-1.6%201.63c-1-1.75-2.365-2.5-4.25-2.5c-.865%200-2.06.33-2.92%201.285a3.88%203.88%200%200%201%202.295-.785c1.78%200%203.165%201.265%204.13%202.635c.11.16.35.15.44-.025z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16%207.25c0-.8-.665-1-1-1c-1.5%200-2%201.9-2%202.25c0%20.5.5.5%201%20.5s2-.75%202-1.75m-7.215.5c0-.67-.5-1-1-1s-2%20.5-2.25%202c-.15.91.215%201.975.62%202.695c.115.2.385.11.405-.12c.135-1.68.78-2.1%201.225-2.325c.5-.25%201-.5%201-1.25%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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