font-awesome from Material Design Icons by Pictogrammers · Filled · Brand / Logo · Apache-2.0 Free for personal and commercial use.

Name
font-awesome
Set
Material Design Icons
Style
Filled
Category
Brand / Logo
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

More brand / logo icons from Material Design Icons

Use the font awesome icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.76 2H4.24C3 2 2 3 2 4.24v15.52C2 21 3 22 4.24 22h15.52C21 22 22 21 22 19.76V4.24C22 3 21 2 19.76 2m-2.03 12.69c0 .19-.16.27-.35.35c-.74.32-1.54.61-2.38.61c-1.22 0-1.78-.74-3.22-.74c-1.04 0-2.13.37-3.01.77c-.06.03-.11.03-.16.05v2.03c0 .08 0 .16-.03.21v.06c-.11.37-.45.64-.85.64c-.51 0-.91-.41-.91-.91V8a1.49 1.49 0 0 1 .91-2.67c.83 0 1.5.67 1.5 1.5c0 .48-.23.9-.59 1.17v.83c.08-.03.16-.06.24-.11c.83-.35 1.82-.64 2.75-.64c1.01 0 1.81.27 2.72.61c.19.08.37.11.58.11c1.02 0 2.14-.72 2.41-.72c.21 0 .4.16.4.35v6.26z"/></svg>

React

import type { SVGProps } from "react";

export function MdiFontAwesome(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="M19.76 2H4.24C3 2 2 3 2 4.24v15.52C2 21 3 22 4.24 22h15.52C21 22 22 21 22 19.76V4.24C22 3 21 2 19.76 2m-2.03 12.69c0 .19-.16.27-.35.35c-.74.32-1.54.61-2.38.61c-1.22 0-1.78-.74-3.22-.74c-1.04 0-2.13.37-3.01.77c-.06.03-.11.03-.16.05v2.03c0 .08 0 .16-.03.21v.06c-.11.37-.45.64-.85.64c-.51 0-.91-.41-.91-.91V8a1.49 1.49 0 0 1 .91-2.67c.83 0 1.5.67 1.5 1.5c0 .48-.23.9-.59 1.17v.83c.08-.03.16-.06.24-.11c.83-.35 1.82-.64 2.75-.64c1.01 0 1.81.27 2.72.61c.19.08.37.11.58.11c1.02 0 2.14-.72 2.41-.72c.21 0 .4.16.4.35v6.26z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19.76 2H4.24C3 2 2 3 2 4.24v15.52C2 21 3 22 4.24 22h15.52C21 22 22 21 22 19.76V4.24C22 3 21 2 19.76 2m-2.03 12.69c0 .19-.16.27-.35.35c-.74.32-1.54.61-2.38.61c-1.22 0-1.78-.74-3.22-.74c-1.04 0-2.13.37-3.01.77c-.06.03-.11.03-.16.05v2.03c0 .08 0 .16-.03.21v.06c-.11.37-.45.64-.85.64c-.51 0-.91-.41-.91-.91V8a1.49 1.49 0 0 1 .91-2.67c.83 0 1.5.67 1.5 1.5c0 .48-.23.9-.59 1.17v.83c.08-.03.16-.06.24-.11c.83-.35 1.82-.64 2.75-.64c1.01 0 1.81.27 2.72.61c.19.08.37.11.58.11c1.02 0 2.14-.72 2.41-.72c.21 0 .4.16.4.35v6.26z"/></svg>
</template>

CSS

.icon-font-awesome {
  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%22M19.76%202H4.24C3%202%202%203%202%204.24v15.52C2%2021%203%2022%204.24%2022h15.52C21%2022%2022%2021%2022%2019.76V4.24C22%203%2021%202%2019.76%202m-2.03%2012.69c0%20.19-.16.27-.35.35c-.74.32-1.54.61-2.38.61c-1.22%200-1.78-.74-3.22-.74c-1.04%200-2.13.37-3.01.77c-.06.03-.11.03-.16.05v2.03c0%20.08%200%20.16-.03.21v.06c-.11.37-.45.64-.85.64c-.51%200-.91-.41-.91-.91V8a1.49%201.49%200%200%201%20.91-2.67c.83%200%201.5.67%201.5%201.5c0%20.48-.23.9-.59%201.17v.83c.08-.03.16-.06.24-.11c.83-.35%201.82-.64%202.75-.64c1.01%200%201.81.27%202.72.61c.19.08.37.11.58.11c1.02%200%202.14-.72%202.41-.72c.21%200%20.4.16.4.35v6.26z%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%22M19.76%202H4.24C3%202%202%203%202%204.24v15.52C2%2021%203%2022%204.24%2022h15.52C21%2022%2022%2021%2022%2019.76V4.24C22%203%2021%202%2019.76%202m-2.03%2012.69c0%20.19-.16.27-.35.35c-.74.32-1.54.61-2.38.61c-1.22%200-1.78-.74-3.22-.74c-1.04%200-2.13.37-3.01.77c-.06.03-.11.03-.16.05v2.03c0%20.08%200%20.16-.03.21v.06c-.11.37-.45.64-.85.64c-.51%200-.91-.41-.91-.91V8a1.49%201.49%200%200%201%20.91-2.67c.83%200%201.5.67%201.5%201.5c0%20.48-.23.9-.59%201.17v.83c.08-.03.16-.06.24-.11c.83-.35%201.82-.64%202.75-.64c1.01%200%201.81.27%202.72.61c.19.08.37.11.58.11c1.02%200%202.14-.72%202.41-.72c.21%200%20.4.16.4.35v6.26z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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