quartz-background from Web3 Icons Branded by 0xa3k5 · Background · MIT Free for personal and commercial use.

Name
quartz-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 quartz logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#000" d="M24 0H0v24h24z"/><path fill="#fff" d="m4.8 16.4l-.8-.848l.832-.752H10l-4-4V9.6h1.2l4 4.092V8.4l.8-.8l.8.8v5.292l4-4.092H18v1.2l-4 4h5.2l.8.8l-.8.8h-6L12 15.2l-1.2 1.2z"/></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedQuartzBackground(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="#000" d="M24 0H0v24h24z"/><path fill="#fff" d="m4.8 16.4l-.8-.848l.832-.752H10l-4-4V9.6h1.2l4 4.092V8.4l.8-.8l.8.8v5.292l4-4.092H18v1.2l-4 4h5.2l.8.8l-.8.8h-6L12 15.2l-1.2 1.2z"/></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="#000" d="M24 0H0v24h24z"/><path fill="#fff" d="m4.8 16.4l-.8-.848l.832-.752H10l-4-4V9.6h1.2l4 4.092V8.4l.8-.8l.8.8v5.292l4-4.092H18v1.2l-4 4h5.2l.8.8l-.8.8h-6L12 15.2l-1.2 1.2z"/></g></svg>
</template>

CSS

.icon-quartz-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%3Cpath%20fill%3D%22%23000%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m4.8%2016.4l-.8-.848l.832-.752H10l-4-4V9.6h1.2l4%204.092V8.4l.8-.8l.8.8v5.292l4-4.092H18v1.2l-4%204h5.2l.8.8l-.8.8h-6L12%2015.2l-1.2%201.2z%22%2F%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%22%23000%22%20d%3D%22M24%200H0v24h24z%22%2F%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22m4.8%2016.4l-.8-.848l.832-.752H10l-4-4V9.6h1.2l4%204.092V8.4l.8-.8l.8.8v5.292l4-4.092H18v1.2l-4%204h5.2l.8.8l-.8.8h-6L12%2015.2l-1.2%201.2z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token-branded/quartz-background.svg?color=%231a73e8&size=48