gnusocial from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
gnusocial
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the gnusocial logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.217 0A3.157 3.157 0 0 0 1.06 3.156V15.77a3.16 3.16 0 0 0 3.157 3.158h9.367C13.567 22.498 8.756 24 8.756 24s8.138-.038 9.305-5.072h1.72a3.157 3.157 0 0 0 3.157-3.157V3.157A3.157 3.157 0 0 0 19.782 0H4.218zm4.527 2.53q.11-.02.174.034c.335.3-.556.593-.484 2.063c.032.646-.16 1.146 1.076 1.146c.826 0 .483-.734 1.523-.734c.656 0 .86.435.934.767c.072-.33.274-.768.93-.768c1.04 0 .7.733 1.525.733c1.237 0 1.044-.5 1.076-1.146c.072-1.47-.82-1.764-.484-2.063q.064-.054.172-.02c.5.143 1.607 1.558 1.638 2.155c.038.71.04 1.825-1.015 2.407c1.19 1.167 1.352 2.72 1.352 2.72l-2.045-.034s-.464-2.118-2.94-2.01c-2.474.108-2.796.538-2.796 3.156c0 2.617 1.147 3.517 2.905 3.585c2.76.108 2.51-1.433 2.51-1.433l-1.29.072l-.718-1.937h4.41c0 2.116-.897 5.414-5.092 5.2c-4.196-.216-5.128-3.515-5.164-5.74c-.018-1.225.188-2.602 1.2-3.574c-1.052-.58-1.033-1.7-1.033-2.414c0-.88 1.13-2.084 1.637-2.17z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsGnusocial(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="M4.217 0A3.157 3.157 0 0 0 1.06 3.156V15.77a3.16 3.16 0 0 0 3.157 3.158h9.367C13.567 22.498 8.756 24 8.756 24s8.138-.038 9.305-5.072h1.72a3.157 3.157 0 0 0 3.157-3.157V3.157A3.157 3.157 0 0 0 19.782 0H4.218zm4.527 2.53q.11-.02.174.034c.335.3-.556.593-.484 2.063c.032.646-.16 1.146 1.076 1.146c.826 0 .483-.734 1.523-.734c.656 0 .86.435.934.767c.072-.33.274-.768.93-.768c1.04 0 .7.733 1.525.733c1.237 0 1.044-.5 1.076-1.146c.072-1.47-.82-1.764-.484-2.063q.064-.054.172-.02c.5.143 1.607 1.558 1.638 2.155c.038.71.04 1.825-1.015 2.407c1.19 1.167 1.352 2.72 1.352 2.72l-2.045-.034s-.464-2.118-2.94-2.01c-2.474.108-2.796.538-2.796 3.156c0 2.617 1.147 3.517 2.905 3.585c2.76.108 2.51-1.433 2.51-1.433l-1.29.072l-.718-1.937h4.41c0 2.116-.897 5.414-5.092 5.2c-4.196-.216-5.128-3.515-5.164-5.74c-.018-1.225.188-2.602 1.2-3.574c-1.052-.58-1.033-1.7-1.033-2.414c0-.88 1.13-2.084 1.637-2.17z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.217 0A3.157 3.157 0 0 0 1.06 3.156V15.77a3.16 3.16 0 0 0 3.157 3.158h9.367C13.567 22.498 8.756 24 8.756 24s8.138-.038 9.305-5.072h1.72a3.157 3.157 0 0 0 3.157-3.157V3.157A3.157 3.157 0 0 0 19.782 0H4.218zm4.527 2.53q.11-.02.174.034c.335.3-.556.593-.484 2.063c.032.646-.16 1.146 1.076 1.146c.826 0 .483-.734 1.523-.734c.656 0 .86.435.934.767c.072-.33.274-.768.93-.768c1.04 0 .7.733 1.525.733c1.237 0 1.044-.5 1.076-1.146c.072-1.47-.82-1.764-.484-2.063q.064-.054.172-.02c.5.143 1.607 1.558 1.638 2.155c.038.71.04 1.825-1.015 2.407c1.19 1.167 1.352 2.72 1.352 2.72l-2.045-.034s-.464-2.118-2.94-2.01c-2.474.108-2.796.538-2.796 3.156c0 2.617 1.147 3.517 2.905 3.585c2.76.108 2.51-1.433 2.51-1.433l-1.29.072l-.718-1.937h4.41c0 2.116-.897 5.414-5.092 5.2c-4.196-.216-5.128-3.515-5.164-5.74c-.018-1.225.188-2.602 1.2-3.574c-1.052-.58-1.033-1.7-1.033-2.414c0-.88 1.13-2.084 1.637-2.17z"/></svg>
</template>

CSS

.icon-gnusocial {
  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%22M4.217%200A3.157%203.157%200%200%200%201.06%203.156V15.77a3.16%203.16%200%200%200%203.157%203.158h9.367C13.567%2022.498%208.756%2024%208.756%2024s8.138-.038%209.305-5.072h1.72a3.157%203.157%200%200%200%203.157-3.157V3.157A3.157%203.157%200%200%200%2019.782%200H4.218zm4.527%202.53q.11-.02.174.034c.335.3-.556.593-.484%202.063c.032.646-.16%201.146%201.076%201.146c.826%200%20.483-.734%201.523-.734c.656%200%20.86.435.934.767c.072-.33.274-.768.93-.768c1.04%200%20.7.733%201.525.733c1.237%200%201.044-.5%201.076-1.146c.072-1.47-.82-1.764-.484-2.063q.064-.054.172-.02c.5.143%201.607%201.558%201.638%202.155c.038.71.04%201.825-1.015%202.407c1.19%201.167%201.352%202.72%201.352%202.72l-2.045-.034s-.464-2.118-2.94-2.01c-2.474.108-2.796.538-2.796%203.156c0%202.617%201.147%203.517%202.905%203.585c2.76.108%202.51-1.433%202.51-1.433l-1.29.072l-.718-1.937h4.41c0%202.116-.897%205.414-5.092%205.2c-4.196-.216-5.128-3.515-5.164-5.74c-.018-1.225.188-2.602%201.2-3.574c-1.052-.58-1.033-1.7-1.033-2.414c0-.88%201.13-2.084%201.637-2.17z%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%22M4.217%200A3.157%203.157%200%200%200%201.06%203.156V15.77a3.16%203.16%200%200%200%203.157%203.158h9.367C13.567%2022.498%208.756%2024%208.756%2024s8.138-.038%209.305-5.072h1.72a3.157%203.157%200%200%200%203.157-3.157V3.157A3.157%203.157%200%200%200%2019.782%200H4.218zm4.527%202.53q.11-.02.174.034c.335.3-.556.593-.484%202.063c.032.646-.16%201.146%201.076%201.146c.826%200%20.483-.734%201.523-.734c.656%200%20.86.435.934.767c.072-.33.274-.768.93-.768c1.04%200%20.7.733%201.525.733c1.237%200%201.044-.5%201.076-1.146c.072-1.47-.82-1.764-.484-2.063q.064-.054.172-.02c.5.143%201.607%201.558%201.638%202.155c.038.71.04%201.825-1.015%202.407c1.19%201.167%201.352%202.72%201.352%202.72l-2.045-.034s-.464-2.118-2.94-2.01c-2.474.108-2.796.538-2.796%203.156c0%202.617%201.147%203.517%202.905%203.585c2.76.108%202.51-1.433%202.51-1.433l-1.29.072l-.718-1.937h4.41c0%202.116-.897%205.414-5.092%205.2c-4.196-.216-5.128-3.515-5.164-5.74c-.018-1.225.188-2.602%201.2-3.574c-1.052-.58-1.033-1.7-1.033-2.414c0-.88%201.13-2.084%201.637-2.17z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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