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

Name
grin-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 grin logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clip-path="url(#SVGHcSWxdhd18)"><path fill="#f8f24f" d="M24 0H0v24h24z"/><path fill="#fff" fill-rule="evenodd" d="M20 12a8 8 0 1 1-16 0a8 8 0 0 1 16 0m-4.437-3.491c.045.126.086.244.127.34q.036-.12.071-.254c.219-.795.513-1.866 1.31-2.095c.29 1.255-.096 2.69-.55 3.855l-.036.088c-.203.52-.416 1.066-.975 1.232l-.735-2.26h-.095c-.064.755-.4 1.825-1.1 2.165c-.655-1.275-1.35-2.86-1.01-4.325c.738.214.95 1.184 1.1 1.874v.006h.095c.085-.4.47-1.995 1.085-1.75c.373.147.561.688.713 1.124m-8.685 3.35h-.003l.005.006zm1.287-2.444c-.124.839-.499 2.057-1.287 2.444c-.52-1.28.185-4.63 1.472-5.26l.73 2.25h.095l.007-.03c.103-.472.431-1.98.998-1.98c.313 0 .514.557.625.866l.04.11c.39 1.03.69 2.195.44 3.295c-.64-.32-.867-1.14-1.056-1.825l-.044-.155h-.095c-.045.455-.37 1.885-1 1.8c-.49-.065-.74-1.11-.835-1.515zm6.7 8.48c-3.985 1.81-8.405-.62-9.365-4.905a1.28 1.28 0 0 1 1.125.19c.244.191.398.513.542.813l.108.222a6 6 0 0 0 1.53 1.835c2.745 2.285 6.64 1.02 8.086-1.835l-.8-.065a.35.35 0 0 1-.26-.14a.4.4 0 0 1-.08-.295a.22.22 0 0 1 .125-.165c.474-.215 2.37-1.03 2.564-.53c.185.473-.105 1.116-.28 1.506l-.03.064a6.57 6.57 0 0 1-3.264 3.305" clip-rule="evenodd"/></g><defs><clipPath id="SVGHcSWxdhd18"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedGrinBackground(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"><g clipPath="url(#SVGHcSWxdhd18)"><path fill="#f8f24f" d="M24 0H0v24h24z"/><path fill="#fff" fillRule="evenodd" d="M20 12a8 8 0 1 1-16 0a8 8 0 0 1 16 0m-4.437-3.491c.045.126.086.244.127.34q.036-.12.071-.254c.219-.795.513-1.866 1.31-2.095c.29 1.255-.096 2.69-.55 3.855l-.036.088c-.203.52-.416 1.066-.975 1.232l-.735-2.26h-.095c-.064.755-.4 1.825-1.1 2.165c-.655-1.275-1.35-2.86-1.01-4.325c.738.214.95 1.184 1.1 1.874v.006h.095c.085-.4.47-1.995 1.085-1.75c.373.147.561.688.713 1.124m-8.685 3.35h-.003l.005.006zm1.287-2.444c-.124.839-.499 2.057-1.287 2.444c-.52-1.28.185-4.63 1.472-5.26l.73 2.25h.095l.007-.03c.103-.472.431-1.98.998-1.98c.313 0 .514.557.625.866l.04.11c.39 1.03.69 2.195.44 3.295c-.64-.32-.867-1.14-1.056-1.825l-.044-.155h-.095c-.045.455-.37 1.885-1 1.8c-.49-.065-.74-1.11-.835-1.515zm6.7 8.48c-3.985 1.81-8.405-.62-9.365-4.905a1.28 1.28 0 0 1 1.125.19c.244.191.398.513.542.813l.108.222a6 6 0 0 0 1.53 1.835c2.745 2.285 6.64 1.02 8.086-1.835l-.8-.065a.35.35 0 0 1-.26-.14a.4.4 0 0 1-.08-.295a.22.22 0 0 1 .125-.165c.474-.215 2.37-1.03 2.564-.53c.185.473-.105 1.116-.28 1.506l-.03.064a6.57 6.57 0 0 1-3.264 3.305" clipRule="evenodd"/></g><defs><clipPath id="SVGHcSWxdhd18"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><g clip-path="url(#SVGHcSWxdhd18)"><path fill="#f8f24f" d="M24 0H0v24h24z"/><path fill="#fff" fill-rule="evenodd" d="M20 12a8 8 0 1 1-16 0a8 8 0 0 1 16 0m-4.437-3.491c.045.126.086.244.127.34q.036-.12.071-.254c.219-.795.513-1.866 1.31-2.095c.29 1.255-.096 2.69-.55 3.855l-.036.088c-.203.52-.416 1.066-.975 1.232l-.735-2.26h-.095c-.064.755-.4 1.825-1.1 2.165c-.655-1.275-1.35-2.86-1.01-4.325c.738.214.95 1.184 1.1 1.874v.006h.095c.085-.4.47-1.995 1.085-1.75c.373.147.561.688.713 1.124m-8.685 3.35h-.003l.005.006zm1.287-2.444c-.124.839-.499 2.057-1.287 2.444c-.52-1.28.185-4.63 1.472-5.26l.73 2.25h.095l.007-.03c.103-.472.431-1.98.998-1.98c.313 0 .514.557.625.866l.04.11c.39 1.03.69 2.195.44 3.295c-.64-.32-.867-1.14-1.056-1.825l-.044-.155h-.095c-.045.455-.37 1.885-1 1.8c-.49-.065-.74-1.11-.835-1.515zm6.7 8.48c-3.985 1.81-8.405-.62-9.365-4.905a1.28 1.28 0 0 1 1.125.19c.244.191.398.513.542.813l.108.222a6 6 0 0 0 1.53 1.835c2.745 2.285 6.64 1.02 8.086-1.835l-.8-.065a.35.35 0 0 1-.26-.14a.4.4 0 0 1-.08-.295a.22.22 0 0 1 .125-.165c.474-.215 2.37-1.03 2.564-.53c.185.473-.105 1.116-.28 1.506l-.03.064a6.57 6.57 0 0 1-3.264 3.305" clip-rule="evenodd"/></g><defs><clipPath id="SVGHcSWxdhd18"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-grin-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%3Cg%20clip-path%3D%22url(%23SVGHcSWxdhd18)%22%3E%3Cpath%20fill%3D%22%23f8f24f%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M20%2012a8%208%200%201%201-16%200a8%208%200%200%201%2016%200m-4.437-3.491c.045.126.086.244.127.34q.036-.12.071-.254c.219-.795.513-1.866%201.31-2.095c.29%201.255-.096%202.69-.55%203.855l-.036.088c-.203.52-.416%201.066-.975%201.232l-.735-2.26h-.095c-.064.755-.4%201.825-1.1%202.165c-.655-1.275-1.35-2.86-1.01-4.325c.738.214.95%201.184%201.1%201.874v.006h.095c.085-.4.47-1.995%201.085-1.75c.373.147.561.688.713%201.124m-8.685%203.35h-.003l.005.006zm1.287-2.444c-.124.839-.499%202.057-1.287%202.444c-.52-1.28.185-4.63%201.472-5.26l.73%202.25h.095l.007-.03c.103-.472.431-1.98.998-1.98c.313%200%20.514.557.625.866l.04.11c.39%201.03.69%202.195.44%203.295c-.64-.32-.867-1.14-1.056-1.825l-.044-.155h-.095c-.045.455-.37%201.885-1%201.8c-.49-.065-.74-1.11-.835-1.515zm6.7%208.48c-3.985%201.81-8.405-.62-9.365-4.905a1.28%201.28%200%200%201%201.125.19c.244.191.398.513.542.813l.108.222a6%206%200%200%200%201.53%201.835c2.745%202.285%206.64%201.02%208.086-1.835l-.8-.065a.35.35%200%200%201-.26-.14a.4.4%200%200%201-.08-.295a.22.22%200%200%201%20.125-.165c.474-.215%202.37-1.03%202.564-.53c.185.473-.105%201.116-.28%201.506l-.03.064a6.57%206.57%200%200%201-3.264%203.305%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGHcSWxdhd18%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%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%3Cg%20clip-path%3D%22url(%23SVGHcSWxdhd18)%22%3E%3Cpath%20fill%3D%22%23f8f24f%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20fill-rule%3D%22evenodd%22%20d%3D%22M20%2012a8%208%200%201%201-16%200a8%208%200%200%201%2016%200m-4.437-3.491c.045.126.086.244.127.34q.036-.12.071-.254c.219-.795.513-1.866%201.31-2.095c.29%201.255-.096%202.69-.55%203.855l-.036.088c-.203.52-.416%201.066-.975%201.232l-.735-2.26h-.095c-.064.755-.4%201.825-1.1%202.165c-.655-1.275-1.35-2.86-1.01-4.325c.738.214.95%201.184%201.1%201.874v.006h.095c.085-.4.47-1.995%201.085-1.75c.373.147.561.688.713%201.124m-8.685%203.35h-.003l.005.006zm1.287-2.444c-.124.839-.499%202.057-1.287%202.444c-.52-1.28.185-4.63%201.472-5.26l.73%202.25h.095l.007-.03c.103-.472.431-1.98.998-1.98c.313%200%20.514.557.625.866l.04.11c.39%201.03.69%202.195.44%203.295c-.64-.32-.867-1.14-1.056-1.825l-.044-.155h-.095c-.045.455-.37%201.885-1%201.8c-.49-.065-.74-1.11-.835-1.515zm6.7%208.48c-3.985%201.81-8.405-.62-9.365-4.905a1.28%201.28%200%200%201%201.125.19c.244.191.398.513.542.813l.108.222a6%206%200%200%200%201.53%201.835c2.745%202.285%206.64%201.02%208.086-1.835l-.8-.065a.35.35%200%200%201-.26-.14a.4.4%200%200%201-.08-.295a.22.22%200%200%201%20.125-.165c.474-.215%202.37-1.03%202.564-.53c.185.473-.105%201.116-.28%201.506l-.03.064a6.57%206.57%200%200%201-3.264%203.305%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGHcSWxdhd18%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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