brick from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.

Name
brick
Set
Web3 Icons
Style
Mono
Viewbox
24×24
License
MIT

The same logo in other sets

Use the brick logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.55 3.006h.59c2.784 1.012 5.567 2.024 8.328 3.053c.254.09.428.315.53.675v5.713L12.45 21h-.602l-8.334-3.048c-.225-.078-.393-.309-.511-.68V11.57L11.55 3z"/><path fill="currentColor" d="m19.872 6.97l-7.675 7.733a5 5 0 0 0-.32-.017a.9.9 0 0 1-.31-.057a536 536 0 0 1-6.934-2.513c-.224-.085-.32-.242-.303-.461l7.524-7.513a.2.2 0 0 1 .09-.05a.2.2 0 0 1 .1.005l7.828 2.868z"/><path fill="currentColor" d="M13.845 9.158c-1.136-.782-1.27-2.103-1.406-2.508a3.52 3.52 0 0 1 2.424.112c.91.366 1.158 1.266.365 1.918a2.05 2.05 0 0 1-1.383.478"/><path fill="currentColor" d="M12.434 6.65a3.7 3.7 0 0 0 1.704 2.13a.17.17 0 0 1 .084.147a.17.17 0 0 1-.079.14a.6.6 0 0 1-.292.09c-.928.102-3.003-.483-2.317-1.765c.158-.304.461-.546.9-.742m7.439.303v4.841c0 .17.017.327-.101.44L12 19.891v-5.19zm-8.716 5.218c-1.012-.691-1.642-1.495-1.9-2.406a3.06 3.06 0 0 1 2.277.056c.99.422 1.35 1.383.292 2.075c-.315.202-.54.298-.664.28z"/><path fill="currentColor" d="M9.256 9.765q.388 1.366 1.906 2.413q-1.382.337-2.4-.304c-1.058-.658-.524-1.766.494-2.109m-4.92 1.889q-.025.337.304.46a554 554 0 0 0 6.928 2.509q.142.058.309.056H12v5.213c-2.548-.94-5.252-1.89-7.766-2.784c-.146-.056-.107-.157-.107-.309v-4.802c0-.124.011-.236.208-.343"/></svg>

React

import type { SVGProps } from "react";

export function TokenBrick(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.55 3.006h.59c2.784 1.012 5.567 2.024 8.328 3.053c.254.09.428.315.53.675v5.713L12.45 21h-.602l-8.334-3.048c-.225-.078-.393-.309-.511-.68V11.57L11.55 3z"/><path fill="currentColor" d="m19.872 6.97l-7.675 7.733a5 5 0 0 0-.32-.017a.9.9 0 0 1-.31-.057a536 536 0 0 1-6.934-2.513c-.224-.085-.32-.242-.303-.461l7.524-7.513a.2.2 0 0 1 .09-.05a.2.2 0 0 1 .1.005l7.828 2.868z"/><path fill="currentColor" d="M13.845 9.158c-1.136-.782-1.27-2.103-1.406-2.508a3.52 3.52 0 0 1 2.424.112c.91.366 1.158 1.266.365 1.918a2.05 2.05 0 0 1-1.383.478"/><path fill="currentColor" d="M12.434 6.65a3.7 3.7 0 0 0 1.704 2.13a.17.17 0 0 1 .084.147a.17.17 0 0 1-.079.14a.6.6 0 0 1-.292.09c-.928.102-3.003-.483-2.317-1.765c.158-.304.461-.546.9-.742m7.439.303v4.841c0 .17.017.327-.101.44L12 19.891v-5.19zm-8.716 5.218c-1.012-.691-1.642-1.495-1.9-2.406a3.06 3.06 0 0 1 2.277.056c.99.422 1.35 1.383.292 2.075c-.315.202-.54.298-.664.28z"/><path fill="currentColor" d="M9.256 9.765q.388 1.366 1.906 2.413q-1.382.337-2.4-.304c-1.058-.658-.524-1.766.494-2.109m-4.92 1.889q-.025.337.304.46a554 554 0 0 0 6.928 2.509q.142.058.309.056H12v5.213c-2.548-.94-5.252-1.89-7.766-2.784c-.146-.056-.107-.157-.107-.309v-4.802c0-.124.011-.236.208-.343"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.55 3.006h.59c2.784 1.012 5.567 2.024 8.328 3.053c.254.09.428.315.53.675v5.713L12.45 21h-.602l-8.334-3.048c-.225-.078-.393-.309-.511-.68V11.57L11.55 3z"/><path fill="currentColor" d="m19.872 6.97l-7.675 7.733a5 5 0 0 0-.32-.017a.9.9 0 0 1-.31-.057a536 536 0 0 1-6.934-2.513c-.224-.085-.32-.242-.303-.461l7.524-7.513a.2.2 0 0 1 .09-.05a.2.2 0 0 1 .1.005l7.828 2.868z"/><path fill="currentColor" d="M13.845 9.158c-1.136-.782-1.27-2.103-1.406-2.508a3.52 3.52 0 0 1 2.424.112c.91.366 1.158 1.266.365 1.918a2.05 2.05 0 0 1-1.383.478"/><path fill="currentColor" d="M12.434 6.65a3.7 3.7 0 0 0 1.704 2.13a.17.17 0 0 1 .084.147a.17.17 0 0 1-.079.14a.6.6 0 0 1-.292.09c-.928.102-3.003-.483-2.317-1.765c.158-.304.461-.546.9-.742m7.439.303v4.841c0 .17.017.327-.101.44L12 19.891v-5.19zm-8.716 5.218c-1.012-.691-1.642-1.495-1.9-2.406a3.06 3.06 0 0 1 2.277.056c.99.422 1.35 1.383.292 2.075c-.315.202-.54.298-.664.28z"/><path fill="currentColor" d="M9.256 9.765q.388 1.366 1.906 2.413q-1.382.337-2.4-.304c-1.058-.658-.524-1.766.494-2.109m-4.92 1.889q-.025.337.304.46a554 554 0 0 0 6.928 2.509q.142.058.309.056H12v5.213c-2.548-.94-5.252-1.89-7.766-2.784c-.146-.056-.107-.157-.107-.309v-4.802c0-.124.011-.236.208-.343"/></svg>
</template>

CSS

.icon-brick {
  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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.55%203.006h.59c2.784%201.012%205.567%202.024%208.328%203.053c.254.09.428.315.53.675v5.713L12.45%2021h-.602l-8.334-3.048c-.225-.078-.393-.309-.511-.68V11.57L11.55%203z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19.872%206.97l-7.675%207.733a5%205%200%200%200-.32-.017a.9.9%200%200%201-.31-.057a536%20536%200%200%201-6.934-2.513c-.224-.085-.32-.242-.303-.461l7.524-7.513a.2.2%200%200%201%20.09-.05a.2.2%200%200%201%20.1.005l7.828%202.868z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.845%209.158c-1.136-.782-1.27-2.103-1.406-2.508a3.52%203.52%200%200%201%202.424.112c.91.366%201.158%201.266.365%201.918a2.05%202.05%200%200%201-1.383.478%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.434%206.65a3.7%203.7%200%200%200%201.704%202.13a.17.17%200%200%201%20.084.147a.17.17%200%200%201-.079.14a.6.6%200%200%201-.292.09c-.928.102-3.003-.483-2.317-1.765c.158-.304.461-.546.9-.742m7.439.303v4.841c0%20.17.017.327-.101.44L12%2019.891v-5.19zm-8.716%205.218c-1.012-.691-1.642-1.495-1.9-2.406a3.06%203.06%200%200%201%202.277.056c.99.422%201.35%201.383.292%202.075c-.315.202-.54.298-.664.28z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.256%209.765q.388%201.366%201.906%202.413q-1.382.337-2.4-.304c-1.058-.658-.524-1.766.494-2.109m-4.92%201.889q-.025.337.304.46a554%20554%200%200%200%206.928%202.509q.142.058.309.056H12v5.213c-2.548-.94-5.252-1.89-7.766-2.784c-.146-.056-.107-.157-.107-.309v-4.802c0-.124.011-.236.208-.343%22%2F%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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.55%203.006h.59c2.784%201.012%205.567%202.024%208.328%203.053c.254.09.428.315.53.675v5.713L12.45%2021h-.602l-8.334-3.048c-.225-.078-.393-.309-.511-.68V11.57L11.55%203z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m19.872%206.97l-7.675%207.733a5%205%200%200%200-.32-.017a.9.9%200%200%201-.31-.057a536%20536%200%200%201-6.934-2.513c-.224-.085-.32-.242-.303-.461l7.524-7.513a.2.2%200%200%201%20.09-.05a.2.2%200%200%201%20.1.005l7.828%202.868z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.845%209.158c-1.136-.782-1.27-2.103-1.406-2.508a3.52%203.52%200%200%201%202.424.112c.91.366%201.158%201.266.365%201.918a2.05%202.05%200%200%201-1.383.478%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.434%206.65a3.7%203.7%200%200%200%201.704%202.13a.17.17%200%200%201%20.084.147a.17.17%200%200%201-.079.14a.6.6%200%200%201-.292.09c-.928.102-3.003-.483-2.317-1.765c.158-.304.461-.546.9-.742m7.439.303v4.841c0%20.17.017.327-.101.44L12%2019.891v-5.19zm-8.716%205.218c-1.012-.691-1.642-1.495-1.9-2.406a3.06%203.06%200%200%201%202.277.056c.99.422%201.35%201.383.292%202.075c-.315.202-.54.298-.664.28z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.256%209.765q.388%201.366%201.906%202.413q-1.382.337-2.4-.304c-1.058-.658-.524-1.766.494-2.109m-4.92%201.889q-.025.337.304.46a554%20554%200%200%200%206.928%202.509q.142.058.309.056H12v5.213c-2.548-.94-5.252-1.89-7.766-2.784c-.146-.056-.107-.157-.107-.309v-4.802c0-.124.011-.236.208-.343%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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