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

Name
pop
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 pop 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(#SVGZIwx9zvt)" d="M6.15 13.8h12.6V8.4H21v7.2H6.15zm-.9 1.8H3V8.4h14.85v1.8H5.25zm12.6-2.7v-1.8H6.15v1.8z"/><defs><linearGradient id="SVGZIwx9zvt" x1="12.45" x2="9.75" y1="7.5" y2="15.6" gradientUnits="userSpaceOnUse"><stop stop-color="#00bac9"/><stop offset=".12" stop-color="#2060b2"/><stop offset=".18" stop-color="#7046b2"/><stop offset=".24" stop-color="#cc83a1"/><stop offset=".3" stop-color="#663fa9"/><stop offset=".37" stop-color="#3557b8"/><stop offset=".45" stop-color="#8851b7"/><stop offset=".56" stop-color="#e096ac"/><stop offset=".75" stop-color="#7443b7"/><stop offset=".91" stop-color="#8f48a9"/><stop offset="1" stop-color="#c379ad"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedPop(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(#SVGZIwx9zvt)" d="M6.15 13.8h12.6V8.4H21v7.2H6.15zm-.9 1.8H3V8.4h14.85v1.8H5.25zm12.6-2.7v-1.8H6.15v1.8z"/><defs><linearGradient id="SVGZIwx9zvt" x1="12.45" x2="9.75" y1="7.5" y2="15.6" gradientUnits="userSpaceOnUse"><stop stopColor="#00bac9"/><stop offset=".12" stopColor="#2060b2"/><stop offset=".18" stopColor="#7046b2"/><stop offset=".24" stopColor="#cc83a1"/><stop offset=".3" stopColor="#663fa9"/><stop offset=".37" stopColor="#3557b8"/><stop offset=".45" stopColor="#8851b7"/><stop offset=".56" stopColor="#e096ac"/><stop offset=".75" stopColor="#7443b7"/><stop offset=".91" stopColor="#8f48a9"/><stop offset="1" stopColor="#c379ad"/></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(#SVGZIwx9zvt)" d="M6.15 13.8h12.6V8.4H21v7.2H6.15zm-.9 1.8H3V8.4h14.85v1.8H5.25zm12.6-2.7v-1.8H6.15v1.8z"/><defs><linearGradient id="SVGZIwx9zvt" x1="12.45" x2="9.75" y1="7.5" y2="15.6" gradientUnits="userSpaceOnUse"><stop stop-color="#00bac9"/><stop offset=".12" stop-color="#2060b2"/><stop offset=".18" stop-color="#7046b2"/><stop offset=".24" stop-color="#cc83a1"/><stop offset=".3" stop-color="#663fa9"/><stop offset=".37" stop-color="#3557b8"/><stop offset=".45" stop-color="#8851b7"/><stop offset=".56" stop-color="#e096ac"/><stop offset=".75" stop-color="#7443b7"/><stop offset=".91" stop-color="#8f48a9"/><stop offset="1" stop-color="#c379ad"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-pop {
  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(%23SVGZIwx9zvt)%22%20d%3D%22M6.15%2013.8h12.6V8.4H21v7.2H6.15zm-.9%201.8H3V8.4h14.85v1.8H5.25zm12.6-2.7v-1.8H6.15v1.8z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGZIwx9zvt%22%20x1%3D%2212.45%22%20x2%3D%229.75%22%20y1%3D%227.5%22%20y2%3D%2215.6%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2300bac9%22%2F%3E%3Cstop%20offset%3D%22.12%22%20stop-color%3D%22%232060b2%22%2F%3E%3Cstop%20offset%3D%22.18%22%20stop-color%3D%22%237046b2%22%2F%3E%3Cstop%20offset%3D%22.24%22%20stop-color%3D%22%23cc83a1%22%2F%3E%3Cstop%20offset%3D%22.3%22%20stop-color%3D%22%23663fa9%22%2F%3E%3Cstop%20offset%3D%22.37%22%20stop-color%3D%22%233557b8%22%2F%3E%3Cstop%20offset%3D%22.45%22%20stop-color%3D%22%238851b7%22%2F%3E%3Cstop%20offset%3D%22.56%22%20stop-color%3D%22%23e096ac%22%2F%3E%3Cstop%20offset%3D%22.75%22%20stop-color%3D%22%237443b7%22%2F%3E%3Cstop%20offset%3D%22.91%22%20stop-color%3D%22%238f48a9%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23c379ad%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(%23SVGZIwx9zvt)%22%20d%3D%22M6.15%2013.8h12.6V8.4H21v7.2H6.15zm-.9%201.8H3V8.4h14.85v1.8H5.25zm12.6-2.7v-1.8H6.15v1.8z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGZIwx9zvt%22%20x1%3D%2212.45%22%20x2%3D%229.75%22%20y1%3D%227.5%22%20y2%3D%2215.6%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2300bac9%22%2F%3E%3Cstop%20offset%3D%22.12%22%20stop-color%3D%22%232060b2%22%2F%3E%3Cstop%20offset%3D%22.18%22%20stop-color%3D%22%237046b2%22%2F%3E%3Cstop%20offset%3D%22.24%22%20stop-color%3D%22%23cc83a1%22%2F%3E%3Cstop%20offset%3D%22.3%22%20stop-color%3D%22%23663fa9%22%2F%3E%3Cstop%20offset%3D%22.37%22%20stop-color%3D%22%233557b8%22%2F%3E%3Cstop%20offset%3D%22.45%22%20stop-color%3D%22%238851b7%22%2F%3E%3Cstop%20offset%3D%22.56%22%20stop-color%3D%22%23e096ac%22%2F%3E%3Cstop%20offset%3D%22.75%22%20stop-color%3D%22%237443b7%22%2F%3E%3Cstop%20offset%3D%22.91%22%20stop-color%3D%22%238f48a9%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23c379ad%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/pop.svg?color=%231a73e8&size=48