facebook circle logo

facebook-circle from Boxicons Brands by Boxicons · Logo · MIT Free for personal and commercial use.

Name
facebook-circle
Set
Boxicons Brands
Style
Logo
Viewbox
24×24
License
MIT

The same logo in other sets

Related icons in Boxicons Brands

Use the facebook circle logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2.06c-5.5 0-10 4.5-10 10c0 4.94 3.61 9.06 8.33 9.89l.06-.05h-.06v-7.06h-2.5v-2.78h2.5V9.84c0-2.5 1.61-3.89 3.89-3.89c.72 0 1.5.11 2.22.22v2.56h-1.28c-1.22 0-1.5.61-1.5 1.39v1.94h2.67l-.44 2.78h-2.22v7.06h-.06l.06.05c4.72-.83 8.33-4.94 8.33-9.89c0-5.5-4.5-10-10-10"/></svg>

React

import type { SVGProps } from "react";

export function BxlFacebookCircle(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="M12 2.06c-5.5 0-10 4.5-10 10c0 4.94 3.61 9.06 8.33 9.89l.06-.05h-.06v-7.06h-2.5v-2.78h2.5V9.84c0-2.5 1.61-3.89 3.89-3.89c.72 0 1.5.11 2.22.22v2.56h-1.28c-1.22 0-1.5.61-1.5 1.39v1.94h2.67l-.44 2.78h-2.22v7.06h-.06l.06.05c4.72-.83 8.33-4.94 8.33-9.89c0-5.5-4.5-10-10-10"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 2.06c-5.5 0-10 4.5-10 10c0 4.94 3.61 9.06 8.33 9.89l.06-.05h-.06v-7.06h-2.5v-2.78h2.5V9.84c0-2.5 1.61-3.89 3.89-3.89c.72 0 1.5.11 2.22.22v2.56h-1.28c-1.22 0-1.5.61-1.5 1.39v1.94h2.67l-.44 2.78h-2.22v7.06h-.06l.06.05c4.72-.83 8.33-4.94 8.33-9.89c0-5.5-4.5-10-10-10"/></svg>
</template>

CSS

.icon-facebook-circle {
  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%22M12%202.06c-5.5%200-10%204.5-10%2010c0%204.94%203.61%209.06%208.33%209.89l.06-.05h-.06v-7.06h-2.5v-2.78h2.5V9.84c0-2.5%201.61-3.89%203.89-3.89c.72%200%201.5.11%202.22.22v2.56h-1.28c-1.22%200-1.5.61-1.5%201.39v1.94h2.67l-.44%202.78h-2.22v7.06h-.06l.06.05c4.72-.83%208.33-4.94%208.33-9.89c0-5.5-4.5-10-10-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%202.06c-5.5%200-10%204.5-10%2010c0%204.94%203.61%209.06%208.33%209.89l.06-.05h-.06v-7.06h-2.5v-2.78h2.5V9.84c0-2.5%201.61-3.89%203.89-3.89c.72%200%201.5.11%202.22.22v2.56h-1.28c-1.22%200-1.5.61-1.5%201.39v1.94h2.67l-.44%202.78h-2.22v7.06h-.06l.06.05c4.72-.83%208.33-4.94%208.33-9.89c0-5.5-4.5-10-10-10%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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