square xing logo
square-xing from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- square-xing
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 448×512
- License
- CC BY 4.0
- Aliases
- xing-square
The same logo in other sets
Related icons in Font Awesome 6 Brands
square-behancesquare-blueskysquare-dribbblesquare-facebooksquare-font-awesomesquare-font-awesome-strokesquare-gitsquare-githubsquare-gitlabsquare-google-plussquare-hacker-newssquare-instagramsquare-jssquare-lastfmsquare-letterboxdsquare-odnoklassnikisquare-pied-pipersquare-pinterestsquare-redditsquare-snapchatsquare-steamsquare-threadssquare-tumblrsquare-twitter
Use the square xing logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64zM93.8 320.2c-5.5 0-8.7-5.3-6-10.3l49.3-86.7c.1 0 .1-.1 0-.2l-31.4-54c-3-5.6.2-10.1 6-10.1h46.6q7.8 0 12.9 8.7l31.9 55.3q-1.95 3.45-50.1 88.2c-3.5 6.2-7.7 9.1-12.6 9.1zm163.5-33.4v.2l65.5 119c2.8 5.1.1 10.1-6 10.1h-46.6c-5.5 0-9.7-2.9-12.9-8.7l-66-120.3q2.7-4.8 63.3-111.6c11.7-20.7 25.1-44.3 40.1-70.8c3.3-5.8 7.4-8.7 12.5-8.7h46.9c5.7-.1 8.8 4.7 6 10z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsSquareXing(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64zM93.8 320.2c-5.5 0-8.7-5.3-6-10.3l49.3-86.7c.1 0 .1-.1 0-.2l-31.4-54c-3-5.6.2-10.1 6-10.1h46.6q7.8 0 12.9 8.7l31.9 55.3q-1.95 3.45-50.1 88.2c-3.5 6.2-7.7 9.1-12.6 9.1zm163.5-33.4v.2l65.5 119c2.8 5.1.1 10.1-6 10.1h-46.6c-5.5 0-9.7-2.9-12.9-8.7l-66-120.3q2.7-4.8 63.3-111.6c11.7-20.7 25.1-44.3 40.1-70.8c3.3-5.8 7.4-8.7 12.5-8.7h46.9c5.7-.1 8.8 4.7 6 10z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64zM93.8 320.2c-5.5 0-8.7-5.3-6-10.3l49.3-86.7c.1 0 .1-.1 0-.2l-31.4-54c-3-5.6.2-10.1 6-10.1h46.6q7.8 0 12.9 8.7l31.9 55.3q-1.95 3.45-50.1 88.2c-3.5 6.2-7.7 9.1-12.6 9.1zm163.5-33.4v.2l65.5 119c2.8 5.1.1 10.1-6 10.1h-46.6c-5.5 0-9.7-2.9-12.9-8.7l-66-120.3q2.7-4.8 63.3-111.6c11.7-20.7 25.1-44.3 40.1-70.8c3.3-5.8 7.4-8.7 12.5-8.7h46.9c5.7-.1 8.8 4.7 6 10z"/></svg> </template>
CSS
.icon-square-xing {
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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M448%2096c0-35.3-28.7-64-64-64H64C28.7%2032%200%2060.7%200%2096v320c0%2035.3%2028.7%2064%2064%2064h320c35.3%200%2064-28.7%2064-64zM93.8%20320.2c-5.5%200-8.7-5.3-6-10.3l49.3-86.7c.1%200%20.1-.1%200-.2l-31.4-54c-3-5.6.2-10.1%206-10.1h46.6q7.8%200%2012.9%208.7l31.9%2055.3q-1.95%203.45-50.1%2088.2c-3.5%206.2-7.7%209.1-12.6%209.1zm163.5-33.4v.2l65.5%20119c2.8%205.1.1%2010.1-6%2010.1h-46.6c-5.5%200-9.7-2.9-12.9-8.7l-66-120.3q2.7-4.8%2063.3-111.6c11.7-20.7%2025.1-44.3%2040.1-70.8c3.3-5.8%207.4-8.7%2012.5-8.7h46.9c5.7-.1%208.8%204.7%206%2010z%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M448%2096c0-35.3-28.7-64-64-64H64C28.7%2032%200%2060.7%200%2096v320c0%2035.3%2028.7%2064%2064%2064h320c35.3%200%2064-28.7%2064-64zM93.8%20320.2c-5.5%200-8.7-5.3-6-10.3l49.3-86.7c.1%200%20.1-.1%200-.2l-31.4-54c-3-5.6.2-10.1%206-10.1h46.6q7.8%200%2012.9%208.7l31.9%2055.3q-1.95%203.45-50.1%2088.2c-3.5%206.2-7.7%209.1-12.6%209.1zm163.5-33.4v.2l65.5%20119c2.8%205.1.1%2010.1-6%2010.1h-46.6c-5.5%200-9.7-2.9-12.9-8.7l-66-120.3q2.7-4.8%2063.3-111.6c11.7-20.7%2025.1-44.3%2040.1-70.8c3.3-5.8%207.4-8.7%2012.5-8.7h46.9c5.7-.1%208.8%204.7%206%2010z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/square-xing.svg?color=%231a73e8&size=48