mdb logo
mdb from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- mdb
- Set
- Font Awesome Brands
- Style
- Brand
- Viewbox
- 640×640
- 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 640 640"><path fill="currentColor" d="M49.4 224.4L39 416h43.9l5.6-79.8l27.9 79.8h44.7l25.5-77.4l4.8 77.4h45.5l-12.8-191.6h-45.5l-40.7 117.3l-42.3-117.3H49.3zm281 0h-47.9V416h47.9s95 .8 94.2-95.8c-.8-94.2-94.2-95.8-94.2-95.8m-1.2 146.5V268.8s46 4.3 46.8 50.6s-46.8 51.5-46.8 51.5m238.3-74.2c7.2-11.4 10-25 8-38.3c-5.3-35.8-55.1-34.3-55.1-34.3h-51.9v191.6H514s87 4.8 87-63.8c0-43.1-33.5-55.1-33.5-55.1zm-51.9-31.9s13.6-1.6 16 9.6c1.4 6.7-4 12-4 12h-12zm-.1 109.5l.1-24.9v-18.2h.1s41.6-4.7 41.2 22.4c-.3 25.7-41.3 20.7-41.3 20.7z"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsMdb(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M49.4 224.4L39 416h43.9l5.6-79.8l27.9 79.8h44.7l25.5-77.4l4.8 77.4h45.5l-12.8-191.6h-45.5l-40.7 117.3l-42.3-117.3H49.3zm281 0h-47.9V416h47.9s95 .8 94.2-95.8c-.8-94.2-94.2-95.8-94.2-95.8m-1.2 146.5V268.8s46 4.3 46.8 50.6s-46.8 51.5-46.8 51.5m238.3-74.2c7.2-11.4 10-25 8-38.3c-5.3-35.8-55.1-34.3-55.1-34.3h-51.9v191.6H514s87 4.8 87-63.8c0-43.1-33.5-55.1-33.5-55.1zm-51.9-31.9s13.6-1.6 16 9.6c1.4 6.7-4 12-4 12h-12zm-.1 109.5l.1-24.9v-18.2h.1s41.6-4.7 41.2 22.4c-.3 25.7-41.3 20.7-41.3 20.7z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M49.4 224.4L39 416h43.9l5.6-79.8l27.9 79.8h44.7l25.5-77.4l4.8 77.4h45.5l-12.8-191.6h-45.5l-40.7 117.3l-42.3-117.3H49.3zm281 0h-47.9V416h47.9s95 .8 94.2-95.8c-.8-94.2-94.2-95.8-94.2-95.8m-1.2 146.5V268.8s46 4.3 46.8 50.6s-46.8 51.5-46.8 51.5m238.3-74.2c7.2-11.4 10-25 8-38.3c-5.3-35.8-55.1-34.3-55.1-34.3h-51.9v191.6H514s87 4.8 87-63.8c0-43.1-33.5-55.1-33.5-55.1zm-51.9-31.9s13.6-1.6 16 9.6c1.4 6.7-4 12-4 12h-12zm-.1 109.5l.1-24.9v-18.2h.1s41.6-4.7 41.2 22.4c-.3 25.7-41.3 20.7-41.3 20.7z"/></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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M49.4%20224.4L39%20416h43.9l5.6-79.8l27.9%2079.8h44.7l25.5-77.4l4.8%2077.4h45.5l-12.8-191.6h-45.5l-40.7%20117.3l-42.3-117.3H49.3zm281%200h-47.9V416h47.9s95%20.8%2094.2-95.8c-.8-94.2-94.2-95.8-94.2-95.8m-1.2%20146.5V268.8s46%204.3%2046.8%2050.6s-46.8%2051.5-46.8%2051.5m238.3-74.2c7.2-11.4%2010-25%208-38.3c-5.3-35.8-55.1-34.3-55.1-34.3h-51.9v191.6H514s87%204.8%2087-63.8c0-43.1-33.5-55.1-33.5-55.1zm-51.9-31.9s13.6-1.6%2016%209.6c1.4%206.7-4%2012-4%2012h-12zm-.1%20109.5l.1-24.9v-18.2h.1s41.6-4.7%2041.2%2022.4c-.3%2025.7-41.3%2020.7-41.3%2020.7z%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M49.4%20224.4L39%20416h43.9l5.6-79.8l27.9%2079.8h44.7l25.5-77.4l4.8%2077.4h45.5l-12.8-191.6h-45.5l-40.7%20117.3l-42.3-117.3H49.3zm281%200h-47.9V416h47.9s95%20.8%2094.2-95.8c-.8-94.2-94.2-95.8-94.2-95.8m-1.2%20146.5V268.8s46%204.3%2046.8%2050.6s-46.8%2051.5-46.8%2051.5m238.3-74.2c7.2-11.4%2010-25%208-38.3c-5.3-35.8-55.1-34.3-55.1-34.3h-51.9v191.6H514s87%204.8%2087-63.8c0-43.1-33.5-55.1-33.5-55.1zm-51.9-31.9s13.6-1.6%2016%209.6c1.4%206.7-4%2012-4%2012h-12zm-.1%20109.5l.1-24.9v-18.2h.1s41.6-4.7%2041.2%2022.4c-.3%2025.7-41.3%2020.7-41.3%2020.7z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/mdb.svg?color=%231a73e8&size=48