fonticons from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.

Name
fonticons
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Related icons in Font Awesome Brands

Use the fonticons logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M96 96v448h448V96zm187 140.9c-18.4 0-19 9.9-19 27.4v23.3c0 2.4-3.5 4.4-.6 4.4h67.4l-11.1 37.3H264v112.9c0 5.8-2 6.7 3.2 7.3l43.5 4.1v25.1H180V453l21.3-2c5.2-.6 6.7-2.3 6.7-7.9V331.7c0-2.3-2.9-2.3-5.8-2.3H180V292h28v-21c0-49.6 26.5-70 77.3-70c34.1 0 64.7 8.2 64.7 52.8l-50.7 6.1c.3-18.7-4.4-23-16.3-23m74.3 241.8v-25.1l20.4-2.6c5.2-.6 7.6-1.7 7.6-7.3V335.8c0-4.1-2.9-6.7-6.7-7.9l-24.2-6.4l6.7-29.5h80.2v151.7c0 5.8-2.6 6.4 2.9 7.3l15.7 2.6v25.1zm80.8-255.5l9 33.2l-7.3 7.3l-31.2-16.6l-31.2 16.6l-7.3-7.3l9-33.2l-21.8-24.2l3.5-9.6h27.7l15.5-28h9.3l15.5 28h27.7l3.5 9.6z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsFonticons(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="M96 96v448h448V96zm187 140.9c-18.4 0-19 9.9-19 27.4v23.3c0 2.4-3.5 4.4-.6 4.4h67.4l-11.1 37.3H264v112.9c0 5.8-2 6.7 3.2 7.3l43.5 4.1v25.1H180V453l21.3-2c5.2-.6 6.7-2.3 6.7-7.9V331.7c0-2.3-2.9-2.3-5.8-2.3H180V292h28v-21c0-49.6 26.5-70 77.3-70c34.1 0 64.7 8.2 64.7 52.8l-50.7 6.1c.3-18.7-4.4-23-16.3-23m74.3 241.8v-25.1l20.4-2.6c5.2-.6 7.6-1.7 7.6-7.3V335.8c0-4.1-2.9-6.7-6.7-7.9l-24.2-6.4l6.7-29.5h80.2v151.7c0 5.8-2.6 6.4 2.9 7.3l15.7 2.6v25.1zm80.8-255.5l9 33.2l-7.3 7.3l-31.2-16.6l-31.2 16.6l-7.3-7.3l9-33.2l-21.8-24.2l3.5-9.6h27.7l15.5-28h9.3l15.5 28h27.7l3.5 9.6z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M96 96v448h448V96zm187 140.9c-18.4 0-19 9.9-19 27.4v23.3c0 2.4-3.5 4.4-.6 4.4h67.4l-11.1 37.3H264v112.9c0 5.8-2 6.7 3.2 7.3l43.5 4.1v25.1H180V453l21.3-2c5.2-.6 6.7-2.3 6.7-7.9V331.7c0-2.3-2.9-2.3-5.8-2.3H180V292h28v-21c0-49.6 26.5-70 77.3-70c34.1 0 64.7 8.2 64.7 52.8l-50.7 6.1c.3-18.7-4.4-23-16.3-23m74.3 241.8v-25.1l20.4-2.6c5.2-.6 7.6-1.7 7.6-7.3V335.8c0-4.1-2.9-6.7-6.7-7.9l-24.2-6.4l6.7-29.5h80.2v151.7c0 5.8-2.6 6.4 2.9 7.3l15.7 2.6v25.1zm80.8-255.5l9 33.2l-7.3 7.3l-31.2-16.6l-31.2 16.6l-7.3-7.3l9-33.2l-21.8-24.2l3.5-9.6h27.7l15.5-28h9.3l15.5 28h27.7l3.5 9.6z"/></svg>
</template>

CSS

.icon-fonticons {
  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%22M96%2096v448h448V96zm187%20140.9c-18.4%200-19%209.9-19%2027.4v23.3c0%202.4-3.5%204.4-.6%204.4h67.4l-11.1%2037.3H264v112.9c0%205.8-2%206.7%203.2%207.3l43.5%204.1v25.1H180V453l21.3-2c5.2-.6%206.7-2.3%206.7-7.9V331.7c0-2.3-2.9-2.3-5.8-2.3H180V292h28v-21c0-49.6%2026.5-70%2077.3-70c34.1%200%2064.7%208.2%2064.7%2052.8l-50.7%206.1c.3-18.7-4.4-23-16.3-23m74.3%20241.8v-25.1l20.4-2.6c5.2-.6%207.6-1.7%207.6-7.3V335.8c0-4.1-2.9-6.7-6.7-7.9l-24.2-6.4l6.7-29.5h80.2v151.7c0%205.8-2.6%206.4%202.9%207.3l15.7%202.6v25.1zm80.8-255.5l9%2033.2l-7.3%207.3l-31.2-16.6l-31.2%2016.6l-7.3-7.3l9-33.2l-21.8-24.2l3.5-9.6h27.7l15.5-28h9.3l15.5%2028h27.7l3.5%209.6z%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%22M96%2096v448h448V96zm187%20140.9c-18.4%200-19%209.9-19%2027.4v23.3c0%202.4-3.5%204.4-.6%204.4h67.4l-11.1%2037.3H264v112.9c0%205.8-2%206.7%203.2%207.3l43.5%204.1v25.1H180V453l21.3-2c5.2-.6%206.7-2.3%206.7-7.9V331.7c0-2.3-2.9-2.3-5.8-2.3H180V292h28v-21c0-49.6%2026.5-70%2077.3-70c34.1%200%2064.7%208.2%2064.7%2052.8l-50.7%206.1c.3-18.7-4.4-23-16.3-23m74.3%20241.8v-25.1l20.4-2.6c5.2-.6%207.6-1.7%207.6-7.3V335.8c0-4.1-2.9-6.7-6.7-7.9l-24.2-6.4l6.7-29.5h80.2v151.7c0%205.8-2.6%206.4%202.9%207.3l15.7%202.6v25.1zm80.8-255.5l9%2033.2l-7.3%207.3l-31.2-16.6l-31.2%2016.6l-7.3-7.3l9-33.2l-21.8-24.2l3.5-9.6h27.7l15.5-28h9.3l15.5%2028h27.7l3.5%209.6z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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