facebook-solid from Myna UI Icons by Praveen Juge · Solid · MIT Free for personal and commercial use.

Name
facebook-solid
Set
Myna UI Icons
Style
Solid
Viewbox
24×24
License
MIT
Aliases
brand-facebook-solid

1 other variant in Myna UI 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="M14.5 2.75c-2.861 0-5.25 2.389-5.25 5.25v1.75H6.5a.25.25 0 0 0-.25.25v4c0 .138.112.25.25.25h2.75V21c0 .138.112.25.25.25h4a.25.25 0 0 0 .25-.25v-6.75h2.75a.25.25 0 0 0 .242-.19l1-4a.25.25 0 0 0-.242-.31h-3.75V8a.76.76 0 0 1 .75-.75h3a.25.25 0 0 0 .25-.25V3a.25.25 0 0 0-.25-.25z"/></svg>

React

import type { SVGProps } from "react";

export function MynauiFacebookSolid(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="M14.5 2.75c-2.861 0-5.25 2.389-5.25 5.25v1.75H6.5a.25.25 0 0 0-.25.25v4c0 .138.112.25.25.25h2.75V21c0 .138.112.25.25.25h4a.25.25 0 0 0 .25-.25v-6.75h2.75a.25.25 0 0 0 .242-.19l1-4a.25.25 0 0 0-.242-.31h-3.75V8a.76.76 0 0 1 .75-.75h3a.25.25 0 0 0 .25-.25V3a.25.25 0 0 0-.25-.25z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.5 2.75c-2.861 0-5.25 2.389-5.25 5.25v1.75H6.5a.25.25 0 0 0-.25.25v4c0 .138.112.25.25.25h2.75V21c0 .138.112.25.25.25h4a.25.25 0 0 0 .25-.25v-6.75h2.75a.25.25 0 0 0 .242-.19l1-4a.25.25 0 0 0-.242-.31h-3.75V8a.76.76 0 0 1 .75-.75h3a.25.25 0 0 0 .25-.25V3a.25.25 0 0 0-.25-.25z"/></svg>
</template>

CSS

.icon-facebook-solid {
  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%22M14.5%202.75c-2.861%200-5.25%202.389-5.25%205.25v1.75H6.5a.25.25%200%200%200-.25.25v4c0%20.138.112.25.25.25h2.75V21c0%20.138.112.25.25.25h4a.25.25%200%200%200%20.25-.25v-6.75h2.75a.25.25%200%200%200%20.242-.19l1-4a.25.25%200%200%200-.242-.31h-3.75V8a.76.76%200%200%201%20.75-.75h3a.25.25%200%200%200%20.25-.25V3a.25.25%200%200%200-.25-.25z%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%22M14.5%202.75c-2.861%200-5.25%202.389-5.25%205.25v1.75H6.5a.25.25%200%200%200-.25.25v4c0%20.138.112.25.25.25h2.75V21c0%20.138.112.25.25.25h4a.25.25%200%200%200%20.25-.25v-6.75h2.75a.25.25%200%200%200%20.242-.19l1-4a.25.25%200%200%200-.242-.31h-3.75V8a.76.76%200%200%201%20.75-.75h3a.25.25%200%200%200%20.25-.25V3a.25.25%200%200%200-.25-.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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