square font awesome logo
square-font-awesome from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.
- Name
- square-font-awesome
- Set
- Font Awesome Brands
- Style
- Brand
- Viewbox
- 640×640
- License
- CC BY 4.0
The same logo in other sets
Related icons in Font Awesome Brands
square-behancesquare-blueskysquare-build-awesome-strokesquare-deskprosquare-dribbblesquare-facebooksquare-figmasquare-font-awesome-strokesquare-gitsquare-githubsquare-gitlabsquare-google-plussquare-hacker-newssquare-instagramsquare-jssquare-kickstartersquare-lastfmsquare-letterboxdsquare-linkedinsquare-odnoklassnikisquare-pied-pipersquare-pinterestsquare-redditsquare-snapchat
Use the square font awesome logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M160 96c-35.3 0-64 28.7-64 64v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64zm90 122c0 9.3-4.8 17.4-12.1 22h188.9c7.3 0 13.2 5.9 13.2 13.2c0 1.8-.4 3.7-1.1 5.4L408 328l30.9 69.4c.7 1.7 1.1 3.5 1.1 5.4c0 7.3-5.9 13.2-13.2 13.2H240v32h-32V238.5c-6.1-4.8-10-12.2-10-20.5c0-14.4 11.6-26 26-26s26 11.6 26 26"/></svg>
React
import type { SVGProps } from "react";
export function Fa7BrandsSquareFontAwesome(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M160 96c-35.3 0-64 28.7-64 64v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64zm90 122c0 9.3-4.8 17.4-12.1 22h188.9c7.3 0 13.2 5.9 13.2 13.2c0 1.8-.4 3.7-1.1 5.4L408 328l30.9 69.4c.7 1.7 1.1 3.5 1.1 5.4c0 7.3-5.9 13.2-13.2 13.2H240v32h-32V238.5c-6.1-4.8-10-12.2-10-20.5c0-14.4 11.6-26 26-26s26 11.6 26 26"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M160 96c-35.3 0-64 28.7-64 64v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V160c0-35.3-28.7-64-64-64zm90 122c0 9.3-4.8 17.4-12.1 22h188.9c7.3 0 13.2 5.9 13.2 13.2c0 1.8-.4 3.7-1.1 5.4L408 328l30.9 69.4c.7 1.7 1.1 3.5 1.1 5.4c0 7.3-5.9 13.2-13.2 13.2H240v32h-32V238.5c-6.1-4.8-10-12.2-10-20.5c0-14.4 11.6-26 26-26s26 11.6 26 26"/></svg> </template>
CSS
.icon-square-font-awesome {
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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%2096c-35.3%200-64%2028.7-64%2064v320c0%2035.3%2028.7%2064%2064%2064h320c35.3%200%2064-28.7%2064-64V160c0-35.3-28.7-64-64-64zm90%20122c0%209.3-4.8%2017.4-12.1%2022h188.9c7.3%200%2013.2%205.9%2013.2%2013.2c0%201.8-.4%203.7-1.1%205.4L408%20328l30.9%2069.4c.7%201.7%201.1%203.5%201.1%205.4c0%207.3-5.9%2013.2-13.2%2013.2H240v32h-32V238.5c-6.1-4.8-10-12.2-10-20.5c0-14.4%2011.6-26%2026-26s26%2011.6%2026%2026%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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M160%2096c-35.3%200-64%2028.7-64%2064v320c0%2035.3%2028.7%2064%2064%2064h320c35.3%200%2064-28.7%2064-64V160c0-35.3-28.7-64-64-64zm90%20122c0%209.3-4.8%2017.4-12.1%2022h188.9c7.3%200%2013.2%205.9%2013.2%2013.2c0%201.8-.4%203.7-1.1%205.4L408%20328l30.9%2069.4c.7%201.7%201.1%203.5%201.1%205.4c0%207.3-5.9%2013.2-13.2%2013.2H240v32h-32V238.5c-6.1-4.8-10-12.2-10-20.5c0-14.4%2011.6-26%2026-26s26%2011.6%2026%2026%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa7-brands/square-font-awesome.svg?color=%231a73e8&size=48