facebook from Line Awesome by Icons8 · Line · Other · Apache-2.0 Free for personal and commercial use.

Name
facebook
Set
Line Awesome
Style
Line
Category
Other
Viewbox
32×32
License
Apache 2.0

The same icon in other sets

More other icons from Line Awesome

Use the facebook icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C9.384 4 4 9.384 4 16s5.384 12 12 12s12-5.384 12-12S22.616 4 16 4m0 2c5.535 0 10 4.465 10 10a9.98 9.98 0 0 1-8.512 9.879v-6.963h2.848l.447-2.893h-3.295v-1.58c0-1.2.395-2.267 1.518-2.267h1.805V9.652c-.317-.043-.988-.136-2.256-.136c-2.648 0-4.2 1.398-4.2 4.584v1.923h-2.722v2.893h2.722v6.938A9.975 9.975 0 0 1 6 16c0-5.535 4.465-10 10-10"/></svg>

React

import type { SVGProps } from "react";

export function LaFacebook(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C9.384 4 4 9.384 4 16s5.384 12 12 12s12-5.384 12-12S22.616 4 16 4m0 2c5.535 0 10 4.465 10 10a9.98 9.98 0 0 1-8.512 9.879v-6.963h2.848l.447-2.893h-3.295v-1.58c0-1.2.395-2.267 1.518-2.267h1.805V9.652c-.317-.043-.988-.136-2.256-.136c-2.648 0-4.2 1.398-4.2 4.584v1.923h-2.722v2.893h2.722v6.938A9.975 9.975 0 0 1 6 16c0-5.535 4.465-10 10-10"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M16 4C9.384 4 4 9.384 4 16s5.384 12 12 12s12-5.384 12-12S22.616 4 16 4m0 2c5.535 0 10 4.465 10 10a9.98 9.98 0 0 1-8.512 9.879v-6.963h2.848l.447-2.893h-3.295v-1.58c0-1.2.395-2.267 1.518-2.267h1.805V9.652c-.317-.043-.988-.136-2.256-.136c-2.648 0-4.2 1.398-4.2 4.584v1.923h-2.722v2.893h2.722v6.938A9.975 9.975 0 0 1 6 16c0-5.535 4.465-10 10-10"/></svg>
</template>

CSS

.icon-facebook {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204C9.384%204%204%209.384%204%2016s5.384%2012%2012%2012s12-5.384%2012-12S22.616%204%2016%204m0%202c5.535%200%2010%204.465%2010%2010a9.98%209.98%200%200%201-8.512%209.879v-6.963h2.848l.447-2.893h-3.295v-1.58c0-1.2.395-2.267%201.518-2.267h1.805V9.652c-.317-.043-.988-.136-2.256-.136c-2.648%200-4.2%201.398-4.2%204.584v1.923h-2.722v2.893h2.722v6.938A9.975%209.975%200%200%201%206%2016c0-5.535%204.465-10%2010-10%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M16%204C9.384%204%204%209.384%204%2016s5.384%2012%2012%2012s12-5.384%2012-12S22.616%204%2016%204m0%202c5.535%200%2010%204.465%2010%2010a9.98%209.98%200%200%201-8.512%209.879v-6.963h2.848l.447-2.893h-3.295v-1.58c0-1.2.395-2.267%201.518-2.267h1.805V9.652c-.317-.043-.988-.136-2.256-.136c-2.648%200-4.2%201.398-4.2%204.584v1.923h-2.722v2.893h2.722v6.938A9.975%209.975%200%200%201%206%2016c0-5.535%204.465-10%2010-10%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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