bricks from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
bricks
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

The same logo in other sets

Use the bricks logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.578 0l.405.253v7.038a8.4 8.4 0 0 1 4.742-1.418q3.748 0 6.211 2.616q2.431 2.617 2.431 6.448q0 3.848-2.448 6.447Q16.456 24 12.725 24q-3.257 0-5.569-2.329v1.907H2.633V.557zm4.287 10.447q-1.79 0-2.988 1.215q-1.198 1.25-1.198 3.275t1.198 3.257q1.182 1.232 2.988 1.232q1.907 0 3.088-1.282q1.165-1.266 1.165-3.207t-1.182-3.224q-1.18-1.266-3.071-1.266"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsBricks(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="m7.578 0l.405.253v7.038a8.4 8.4 0 0 1 4.742-1.418q3.748 0 6.211 2.616q2.431 2.617 2.431 6.448q0 3.848-2.448 6.447Q16.456 24 12.725 24q-3.257 0-5.569-2.329v1.907H2.633V.557zm4.287 10.447q-1.79 0-2.988 1.215q-1.198 1.25-1.198 3.275t1.198 3.257q1.182 1.232 2.988 1.232q1.907 0 3.088-1.282q1.165-1.266 1.165-3.207t-1.182-3.224q-1.18-1.266-3.071-1.266"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m7.578 0l.405.253v7.038a8.4 8.4 0 0 1 4.742-1.418q3.748 0 6.211 2.616q2.431 2.617 2.431 6.448q0 3.848-2.448 6.447Q16.456 24 12.725 24q-3.257 0-5.569-2.329v1.907H2.633V.557zm4.287 10.447q-1.79 0-2.988 1.215q-1.198 1.25-1.198 3.275t1.198 3.257q1.182 1.232 2.988 1.232q1.907 0 3.088-1.282q1.165-1.266 1.165-3.207t-1.182-3.224q-1.18-1.266-3.071-1.266"/></svg>
</template>

CSS

.icon-bricks {
  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%22m7.578%200l.405.253v7.038a8.4%208.4%200%200%201%204.742-1.418q3.748%200%206.211%202.616q2.431%202.617%202.431%206.448q0%203.848-2.448%206.447Q16.456%2024%2012.725%2024q-3.257%200-5.569-2.329v1.907H2.633V.557zm4.287%2010.447q-1.79%200-2.988%201.215q-1.198%201.25-1.198%203.275t1.198%203.257q1.182%201.232%202.988%201.232q1.907%200%203.088-1.282q1.165-1.266%201.165-3.207t-1.182-3.224q-1.18-1.266-3.071-1.266%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%22m7.578%200l.405.253v7.038a8.4%208.4%200%200%201%204.742-1.418q3.748%200%206.211%202.616q2.431%202.617%202.431%206.448q0%203.848-2.448%206.447Q16.456%2024%2012.725%2024q-3.257%200-5.569-2.329v1.907H2.633V.557zm4.287%2010.447q-1.79%200-2.988%201.215q-1.198%201.25-1.198%203.275t1.198%203.257q1.182%201.232%202.988%201.232q1.907%200%203.088-1.282q1.165-1.266%201.165-3.207t-1.182-3.224q-1.18-1.266-3.071-1.266%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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