fediverse logo icon

fediverse-logo-duotone from Phosphor by Phosphor Icons · Duotone · MIT Free for personal and commercial use.

Name
fediverse-logo-duotone
Set
Phosphor
Style
Duotone
Viewbox
256×256
License
MIT

5 other variants in Phosphor

Use the fediverse logo icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M148 64a20 20 0 1 1 20-20a20 20 0 0 1-20 20m64 40a20 20 0 1 0 20 20a20 20 0 0 0-20-20m-56 88a20 20 0 1 0 20 20a20 20 0 0 0-20-20M56 164a20 20 0 1 0 20 20a20 20 0 0 0-20-20m-4-60a20 20 0 1 0-20-20a20 20 0 0 0 20 20" opacity=".2"/><path d="M212 96a27.8 27.8 0 0 0-10.51 2L171 59.94A28 28 0 1 0 120 44a29 29 0 0 0 .15 2.94L73.68 66.3a28 28 0 1 0-28.6 44.83l1.85 46.38a28 28 0 1 0 32.74 41.42L128 212.47a28 28 0 1 0 49.13-18.79l27.21-42.75A28 28 0 1 0 212 96m-56 88h-.89l-16.18-48.53l46.65-2.22a27.9 27.9 0 0 0 5.28 9L163.65 185a28 28 0 0 0-7.65-1m-93.08-27.13l-1.85-46.38a28 28 0 0 0 10.12-6.13L113.72 129l-41.46 32.22a28 28 0 0 0-9.34-4.35M149.57 72a27.8 27.8 0 0 0 8.94-2L189 108.06a27.9 27.9 0 0 0-4.18 9.22l-46.57 2.22ZM82.09 173.85L124 141.26l15.94 47.83a28.2 28.2 0 0 0-7.6 8L84 183.53a28 28 0 0 0-1.91-9.68M148 32a12 12 0 1 1-12 12a12 12 0 0 1 12-12m-21.68 29.7a28.4 28.4 0 0 0 7.68 6.54l-11.3 47.45l-43.47-25.17A28 28 0 0 0 80 84a29 29 0 0 0-.15-2.94ZM40 84a12 12 0 1 1 12 12a12 12 0 0 1-12-12m16 112a12 12 0 1 1 12-12a12 12 0 0 1-12 12m100 28a12 12 0 1 1 12-12a12 12 0 0 1-12 12m56-88a12 12 0 1 1 12-12a12 12 0 0 1-12 12"/></g></svg>

React

import type { SVGProps } from "react";

export function PhFediverseLogoDuotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M148 64a20 20 0 1 1 20-20a20 20 0 0 1-20 20m64 40a20 20 0 1 0 20 20a20 20 0 0 0-20-20m-56 88a20 20 0 1 0 20 20a20 20 0 0 0-20-20M56 164a20 20 0 1 0 20 20a20 20 0 0 0-20-20m-4-60a20 20 0 1 0-20-20a20 20 0 0 0 20 20" opacity=".2"/><path d="M212 96a27.8 27.8 0 0 0-10.51 2L171 59.94A28 28 0 1 0 120 44a29 29 0 0 0 .15 2.94L73.68 66.3a28 28 0 1 0-28.6 44.83l1.85 46.38a28 28 0 1 0 32.74 41.42L128 212.47a28 28 0 1 0 49.13-18.79l27.21-42.75A28 28 0 1 0 212 96m-56 88h-.89l-16.18-48.53l46.65-2.22a27.9 27.9 0 0 0 5.28 9L163.65 185a28 28 0 0 0-7.65-1m-93.08-27.13l-1.85-46.38a28 28 0 0 0 10.12-6.13L113.72 129l-41.46 32.22a28 28 0 0 0-9.34-4.35M149.57 72a27.8 27.8 0 0 0 8.94-2L189 108.06a27.9 27.9 0 0 0-4.18 9.22l-46.57 2.22ZM82.09 173.85L124 141.26l15.94 47.83a28.2 28.2 0 0 0-7.6 8L84 183.53a28 28 0 0 0-1.91-9.68M148 32a12 12 0 1 1-12 12a12 12 0 0 1 12-12m-21.68 29.7a28.4 28.4 0 0 0 7.68 6.54l-11.3 47.45l-43.47-25.17A28 28 0 0 0 80 84a29 29 0 0 0-.15-2.94ZM40 84a12 12 0 1 1 12 12a12 12 0 0 1-12-12m16 112a12 12 0 1 1 12-12a12 12 0 0 1-12 12m100 28a12 12 0 1 1 12-12a12 12 0 0 1-12 12m56-88a12 12 0 1 1 12-12a12 12 0 0 1-12 12"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><g fill="currentColor"><path d="M148 64a20 20 0 1 1 20-20a20 20 0 0 1-20 20m64 40a20 20 0 1 0 20 20a20 20 0 0 0-20-20m-56 88a20 20 0 1 0 20 20a20 20 0 0 0-20-20M56 164a20 20 0 1 0 20 20a20 20 0 0 0-20-20m-4-60a20 20 0 1 0-20-20a20 20 0 0 0 20 20" opacity=".2"/><path d="M212 96a27.8 27.8 0 0 0-10.51 2L171 59.94A28 28 0 1 0 120 44a29 29 0 0 0 .15 2.94L73.68 66.3a28 28 0 1 0-28.6 44.83l1.85 46.38a28 28 0 1 0 32.74 41.42L128 212.47a28 28 0 1 0 49.13-18.79l27.21-42.75A28 28 0 1 0 212 96m-56 88h-.89l-16.18-48.53l46.65-2.22a27.9 27.9 0 0 0 5.28 9L163.65 185a28 28 0 0 0-7.65-1m-93.08-27.13l-1.85-46.38a28 28 0 0 0 10.12-6.13L113.72 129l-41.46 32.22a28 28 0 0 0-9.34-4.35M149.57 72a27.8 27.8 0 0 0 8.94-2L189 108.06a27.9 27.9 0 0 0-4.18 9.22l-46.57 2.22ZM82.09 173.85L124 141.26l15.94 47.83a28.2 28.2 0 0 0-7.6 8L84 183.53a28 28 0 0 0-1.91-9.68M148 32a12 12 0 1 1-12 12a12 12 0 0 1 12-12m-21.68 29.7a28.4 28.4 0 0 0 7.68 6.54l-11.3 47.45l-43.47-25.17A28 28 0 0 0 80 84a29 29 0 0 0-.15-2.94ZM40 84a12 12 0 1 1 12 12a12 12 0 0 1-12-12m16 112a12 12 0 1 1 12-12a12 12 0 0 1-12 12m100 28a12 12 0 1 1 12-12a12 12 0 0 1-12 12m56-88a12 12 0 1 1 12-12a12 12 0 0 1-12 12"/></g></svg>
</template>

CSS

.icon-fediverse-logo-duotone {
  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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M148%2064a20%2020%200%201%201%2020-20a20%2020%200%200%201-20%2020m64%2040a20%2020%200%201%200%2020%2020a20%2020%200%200%200-20-20m-56%2088a20%2020%200%201%200%2020%2020a20%2020%200%200%200-20-20M56%20164a20%2020%200%201%200%2020%2020a20%2020%200%200%200-20-20m-4-60a20%2020%200%201%200-20-20a20%2020%200%200%200%2020%2020%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M212%2096a27.8%2027.8%200%200%200-10.51%202L171%2059.94A28%2028%200%201%200%20120%2044a29%2029%200%200%200%20.15%202.94L73.68%2066.3a28%2028%200%201%200-28.6%2044.83l1.85%2046.38a28%2028%200%201%200%2032.74%2041.42L128%20212.47a28%2028%200%201%200%2049.13-18.79l27.21-42.75A28%2028%200%201%200%20212%2096m-56%2088h-.89l-16.18-48.53l46.65-2.22a27.9%2027.9%200%200%200%205.28%209L163.65%20185a28%2028%200%200%200-7.65-1m-93.08-27.13l-1.85-46.38a28%2028%200%200%200%2010.12-6.13L113.72%20129l-41.46%2032.22a28%2028%200%200%200-9.34-4.35M149.57%2072a27.8%2027.8%200%200%200%208.94-2L189%20108.06a27.9%2027.9%200%200%200-4.18%209.22l-46.57%202.22ZM82.09%20173.85L124%20141.26l15.94%2047.83a28.2%2028.2%200%200%200-7.6%208L84%20183.53a28%2028%200%200%200-1.91-9.68M148%2032a12%2012%200%201%201-12%2012a12%2012%200%200%201%2012-12m-21.68%2029.7a28.4%2028.4%200%200%200%207.68%206.54l-11.3%2047.45l-43.47-25.17A28%2028%200%200%200%2080%2084a29%2029%200%200%200-.15-2.94ZM40%2084a12%2012%200%201%201%2012%2012a12%2012%200%200%201-12-12m16%20112a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m100%2028a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m56-88a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012%22%2F%3E%3C%2Fg%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%20256%20256%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M148%2064a20%2020%200%201%201%2020-20a20%2020%200%200%201-20%2020m64%2040a20%2020%200%201%200%2020%2020a20%2020%200%200%200-20-20m-56%2088a20%2020%200%201%200%2020%2020a20%2020%200%200%200-20-20M56%20164a20%2020%200%201%200%2020%2020a20%2020%200%200%200-20-20m-4-60a20%2020%200%201%200-20-20a20%2020%200%200%200%2020%2020%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M212%2096a27.8%2027.8%200%200%200-10.51%202L171%2059.94A28%2028%200%201%200%20120%2044a29%2029%200%200%200%20.15%202.94L73.68%2066.3a28%2028%200%201%200-28.6%2044.83l1.85%2046.38a28%2028%200%201%200%2032.74%2041.42L128%20212.47a28%2028%200%201%200%2049.13-18.79l27.21-42.75A28%2028%200%201%200%20212%2096m-56%2088h-.89l-16.18-48.53l46.65-2.22a27.9%2027.9%200%200%200%205.28%209L163.65%20185a28%2028%200%200%200-7.65-1m-93.08-27.13l-1.85-46.38a28%2028%200%200%200%2010.12-6.13L113.72%20129l-41.46%2032.22a28%2028%200%200%200-9.34-4.35M149.57%2072a27.8%2027.8%200%200%200%208.94-2L189%20108.06a27.9%2027.9%200%200%200-4.18%209.22l-46.57%202.22ZM82.09%20173.85L124%20141.26l15.94%2047.83a28.2%2028.2%200%200%200-7.6%208L84%20183.53a28%2028%200%200%200-1.91-9.68M148%2032a12%2012%200%201%201-12%2012a12%2012%200%200%201%2012-12m-21.68%2029.7a28.4%2028.4%200%200%200%207.68%206.54l-11.3%2047.45l-43.47-25.17A28%2028%200%200%200%2080%2084a29%2029%200%200%200-.15-2.94ZM40%2084a12%2012%200%201%201%2012%2012a12%2012%200%200%201-12-12m16%20112a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m100%2028a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012m56-88a12%2012%200%201%201%2012-12a12%2012%200%200%201-12%2012%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/fediverse-logo-duotone.svg?color=%231a73e8&size=48