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

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

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVGwI8e8c9S)" d="M16.858 8.235c0 .247-.232.422-.484.396a8.2 8.2 0 0 0-1.708 0c-1.153.118-2.11.504-2.99.834l-.16.056c-.936.35-1.8.644-2.825.67a6 6 0 0 1-1.333-.124a1.09 1.09 0 0 1-.828-.85a5.213 5.213 0 1 1 10.328-.987z"/><path fill="url(#SVGwI8e8c9S)" d="M6.947 10.823a.51.51 0 0 0-.543.243a.5.5 0 0 0-.064.2a.45.45 0 0 0 .051.237l4.9 9.38a.219.219 0 0 0 .385 0l5.908-10.353a.67.67 0 0 0 .077-.34a.596.596 0 0 0-.484-.57a8.4 8.4 0 0 0-2.424-.13c-1.04.109-1.904.428-2.799.762l-.139.052a9.3 9.3 0 0 1-3.103.72c-.566.016-1.106-.046-1.765-.206z"/><path fill="url(#SVGRgQfTcIO)" d="M11.485 10.55a.26.26 0 0 1 .17-.246l.144-.052c.95-.375 1.942-.63 2.954-.761a8.4 8.4 0 0 1 2.424.128a.6.6 0 0 1 .483.618c0 .103-.03.2-.077.293l-5.907 10.354a.21.21 0 0 1-.19.113z"/><defs><linearGradient id="SVGwI8e8c9S" x1="14.573" x2="14.573" y1="9.454" y2="20.997" gradientUnits="userSpaceOnUse"><stop stop-color="#ffc4a4"/><stop offset="1" stop-color="#fe858c"/></linearGradient><linearGradient id="SVGRgQfTcIO" x1="14.572" x2="14.572" y1="9.454" y2="20.997" gradientUnits="userSpaceOnUse"><stop stop-color="#ffc4a4"/><stop offset="1" stop-color="#fe858c"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedGel(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="url(#SVGwI8e8c9S)" d="M16.858 8.235c0 .247-.232.422-.484.396a8.2 8.2 0 0 0-1.708 0c-1.153.118-2.11.504-2.99.834l-.16.056c-.936.35-1.8.644-2.825.67a6 6 0 0 1-1.333-.124a1.09 1.09 0 0 1-.828-.85a5.213 5.213 0 1 1 10.328-.987z"/><path fill="url(#SVGwI8e8c9S)" d="M6.947 10.823a.51.51 0 0 0-.543.243a.5.5 0 0 0-.064.2a.45.45 0 0 0 .051.237l4.9 9.38a.219.219 0 0 0 .385 0l5.908-10.353a.67.67 0 0 0 .077-.34a.596.596 0 0 0-.484-.57a8.4 8.4 0 0 0-2.424-.13c-1.04.109-1.904.428-2.799.762l-.139.052a9.3 9.3 0 0 1-3.103.72c-.566.016-1.106-.046-1.765-.206z"/><path fill="url(#SVGRgQfTcIO)" d="M11.485 10.55a.26.26 0 0 1 .17-.246l.144-.052c.95-.375 1.942-.63 2.954-.761a8.4 8.4 0 0 1 2.424.128a.6.6 0 0 1 .483.618c0 .103-.03.2-.077.293l-5.907 10.354a.21.21 0 0 1-.19.113z"/><defs><linearGradient id="SVGwI8e8c9S" x1="14.573" x2="14.573" y1="9.454" y2="20.997" gradientUnits="userSpaceOnUse"><stop stopColor="#ffc4a4"/><stop offset="1" stopColor="#fe858c"/></linearGradient><linearGradient id="SVGRgQfTcIO" x1="14.572" x2="14.572" y1="9.454" y2="20.997" gradientUnits="userSpaceOnUse"><stop stopColor="#ffc4a4"/><stop offset="1" stopColor="#fe858c"/></linearGradient></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"><path fill="url(#SVGwI8e8c9S)" d="M16.858 8.235c0 .247-.232.422-.484.396a8.2 8.2 0 0 0-1.708 0c-1.153.118-2.11.504-2.99.834l-.16.056c-.936.35-1.8.644-2.825.67a6 6 0 0 1-1.333-.124a1.09 1.09 0 0 1-.828-.85a5.213 5.213 0 1 1 10.328-.987z"/><path fill="url(#SVGwI8e8c9S)" d="M6.947 10.823a.51.51 0 0 0-.543.243a.5.5 0 0 0-.064.2a.45.45 0 0 0 .051.237l4.9 9.38a.219.219 0 0 0 .385 0l5.908-10.353a.67.67 0 0 0 .077-.34a.596.596 0 0 0-.484-.57a8.4 8.4 0 0 0-2.424-.13c-1.04.109-1.904.428-2.799.762l-.139.052a9.3 9.3 0 0 1-3.103.72c-.566.016-1.106-.046-1.765-.206z"/><path fill="url(#SVGRgQfTcIO)" d="M11.485 10.55a.26.26 0 0 1 .17-.246l.144-.052c.95-.375 1.942-.63 2.954-.761a8.4 8.4 0 0 1 2.424.128a.6.6 0 0 1 .483.618c0 .103-.03.2-.077.293l-5.907 10.354a.21.21 0 0 1-.19.113z"/><defs><linearGradient id="SVGwI8e8c9S" x1="14.573" x2="14.573" y1="9.454" y2="20.997" gradientUnits="userSpaceOnUse"><stop stop-color="#ffc4a4"/><stop offset="1" stop-color="#fe858c"/></linearGradient><linearGradient id="SVGRgQfTcIO" x1="14.572" x2="14.572" y1="9.454" y2="20.997" gradientUnits="userSpaceOnUse"><stop stop-color="#ffc4a4"/><stop offset="1" stop-color="#fe858c"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-gel {
  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%22url(%23SVGwI8e8c9S)%22%20d%3D%22M16.858%208.235c0%20.247-.232.422-.484.396a8.2%208.2%200%200%200-1.708%200c-1.153.118-2.11.504-2.99.834l-.16.056c-.936.35-1.8.644-2.825.67a6%206%200%200%201-1.333-.124a1.09%201.09%200%200%201-.828-.85a5.213%205.213%200%201%201%2010.328-.987z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGwI8e8c9S)%22%20d%3D%22M6.947%2010.823a.51.51%200%200%200-.543.243a.5.5%200%200%200-.064.2a.45.45%200%200%200%20.051.237l4.9%209.38a.219.219%200%200%200%20.385%200l5.908-10.353a.67.67%200%200%200%20.077-.34a.596.596%200%200%200-.484-.57a8.4%208.4%200%200%200-2.424-.13c-1.04.109-1.904.428-2.799.762l-.139.052a9.3%209.3%200%200%201-3.103.72c-.566.016-1.106-.046-1.765-.206z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGRgQfTcIO)%22%20d%3D%22M11.485%2010.55a.26.26%200%200%201%20.17-.246l.144-.052c.95-.375%201.942-.63%202.954-.761a8.4%208.4%200%200%201%202.424.128a.6.6%200%200%201%20.483.618c0%20.103-.03.2-.077.293l-5.907%2010.354a.21.21%200%200%201-.19.113z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGwI8e8c9S%22%20x1%3D%2214.573%22%20x2%3D%2214.573%22%20y1%3D%229.454%22%20y2%3D%2220.997%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffc4a4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fe858c%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGRgQfTcIO%22%20x1%3D%2214.572%22%20x2%3D%2214.572%22%20y1%3D%229.454%22%20y2%3D%2220.997%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffc4a4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fe858c%22%2F%3E%3C%2FlinearGradient%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%3Cpath%20fill%3D%22url(%23SVGwI8e8c9S)%22%20d%3D%22M16.858%208.235c0%20.247-.232.422-.484.396a8.2%208.2%200%200%200-1.708%200c-1.153.118-2.11.504-2.99.834l-.16.056c-.936.35-1.8.644-2.825.67a6%206%200%200%201-1.333-.124a1.09%201.09%200%200%201-.828-.85a5.213%205.213%200%201%201%2010.328-.987z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGwI8e8c9S)%22%20d%3D%22M6.947%2010.823a.51.51%200%200%200-.543.243a.5.5%200%200%200-.064.2a.45.45%200%200%200%20.051.237l4.9%209.38a.219.219%200%200%200%20.385%200l5.908-10.353a.67.67%200%200%200%20.077-.34a.596.596%200%200%200-.484-.57a8.4%208.4%200%200%200-2.424-.13c-1.04.109-1.904.428-2.799.762l-.139.052a9.3%209.3%200%200%201-3.103.72c-.566.016-1.106-.046-1.765-.206z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGRgQfTcIO)%22%20d%3D%22M11.485%2010.55a.26.26%200%200%201%20.17-.246l.144-.052c.95-.375%201.942-.63%202.954-.761a8.4%208.4%200%200%201%202.424.128a.6.6%200%200%201%20.483.618c0%20.103-.03.2-.077.293l-5.907%2010.354a.21.21%200%200%201-.19.113z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGwI8e8c9S%22%20x1%3D%2214.573%22%20x2%3D%2214.573%22%20y1%3D%229.454%22%20y2%3D%2220.997%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffc4a4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fe858c%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGRgQfTcIO%22%20x1%3D%2214.572%22%20x2%3D%2214.572%22%20y1%3D%229.454%22%20y2%3D%2220.997%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23ffc4a4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fe858c%22%2F%3E%3C%2FlinearGradient%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/gel.svg?color=%231a73e8&size=48