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

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

The same logo in other sets

Use the rocketchat logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M316.5 288.8c-6.7 0-13.3 2.1-18.9 5.8s-9.9 9.1-12.5 15.4s-3.2 13.1-1.9 19.7s4.6 12.7 9.4 17.4s10.9 8 17.5 9.3s13.5.6 19.7-2s11.5-7 15.3-12.6s5.7-12.2 5.7-18.9c0-9.1-3.7-17.8-10.1-24.2s-15.1-10-24.2-9.9m-110.4 0c-6.7 0-13.3 2.1-18.9 5.8s-9.9 9.1-12.5 15.4s-3.2 13.1-1.9 19.7s4.6 12.7 9.4 17.4s10.9 8 17.5 9.3s13.5.6 19.7-2s11.5-7 15.3-12.6s5.7-12.2 5.7-18.9c0-9.1-3.7-17.8-10.1-24.2s-15.1-10-24.2-10zm220.9 0c-18.8.1-34 15.5-33.9 34.3s15.5 34 34.3 33.9s34-15.5 33.9-34.3s-15.5-34-34.3-33.9m153.8-55.3c-15.5-24.2-37.3-45.6-64.7-63.6c-52.9-34.8-122.4-54-195.7-54c-24.2 0-48.3 2.1-72 6.4c-14.9-14.3-31.5-26.6-49.5-36.6C132.1 52.4 73.3 64.8 43.6 75.5c-2.3.8-4.3 2.1-5.9 3.9s-2.7 3.9-3.3 6.2s-.5 4.7.1 7.1s1.8 4.4 3.5 6.1c21 21.7 55.6 64.5 47.1 103.5C52 236.2 34 277 34 319.6c0 43.4 18 84.2 51.1 118.1c8.5 39-26.1 81.9-47.1 103.5c-1.7 1.8-2.8 3.9-3.5 6.2s-.7 4.7-.1 7s1.7 4.5 3.3 6.2s3.6 3.1 5.9 3.9c29.7 10.7 88.5 23.1 155.3-10.2c18-10 34.7-22.3 49.5-36.6c23.8 4.3 47.9 6.4 72 6.4c73.3 0 142.8-19.2 195.7-54c27.4-18 49.1-39.4 64.7-63.6c17.3-26.9 26.1-55.9 26.1-86.1c0-31-8.8-60-26.1-86.9M317.4 473.9c-30.2.1-60.3-3.8-89.4-11.5l-20.1 19.4c-11.2 10.7-23.6 20-37.1 27.6c-16.4 8.2-34.2 13.3-52.5 14.9c1-1.8 1.9-3.6 2.8-5.4c20.2-37.1 25.6-70.5 16.3-100.1c-33-26-52.8-59.2-52.8-95.4c0-83.1 104.3-150.5 232.8-150.5s232.9 67.4 232.9 150.5S446 473.9 317.4 473.9"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsRocketchat(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="M316.5 288.8c-6.7 0-13.3 2.1-18.9 5.8s-9.9 9.1-12.5 15.4s-3.2 13.1-1.9 19.7s4.6 12.7 9.4 17.4s10.9 8 17.5 9.3s13.5.6 19.7-2s11.5-7 15.3-12.6s5.7-12.2 5.7-18.9c0-9.1-3.7-17.8-10.1-24.2s-15.1-10-24.2-9.9m-110.4 0c-6.7 0-13.3 2.1-18.9 5.8s-9.9 9.1-12.5 15.4s-3.2 13.1-1.9 19.7s4.6 12.7 9.4 17.4s10.9 8 17.5 9.3s13.5.6 19.7-2s11.5-7 15.3-12.6s5.7-12.2 5.7-18.9c0-9.1-3.7-17.8-10.1-24.2s-15.1-10-24.2-10zm220.9 0c-18.8.1-34 15.5-33.9 34.3s15.5 34 34.3 33.9s34-15.5 33.9-34.3s-15.5-34-34.3-33.9m153.8-55.3c-15.5-24.2-37.3-45.6-64.7-63.6c-52.9-34.8-122.4-54-195.7-54c-24.2 0-48.3 2.1-72 6.4c-14.9-14.3-31.5-26.6-49.5-36.6C132.1 52.4 73.3 64.8 43.6 75.5c-2.3.8-4.3 2.1-5.9 3.9s-2.7 3.9-3.3 6.2s-.5 4.7.1 7.1s1.8 4.4 3.5 6.1c21 21.7 55.6 64.5 47.1 103.5C52 236.2 34 277 34 319.6c0 43.4 18 84.2 51.1 118.1c8.5 39-26.1 81.9-47.1 103.5c-1.7 1.8-2.8 3.9-3.5 6.2s-.7 4.7-.1 7s1.7 4.5 3.3 6.2s3.6 3.1 5.9 3.9c29.7 10.7 88.5 23.1 155.3-10.2c18-10 34.7-22.3 49.5-36.6c23.8 4.3 47.9 6.4 72 6.4c73.3 0 142.8-19.2 195.7-54c27.4-18 49.1-39.4 64.7-63.6c17.3-26.9 26.1-55.9 26.1-86.1c0-31-8.8-60-26.1-86.9M317.4 473.9c-30.2.1-60.3-3.8-89.4-11.5l-20.1 19.4c-11.2 10.7-23.6 20-37.1 27.6c-16.4 8.2-34.2 13.3-52.5 14.9c1-1.8 1.9-3.6 2.8-5.4c20.2-37.1 25.6-70.5 16.3-100.1c-33-26-52.8-59.2-52.8-95.4c0-83.1 104.3-150.5 232.8-150.5s232.9 67.4 232.9 150.5S446 473.9 317.4 473.9"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M316.5 288.8c-6.7 0-13.3 2.1-18.9 5.8s-9.9 9.1-12.5 15.4s-3.2 13.1-1.9 19.7s4.6 12.7 9.4 17.4s10.9 8 17.5 9.3s13.5.6 19.7-2s11.5-7 15.3-12.6s5.7-12.2 5.7-18.9c0-9.1-3.7-17.8-10.1-24.2s-15.1-10-24.2-9.9m-110.4 0c-6.7 0-13.3 2.1-18.9 5.8s-9.9 9.1-12.5 15.4s-3.2 13.1-1.9 19.7s4.6 12.7 9.4 17.4s10.9 8 17.5 9.3s13.5.6 19.7-2s11.5-7 15.3-12.6s5.7-12.2 5.7-18.9c0-9.1-3.7-17.8-10.1-24.2s-15.1-10-24.2-10zm220.9 0c-18.8.1-34 15.5-33.9 34.3s15.5 34 34.3 33.9s34-15.5 33.9-34.3s-15.5-34-34.3-33.9m153.8-55.3c-15.5-24.2-37.3-45.6-64.7-63.6c-52.9-34.8-122.4-54-195.7-54c-24.2 0-48.3 2.1-72 6.4c-14.9-14.3-31.5-26.6-49.5-36.6C132.1 52.4 73.3 64.8 43.6 75.5c-2.3.8-4.3 2.1-5.9 3.9s-2.7 3.9-3.3 6.2s-.5 4.7.1 7.1s1.8 4.4 3.5 6.1c21 21.7 55.6 64.5 47.1 103.5C52 236.2 34 277 34 319.6c0 43.4 18 84.2 51.1 118.1c8.5 39-26.1 81.9-47.1 103.5c-1.7 1.8-2.8 3.9-3.5 6.2s-.7 4.7-.1 7s1.7 4.5 3.3 6.2s3.6 3.1 5.9 3.9c29.7 10.7 88.5 23.1 155.3-10.2c18-10 34.7-22.3 49.5-36.6c23.8 4.3 47.9 6.4 72 6.4c73.3 0 142.8-19.2 195.7-54c27.4-18 49.1-39.4 64.7-63.6c17.3-26.9 26.1-55.9 26.1-86.1c0-31-8.8-60-26.1-86.9M317.4 473.9c-30.2.1-60.3-3.8-89.4-11.5l-20.1 19.4c-11.2 10.7-23.6 20-37.1 27.6c-16.4 8.2-34.2 13.3-52.5 14.9c1-1.8 1.9-3.6 2.8-5.4c20.2-37.1 25.6-70.5 16.3-100.1c-33-26-52.8-59.2-52.8-95.4c0-83.1 104.3-150.5 232.8-150.5s232.9 67.4 232.9 150.5S446 473.9 317.4 473.9"/></svg>
</template>

CSS

.icon-rocketchat {
  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%22M316.5%20288.8c-6.7%200-13.3%202.1-18.9%205.8s-9.9%209.1-12.5%2015.4s-3.2%2013.1-1.9%2019.7s4.6%2012.7%209.4%2017.4s10.9%208%2017.5%209.3s13.5.6%2019.7-2s11.5-7%2015.3-12.6s5.7-12.2%205.7-18.9c0-9.1-3.7-17.8-10.1-24.2s-15.1-10-24.2-9.9m-110.4%200c-6.7%200-13.3%202.1-18.9%205.8s-9.9%209.1-12.5%2015.4s-3.2%2013.1-1.9%2019.7s4.6%2012.7%209.4%2017.4s10.9%208%2017.5%209.3s13.5.6%2019.7-2s11.5-7%2015.3-12.6s5.7-12.2%205.7-18.9c0-9.1-3.7-17.8-10.1-24.2s-15.1-10-24.2-10zm220.9%200c-18.8.1-34%2015.5-33.9%2034.3s15.5%2034%2034.3%2033.9s34-15.5%2033.9-34.3s-15.5-34-34.3-33.9m153.8-55.3c-15.5-24.2-37.3-45.6-64.7-63.6c-52.9-34.8-122.4-54-195.7-54c-24.2%200-48.3%202.1-72%206.4c-14.9-14.3-31.5-26.6-49.5-36.6C132.1%2052.4%2073.3%2064.8%2043.6%2075.5c-2.3.8-4.3%202.1-5.9%203.9s-2.7%203.9-3.3%206.2s-.5%204.7.1%207.1s1.8%204.4%203.5%206.1c21%2021.7%2055.6%2064.5%2047.1%20103.5C52%20236.2%2034%20277%2034%20319.6c0%2043.4%2018%2084.2%2051.1%20118.1c8.5%2039-26.1%2081.9-47.1%20103.5c-1.7%201.8-2.8%203.9-3.5%206.2s-.7%204.7-.1%207s1.7%204.5%203.3%206.2s3.6%203.1%205.9%203.9c29.7%2010.7%2088.5%2023.1%20155.3-10.2c18-10%2034.7-22.3%2049.5-36.6c23.8%204.3%2047.9%206.4%2072%206.4c73.3%200%20142.8-19.2%20195.7-54c27.4-18%2049.1-39.4%2064.7-63.6c17.3-26.9%2026.1-55.9%2026.1-86.1c0-31-8.8-60-26.1-86.9M317.4%20473.9c-30.2.1-60.3-3.8-89.4-11.5l-20.1%2019.4c-11.2%2010.7-23.6%2020-37.1%2027.6c-16.4%208.2-34.2%2013.3-52.5%2014.9c1-1.8%201.9-3.6%202.8-5.4c20.2-37.1%2025.6-70.5%2016.3-100.1c-33-26-52.8-59.2-52.8-95.4c0-83.1%20104.3-150.5%20232.8-150.5s232.9%2067.4%20232.9%20150.5S446%20473.9%20317.4%20473.9%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%22M316.5%20288.8c-6.7%200-13.3%202.1-18.9%205.8s-9.9%209.1-12.5%2015.4s-3.2%2013.1-1.9%2019.7s4.6%2012.7%209.4%2017.4s10.9%208%2017.5%209.3s13.5.6%2019.7-2s11.5-7%2015.3-12.6s5.7-12.2%205.7-18.9c0-9.1-3.7-17.8-10.1-24.2s-15.1-10-24.2-9.9m-110.4%200c-6.7%200-13.3%202.1-18.9%205.8s-9.9%209.1-12.5%2015.4s-3.2%2013.1-1.9%2019.7s4.6%2012.7%209.4%2017.4s10.9%208%2017.5%209.3s13.5.6%2019.7-2s11.5-7%2015.3-12.6s5.7-12.2%205.7-18.9c0-9.1-3.7-17.8-10.1-24.2s-15.1-10-24.2-10zm220.9%200c-18.8.1-34%2015.5-33.9%2034.3s15.5%2034%2034.3%2033.9s34-15.5%2033.9-34.3s-15.5-34-34.3-33.9m153.8-55.3c-15.5-24.2-37.3-45.6-64.7-63.6c-52.9-34.8-122.4-54-195.7-54c-24.2%200-48.3%202.1-72%206.4c-14.9-14.3-31.5-26.6-49.5-36.6C132.1%2052.4%2073.3%2064.8%2043.6%2075.5c-2.3.8-4.3%202.1-5.9%203.9s-2.7%203.9-3.3%206.2s-.5%204.7.1%207.1s1.8%204.4%203.5%206.1c21%2021.7%2055.6%2064.5%2047.1%20103.5C52%20236.2%2034%20277%2034%20319.6c0%2043.4%2018%2084.2%2051.1%20118.1c8.5%2039-26.1%2081.9-47.1%20103.5c-1.7%201.8-2.8%203.9-3.5%206.2s-.7%204.7-.1%207s1.7%204.5%203.3%206.2s3.6%203.1%205.9%203.9c29.7%2010.7%2088.5%2023.1%20155.3-10.2c18-10%2034.7-22.3%2049.5-36.6c23.8%204.3%2047.9%206.4%2072%206.4c73.3%200%20142.8-19.2%20195.7-54c27.4-18%2049.1-39.4%2064.7-63.6c17.3-26.9%2026.1-55.9%2026.1-86.1c0-31-8.8-60-26.1-86.9M317.4%20473.9c-30.2.1-60.3-3.8-89.4-11.5l-20.1%2019.4c-11.2%2010.7-23.6%2020-37.1%2027.6c-16.4%208.2-34.2%2013.3-52.5%2014.9c1-1.8%201.9-3.6%202.8-5.4c20.2-37.1%2025.6-70.5%2016.3-100.1c-33-26-52.8-59.2-52.8-95.4c0-83.1%20104.3-150.5%20232.8-150.5s232.9%2067.4%20232.9%20150.5S446%20473.9%20317.4%20473.9%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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