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

Name
hez-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 hez 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(#SVGHcSWxdhd9)"><path fill="#e75a2b" d="M24 0H0v24h24z"/><path fill="#ffc55a" d="M17.375 12.49a.5.5 0 0 1-.025.236l-.57 1.425a.45.45 0 0 1-.34.295l-1.62.3a.45.45 0 0 1-.52-.38a.5.5 0 0 1 0-.17l.26-1.425c.035-.2.185-.35.375-.375l1.93-.3a.45.45 0 0 1 .51.4zm-1.165.5l-.825.126a.15.15 0 0 0-.125.125l-.08.435a.154.154 0 0 0 .12.18a.2.2 0 0 0 .055 0l.73-.135a.15.15 0 0 0 .115-.09l.17-.425a.16.16 0 0 0-.085-.205a.14.14 0 0 0-.075-.01m2.325-3.47q.014.113-.025.226l-.55 1.435a.45.45 0 0 1-.355.3l-2.23.33a.45.45 0 0 1-.51-.4a.5.5 0 0 1 .005-.15l.26-1.44c.035-.2.195-.35.385-.38l2.515-.325a.45.45 0 0 1 .5.405zm-1.41.466l-1.44.19a.15.15 0 0 0-.13.125l-.08.465a.15.15 0 0 0 .12.18h.05l1.345-.2a.15.15 0 0 0 .115-.1l.18-.45a.156.156 0 0 0-.08-.2a.14.14 0 0 0-.08-.01M20 5.826c0 .09-.01.185-.04.27l-.77 2.01a.6.6 0 0 1-.485.4l-4.04.535a.6.6 0 0 1-.67-.54a.6.6 0 0 1 0-.185l.445-2.2c.05-.28.27-.49.54-.515l4.375-.35a.61.61 0 0 1 .645.575m-1.73.605l-3.085.265l-.23 1.235l3.04-.435a.3.3 0 0 0 .235-.185l.24-.59c.05-.1 0-.225-.1-.27a.2.2 0 0 0-.1-.02"/><path fill="#fff" d="M8.97 7.251H6.4a.69.69 0 0 0-.665.58l-1.725 10.1a.7.7 0 0 0 .665.82H7.24a.69.69 0 0 0 .67-.58l.505-3.19a.275.275 0 0 1 .265-.23h1.65a.28.28 0 0 1 .268.209q.014.06.002.121l-.45 2.85a.7.7 0 0 0 .665.82h2.566a.68.68 0 0 0 .665-.58l1.725-10.1a.7.7 0 0 0-.66-.82h-2.566a.69.69 0 0 0-.665.575l-.505 3.195a.275.275 0 0 1-.265.23H9.46a.274.274 0 0 1-.27-.28v-.05l.45-2.85a.7.7 0 0 0-.67-.82"/></g><defs><clipPath id="SVGHcSWxdhd9"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedHezBackground(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(#SVGHcSWxdhd9)"><path fill="#e75a2b" d="M24 0H0v24h24z"/><path fill="#ffc55a" d="M17.375 12.49a.5.5 0 0 1-.025.236l-.57 1.425a.45.45 0 0 1-.34.295l-1.62.3a.45.45 0 0 1-.52-.38a.5.5 0 0 1 0-.17l.26-1.425c.035-.2.185-.35.375-.375l1.93-.3a.45.45 0 0 1 .51.4zm-1.165.5l-.825.126a.15.15 0 0 0-.125.125l-.08.435a.154.154 0 0 0 .12.18a.2.2 0 0 0 .055 0l.73-.135a.15.15 0 0 0 .115-.09l.17-.425a.16.16 0 0 0-.085-.205a.14.14 0 0 0-.075-.01m2.325-3.47q.014.113-.025.226l-.55 1.435a.45.45 0 0 1-.355.3l-2.23.33a.45.45 0 0 1-.51-.4a.5.5 0 0 1 .005-.15l.26-1.44c.035-.2.195-.35.385-.38l2.515-.325a.45.45 0 0 1 .5.405zm-1.41.466l-1.44.19a.15.15 0 0 0-.13.125l-.08.465a.15.15 0 0 0 .12.18h.05l1.345-.2a.15.15 0 0 0 .115-.1l.18-.45a.156.156 0 0 0-.08-.2a.14.14 0 0 0-.08-.01M20 5.826c0 .09-.01.185-.04.27l-.77 2.01a.6.6 0 0 1-.485.4l-4.04.535a.6.6 0 0 1-.67-.54a.6.6 0 0 1 0-.185l.445-2.2c.05-.28.27-.49.54-.515l4.375-.35a.61.61 0 0 1 .645.575m-1.73.605l-3.085.265l-.23 1.235l3.04-.435a.3.3 0 0 0 .235-.185l.24-.59c.05-.1 0-.225-.1-.27a.2.2 0 0 0-.1-.02"/><path fill="#fff" d="M8.97 7.251H6.4a.69.69 0 0 0-.665.58l-1.725 10.1a.7.7 0 0 0 .665.82H7.24a.69.69 0 0 0 .67-.58l.505-3.19a.275.275 0 0 1 .265-.23h1.65a.28.28 0 0 1 .268.209q.014.06.002.121l-.45 2.85a.7.7 0 0 0 .665.82h2.566a.68.68 0 0 0 .665-.58l1.725-10.1a.7.7 0 0 0-.66-.82h-2.566a.69.69 0 0 0-.665.575l-.505 3.195a.275.275 0 0 1-.265.23H9.46a.274.274 0 0 1-.27-.28v-.05l.45-2.85a.7.7 0 0 0-.67-.82"/></g><defs><clipPath id="SVGHcSWxdhd9"><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(#SVGHcSWxdhd9)"><path fill="#e75a2b" d="M24 0H0v24h24z"/><path fill="#ffc55a" d="M17.375 12.49a.5.5 0 0 1-.025.236l-.57 1.425a.45.45 0 0 1-.34.295l-1.62.3a.45.45 0 0 1-.52-.38a.5.5 0 0 1 0-.17l.26-1.425c.035-.2.185-.35.375-.375l1.93-.3a.45.45 0 0 1 .51.4zm-1.165.5l-.825.126a.15.15 0 0 0-.125.125l-.08.435a.154.154 0 0 0 .12.18a.2.2 0 0 0 .055 0l.73-.135a.15.15 0 0 0 .115-.09l.17-.425a.16.16 0 0 0-.085-.205a.14.14 0 0 0-.075-.01m2.325-3.47q.014.113-.025.226l-.55 1.435a.45.45 0 0 1-.355.3l-2.23.33a.45.45 0 0 1-.51-.4a.5.5 0 0 1 .005-.15l.26-1.44c.035-.2.195-.35.385-.38l2.515-.325a.45.45 0 0 1 .5.405zm-1.41.466l-1.44.19a.15.15 0 0 0-.13.125l-.08.465a.15.15 0 0 0 .12.18h.05l1.345-.2a.15.15 0 0 0 .115-.1l.18-.45a.156.156 0 0 0-.08-.2a.14.14 0 0 0-.08-.01M20 5.826c0 .09-.01.185-.04.27l-.77 2.01a.6.6 0 0 1-.485.4l-4.04.535a.6.6 0 0 1-.67-.54a.6.6 0 0 1 0-.185l.445-2.2c.05-.28.27-.49.54-.515l4.375-.35a.61.61 0 0 1 .645.575m-1.73.605l-3.085.265l-.23 1.235l3.04-.435a.3.3 0 0 0 .235-.185l.24-.59c.05-.1 0-.225-.1-.27a.2.2 0 0 0-.1-.02"/><path fill="#fff" d="M8.97 7.251H6.4a.69.69 0 0 0-.665.58l-1.725 10.1a.7.7 0 0 0 .665.82H7.24a.69.69 0 0 0 .67-.58l.505-3.19a.275.275 0 0 1 .265-.23h1.65a.28.28 0 0 1 .268.209q.014.06.002.121l-.45 2.85a.7.7 0 0 0 .665.82h2.566a.68.68 0 0 0 .665-.58l1.725-10.1a.7.7 0 0 0-.66-.82h-2.566a.69.69 0 0 0-.665.575l-.505 3.195a.275.275 0 0 1-.265.23H9.46a.274.274 0 0 1-.27-.28v-.05l.45-2.85a.7.7 0 0 0-.67-.82"/></g><defs><clipPath id="SVGHcSWxdhd9"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
</template>

CSS

.icon-hez-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(%23SVGHcSWxdhd9)%22%3E%3Cpath%20fill%3D%22%23e75a2b%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23ffc55a%22%20d%3D%22M17.375%2012.49a.5.5%200%200%201-.025.236l-.57%201.425a.45.45%200%200%201-.34.295l-1.62.3a.45.45%200%200%201-.52-.38a.5.5%200%200%201%200-.17l.26-1.425c.035-.2.185-.35.375-.375l1.93-.3a.45.45%200%200%201%20.51.4zm-1.165.5l-.825.126a.15.15%200%200%200-.125.125l-.08.435a.154.154%200%200%200%20.12.18a.2.2%200%200%200%20.055%200l.73-.135a.15.15%200%200%200%20.115-.09l.17-.425a.16.16%200%200%200-.085-.205a.14.14%200%200%200-.075-.01m2.325-3.47q.014.113-.025.226l-.55%201.435a.45.45%200%200%201-.355.3l-2.23.33a.45.45%200%200%201-.51-.4a.5.5%200%200%201%20.005-.15l.26-1.44c.035-.2.195-.35.385-.38l2.515-.325a.45.45%200%200%201%20.5.405zm-1.41.466l-1.44.19a.15.15%200%200%200-.13.125l-.08.465a.15.15%200%200%200%20.12.18h.05l1.345-.2a.15.15%200%200%200%20.115-.1l.18-.45a.156.156%200%200%200-.08-.2a.14.14%200%200%200-.08-.01M20%205.826c0%20.09-.01.185-.04.27l-.77%202.01a.6.6%200%200%201-.485.4l-4.04.535a.6.6%200%200%201-.67-.54a.6.6%200%200%201%200-.185l.445-2.2c.05-.28.27-.49.54-.515l4.375-.35a.61.61%200%200%201%20.645.575m-1.73.605l-3.085.265l-.23%201.235l3.04-.435a.3.3%200%200%200%20.235-.185l.24-.59c.05-.1%200-.225-.1-.27a.2.2%200%200%200-.1-.02%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8.97%207.251H6.4a.69.69%200%200%200-.665.58l-1.725%2010.1a.7.7%200%200%200%20.665.82H7.24a.69.69%200%200%200%20.67-.58l.505-3.19a.275.275%200%200%201%20.265-.23h1.65a.28.28%200%200%201%20.268.209q.014.06.002.121l-.45%202.85a.7.7%200%200%200%20.665.82h2.566a.68.68%200%200%200%20.665-.58l1.725-10.1a.7.7%200%200%200-.66-.82h-2.566a.69.69%200%200%200-.665.575l-.505%203.195a.275.275%200%200%201-.265.23H9.46a.274.274%200%200%201-.27-.28v-.05l.45-2.85a.7.7%200%200%200-.67-.82%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGHcSWxdhd9%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(%23SVGHcSWxdhd9)%22%3E%3Cpath%20fill%3D%22%23e75a2b%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23ffc55a%22%20d%3D%22M17.375%2012.49a.5.5%200%200%201-.025.236l-.57%201.425a.45.45%200%200%201-.34.295l-1.62.3a.45.45%200%200%201-.52-.38a.5.5%200%200%201%200-.17l.26-1.425c.035-.2.185-.35.375-.375l1.93-.3a.45.45%200%200%201%20.51.4zm-1.165.5l-.825.126a.15.15%200%200%200-.125.125l-.08.435a.154.154%200%200%200%20.12.18a.2.2%200%200%200%20.055%200l.73-.135a.15.15%200%200%200%20.115-.09l.17-.425a.16.16%200%200%200-.085-.205a.14.14%200%200%200-.075-.01m2.325-3.47q.014.113-.025.226l-.55%201.435a.45.45%200%200%201-.355.3l-2.23.33a.45.45%200%200%201-.51-.4a.5.5%200%200%201%20.005-.15l.26-1.44c.035-.2.195-.35.385-.38l2.515-.325a.45.45%200%200%201%20.5.405zm-1.41.466l-1.44.19a.15.15%200%200%200-.13.125l-.08.465a.15.15%200%200%200%20.12.18h.05l1.345-.2a.15.15%200%200%200%20.115-.1l.18-.45a.156.156%200%200%200-.08-.2a.14.14%200%200%200-.08-.01M20%205.826c0%20.09-.01.185-.04.27l-.77%202.01a.6.6%200%200%201-.485.4l-4.04.535a.6.6%200%200%201-.67-.54a.6.6%200%200%201%200-.185l.445-2.2c.05-.28.27-.49.54-.515l4.375-.35a.61.61%200%200%201%20.645.575m-1.73.605l-3.085.265l-.23%201.235l3.04-.435a.3.3%200%200%200%20.235-.185l.24-.59c.05-.1%200-.225-.1-.27a.2.2%200%200%200-.1-.02%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8.97%207.251H6.4a.69.69%200%200%200-.665.58l-1.725%2010.1a.7.7%200%200%200%20.665.82H7.24a.69.69%200%200%200%20.67-.58l.505-3.19a.275.275%200%200%201%20.265-.23h1.65a.28.28%200%200%201%20.268.209q.014.06.002.121l-.45%202.85a.7.7%200%200%200%20.665.82h2.566a.68.68%200%200%200%20.665-.58l1.725-10.1a.7.7%200%200%200-.66-.82h-2.566a.69.69%200%200%200-.665.575l-.505%203.195a.275.275%200%200%201-.265.23H9.46a.274.274%200%200%201-.27-.28v-.05l.45-2.85a.7.7%200%200%200-.67-.82%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGHcSWxdhd9%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/hez-background.svg?color=%231a73e8&size=48

Hez logo — Web3 Icons Branded · IconsDB