square-dribbble from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
square-dribbble
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
448×512
License
CC BY 4.0
Aliases
dribbble-square

The same logo in other sets

Related icons in Font Awesome 6 Brands

Use the square dribbble logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M165.9 132.5c-38.3 18-66.8 53.3-75.7 95.7c6.1.1 62.4.3 126.4-16.7c-22.7-40.2-47.1-74.1-50.7-79m26.1-9.1c3.8 5.1 28.6 38.9 51 80c48.6-18.3 69.1-45.9 71.6-49.4c-33.6-29.8-79.3-41.1-122.6-30.6M277.4 382c-2-12-10-53.8-29.2-103.6c-55.1 18.8-93.8 56.4-108.1 85.6c40.5 31.6 93.3 36.7 137.3 18m-49.6-149.4C159.6 253 93.4 252.2 87.4 252v4.2c0 35.1 13.3 67.1 35.1 91.4c22.2-37.9 67.1-77.9 116.5-91.8c-3.4-7.8-7.2-15.5-11.1-23.2zm72.5 136.9c30.7-20.7 52.5-53.6 58.6-91.6c-4.6-1.5-42.3-12.7-85.1-5.8c17.9 49.1 25.1 89.1 26.5 97.4m-34.8-119c45.5-5.7 90.7 3.4 95.2 4.4c-.3-32.3-11.8-61.9-30.9-85.1c-2.9 3.9-25.8 33.2-76.3 53.9c4.8 9.8 8.3 17.8 12 26.8M384 32H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64M224 416a160 160 0 1 1 0-320a160 160 0 1 1 0 320"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsSquareDribbble(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="M165.9 132.5c-38.3 18-66.8 53.3-75.7 95.7c6.1.1 62.4.3 126.4-16.7c-22.7-40.2-47.1-74.1-50.7-79m26.1-9.1c3.8 5.1 28.6 38.9 51 80c48.6-18.3 69.1-45.9 71.6-49.4c-33.6-29.8-79.3-41.1-122.6-30.6M277.4 382c-2-12-10-53.8-29.2-103.6c-55.1 18.8-93.8 56.4-108.1 85.6c40.5 31.6 93.3 36.7 137.3 18m-49.6-149.4C159.6 253 93.4 252.2 87.4 252v4.2c0 35.1 13.3 67.1 35.1 91.4c22.2-37.9 67.1-77.9 116.5-91.8c-3.4-7.8-7.2-15.5-11.1-23.2zm72.5 136.9c30.7-20.7 52.5-53.6 58.6-91.6c-4.6-1.5-42.3-12.7-85.1-5.8c17.9 49.1 25.1 89.1 26.5 97.4m-34.8-119c45.5-5.7 90.7 3.4 95.2 4.4c-.3-32.3-11.8-61.9-30.9-85.1c-2.9 3.9-25.8 33.2-76.3 53.9c4.8 9.8 8.3 17.8 12 26.8M384 32H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64M224 416a160 160 0 1 1 0-320a160 160 0 1 1 0 320"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M165.9 132.5c-38.3 18-66.8 53.3-75.7 95.7c6.1.1 62.4.3 126.4-16.7c-22.7-40.2-47.1-74.1-50.7-79m26.1-9.1c3.8 5.1 28.6 38.9 51 80c48.6-18.3 69.1-45.9 71.6-49.4c-33.6-29.8-79.3-41.1-122.6-30.6M277.4 382c-2-12-10-53.8-29.2-103.6c-55.1 18.8-93.8 56.4-108.1 85.6c40.5 31.6 93.3 36.7 137.3 18m-49.6-149.4C159.6 253 93.4 252.2 87.4 252v4.2c0 35.1 13.3 67.1 35.1 91.4c22.2-37.9 67.1-77.9 116.5-91.8c-3.4-7.8-7.2-15.5-11.1-23.2zm72.5 136.9c30.7-20.7 52.5-53.6 58.6-91.6c-4.6-1.5-42.3-12.7-85.1-5.8c17.9 49.1 25.1 89.1 26.5 97.4m-34.8-119c45.5-5.7 90.7 3.4 95.2 4.4c-.3-32.3-11.8-61.9-30.9-85.1c-2.9 3.9-25.8 33.2-76.3 53.9c4.8 9.8 8.3 17.8 12 26.8M384 32H64C28.7 32 0 60.7 0 96v320c0 35.3 28.7 64 64 64h320c35.3 0 64-28.7 64-64V96c0-35.3-28.7-64-64-64M224 416a160 160 0 1 1 0-320a160 160 0 1 1 0 320"/></svg>
</template>

CSS

.icon-square-dribbble {
  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%22M165.9%20132.5c-38.3%2018-66.8%2053.3-75.7%2095.7c6.1.1%2062.4.3%20126.4-16.7c-22.7-40.2-47.1-74.1-50.7-79m26.1-9.1c3.8%205.1%2028.6%2038.9%2051%2080c48.6-18.3%2069.1-45.9%2071.6-49.4c-33.6-29.8-79.3-41.1-122.6-30.6M277.4%20382c-2-12-10-53.8-29.2-103.6c-55.1%2018.8-93.8%2056.4-108.1%2085.6c40.5%2031.6%2093.3%2036.7%20137.3%2018m-49.6-149.4C159.6%20253%2093.4%20252.2%2087.4%20252v4.2c0%2035.1%2013.3%2067.1%2035.1%2091.4c22.2-37.9%2067.1-77.9%20116.5-91.8c-3.4-7.8-7.2-15.5-11.1-23.2zm72.5%20136.9c30.7-20.7%2052.5-53.6%2058.6-91.6c-4.6-1.5-42.3-12.7-85.1-5.8c17.9%2049.1%2025.1%2089.1%2026.5%2097.4m-34.8-119c45.5-5.7%2090.7%203.4%2095.2%204.4c-.3-32.3-11.8-61.9-30.9-85.1c-2.9%203.9-25.8%2033.2-76.3%2053.9c4.8%209.8%208.3%2017.8%2012%2026.8M384%2032H64C28.7%2032%200%2060.7%200%2096v320c0%2035.3%2028.7%2064%2064%2064h320c35.3%200%2064-28.7%2064-64V96c0-35.3-28.7-64-64-64M224%20416a160%20160%200%201%201%200-320a160%20160%200%201%201%200%20320%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%22M165.9%20132.5c-38.3%2018-66.8%2053.3-75.7%2095.7c6.1.1%2062.4.3%20126.4-16.7c-22.7-40.2-47.1-74.1-50.7-79m26.1-9.1c3.8%205.1%2028.6%2038.9%2051%2080c48.6-18.3%2069.1-45.9%2071.6-49.4c-33.6-29.8-79.3-41.1-122.6-30.6M277.4%20382c-2-12-10-53.8-29.2-103.6c-55.1%2018.8-93.8%2056.4-108.1%2085.6c40.5%2031.6%2093.3%2036.7%20137.3%2018m-49.6-149.4C159.6%20253%2093.4%20252.2%2087.4%20252v4.2c0%2035.1%2013.3%2067.1%2035.1%2091.4c22.2-37.9%2067.1-77.9%20116.5-91.8c-3.4-7.8-7.2-15.5-11.1-23.2zm72.5%20136.9c30.7-20.7%2052.5-53.6%2058.6-91.6c-4.6-1.5-42.3-12.7-85.1-5.8c17.9%2049.1%2025.1%2089.1%2026.5%2097.4m-34.8-119c45.5-5.7%2090.7%203.4%2095.2%204.4c-.3-32.3-11.8-61.9-30.9-85.1c-2.9%203.9-25.8%2033.2-76.3%2053.9c4.8%209.8%208.3%2017.8%2012%2026.8M384%2032H64C28.7%2032%200%2060.7%200%2096v320c0%2035.3%2028.7%2064%2064%2064h320c35.3%200%2064-28.7%2064-64V96c0-35.3-28.7-64-64-64M224%20416a160%20160%200%201%201%200-320a160%20160%200%201%201%200%20320%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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