bob logo
bob-background from Web3 Icons Branded by 0xa3k5 · Background · MIT Free for personal and commercial use.
- Name
- bob-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 bob 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(#SVGHcSWxdhd188)"><path fill="#062c49" d="M24 0H0v24h24z"/><path fill="#fff" d="M8.85 9.571c-1.133.227-2.539-.635-.906-3.174c1.632-2.539 4.61-2.569 5.894-2.267c1.662.53 4.625 2.54 3.174 6.348c-.725 1.27-1.36 1.587-1.587 1.587c2.978.794 3.096 4.595.907 6.348c-1.365 1.093-3.415 1.23-4.875-.063C11.014 19.403 10.23 20 8.85 20c-3.48 0-3.173-3.4-1.36-3.4c.818 0 .907 1.133.907 1.813c0 .544 1.37.907 1.597-1.134c.064-.896.06-1.778.057-2.639c-.01-2.767.197-5.332 2.426-7.563c.873-.872 1.588-.453 1.134 0c-.529.596-1.347 2.336-1.543 4.95c.436-.068 1.292-.218 1.77-.415c2.385-.988 1.814-5.668-.453-6.348S9.53 6.17 9.304 6.397c-.13.131-.247.26-.227.454c0 0 1.814 2.04-.227 2.72m3.175 3.528v.1c0 1.63-.036 3.042-.268 4.152c.678.66 1.566.748 2.081.608c3.334-1.11 1.875-6.36-1.813-4.86"/></g><defs><clipPath id="SVGHcSWxdhd188"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedBobBackground(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(#SVGHcSWxdhd188)"><path fill="#062c49" d="M24 0H0v24h24z"/><path fill="#fff" d="M8.85 9.571c-1.133.227-2.539-.635-.906-3.174c1.632-2.539 4.61-2.569 5.894-2.267c1.662.53 4.625 2.54 3.174 6.348c-.725 1.27-1.36 1.587-1.587 1.587c2.978.794 3.096 4.595.907 6.348c-1.365 1.093-3.415 1.23-4.875-.063C11.014 19.403 10.23 20 8.85 20c-3.48 0-3.173-3.4-1.36-3.4c.818 0 .907 1.133.907 1.813c0 .544 1.37.907 1.597-1.134c.064-.896.06-1.778.057-2.639c-.01-2.767.197-5.332 2.426-7.563c.873-.872 1.588-.453 1.134 0c-.529.596-1.347 2.336-1.543 4.95c.436-.068 1.292-.218 1.77-.415c2.385-.988 1.814-5.668-.453-6.348S9.53 6.17 9.304 6.397c-.13.131-.247.26-.227.454c0 0 1.814 2.04-.227 2.72m3.175 3.528v.1c0 1.63-.036 3.042-.268 4.152c.678.66 1.566.748 2.081.608c3.334-1.11 1.875-6.36-1.813-4.86"/></g><defs><clipPath id="SVGHcSWxdhd188"><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(#SVGHcSWxdhd188)"><path fill="#062c49" d="M24 0H0v24h24z"/><path fill="#fff" d="M8.85 9.571c-1.133.227-2.539-.635-.906-3.174c1.632-2.539 4.61-2.569 5.894-2.267c1.662.53 4.625 2.54 3.174 6.348c-.725 1.27-1.36 1.587-1.587 1.587c2.978.794 3.096 4.595.907 6.348c-1.365 1.093-3.415 1.23-4.875-.063C11.014 19.403 10.23 20 8.85 20c-3.48 0-3.173-3.4-1.36-3.4c.818 0 .907 1.133.907 1.813c0 .544 1.37.907 1.597-1.134c.064-.896.06-1.778.057-2.639c-.01-2.767.197-5.332 2.426-7.563c.873-.872 1.588-.453 1.134 0c-.529.596-1.347 2.336-1.543 4.95c.436-.068 1.292-.218 1.77-.415c2.385-.988 1.814-5.668-.453-6.348S9.53 6.17 9.304 6.397c-.13.131-.247.26-.227.454c0 0 1.814 2.04-.227 2.72m3.175 3.528v.1c0 1.63-.036 3.042-.268 4.152c.678.66 1.566.748 2.081.608c3.334-1.11 1.875-6.36-1.813-4.86"/></g><defs><clipPath id="SVGHcSWxdhd188"><path fill="#fff" d="M0 0h24v24H0z"/></clipPath></defs></g></svg> </template>
CSS
.icon-bob-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(%23SVGHcSWxdhd188)%22%3E%3Cpath%20fill%3D%22%23062c49%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8.85%209.571c-1.133.227-2.539-.635-.906-3.174c1.632-2.539%204.61-2.569%205.894-2.267c1.662.53%204.625%202.54%203.174%206.348c-.725%201.27-1.36%201.587-1.587%201.587c2.978.794%203.096%204.595.907%206.348c-1.365%201.093-3.415%201.23-4.875-.063C11.014%2019.403%2010.23%2020%208.85%2020c-3.48%200-3.173-3.4-1.36-3.4c.818%200%20.907%201.133.907%201.813c0%20.544%201.37.907%201.597-1.134c.064-.896.06-1.778.057-2.639c-.01-2.767.197-5.332%202.426-7.563c.873-.872%201.588-.453%201.134%200c-.529.596-1.347%202.336-1.543%204.95c.436-.068%201.292-.218%201.77-.415c2.385-.988%201.814-5.668-.453-6.348S9.53%206.17%209.304%206.397c-.13.131-.247.26-.227.454c0%200%201.814%202.04-.227%202.72m3.175%203.528v.1c0%201.63-.036%203.042-.268%204.152c.678.66%201.566.748%202.081.608c3.334-1.11%201.875-6.36-1.813-4.86%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGHcSWxdhd188%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(%23SVGHcSWxdhd188)%22%3E%3Cpath%20fill%3D%22%23062c49%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M8.85%209.571c-1.133.227-2.539-.635-.906-3.174c1.632-2.539%204.61-2.569%205.894-2.267c1.662.53%204.625%202.54%203.174%206.348c-.725%201.27-1.36%201.587-1.587%201.587c2.978.794%203.096%204.595.907%206.348c-1.365%201.093-3.415%201.23-4.875-.063C11.014%2019.403%2010.23%2020%208.85%2020c-3.48%200-3.173-3.4-1.36-3.4c.818%200%20.907%201.133.907%201.813c0%20.544%201.37.907%201.597-1.134c.064-.896.06-1.778.057-2.639c-.01-2.767.197-5.332%202.426-7.563c.873-.872%201.588-.453%201.134%200c-.529.596-1.347%202.336-1.543%204.95c.436-.068%201.292-.218%201.77-.415c2.385-.988%201.814-5.668-.453-6.348S9.53%206.17%209.304%206.397c-.13.131-.247.26-.227.454c0%200%201.814%202.04-.227%202.72m3.175%203.528v.1c0%201.63-.036%203.042-.268%204.152c.678.66%201.566.748%202.081.608c3.334-1.11%201.875-6.36-1.813-4.86%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22SVGHcSWxdhd188%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/bob-background.svg?color=%231a73e8&size=48