facebook logo icon

facebook-logo-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.

Name
facebook-logo-fill
Set
Phosphor
Style
Fill
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the facebook logo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 128a104.16 104.16 0 0 1-91.55 103.26a4 4 0 0 1-4.45-4V152h24a8 8 0 0 0 8-8.53a8.17 8.17 0 0 0-8.25-7.47H136v-24a16 16 0 0 1 16-16h16a8 8 0 0 0 8-8.53a8.17 8.17 0 0 0-8.27-7.47H152a32 32 0 0 0-32 32v24H96a8 8 0 0 0-8 8.53a8.17 8.17 0 0 0 8.27 7.47H120v75.28a4 4 0 0 1-4.44 4a104.15 104.15 0 0 1-91.49-107.19c2-54 45.74-97.9 99.78-100A104.12 104.12 0 0 1 232 128"/></svg>

React

import type { SVGProps } from "react";

export function PhFacebookLogoFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 128a104.16 104.16 0 0 1-91.55 103.26a4 4 0 0 1-4.45-4V152h24a8 8 0 0 0 8-8.53a8.17 8.17 0 0 0-8.25-7.47H136v-24a16 16 0 0 1 16-16h16a8 8 0 0 0 8-8.53a8.17 8.17 0 0 0-8.27-7.47H152a32 32 0 0 0-32 32v24H96a8 8 0 0 0-8 8.53a8.17 8.17 0 0 0 8.27 7.47H120v75.28a4 4 0 0 1-4.44 4a104.15 104.15 0 0 1-91.49-107.19c2-54 45.74-97.9 99.78-100A104.12 104.12 0 0 1 232 128"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M232 128a104.16 104.16 0 0 1-91.55 103.26a4 4 0 0 1-4.45-4V152h24a8 8 0 0 0 8-8.53a8.17 8.17 0 0 0-8.25-7.47H136v-24a16 16 0 0 1 16-16h16a8 8 0 0 0 8-8.53a8.17 8.17 0 0 0-8.27-7.47H152a32 32 0 0 0-32 32v24H96a8 8 0 0 0-8 8.53a8.17 8.17 0 0 0 8.27 7.47H120v75.28a4 4 0 0 1-4.44 4a104.15 104.15 0 0 1-91.49-107.19c2-54 45.74-97.9 99.78-100A104.12 104.12 0 0 1 232 128"/></svg>
</template>

CSS

.icon-facebook-logo-fill {
  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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232%20128a104.16%20104.16%200%200%201-91.55%20103.26a4%204%200%200%201-4.45-4V152h24a8%208%200%200%200%208-8.53a8.17%208.17%200%200%200-8.25-7.47H136v-24a16%2016%200%200%201%2016-16h16a8%208%200%200%200%208-8.53a8.17%208.17%200%200%200-8.27-7.47H152a32%2032%200%200%200-32%2032v24H96a8%208%200%200%200-8%208.53a8.17%208.17%200%200%200%208.27%207.47H120v75.28a4%204%200%200%201-4.44%204a104.15%20104.15%200%200%201-91.49-107.19c2-54%2045.74-97.9%2099.78-100A104.12%20104.12%200%200%201%20232%20128%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M232%20128a104.16%20104.16%200%200%201-91.55%20103.26a4%204%200%200%201-4.45-4V152h24a8%208%200%200%200%208-8.53a8.17%208.17%200%200%200-8.25-7.47H136v-24a16%2016%200%200%201%2016-16h16a8%208%200%200%200%208-8.53a8.17%208.17%200%200%200-8.27-7.47H152a32%2032%200%200%200-32%2032v24H96a8%208%200%200%200-8%208.53a8.17%208.17%200%200%200%208.27%207.47H120v75.28a4%204%200%200%201-4.44%204a104.15%20104.15%200%200%201-91.49-107.19c2-54%2045.74-97.9%2099.78-100A104.12%20104.12%200%200%201%20232%20128%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/facebook-logo-fill.svg?color=%231a73e8&size=48