cypherock logo
cypherock-background from Web3 Icons Branded by 0xa3k5 · Background · MIT Free for personal and commercial use.
- Name
- cypherock-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 cypherock 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(#SVGHcSWxdhd13)"><path fill="#181611" d="M24 0H0v24h24z"/><path fill="url(#SVG279inc3D)" d="M12.723 18.175L13.886 20l4.614-6.928h-4.484l-3.366 5.049l-3.175-4.59l2.011-.016l1.692 2.431l.59-.909l-1.708-2.462H5.5l5.126 7.402l3.971-5.965h2.005l-2.755 4.085l-.527-.823z"/><path fill="url(#SVGoUoLU4NC)" d="m10.65 5.88l3.366 5.048H18.5L13.886 4l-1.163 1.825l.596.901l.528-.823l2.755 4.085h-2.005l-3.97-5.965L5.5 11.425h4.56l1.707-2.462l-.59-.909l-1.69 2.431l-2.012-.015z"/></g><defs><linearGradient id="SVG279inc3D" x1="5.185" x2="18.808" y1="16.22" y2="16.22" gradientUnits="userSpaceOnUse"><stop stop-color="#fbc926"/><stop offset=".006" stop-color="#fbc926"/><stop offset=".253" stop-color="#fffbcc"/><stop offset=".298" stop-color="#f8ebb9"/><stop offset=".388" stop-color="#e7d08f"/><stop offset=".512" stop-color="#d1aa55"/><stop offset=".596" stop-color="#c3922e"/><stop offset=".823" stop-color="#e4c878"/><stop offset=".871" stop-color="#eed688"/><stop offset="1" stop-color="#fffbcc"/></linearGradient><linearGradient id="SVGoUoLU4NC" x1="5.185" x2="18.808" y1="7.645" y2="7.645" gradientUnits="userSpaceOnUse"><stop stop-color="#fbc926"/><stop offset=".006" stop-color="#fbc926"/><stop offset=".253" stop-color="#fffbcc"/><stop offset=".298" stop-color="#f8ebb9"/><stop offset=".388" stop-color="#e7d08f"/><stop offset=".512" stop-color="#d1aa55"/><stop offset=".596" stop-color="#c3922e"/><stop offset=".823" stop-color="#e4c878"/><stop offset=".871" stop-color="#eed688"/><stop offset="1" stop-color="#fffbcc"/></linearGradient><clipPath id="SVGHcSWxdhd13"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedCypherockBackground(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(#SVGHcSWxdhd13)"><path fill="#181611" d="M24 0H0v24h24z"/><path fill="url(#SVG279inc3D)" d="M12.723 18.175L13.886 20l4.614-6.928h-4.484l-3.366 5.049l-3.175-4.59l2.011-.016l1.692 2.431l.59-.909l-1.708-2.462H5.5l5.126 7.402l3.971-5.965h2.005l-2.755 4.085l-.527-.823z"/><path fill="url(#SVGoUoLU4NC)" d="m10.65 5.88l3.366 5.048H18.5L13.886 4l-1.163 1.825l.596.901l.528-.823l2.755 4.085h-2.005l-3.97-5.965L5.5 11.425h4.56l1.707-2.462l-.59-.909l-1.69 2.431l-2.012-.015z"/></g><defs><linearGradient id="SVG279inc3D" x1="5.185" x2="18.808" y1="16.22" y2="16.22" gradientUnits="userSpaceOnUse"><stop stopColor="#fbc926"/><stop offset=".006" stopColor="#fbc926"/><stop offset=".253" stopColor="#fffbcc"/><stop offset=".298" stopColor="#f8ebb9"/><stop offset=".388" stopColor="#e7d08f"/><stop offset=".512" stopColor="#d1aa55"/><stop offset=".596" stopColor="#c3922e"/><stop offset=".823" stopColor="#e4c878"/><stop offset=".871" stopColor="#eed688"/><stop offset="1" stopColor="#fffbcc"/></linearGradient><linearGradient id="SVGoUoLU4NC" x1="5.185" x2="18.808" y1="7.645" y2="7.645" gradientUnits="userSpaceOnUse"><stop stopColor="#fbc926"/><stop offset=".006" stopColor="#fbc926"/><stop offset=".253" stopColor="#fffbcc"/><stop offset=".298" stopColor="#f8ebb9"/><stop offset=".388" stopColor="#e7d08f"/><stop offset=".512" stopColor="#d1aa55"/><stop offset=".596" stopColor="#c3922e"/><stop offset=".823" stopColor="#e4c878"/><stop offset=".871" stopColor="#eed688"/><stop offset="1" stopColor="#fffbcc"/></linearGradient><clipPath id="SVGHcSWxdhd13"><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(#SVGHcSWxdhd13)"><path fill="#181611" d="M24 0H0v24h24z"/><path fill="url(#SVG279inc3D)" d="M12.723 18.175L13.886 20l4.614-6.928h-4.484l-3.366 5.049l-3.175-4.59l2.011-.016l1.692 2.431l.59-.909l-1.708-2.462H5.5l5.126 7.402l3.971-5.965h2.005l-2.755 4.085l-.527-.823z"/><path fill="url(#SVGoUoLU4NC)" d="m10.65 5.88l3.366 5.048H18.5L13.886 4l-1.163 1.825l.596.901l.528-.823l2.755 4.085h-2.005l-3.97-5.965L5.5 11.425h4.56l1.707-2.462l-.59-.909l-1.69 2.431l-2.012-.015z"/></g><defs><linearGradient id="SVG279inc3D" x1="5.185" x2="18.808" y1="16.22" y2="16.22" gradientUnits="userSpaceOnUse"><stop stop-color="#fbc926"/><stop offset=".006" stop-color="#fbc926"/><stop offset=".253" stop-color="#fffbcc"/><stop offset=".298" stop-color="#f8ebb9"/><stop offset=".388" stop-color="#e7d08f"/><stop offset=".512" stop-color="#d1aa55"/><stop offset=".596" stop-color="#c3922e"/><stop offset=".823" stop-color="#e4c878"/><stop offset=".871" stop-color="#eed688"/><stop offset="1" stop-color="#fffbcc"/></linearGradient><linearGradient id="SVGoUoLU4NC" x1="5.185" x2="18.808" y1="7.645" y2="7.645" gradientUnits="userSpaceOnUse"><stop stop-color="#fbc926"/><stop offset=".006" stop-color="#fbc926"/><stop offset=".253" stop-color="#fffbcc"/><stop offset=".298" stop-color="#f8ebb9"/><stop offset=".388" stop-color="#e7d08f"/><stop offset=".512" stop-color="#d1aa55"/><stop offset=".596" stop-color="#c3922e"/><stop offset=".823" stop-color="#e4c878"/><stop offset=".871" stop-color="#eed688"/><stop offset="1" stop-color="#fffbcc"/></linearGradient><clipPath id="SVGHcSWxdhd13"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-cypherock-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(%23SVGHcSWxdhd13)%22%3E%3Cpath%20fill%3D%22%23181611%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG279inc3D)%22%20d%3D%22M12.723%2018.175L13.886%2020l4.614-6.928h-4.484l-3.366%205.049l-3.175-4.59l2.011-.016l1.692%202.431l.59-.909l-1.708-2.462H5.5l5.126%207.402l3.971-5.965h2.005l-2.755%204.085l-.527-.823z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGoUoLU4NC)%22%20d%3D%22m10.65%205.88l3.366%205.048H18.5L13.886%204l-1.163%201.825l.596.901l.528-.823l2.755%204.085h-2.005l-3.97-5.965L5.5%2011.425h4.56l1.707-2.462l-.59-.909l-1.69%202.431l-2.012-.015z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG279inc3D%22%20x1%3D%225.185%22%20x2%3D%2218.808%22%20y1%3D%2216.22%22%20y2%3D%2216.22%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fbc926%22%2F%3E%3Cstop%20offset%3D%22.006%22%20stop-color%3D%22%23fbc926%22%2F%3E%3Cstop%20offset%3D%22.253%22%20stop-color%3D%22%23fffbcc%22%2F%3E%3Cstop%20offset%3D%22.298%22%20stop-color%3D%22%23f8ebb9%22%2F%3E%3Cstop%20offset%3D%22.388%22%20stop-color%3D%22%23e7d08f%22%2F%3E%3Cstop%20offset%3D%22.512%22%20stop-color%3D%22%23d1aa55%22%2F%3E%3Cstop%20offset%3D%22.596%22%20stop-color%3D%22%23c3922e%22%2F%3E%3Cstop%20offset%3D%22.823%22%20stop-color%3D%22%23e4c878%22%2F%3E%3Cstop%20offset%3D%22.871%22%20stop-color%3D%22%23eed688%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fffbcc%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGoUoLU4NC%22%20x1%3D%225.185%22%20x2%3D%2218.808%22%20y1%3D%227.645%22%20y2%3D%227.645%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fbc926%22%2F%3E%3Cstop%20offset%3D%22.006%22%20stop-color%3D%22%23fbc926%22%2F%3E%3Cstop%20offset%3D%22.253%22%20stop-color%3D%22%23fffbcc%22%2F%3E%3Cstop%20offset%3D%22.298%22%20stop-color%3D%22%23f8ebb9%22%2F%3E%3Cstop%20offset%3D%22.388%22%20stop-color%3D%22%23e7d08f%22%2F%3E%3Cstop%20offset%3D%22.512%22%20stop-color%3D%22%23d1aa55%22%2F%3E%3Cstop%20offset%3D%22.596%22%20stop-color%3D%22%23c3922e%22%2F%3E%3Cstop%20offset%3D%22.823%22%20stop-color%3D%22%23e4c878%22%2F%3E%3Cstop%20offset%3D%22.871%22%20stop-color%3D%22%23eed688%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fffbcc%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGHcSWxdhd13%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(%23SVGHcSWxdhd13)%22%3E%3Cpath%20fill%3D%22%23181611%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG279inc3D)%22%20d%3D%22M12.723%2018.175L13.886%2020l4.614-6.928h-4.484l-3.366%205.049l-3.175-4.59l2.011-.016l1.692%202.431l.59-.909l-1.708-2.462H5.5l5.126%207.402l3.971-5.965h2.005l-2.755%204.085l-.527-.823z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGoUoLU4NC)%22%20d%3D%22m10.65%205.88l3.366%205.048H18.5L13.886%204l-1.163%201.825l.596.901l.528-.823l2.755%204.085h-2.005l-3.97-5.965L5.5%2011.425h4.56l1.707-2.462l-.59-.909l-1.69%202.431l-2.012-.015z%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG279inc3D%22%20x1%3D%225.185%22%20x2%3D%2218.808%22%20y1%3D%2216.22%22%20y2%3D%2216.22%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fbc926%22%2F%3E%3Cstop%20offset%3D%22.006%22%20stop-color%3D%22%23fbc926%22%2F%3E%3Cstop%20offset%3D%22.253%22%20stop-color%3D%22%23fffbcc%22%2F%3E%3Cstop%20offset%3D%22.298%22%20stop-color%3D%22%23f8ebb9%22%2F%3E%3Cstop%20offset%3D%22.388%22%20stop-color%3D%22%23e7d08f%22%2F%3E%3Cstop%20offset%3D%22.512%22%20stop-color%3D%22%23d1aa55%22%2F%3E%3Cstop%20offset%3D%22.596%22%20stop-color%3D%22%23c3922e%22%2F%3E%3Cstop%20offset%3D%22.823%22%20stop-color%3D%22%23e4c878%22%2F%3E%3Cstop%20offset%3D%22.871%22%20stop-color%3D%22%23eed688%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fffbcc%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGoUoLU4NC%22%20x1%3D%225.185%22%20x2%3D%2218.808%22%20y1%3D%227.645%22%20y2%3D%227.645%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fbc926%22%2F%3E%3Cstop%20offset%3D%22.006%22%20stop-color%3D%22%23fbc926%22%2F%3E%3Cstop%20offset%3D%22.253%22%20stop-color%3D%22%23fffbcc%22%2F%3E%3Cstop%20offset%3D%22.298%22%20stop-color%3D%22%23f8ebb9%22%2F%3E%3Cstop%20offset%3D%22.388%22%20stop-color%3D%22%23e7d08f%22%2F%3E%3Cstop%20offset%3D%22.512%22%20stop-color%3D%22%23d1aa55%22%2F%3E%3Cstop%20offset%3D%22.596%22%20stop-color%3D%22%23c3922e%22%2F%3E%3Cstop%20offset%3D%22.823%22%20stop-color%3D%22%23e4c878%22%2F%3E%3Cstop%20offset%3D%22.871%22%20stop-color%3D%22%23eed688%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fffbcc%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGHcSWxdhd13%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/cypherock-background.svg?color=%231a73e8&size=48