mdb from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
mdb
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
576×512
License
CC BY 4.0

The same logo in other sets

Use the mdb logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M17.37 160.41L7 352h43.91l5.59-79.83L84.43 352h44.71l25.54-77.43l4.79 77.43H205l-12.79-191.59H146.7L106 277.74L63.67 160.41zm281 0h-47.9V352h47.9s95 .8 94.2-95.79c-.78-94.21-94.18-95.78-94.18-95.78zm-1.2 146.46V204.78s46 4.27 46.8 50.57s-46.78 51.54-46.78 51.54zm238.29-74.24a56.16 56.16 0 0 0 8-38.31c-5.34-35.76-55.08-34.32-55.08-34.32h-51.9v191.58H482s87 4.79 87-63.85c0-43.14-33.52-55.08-33.52-55.08zm-51.9-31.94s13.57-1.59 16 9.59c1.43 6.66-4 12-4 12h-12v-21.57zm-.1 109.46l.1-24.92V267h.08s41.58-4.73 41.19 22.43c-.33 25.65-41.35 20.74-41.35 20.74z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsMdb(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M17.37 160.41L7 352h43.91l5.59-79.83L84.43 352h44.71l25.54-77.43l4.79 77.43H205l-12.79-191.59H146.7L106 277.74L63.67 160.41zm281 0h-47.9V352h47.9s95 .8 94.2-95.79c-.78-94.21-94.18-95.78-94.18-95.78zm-1.2 146.46V204.78s46 4.27 46.8 50.57s-46.78 51.54-46.78 51.54zm238.29-74.24a56.16 56.16 0 0 0 8-38.31c-5.34-35.76-55.08-34.32-55.08-34.32h-51.9v191.58H482s87 4.79 87-63.85c0-43.14-33.52-55.08-33.52-55.08zm-51.9-31.94s13.57-1.59 16 9.59c1.43 6.66-4 12-4 12h-12v-21.57zm-.1 109.46l.1-24.92V267h.08s41.58-4.73 41.19 22.43c-.33 25.65-41.35 20.74-41.35 20.74z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M17.37 160.41L7 352h43.91l5.59-79.83L84.43 352h44.71l25.54-77.43l4.79 77.43H205l-12.79-191.59H146.7L106 277.74L63.67 160.41zm281 0h-47.9V352h47.9s95 .8 94.2-95.79c-.78-94.21-94.18-95.78-94.18-95.78zm-1.2 146.46V204.78s46 4.27 46.8 50.57s-46.78 51.54-46.78 51.54zm238.29-74.24a56.16 56.16 0 0 0 8-38.31c-5.34-35.76-55.08-34.32-55.08-34.32h-51.9v191.58H482s87 4.79 87-63.85c0-43.14-33.52-55.08-33.52-55.08zm-51.9-31.94s13.57-1.59 16 9.59c1.43 6.66-4 12-4 12h-12v-21.57zm-.1 109.46l.1-24.92V267h.08s41.58-4.73 41.19 22.43c-.33 25.65-41.35 20.74-41.35 20.74z"/></svg>
</template>

CSS

.icon-mdb {
  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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.37%20160.41L7%20352h43.91l5.59-79.83L84.43%20352h44.71l25.54-77.43l4.79%2077.43H205l-12.79-191.59H146.7L106%20277.74L63.67%20160.41zm281%200h-47.9V352h47.9s95%20.8%2094.2-95.79c-.78-94.21-94.18-95.78-94.18-95.78zm-1.2%20146.46V204.78s46%204.27%2046.8%2050.57s-46.78%2051.54-46.78%2051.54zm238.29-74.24a56.16%2056.16%200%200%200%208-38.31c-5.34-35.76-55.08-34.32-55.08-34.32h-51.9v191.58H482s87%204.79%2087-63.85c0-43.14-33.52-55.08-33.52-55.08zm-51.9-31.94s13.57-1.59%2016%209.59c1.43%206.66-4%2012-4%2012h-12v-21.57zm-.1%20109.46l.1-24.92V267h.08s41.58-4.73%2041.19%2022.43c-.33%2025.65-41.35%2020.74-41.35%2020.74z%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.37%20160.41L7%20352h43.91l5.59-79.83L84.43%20352h44.71l25.54-77.43l4.79%2077.43H205l-12.79-191.59H146.7L106%20277.74L63.67%20160.41zm281%200h-47.9V352h47.9s95%20.8%2094.2-95.79c-.78-94.21-94.18-95.78-94.18-95.78zm-1.2%20146.46V204.78s46%204.27%2046.8%2050.57s-46.78%2051.54-46.78%2051.54zm238.29-74.24a56.16%2056.16%200%200%200%208-38.31c-5.34-35.76-55.08-34.32-55.08-34.32h-51.9v191.58H482s87%204.79%2087-63.85c0-43.14-33.52-55.08-33.52-55.08zm-51.9-31.94s13.57-1.59%2016%209.59c1.43%206.66-4%2012-4%2012h-12v-21.57zm-.1%20109.46l.1-24.92V267h.08s41.58-4.73%2041.19%2022.43c-.33%2025.65-41.35%2020.74-41.35%2020.74z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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