facebook square icon

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

Name
facebook-square
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 square icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.234 2.25H6.744a4.5 4.5 0 0 0-3.198 1.33A4.47 4.47 0 0 0 2.25 6.778v10.444a4.46 4.46 0 0 0 1.296 3.198a4.5 4.5 0 0 0 3.197 1.33h4.763v-6.966h-1.82a.43.43 0 0 1-.427-.425v-2.236a.435.435 0 0 1 .438-.436h1.809v-2.18a3.54 3.54 0 0 1 .996-2.826a3.57 3.57 0 0 1 2.811-1.065h1.854a.43.43 0 0 1 .427.436v1.89a.424.424 0 0 1-.427.424h-1.123c-1.236 0-1.472.582-1.472 1.431v1.879h2.696a.428.428 0 0 1 .427.48l-.27 2.237a.424.424 0 0 1-.427.38h-2.415v6.966h2.674a4.5 4.5 0 0 0 3.197-1.33a4.47 4.47 0 0 0 1.296-3.199V6.778a4.45 4.45 0 0 0-1.304-3.206a4.5 4.5 0 0 0-3.212-1.322"/></svg>

React

import type { SVGProps } from "react";

export function MageFacebookSquare(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.234 2.25H6.744a4.5 4.5 0 0 0-3.198 1.33A4.47 4.47 0 0 0 2.25 6.778v10.444a4.46 4.46 0 0 0 1.296 3.198a4.5 4.5 0 0 0 3.197 1.33h4.763v-6.966h-1.82a.43.43 0 0 1-.427-.425v-2.236a.435.435 0 0 1 .438-.436h1.809v-2.18a3.54 3.54 0 0 1 .996-2.826a3.57 3.57 0 0 1 2.811-1.065h1.854a.43.43 0 0 1 .427.436v1.89a.424.424 0 0 1-.427.424h-1.123c-1.236 0-1.472.582-1.472 1.431v1.879h2.696a.428.428 0 0 1 .427.48l-.27 2.237a.424.424 0 0 1-.427.38h-2.415v6.966h2.674a4.5 4.5 0 0 0 3.197-1.33a4.47 4.47 0 0 0 1.296-3.199V6.778a4.45 4.45 0 0 0-1.304-3.206a4.5 4.5 0 0 0-3.212-1.322"/></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.234 2.25H6.744a4.5 4.5 0 0 0-3.198 1.33A4.47 4.47 0 0 0 2.25 6.778v10.444a4.46 4.46 0 0 0 1.296 3.198a4.5 4.5 0 0 0 3.197 1.33h4.763v-6.966h-1.82a.43.43 0 0 1-.427-.425v-2.236a.435.435 0 0 1 .438-.436h1.809v-2.18a3.54 3.54 0 0 1 .996-2.826a3.57 3.57 0 0 1 2.811-1.065h1.854a.43.43 0 0 1 .427.436v1.89a.424.424 0 0 1-.427.424h-1.123c-1.236 0-1.472.582-1.472 1.431v1.879h2.696a.428.428 0 0 1 .427.48l-.27 2.237a.424.424 0 0 1-.427.38h-2.415v6.966h2.674a4.5 4.5 0 0 0 3.197-1.33a4.47 4.47 0 0 0 1.296-3.199V6.778a4.45 4.45 0 0 0-1.304-3.206a4.5 4.5 0 0 0-3.212-1.322"/></svg>
</template>

CSS

.icon-facebook-square {
  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.234%202.25H6.744a4.5%204.5%200%200%200-3.198%201.33A4.47%204.47%200%200%200%202.25%206.778v10.444a4.46%204.46%200%200%200%201.296%203.198a4.5%204.5%200%200%200%203.197%201.33h4.763v-6.966h-1.82a.43.43%200%200%201-.427-.425v-2.236a.435.435%200%200%201%20.438-.436h1.809v-2.18a3.54%203.54%200%200%201%20.996-2.826a3.57%203.57%200%200%201%202.811-1.065h1.854a.43.43%200%200%201%20.427.436v1.89a.424.424%200%200%201-.427.424h-1.123c-1.236%200-1.472.582-1.472%201.431v1.879h2.696a.428.428%200%200%201%20.427.48l-.27%202.237a.424.424%200%200%201-.427.38h-2.415v6.966h2.674a4.5%204.5%200%200%200%203.197-1.33a4.47%204.47%200%200%200%201.296-3.199V6.778a4.45%204.45%200%200%200-1.304-3.206a4.5%204.5%200%200%200-3.212-1.322%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.234%202.25H6.744a4.5%204.5%200%200%200-3.198%201.33A4.47%204.47%200%200%200%202.25%206.778v10.444a4.46%204.46%200%200%200%201.296%203.198a4.5%204.5%200%200%200%203.197%201.33h4.763v-6.966h-1.82a.43.43%200%200%201-.427-.425v-2.236a.435.435%200%200%201%20.438-.436h1.809v-2.18a3.54%203.54%200%200%201%20.996-2.826a3.57%203.57%200%200%201%202.811-1.065h1.854a.43.43%200%200%201%20.427.436v1.89a.424.424%200%200%201-.427.424h-1.123c-1.236%200-1.472.582-1.472%201.431v1.879h2.696a.428.428%200%200%201%20.427.48l-.27%202.237a.424.424%200%200%201-.427.38h-2.415v6.966h2.674a4.5%204.5%200%200%200%203.197-1.33a4.47%204.47%200%200%200%201.296-3.199V6.778a4.45%204.45%200%200%200-1.304-3.206a4.5%204.5%200%200%200-3.212-1.322%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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