facebook icon

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

Name
facebook-fill
Set
Eva Icons
Style
Fill
Viewbox
24×24
License
MIT

1 other variant in Eva Icons

The same icon in other sets

Use the facebook icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 3.5a.5.5 0 0 0-.5-.5H14a4.77 4.77 0 0 0-5 4.5v2.7H6.5a.5.5 0 0 0-.5.5v2.6a.5.5 0 0 0 .5.5H9v6.7a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-6.7h2.62a.5.5 0 0 0 .49-.37l.72-2.6a.5.5 0 0 0-.48-.63H13V7.5a1 1 0 0 1 1-.9h2.5a.5.5 0 0 0 .5-.5Z"/></svg>

React

import type { SVGProps } from "react";

export function EvaFacebookFill(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="M17 3.5a.5.5 0 0 0-.5-.5H14a4.77 4.77 0 0 0-5 4.5v2.7H6.5a.5.5 0 0 0-.5.5v2.6a.5.5 0 0 0 .5.5H9v6.7a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-6.7h2.62a.5.5 0 0 0 .49-.37l.72-2.6a.5.5 0 0 0-.48-.63H13V7.5a1 1 0 0 1 1-.9h2.5a.5.5 0 0 0 .5-.5Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 3.5a.5.5 0 0 0-.5-.5H14a4.77 4.77 0 0 0-5 4.5v2.7H6.5a.5.5 0 0 0-.5.5v2.6a.5.5 0 0 0 .5.5H9v6.7a.5.5 0 0 0 .5.5h3a.5.5 0 0 0 .5-.5v-6.7h2.62a.5.5 0 0 0 .49-.37l.72-2.6a.5.5 0 0 0-.48-.63H13V7.5a1 1 0 0 1 1-.9h2.5a.5.5 0 0 0 .5-.5Z"/></svg>
</template>

CSS

.icon-facebook-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17%203.5a.5.5%200%200%200-.5-.5H14a4.77%204.77%200%200%200-5%204.5v2.7H6.5a.5.5%200%200%200-.5.5v2.6a.5.5%200%200%200%20.5.5H9v6.7a.5.5%200%200%200%20.5.5h3a.5.5%200%200%200%20.5-.5v-6.7h2.62a.5.5%200%200%200%20.49-.37l.72-2.6a.5.5%200%200%200-.48-.63H13V7.5a1%201%200%200%201%201-.9h2.5a.5.5%200%200%200%20.5-.5Z%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%22M17%203.5a.5.5%200%200%200-.5-.5H14a4.77%204.77%200%200%200-5%204.5v2.7H6.5a.5.5%200%200%200-.5.5v2.6a.5.5%200%200%200%20.5.5H9v6.7a.5.5%200%200%200%20.5.5h3a.5.5%200%200%200%20.5-.5v-6.7h2.62a.5.5%200%200%200%20.49-.37l.72-2.6a.5.5%200%200%200-.48-.63H13V7.5a1%201%200%200%201%201-.9h2.5a.5.5%200%200%200%20.5-.5Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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