rocketchat logo
rocketchat from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.
- Name
- rocketchat
- Set
- Font Awesome 6 Brands
- Style
- Regular
- Viewbox
- 576×512
- 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 576 512"><path fill="currentColor" d="M284.046 224.8a34.114 34.114 0 1 0 34.317 34.113a34.217 34.217 0 0 0-34.317-34.113m-110.45 0a34.114 34.114 0 1 0 34.317 34.113A34.217 34.217 0 0 0 173.6 224.8Zm220.923 0a34.114 34.114 0 1 0 34.317 34.113a34.215 34.215 0 0 0-34.317-34.113m153.807-55.319c-15.535-24.172-37.31-45.57-64.681-63.618c-52.886-34.817-122.374-54-195.666-54a406 406 0 0 0-72.032 6.357a238.5 238.5 0 0 0-49.51-36.588C99.684-11.7 40.859.711 11.135 11.421A14.29 14.29 0 0 0 5.58 34.782C26.542 56.458 61.222 99.3 52.7 138.252c-33.142 33.9-51.112 74.776-51.112 117.337c0 43.372 17.97 84.248 51.112 118.148c8.526 38.956-26.154 81.816-47.116 103.491a14.284 14.284 0 0 0 5.555 23.34c29.724 10.709 88.549 23.147 155.324-10.2a238.7 238.7 0 0 0 49.51-36.589A406 406 0 0 0 288 460.14c73.313 0 142.8-19.159 195.667-53.975c27.371-18.049 49.145-39.426 64.679-63.619c17.309-26.923 26.07-55.916 26.07-86.125c-.022-31.021-8.782-59.991-26.09-86.936ZM284.987 409.9a345.7 345.7 0 0 1-89.446-11.5l-20.129 19.393a184.4 184.4 0 0 1-37.138 27.585a145.8 145.8 0 0 1-52.522 14.87c.983-1.771 1.881-3.563 2.842-5.356q30.258-55.68 16.325-100.078c-32.992-25.962-52.778-59.2-52.778-95.4c0-83.1 104.254-150.469 232.846-150.469s232.867 67.373 232.867 150.469c0 83.111-104.254 150.486-232.867 150.486"/></svg>
React
import type { SVGProps } from "react";
export function Fa6BrandsRocketchat(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M284.046 224.8a34.114 34.114 0 1 0 34.317 34.113a34.217 34.217 0 0 0-34.317-34.113m-110.45 0a34.114 34.114 0 1 0 34.317 34.113A34.217 34.217 0 0 0 173.6 224.8Zm220.923 0a34.114 34.114 0 1 0 34.317 34.113a34.215 34.215 0 0 0-34.317-34.113m153.807-55.319c-15.535-24.172-37.31-45.57-64.681-63.618c-52.886-34.817-122.374-54-195.666-54a406 406 0 0 0-72.032 6.357a238.5 238.5 0 0 0-49.51-36.588C99.684-11.7 40.859.711 11.135 11.421A14.29 14.29 0 0 0 5.58 34.782C26.542 56.458 61.222 99.3 52.7 138.252c-33.142 33.9-51.112 74.776-51.112 117.337c0 43.372 17.97 84.248 51.112 118.148c8.526 38.956-26.154 81.816-47.116 103.491a14.284 14.284 0 0 0 5.555 23.34c29.724 10.709 88.549 23.147 155.324-10.2a238.7 238.7 0 0 0 49.51-36.589A406 406 0 0 0 288 460.14c73.313 0 142.8-19.159 195.667-53.975c27.371-18.049 49.145-39.426 64.679-63.619c17.309-26.923 26.07-55.916 26.07-86.125c-.022-31.021-8.782-59.991-26.09-86.936ZM284.987 409.9a345.7 345.7 0 0 1-89.446-11.5l-20.129 19.393a184.4 184.4 0 0 1-37.138 27.585a145.8 145.8 0 0 1-52.522 14.87c.983-1.771 1.881-3.563 2.842-5.356q30.258-55.68 16.325-100.078c-32.992-25.962-52.778-59.2-52.778-95.4c0-83.1 104.254-150.469 232.846-150.469s232.867 67.373 232.867 150.469c0 83.111-104.254 150.486-232.867 150.486"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 576 512"><path fill="currentColor" d="M284.046 224.8a34.114 34.114 0 1 0 34.317 34.113a34.217 34.217 0 0 0-34.317-34.113m-110.45 0a34.114 34.114 0 1 0 34.317 34.113A34.217 34.217 0 0 0 173.6 224.8Zm220.923 0a34.114 34.114 0 1 0 34.317 34.113a34.215 34.215 0 0 0-34.317-34.113m153.807-55.319c-15.535-24.172-37.31-45.57-64.681-63.618c-52.886-34.817-122.374-54-195.666-54a406 406 0 0 0-72.032 6.357a238.5 238.5 0 0 0-49.51-36.588C99.684-11.7 40.859.711 11.135 11.421A14.29 14.29 0 0 0 5.58 34.782C26.542 56.458 61.222 99.3 52.7 138.252c-33.142 33.9-51.112 74.776-51.112 117.337c0 43.372 17.97 84.248 51.112 118.148c8.526 38.956-26.154 81.816-47.116 103.491a14.284 14.284 0 0 0 5.555 23.34c29.724 10.709 88.549 23.147 155.324-10.2a238.7 238.7 0 0 0 49.51-36.589A406 406 0 0 0 288 460.14c73.313 0 142.8-19.159 195.667-53.975c27.371-18.049 49.145-39.426 64.679-63.619c17.309-26.923 26.07-55.916 26.07-86.125c-.022-31.021-8.782-59.991-26.09-86.936ZM284.987 409.9a345.7 345.7 0 0 1-89.446-11.5l-20.129 19.393a184.4 184.4 0 0 1-37.138 27.585a145.8 145.8 0 0 1-52.522 14.87c.983-1.771 1.881-3.563 2.842-5.356q30.258-55.68 16.325-100.078c-32.992-25.962-52.778-59.2-52.778-95.4c0-83.1 104.254-150.469 232.846-150.469s232.867 67.373 232.867 150.469c0 83.111-104.254 150.486-232.867 150.486"/></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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M284.046%20224.8a34.114%2034.114%200%201%200%2034.317%2034.113a34.217%2034.217%200%200%200-34.317-34.113m-110.45%200a34.114%2034.114%200%201%200%2034.317%2034.113A34.217%2034.217%200%200%200%20173.6%20224.8Zm220.923%200a34.114%2034.114%200%201%200%2034.317%2034.113a34.215%2034.215%200%200%200-34.317-34.113m153.807-55.319c-15.535-24.172-37.31-45.57-64.681-63.618c-52.886-34.817-122.374-54-195.666-54a406%20406%200%200%200-72.032%206.357a238.5%20238.5%200%200%200-49.51-36.588C99.684-11.7%2040.859.711%2011.135%2011.421A14.29%2014.29%200%200%200%205.58%2034.782C26.542%2056.458%2061.222%2099.3%2052.7%20138.252c-33.142%2033.9-51.112%2074.776-51.112%20117.337c0%2043.372%2017.97%2084.248%2051.112%20118.148c8.526%2038.956-26.154%2081.816-47.116%20103.491a14.284%2014.284%200%200%200%205.555%2023.34c29.724%2010.709%2088.549%2023.147%20155.324-10.2a238.7%20238.7%200%200%200%2049.51-36.589A406%20406%200%200%200%20288%20460.14c73.313%200%20142.8-19.159%20195.667-53.975c27.371-18.049%2049.145-39.426%2064.679-63.619c17.309-26.923%2026.07-55.916%2026.07-86.125c-.022-31.021-8.782-59.991-26.09-86.936ZM284.987%20409.9a345.7%20345.7%200%200%201-89.446-11.5l-20.129%2019.393a184.4%20184.4%200%200%201-37.138%2027.585a145.8%20145.8%200%200%201-52.522%2014.87c.983-1.771%201.881-3.563%202.842-5.356q30.258-55.68%2016.325-100.078c-32.992-25.962-52.778-59.2-52.778-95.4c0-83.1%20104.254-150.469%20232.846-150.469s232.867%2067.373%20232.867%20150.469c0%2083.111-104.254%20150.486-232.867%20150.486%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%20576%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M284.046%20224.8a34.114%2034.114%200%201%200%2034.317%2034.113a34.217%2034.217%200%200%200-34.317-34.113m-110.45%200a34.114%2034.114%200%201%200%2034.317%2034.113A34.217%2034.217%200%200%200%20173.6%20224.8Zm220.923%200a34.114%2034.114%200%201%200%2034.317%2034.113a34.215%2034.215%200%200%200-34.317-34.113m153.807-55.319c-15.535-24.172-37.31-45.57-64.681-63.618c-52.886-34.817-122.374-54-195.666-54a406%20406%200%200%200-72.032%206.357a238.5%20238.5%200%200%200-49.51-36.588C99.684-11.7%2040.859.711%2011.135%2011.421A14.29%2014.29%200%200%200%205.58%2034.782C26.542%2056.458%2061.222%2099.3%2052.7%20138.252c-33.142%2033.9-51.112%2074.776-51.112%20117.337c0%2043.372%2017.97%2084.248%2051.112%20118.148c8.526%2038.956-26.154%2081.816-47.116%20103.491a14.284%2014.284%200%200%200%205.555%2023.34c29.724%2010.709%2088.549%2023.147%20155.324-10.2a238.7%20238.7%200%200%200%2049.51-36.589A406%20406%200%200%200%20288%20460.14c73.313%200%20142.8-19.159%20195.667-53.975c27.371-18.049%2049.145-39.426%2064.679-63.619c17.309-26.923%2026.07-55.916%2026.07-86.125c-.022-31.021-8.782-59.991-26.09-86.936ZM284.987%20409.9a345.7%20345.7%200%200%201-89.446-11.5l-20.129%2019.393a184.4%20184.4%200%200%201-37.138%2027.585a145.8%20145.8%200%200%201-52.522%2014.87c.983-1.771%201.881-3.563%202.842-5.356q30.258-55.68%2016.325-100.078c-32.992-25.962-52.778-59.2-52.778-95.4c0-83.1%20104.254-150.469%20232.846-150.469s232.867%2067.373%20232.867%20150.469c0%2083.111-104.254%20150.486-232.867%20150.486%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/rocketchat.svg?color=%231a73e8&size=48