Rocketchat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Rocketchat icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/332208.svg" alt="Rocketchat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332208.svg" alt="Rocketchat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332208.svg" alt="Rocketchat icon" :width="24" :height="24" />
CSS background
.icon-rocketchat {
background-image: url('https://proicons.com/icon/332208.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M43.5,24.1a10.48,10.48,0,0,0-1.7-5.6,13,13,0,0,0-4.3-4.1,24.17,24.17,0,0,0-13.1-3.5,25.22,25.22,0,0,0-4.8.4,19.92,19.92,0,0,0-3.3-2.4A13.42,13.42,0,0,0,4.5,8.8s5,4.1,4.2,7.6A10.84,10.84,0,0,0,5.3,24h0a10.67,10.67,0,0,0,3.4,7.6c.8,3.6-4.2,7.6-4.2,7.6a13.23,13.23,0,0,0,11.7-.1,15.47,15.47,0,0,0,3.3-2.4,25.92,25.92,0,0,0,4.8.4,24.17,24.17,0,0,0,13.1-3.5,15.41,15.41,0,0,0,4.3-4.1,8.57,8.57,0,0,0,1.8-5.4Z"/><path class="a" d="M8.69,16.39C12.17,13,18,10.83,24.76,10.9"/><circle class="a" cx="16.7" cy="24.5" r="2.2"/><circle class="a" cx="24.3" cy="24.5" r="2.2"/><circle class="a" cx="31.9" cy="24.5" r="2.2"/></svg>
Copied!