blank logo
blank from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.
- Name
- blank
- 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 blank 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(#SVGtFUf4d2S)" d="M11.999 20.999a9 9 0 1 0 0-17.998a9 9 0 0 0 0 17.998M8.062 6.938l8.999 2.531l-1.406 7.874l-9-2.53z"/><path fill="url(#SVGRAcmScbh)" d="M11.999 3.001c-1.48 0-2.88.36-4.106.99a9 9 0 0 0 9.91 14.888A9 9 0 0 0 12 3M8.624 5.813l9.562 2.812l-1.407 8.156l-9.561-2.531z"/><defs><linearGradient id="SVGtFUf4d2S" x1="6.375" x2="14.811" y1="5.251" y2="20.437" gradientUnits="userSpaceOnUse"><stop stop-color="#337c01"/><stop offset=".21" stop-color="#2b6f04"/><stop offset=".39" stop-color="#62e700"/><stop offset=".53" stop-color="#66e604"/><stop offset=".77" stop-color="#142417"/><stop offset="1" stop-color="#406925"/></linearGradient><linearGradient id="SVGRAcmScbh" x1="18.467" x2="6.656" y1="5.813" y2="17.062" gradientUnits="userSpaceOnUse"><stop stop-color="#43c601"/><stop offset="1" stop-color="#c7fe02"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedBlank(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(#SVGtFUf4d2S)" d="M11.999 20.999a9 9 0 1 0 0-17.998a9 9 0 0 0 0 17.998M8.062 6.938l8.999 2.531l-1.406 7.874l-9-2.53z"/><path fill="url(#SVGRAcmScbh)" d="M11.999 3.001c-1.48 0-2.88.36-4.106.99a9 9 0 0 0 9.91 14.888A9 9 0 0 0 12 3M8.624 5.813l9.562 2.812l-1.407 8.156l-9.561-2.531z"/><defs><linearGradient id="SVGtFUf4d2S" x1="6.375" x2="14.811" y1="5.251" y2="20.437" gradientUnits="userSpaceOnUse"><stop stopColor="#337c01"/><stop offset=".21" stopColor="#2b6f04"/><stop offset=".39" stopColor="#62e700"/><stop offset=".53" stopColor="#66e604"/><stop offset=".77" stopColor="#142417"/><stop offset="1" stopColor="#406925"/></linearGradient><linearGradient id="SVGRAcmScbh" x1="18.467" x2="6.656" y1="5.813" y2="17.062" gradientUnits="userSpaceOnUse"><stop stopColor="#43c601"/><stop offset="1" stopColor="#c7fe02"/></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(#SVGtFUf4d2S)" d="M11.999 20.999a9 9 0 1 0 0-17.998a9 9 0 0 0 0 17.998M8.062 6.938l8.999 2.531l-1.406 7.874l-9-2.53z"/><path fill="url(#SVGRAcmScbh)" d="M11.999 3.001c-1.48 0-2.88.36-4.106.99a9 9 0 0 0 9.91 14.888A9 9 0 0 0 12 3M8.624 5.813l9.562 2.812l-1.407 8.156l-9.561-2.531z"/><defs><linearGradient id="SVGtFUf4d2S" x1="6.375" x2="14.811" y1="5.251" y2="20.437" gradientUnits="userSpaceOnUse"><stop stop-color="#337c01"/><stop offset=".21" stop-color="#2b6f04"/><stop offset=".39" stop-color="#62e700"/><stop offset=".53" stop-color="#66e604"/><stop offset=".77" stop-color="#142417"/><stop offset="1" stop-color="#406925"/></linearGradient><linearGradient id="SVGRAcmScbh" x1="18.467" x2="6.656" y1="5.813" y2="17.062" gradientUnits="userSpaceOnUse"><stop stop-color="#43c601"/><stop offset="1" stop-color="#c7fe02"/></linearGradient></defs></g></svg> </template>
CSS
.icon-blank {
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(%23SVGtFUf4d2S)%22%20d%3D%22M11.999%2020.999a9%209%200%201%200%200-17.998a9%209%200%200%200%200%2017.998M8.062%206.938l8.999%202.531l-1.406%207.874l-9-2.53z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGRAcmScbh)%22%20d%3D%22M11.999%203.001c-1.48%200-2.88.36-4.106.99a9%209%200%200%200%209.91%2014.888A9%209%200%200%200%2012%203M8.624%205.813l9.562%202.812l-1.407%208.156l-9.561-2.531z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGtFUf4d2S%22%20x1%3D%226.375%22%20x2%3D%2214.811%22%20y1%3D%225.251%22%20y2%3D%2220.437%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23337c01%22%2F%3E%3Cstop%20offset%3D%22.21%22%20stop-color%3D%22%232b6f04%22%2F%3E%3Cstop%20offset%3D%22.39%22%20stop-color%3D%22%2362e700%22%2F%3E%3Cstop%20offset%3D%22.53%22%20stop-color%3D%22%2366e604%22%2F%3E%3Cstop%20offset%3D%22.77%22%20stop-color%3D%22%23142417%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23406925%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGRAcmScbh%22%20x1%3D%2218.467%22%20x2%3D%226.656%22%20y1%3D%225.813%22%20y2%3D%2217.062%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2343c601%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23c7fe02%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(%23SVGtFUf4d2S)%22%20d%3D%22M11.999%2020.999a9%209%200%201%200%200-17.998a9%209%200%200%200%200%2017.998M8.062%206.938l8.999%202.531l-1.406%207.874l-9-2.53z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGRAcmScbh)%22%20d%3D%22M11.999%203.001c-1.48%200-2.88.36-4.106.99a9%209%200%200%200%209.91%2014.888A9%209%200%200%200%2012%203M8.624%205.813l9.562%202.812l-1.407%208.156l-9.561-2.531z%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGtFUf4d2S%22%20x1%3D%226.375%22%20x2%3D%2214.811%22%20y1%3D%225.251%22%20y2%3D%2220.437%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23337c01%22%2F%3E%3Cstop%20offset%3D%22.21%22%20stop-color%3D%22%232b6f04%22%2F%3E%3Cstop%20offset%3D%22.39%22%20stop-color%3D%22%2362e700%22%2F%3E%3Cstop%20offset%3D%22.53%22%20stop-color%3D%22%2366e604%22%2F%3E%3Cstop%20offset%3D%22.77%22%20stop-color%3D%22%23142417%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23406925%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGRAcmScbh%22%20x1%3D%2218.467%22%20x2%3D%226.656%22%20y1%3D%225.813%22%20y2%3D%2217.062%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2343c601%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23c7fe02%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/blank.svg?color=%231a73e8&size=48