fediverse logo icon
fediverse-logo-fill from Phosphor by Phosphor Icons · Fill · MIT Free for personal and commercial use.
- Name
- fediverse-logo-fill
- Set
- Phosphor
- Style
- Fill
- 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"><path fill="currentColor" 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-140.81 8.36L113.72 129l-41.46 32.22a28 28 0 0 0-9.34-4.35l-1.85-46.38a28 28 0 0 0 10.12-6.13M149.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.68M156 184h-.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-1M126.32 61.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.94Z"/></svg>
React
import type { SVGProps } from "react";
export function PhFediverseLogoFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" 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-140.81 8.36L113.72 129l-41.46 32.22a28 28 0 0 0-9.34-4.35l-1.85-46.38a28 28 0 0 0 10.12-6.13M149.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.68M156 184h-.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-1M126.32 61.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.94Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" 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-140.81 8.36L113.72 129l-41.46 32.22a28 28 0 0 0-9.34-4.35l-1.85-46.38a28 28 0 0 0 10.12-6.13M149.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.68M156 184h-.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-1M126.32 61.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.94Z"/></svg> </template>
CSS
.icon-fediverse-logo-fill {
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%3Cpath%20fill%3D%22currentColor%22%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-140.81%208.36L113.72%20129l-41.46%2032.22a28%2028%200%200%200-9.34-4.35l-1.85-46.38a28%2028%200%200%200%2010.12-6.13M149.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.68M156%20184h-.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-1M126.32%2061.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.94Z%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%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-140.81%208.36L113.72%20129l-41.46%2032.22a28%2028%200%200%200-9.34-4.35l-1.85-46.38a28%2028%200%200%200%2010.12-6.13M149.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.68M156%20184h-.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-1M126.32%2061.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.94Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/fediverse-logo-fill.svg?color=%231a73e8&size=48