facebook circle icon

facebook-circle from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.

Name
facebook-circle
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

The same icon in other sets

Related icons in Mage Icons

Use the facebook circle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 12.08a10 10 0 0 1-8.91 9.893V14.8h2.35a.423.423 0 0 0 .422-.37l.254-2.202a.402.402 0 0 0-.402-.465H13.09v-1.8c0-.836.233-1.407 1.428-1.407h1.112a.423.423 0 0 0 .412-.424V6.238a.423.423 0 0 0-.423-.413H13.82a3.482 3.482 0 0 0-3.714 3.81v2.116H8.339a.413.413 0 0 0-.413.424v2.2a.413.413 0 0 0 .413.413h1.767v7.037A10 10 0 0 1 2 12.08a10 10 0 1 1 20 0"/></svg>

React

import type { SVGProps } from "react";

export function MageFacebookCircle(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="M22 12.08a10 10 0 0 1-8.91 9.893V14.8h2.35a.423.423 0 0 0 .422-.37l.254-2.202a.402.402 0 0 0-.402-.465H13.09v-1.8c0-.836.233-1.407 1.428-1.407h1.112a.423.423 0 0 0 .412-.424V6.238a.423.423 0 0 0-.423-.413H13.82a3.482 3.482 0 0 0-3.714 3.81v2.116H8.339a.413.413 0 0 0-.413.424v2.2a.413.413 0 0 0 .413.413h1.767v7.037A10 10 0 0 1 2 12.08a10 10 0 1 1 20 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M22 12.08a10 10 0 0 1-8.91 9.893V14.8h2.35a.423.423 0 0 0 .422-.37l.254-2.202a.402.402 0 0 0-.402-.465H13.09v-1.8c0-.836.233-1.407 1.428-1.407h1.112a.423.423 0 0 0 .412-.424V6.238a.423.423 0 0 0-.423-.413H13.82a3.482 3.482 0 0 0-3.714 3.81v2.116H8.339a.413.413 0 0 0-.413.424v2.2a.413.413 0 0 0 .413.413h1.767v7.037A10 10 0 0 1 2 12.08a10 10 0 1 1 20 0"/></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%22M22%2012.08a10%2010%200%200%201-8.91%209.893V14.8h2.35a.423.423%200%200%200%20.422-.37l.254-2.202a.402.402%200%200%200-.402-.465H13.09v-1.8c0-.836.233-1.407%201.428-1.407h1.112a.423.423%200%200%200%20.412-.424V6.238a.423.423%200%200%200-.423-.413H13.82a3.482%203.482%200%200%200-3.714%203.81v2.116H8.339a.413.413%200%200%200-.413.424v2.2a.413.413%200%200%200%20.413.413h1.767v7.037A10%2010%200%200%201%202%2012.08a10%2010%200%201%201%2020%200%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%22M22%2012.08a10%2010%200%200%201-8.91%209.893V14.8h2.35a.423.423%200%200%200%20.422-.37l.254-2.202a.402.402%200%200%200-.402-.465H13.09v-1.8c0-.836.233-1.407%201.428-1.407h1.112a.423.423%200%200%200%20.412-.424V6.238a.423.423%200%200%200-.423-.413H13.82a3.482%203.482%200%200%200-3.714%203.81v2.116H8.339a.413.413%200%200%200-.413.424v2.2a.413.413%200%200%200%20.413.413h1.767v7.037A10%2010%200%200%201%202%2012.08a10%2010%200%201%201%2020%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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