square web awesome logo

square-web-awesome from Font Awesome Brands by Dave Gandy · Brand · CC-BY-4.0 Attribution required.

Name
square-web-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

Use the square web 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-64zm171 145.6l53 46.4l52.2-10.4c-2.6-3.9-4.2-8.5-4.2-13.6c0-13.3 10.7-24 24-24s24 10.7 24 24c0 13-10.3 23.6-23.2 24l-56.3 125.1c-5.2 11.5-16.6 18.9-29.2 18.9H268.7c-12.6 0-24-7.4-29.2-18.9L183.2 288c-12.9-.4-23.2-11-23.2-24c0-13.3 10.7-24 24-24s24 10.7 24 24c0 5-1.5 9.7-4.2 13.6L256 288l53.1-46.4c-8.9-4.1-15-13.1-15-23.6c0-14.4 11.6-26 26-26s26 11.6 26 26c0 10.5-6.2 19.5-15.1 23.6"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsSquareWebAwesome(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-64zm171 145.6l53 46.4l52.2-10.4c-2.6-3.9-4.2-8.5-4.2-13.6c0-13.3 10.7-24 24-24s24 10.7 24 24c0 13-10.3 23.6-23.2 24l-56.3 125.1c-5.2 11.5-16.6 18.9-29.2 18.9H268.7c-12.6 0-24-7.4-29.2-18.9L183.2 288c-12.9-.4-23.2-11-23.2-24c0-13.3 10.7-24 24-24s24 10.7 24 24c0 5-1.5 9.7-4.2 13.6L256 288l53.1-46.4c-8.9-4.1-15-13.1-15-23.6c0-14.4 11.6-26 26-26s26 11.6 26 26c0 10.5-6.2 19.5-15.1 23.6"/></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-64zm171 145.6l53 46.4l52.2-10.4c-2.6-3.9-4.2-8.5-4.2-13.6c0-13.3 10.7-24 24-24s24 10.7 24 24c0 13-10.3 23.6-23.2 24l-56.3 125.1c-5.2 11.5-16.6 18.9-29.2 18.9H268.7c-12.6 0-24-7.4-29.2-18.9L183.2 288c-12.9-.4-23.2-11-23.2-24c0-13.3 10.7-24 24-24s24 10.7 24 24c0 5-1.5 9.7-4.2 13.6L256 288l53.1-46.4c-8.9-4.1-15-13.1-15-23.6c0-14.4 11.6-26 26-26s26 11.6 26 26c0 10.5-6.2 19.5-15.1 23.6"/></svg>
</template>

CSS

.icon-square-web-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-64zm171%20145.6l53%2046.4l52.2-10.4c-2.6-3.9-4.2-8.5-4.2-13.6c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024c0%2013-10.3%2023.6-23.2%2024l-56.3%20125.1c-5.2%2011.5-16.6%2018.9-29.2%2018.9H268.7c-12.6%200-24-7.4-29.2-18.9L183.2%20288c-12.9-.4-23.2-11-23.2-24c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024c0%205-1.5%209.7-4.2%2013.6L256%20288l53.1-46.4c-8.9-4.1-15-13.1-15-23.6c0-14.4%2011.6-26%2026-26s26%2011.6%2026%2026c0%2010.5-6.2%2019.5-15.1%2023.6%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-64zm171%20145.6l53%2046.4l52.2-10.4c-2.6-3.9-4.2-8.5-4.2-13.6c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024c0%2013-10.3%2023.6-23.2%2024l-56.3%20125.1c-5.2%2011.5-16.6%2018.9-29.2%2018.9H268.7c-12.6%200-24-7.4-29.2-18.9L183.2%20288c-12.9-.4-23.2-11-23.2-24c0-13.3%2010.7-24%2024-24s24%2010.7%2024%2024c0%205-1.5%209.7-4.2%2013.6L256%20288l53.1-46.4c-8.9-4.1-15-13.1-15-23.6c0-14.4%2011.6-26%2026-26s26%2011.6%2026%2026c0%2010.5-6.2%2019.5-15.1%2023.6%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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