cell logo
cell-background from Web3 Icons Branded by 0xa3k5 · Background · MIT Free for personal and commercial use.
- Name
- cell-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 cell 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(#SVGHcSWxdhd152)"><path fill="#000" d="M24 0H0v24h24z"/><path fill="url(#SVG266lbtRN)" d="M7.825 19.003a.66.66 0 0 1-.66-.65a.66.66 0 0 1 1.32 0c0 .354-.3.65-.66.65m5.405-.826a.66.66 0 1 1 1.32 0a.66.66 0 0 1-1.32 0m2.46-.434v-.03a.573.573 0 1 1 1.145.03c0 .3-.25.55-.55.565h-.025a.57.57 0 0 1-.565-.566zm-6.2-.39a.84.84 0 0 1-.83-.83a.835.835 0 0 1 1.67 0c0 .455-.375.83-.835.83zm-3.115-.265a.75.75 0 0 1-.725-.74a.75.75 0 0 1 1.495 0a.75.75 0 0 1-.77.74m11.825-.085a.486.486 0 0 1-.485-.48a.485.485 0 0 1 .965 0a.48.48 0 0 1-.48.48m-10.86-2.74a.925.925 0 1 1 1.85 0a.925.925 0 0 1-1.85 0m11.87.435a.395.395 0 0 1 .79 0a.4.4 0 0 1-.79 0m-13.76.304a.84.84 0 0 1-.835-.824a.835.835 0 1 1 1.67 0c0 .45-.375.824-.835.824m1.19-3.174a1.01 1.01 0 1 1 2.02 0a1.01 1.01 0 0 1-2.02 0m-2.64 0a.925.925 0 1 1 1.85 0a.925.925 0 0 1-1.85 0m3.34-2.435a.925.925 0 1 1 1.85 0a.925.925 0 0 1-1.85 0m-1.89.914a.84.84 0 0 1-.835-.824a.835.835 0 0 1 1.67 0c0 .45-.375.824-.835.824m13.755-.914a.4.4 0 0 1 .795 0a.4.4 0 0 1-.79 0zM9.5 8.223a.835.835 0 0 1-.835-.83a.835.835 0 1 1 1.67 0c0 .45-.375.83-.835.83m-3.12-.09a.75.75 0 0 1-.725-.74a.75.75 0 0 1 1.495 0a.75.75 0 0 1-.77.74m11.825-.085a.485.485 0 0 1-.485-.48a.485.485 0 0 1 .965 0a.48.48 0 0 1-.48.48M15.7 6.263v-.03a.57.57 0 0 1 1.14.015a.57.57 0 0 1-.162.405a.57.57 0 0 1-.978-.39m-2.465-.35a.66.66 0 1 1 1.32 0a.66.66 0 0 1-1.32 0m-5.405.395a.66.66 0 0 1-.66-.65a.66.66 0 1 1 1.32 0c0 .355-.3.65-.66.65m4.67 11.445a.75.75 0 1 1-1.499 0a.75.75 0 0 1 1.499 0m-1.25-2.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m-.25-3.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m.25-1.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m2.25 1.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-1.75-4.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></g><defs><linearGradient id="SVG266lbtRN" x1="4" x2="19.86" y1="19.003" y2="5.968" gradientUnits="userSpaceOnUse"><stop stop-color="#964bff"/><stop offset=".37" stop-color="#a695ff"/><stop offset=".65" stop-color="#3ce9ff"/><stop offset=".86" stop-color="#caff2c"/><stop offset="1" stop-color="#ffff21"/></linearGradient><clipPath id="SVGHcSWxdhd152"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedCellBackground(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(#SVGHcSWxdhd152)"><path fill="#000" d="M24 0H0v24h24z"/><path fill="url(#SVG266lbtRN)" d="M7.825 19.003a.66.66 0 0 1-.66-.65a.66.66 0 0 1 1.32 0c0 .354-.3.65-.66.65m5.405-.826a.66.66 0 1 1 1.32 0a.66.66 0 0 1-1.32 0m2.46-.434v-.03a.573.573 0 1 1 1.145.03c0 .3-.25.55-.55.565h-.025a.57.57 0 0 1-.565-.566zm-6.2-.39a.84.84 0 0 1-.83-.83a.835.835 0 0 1 1.67 0c0 .455-.375.83-.835.83zm-3.115-.265a.75.75 0 0 1-.725-.74a.75.75 0 0 1 1.495 0a.75.75 0 0 1-.77.74m11.825-.085a.486.486 0 0 1-.485-.48a.485.485 0 0 1 .965 0a.48.48 0 0 1-.48.48m-10.86-2.74a.925.925 0 1 1 1.85 0a.925.925 0 0 1-1.85 0m11.87.435a.395.395 0 0 1 .79 0a.4.4 0 0 1-.79 0m-13.76.304a.84.84 0 0 1-.835-.824a.835.835 0 1 1 1.67 0c0 .45-.375.824-.835.824m1.19-3.174a1.01 1.01 0 1 1 2.02 0a1.01 1.01 0 0 1-2.02 0m-2.64 0a.925.925 0 1 1 1.85 0a.925.925 0 0 1-1.85 0m3.34-2.435a.925.925 0 1 1 1.85 0a.925.925 0 0 1-1.85 0m-1.89.914a.84.84 0 0 1-.835-.824a.835.835 0 0 1 1.67 0c0 .45-.375.824-.835.824m13.755-.914a.4.4 0 0 1 .795 0a.4.4 0 0 1-.79 0zM9.5 8.223a.835.835 0 0 1-.835-.83a.835.835 0 1 1 1.67 0c0 .45-.375.83-.835.83m-3.12-.09a.75.75 0 0 1-.725-.74a.75.75 0 0 1 1.495 0a.75.75 0 0 1-.77.74m11.825-.085a.485.485 0 0 1-.485-.48a.485.485 0 0 1 .965 0a.48.48 0 0 1-.48.48M15.7 6.263v-.03a.57.57 0 0 1 1.14.015a.57.57 0 0 1-.162.405a.57.57 0 0 1-.978-.39m-2.465-.35a.66.66 0 1 1 1.32 0a.66.66 0 0 1-1.32 0m-5.405.395a.66.66 0 0 1-.66-.65a.66.66 0 1 1 1.32 0c0 .355-.3.65-.66.65m4.67 11.445a.75.75 0 1 1-1.499 0a.75.75 0 0 1 1.499 0m-1.25-2.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m-.25-3.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m.25-1.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m2.25 1.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-1.75-4.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></g><defs><linearGradient id="SVG266lbtRN" x1="4" x2="19.86" y1="19.003" y2="5.968" gradientUnits="userSpaceOnUse"><stop stopColor="#964bff"/><stop offset=".37" stopColor="#a695ff"/><stop offset=".65" stopColor="#3ce9ff"/><stop offset=".86" stopColor="#caff2c"/><stop offset="1" stopColor="#ffff21"/></linearGradient><clipPath id="SVGHcSWxdhd152"><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(#SVGHcSWxdhd152)"><path fill="#000" d="M24 0H0v24h24z"/><path fill="url(#SVG266lbtRN)" d="M7.825 19.003a.66.66 0 0 1-.66-.65a.66.66 0 0 1 1.32 0c0 .354-.3.65-.66.65m5.405-.826a.66.66 0 1 1 1.32 0a.66.66 0 0 1-1.32 0m2.46-.434v-.03a.573.573 0 1 1 1.145.03c0 .3-.25.55-.55.565h-.025a.57.57 0 0 1-.565-.566zm-6.2-.39a.84.84 0 0 1-.83-.83a.835.835 0 0 1 1.67 0c0 .455-.375.83-.835.83zm-3.115-.265a.75.75 0 0 1-.725-.74a.75.75 0 0 1 1.495 0a.75.75 0 0 1-.77.74m11.825-.085a.486.486 0 0 1-.485-.48a.485.485 0 0 1 .965 0a.48.48 0 0 1-.48.48m-10.86-2.74a.925.925 0 1 1 1.85 0a.925.925 0 0 1-1.85 0m11.87.435a.395.395 0 0 1 .79 0a.4.4 0 0 1-.79 0m-13.76.304a.84.84 0 0 1-.835-.824a.835.835 0 1 1 1.67 0c0 .45-.375.824-.835.824m1.19-3.174a1.01 1.01 0 1 1 2.02 0a1.01 1.01 0 0 1-2.02 0m-2.64 0a.925.925 0 1 1 1.85 0a.925.925 0 0 1-1.85 0m3.34-2.435a.925.925 0 1 1 1.85 0a.925.925 0 0 1-1.85 0m-1.89.914a.84.84 0 0 1-.835-.824a.835.835 0 0 1 1.67 0c0 .45-.375.824-.835.824m13.755-.914a.4.4 0 0 1 .795 0a.4.4 0 0 1-.79 0zM9.5 8.223a.835.835 0 0 1-.835-.83a.835.835 0 1 1 1.67 0c0 .45-.375.83-.835.83m-3.12-.09a.75.75 0 0 1-.725-.74a.75.75 0 0 1 1.495 0a.75.75 0 0 1-.77.74m11.825-.085a.485.485 0 0 1-.485-.48a.485.485 0 0 1 .965 0a.48.48 0 0 1-.48.48M15.7 6.263v-.03a.57.57 0 0 1 1.14.015a.57.57 0 0 1-.162.405a.57.57 0 0 1-.978-.39m-2.465-.35a.66.66 0 1 1 1.32 0a.66.66 0 0 1-1.32 0m-5.405.395a.66.66 0 0 1-.66-.65a.66.66 0 1 1 1.32 0c0 .355-.3.65-.66.65m4.67 11.445a.75.75 0 1 1-1.499 0a.75.75 0 0 1 1.499 0m-1.25-2.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m-.25-3.25a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m.25-1.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5m2.25 1.75a.75.75 0 1 1-1.5 0a.75.75 0 0 1 1.5 0m-1.75-4.75a.75.75 0 1 0 0-1.5a.75.75 0 0 0 0 1.5"/></g><defs><linearGradient id="SVG266lbtRN" x1="4" x2="19.86" y1="19.003" y2="5.968" gradientUnits="userSpaceOnUse"><stop stop-color="#964bff"/><stop offset=".37" stop-color="#a695ff"/><stop offset=".65" stop-color="#3ce9ff"/><stop offset=".86" stop-color="#caff2c"/><stop offset="1" stop-color="#ffff21"/></linearGradient><clipPath id="SVGHcSWxdhd152"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-cell-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(%23SVGHcSWxdhd152)%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG266lbtRN)%22%20d%3D%22M7.825%2019.003a.66.66%200%200%201-.66-.65a.66.66%200%200%201%201.32%200c0%20.354-.3.65-.66.65m5.405-.826a.66.66%200%201%201%201.32%200a.66.66%200%200%201-1.32%200m2.46-.434v-.03a.573.573%200%201%201%201.145.03c0%20.3-.25.55-.55.565h-.025a.57.57%200%200%201-.565-.566zm-6.2-.39a.84.84%200%200%201-.83-.83a.835.835%200%200%201%201.67%200c0%20.455-.375.83-.835.83zm-3.115-.265a.75.75%200%200%201-.725-.74a.75.75%200%200%201%201.495%200a.75.75%200%200%201-.77.74m11.825-.085a.486.486%200%200%201-.485-.48a.485.485%200%200%201%20.965%200a.48.48%200%200%201-.48.48m-10.86-2.74a.925.925%200%201%201%201.85%200a.925.925%200%200%201-1.85%200m11.87.435a.395.395%200%200%201%20.79%200a.4.4%200%200%201-.79%200m-13.76.304a.84.84%200%200%201-.835-.824a.835.835%200%201%201%201.67%200c0%20.45-.375.824-.835.824m1.19-3.174a1.01%201.01%200%201%201%202.02%200a1.01%201.01%200%200%201-2.02%200m-2.64%200a.925.925%200%201%201%201.85%200a.925.925%200%200%201-1.85%200m3.34-2.435a.925.925%200%201%201%201.85%200a.925.925%200%200%201-1.85%200m-1.89.914a.84.84%200%200%201-.835-.824a.835.835%200%200%201%201.67%200c0%20.45-.375.824-.835.824m13.755-.914a.4.4%200%200%201%20.795%200a.4.4%200%200%201-.79%200zM9.5%208.223a.835.835%200%200%201-.835-.83a.835.835%200%201%201%201.67%200c0%20.45-.375.83-.835.83m-3.12-.09a.75.75%200%200%201-.725-.74a.75.75%200%200%201%201.495%200a.75.75%200%200%201-.77.74m11.825-.085a.485.485%200%200%201-.485-.48a.485.485%200%200%201%20.965%200a.48.48%200%200%201-.48.48M15.7%206.263v-.03a.57.57%200%200%201%201.14.015a.57.57%200%200%201-.162.405a.57.57%200%200%201-.978-.39m-2.465-.35a.66.66%200%201%201%201.32%200a.66.66%200%200%201-1.32%200m-5.405.395a.66.66%200%200%201-.66-.65a.66.66%200%201%201%201.32%200c0%20.355-.3.65-.66.65m4.67%2011.445a.75.75%200%201%201-1.499%200a.75.75%200%200%201%201.499%200m-1.25-2.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m-.25-3.25a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m.25-1.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m2.25%201.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-1.75-4.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG266lbtRN%22%20x1%3D%224%22%20x2%3D%2219.86%22%20y1%3D%2219.003%22%20y2%3D%225.968%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23964bff%22%2F%3E%3Cstop%20offset%3D%22.37%22%20stop-color%3D%22%23a695ff%22%2F%3E%3Cstop%20offset%3D%22.65%22%20stop-color%3D%22%233ce9ff%22%2F%3E%3Cstop%20offset%3D%22.86%22%20stop-color%3D%22%23caff2c%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffff21%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGHcSWxdhd152%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(%23SVGHcSWxdhd152)%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG266lbtRN)%22%20d%3D%22M7.825%2019.003a.66.66%200%200%201-.66-.65a.66.66%200%200%201%201.32%200c0%20.354-.3.65-.66.65m5.405-.826a.66.66%200%201%201%201.32%200a.66.66%200%200%201-1.32%200m2.46-.434v-.03a.573.573%200%201%201%201.145.03c0%20.3-.25.55-.55.565h-.025a.57.57%200%200%201-.565-.566zm-6.2-.39a.84.84%200%200%201-.83-.83a.835.835%200%200%201%201.67%200c0%20.455-.375.83-.835.83zm-3.115-.265a.75.75%200%200%201-.725-.74a.75.75%200%200%201%201.495%200a.75.75%200%200%201-.77.74m11.825-.085a.486.486%200%200%201-.485-.48a.485.485%200%200%201%20.965%200a.48.48%200%200%201-.48.48m-10.86-2.74a.925.925%200%201%201%201.85%200a.925.925%200%200%201-1.85%200m11.87.435a.395.395%200%200%201%20.79%200a.4.4%200%200%201-.79%200m-13.76.304a.84.84%200%200%201-.835-.824a.835.835%200%201%201%201.67%200c0%20.45-.375.824-.835.824m1.19-3.174a1.01%201.01%200%201%201%202.02%200a1.01%201.01%200%200%201-2.02%200m-2.64%200a.925.925%200%201%201%201.85%200a.925.925%200%200%201-1.85%200m3.34-2.435a.925.925%200%201%201%201.85%200a.925.925%200%200%201-1.85%200m-1.89.914a.84.84%200%200%201-.835-.824a.835.835%200%200%201%201.67%200c0%20.45-.375.824-.835.824m13.755-.914a.4.4%200%200%201%20.795%200a.4.4%200%200%201-.79%200zM9.5%208.223a.835.835%200%200%201-.835-.83a.835.835%200%201%201%201.67%200c0%20.45-.375.83-.835.83m-3.12-.09a.75.75%200%200%201-.725-.74a.75.75%200%200%201%201.495%200a.75.75%200%200%201-.77.74m11.825-.085a.485.485%200%200%201-.485-.48a.485.485%200%200%201%20.965%200a.48.48%200%200%201-.48.48M15.7%206.263v-.03a.57.57%200%200%201%201.14.015a.57.57%200%200%201-.162.405a.57.57%200%200%201-.978-.39m-2.465-.35a.66.66%200%201%201%201.32%200a.66.66%200%200%201-1.32%200m-5.405.395a.66.66%200%200%201-.66-.65a.66.66%200%201%201%201.32%200c0%20.355-.3.65-.66.65m4.67%2011.445a.75.75%200%201%201-1.499%200a.75.75%200%200%201%201.499%200m-1.25-2.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m-.25-3.25a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m.25-1.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5m2.25%201.75a.75.75%200%201%201-1.5%200a.75.75%200%200%201%201.5%200m-1.75-4.75a.75.75%200%201%200%200-1.5a.75.75%200%200%200%200%201.5%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG266lbtRN%22%20x1%3D%224%22%20x2%3D%2219.86%22%20y1%3D%2219.003%22%20y2%3D%225.968%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23964bff%22%2F%3E%3Cstop%20offset%3D%22.37%22%20stop-color%3D%22%23a695ff%22%2F%3E%3Cstop%20offset%3D%22.65%22%20stop-color%3D%22%233ce9ff%22%2F%3E%3Cstop%20offset%3D%22.86%22%20stop-color%3D%22%23caff2c%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23ffff21%22%2F%3E%3C%2FlinearGradient%3E%3CclipPath%20id%3D%22SVGHcSWxdhd152%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/cell-background.svg?color=%231a73e8&size=48