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

Name
xmpp
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
License
CC BY 4.0

The same logo in other sets

Use the xmpp logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M32 111.2c3.5 137.1 117.1 278.6 252.9 356.7c-31.5 25-67.2 44.1-106.2 53.9v5.4c56.4-2.3 98.1-20.1 141.3-40.7c65.7 34.6 122.2 39.9 141.4 40.7v-5.4c-39-9.8-74.7-28.8-106.2-53.8C490.9 389.8 604.5 248.2 608 111.2c-58.4 25.7-119.1 44.2-180.1 62.3c3.4 59-20.2 170.4-107.9 262.3c-88.4-92.3-111.2-204.1-107.8-262.3c-62.5-16.9-120.9-39.3-180.2-62.3m93.9 49.8l73.6 21.8C197.4 280 258.8 422 373.3 496.2C222.5 440.9 121.9 279.7 125.9 161m388.3 0c3.3 99-65.6 224.7-171.7 296.4c-4.7-4.1-9.3-8.4-13.8-12.7c77-80.2 113.2-186.3 111.9-261.9l73.5-21.8zM296.5 474.5c3 1.6 5.9 3.2 8.9 4.7c-12.5 6.4-25.4 12.1-38.6 17c10.3-6.7 20.2-13.9 29.7-21.7"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsXmpp(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="M32 111.2c3.5 137.1 117.1 278.6 252.9 356.7c-31.5 25-67.2 44.1-106.2 53.9v5.4c56.4-2.3 98.1-20.1 141.3-40.7c65.7 34.6 122.2 39.9 141.4 40.7v-5.4c-39-9.8-74.7-28.8-106.2-53.8C490.9 389.8 604.5 248.2 608 111.2c-58.4 25.7-119.1 44.2-180.1 62.3c3.4 59-20.2 170.4-107.9 262.3c-88.4-92.3-111.2-204.1-107.8-262.3c-62.5-16.9-120.9-39.3-180.2-62.3m93.9 49.8l73.6 21.8C197.4 280 258.8 422 373.3 496.2C222.5 440.9 121.9 279.7 125.9 161m388.3 0c3.3 99-65.6 224.7-171.7 296.4c-4.7-4.1-9.3-8.4-13.8-12.7c77-80.2 113.2-186.3 111.9-261.9l73.5-21.8zM296.5 474.5c3 1.6 5.9 3.2 8.9 4.7c-12.5 6.4-25.4 12.1-38.6 17c10.3-6.7 20.2-13.9 29.7-21.7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M32 111.2c3.5 137.1 117.1 278.6 252.9 356.7c-31.5 25-67.2 44.1-106.2 53.9v5.4c56.4-2.3 98.1-20.1 141.3-40.7c65.7 34.6 122.2 39.9 141.4 40.7v-5.4c-39-9.8-74.7-28.8-106.2-53.8C490.9 389.8 604.5 248.2 608 111.2c-58.4 25.7-119.1 44.2-180.1 62.3c3.4 59-20.2 170.4-107.9 262.3c-88.4-92.3-111.2-204.1-107.8-262.3c-62.5-16.9-120.9-39.3-180.2-62.3m93.9 49.8l73.6 21.8C197.4 280 258.8 422 373.3 496.2C222.5 440.9 121.9 279.7 125.9 161m388.3 0c3.3 99-65.6 224.7-171.7 296.4c-4.7-4.1-9.3-8.4-13.8-12.7c77-80.2 113.2-186.3 111.9-261.9l73.5-21.8zM296.5 474.5c3 1.6 5.9 3.2 8.9 4.7c-12.5 6.4-25.4 12.1-38.6 17c10.3-6.7 20.2-13.9 29.7-21.7"/></svg>
</template>

CSS

.icon-xmpp {
  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%22M32%20111.2c3.5%20137.1%20117.1%20278.6%20252.9%20356.7c-31.5%2025-67.2%2044.1-106.2%2053.9v5.4c56.4-2.3%2098.1-20.1%20141.3-40.7c65.7%2034.6%20122.2%2039.9%20141.4%2040.7v-5.4c-39-9.8-74.7-28.8-106.2-53.8C490.9%20389.8%20604.5%20248.2%20608%20111.2c-58.4%2025.7-119.1%2044.2-180.1%2062.3c3.4%2059-20.2%20170.4-107.9%20262.3c-88.4-92.3-111.2-204.1-107.8-262.3c-62.5-16.9-120.9-39.3-180.2-62.3m93.9%2049.8l73.6%2021.8C197.4%20280%20258.8%20422%20373.3%20496.2C222.5%20440.9%20121.9%20279.7%20125.9%20161m388.3%200c3.3%2099-65.6%20224.7-171.7%20296.4c-4.7-4.1-9.3-8.4-13.8-12.7c77-80.2%20113.2-186.3%20111.9-261.9l73.5-21.8zM296.5%20474.5c3%201.6%205.9%203.2%208.9%204.7c-12.5%206.4-25.4%2012.1-38.6%2017c10.3-6.7%2020.2-13.9%2029.7-21.7%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%22M32%20111.2c3.5%20137.1%20117.1%20278.6%20252.9%20356.7c-31.5%2025-67.2%2044.1-106.2%2053.9v5.4c56.4-2.3%2098.1-20.1%20141.3-40.7c65.7%2034.6%20122.2%2039.9%20141.4%2040.7v-5.4c-39-9.8-74.7-28.8-106.2-53.8C490.9%20389.8%20604.5%20248.2%20608%20111.2c-58.4%2025.7-119.1%2044.2-180.1%2062.3c3.4%2059-20.2%20170.4-107.9%20262.3c-88.4-92.3-111.2-204.1-107.8-262.3c-62.5-16.9-120.9-39.3-180.2-62.3m93.9%2049.8l73.6%2021.8C197.4%20280%20258.8%20422%20373.3%20496.2C222.5%20440.9%20121.9%20279.7%20125.9%20161m388.3%200c3.3%2099-65.6%20224.7-171.7%20296.4c-4.7-4.1-9.3-8.4-13.8-12.7c77-80.2%20113.2-186.3%20111.9-261.9l73.5-21.8zM296.5%20474.5c3%201.6%205.9%203.2%208.9%204.7c-12.5%206.4-25.4%2012.1-38.6%2017c10.3-6.7%2020.2-13.9%2029.7-21.7%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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