Randochat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Randochat 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/331929.svg" alt="Randochat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/331929.svg" alt="Randochat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/331929.svg" alt="Randochat icon" :width="24" :height="24" />
CSS background
.icon-randochat {
background-image: url('https://proicons.com/icon/331929.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M39.9498,23.374c1.5997-1.8138,2.5502-4.0269,2.5502-6.4236,0-6.1271-6.1496-11.0942-13.7357-11.0942s-13.7357,4.9671-13.7357,11.0942,6.1497,11.0942,13.7357,11.0942c2.235,0,4.3389-.4405,6.204-1.2055l6.145,2.7243-1.1634-6.1894Z"/><path class="b" d="M32.7589,27.5566c.1413.6438.2198,1.3033.2198,1.9785,0,6.1238-6.1552,11.0857-13.7394,11.0857-2.2454,0-4.3495-.4397-6.2023-1.2091l-6.1552,2.7322,1.162-6.1866c-1.5859-1.8214-2.5437-4.0354-2.5437-6.4222,0-5.009,4.114-9.2485,9.751-10.6146"/></svg>
Copied!