Launch Chat Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Launch Chat 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/328190.svg" alt="Launch Chat icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328190.svg" alt="Launch Chat icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328190.svg" alt="Launch Chat icon" :width="24" :height="24" />
CSS background
.icon-launch-chat {
background-image: url('https://proicons.com/icon/328190.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>.f{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="b" class="f" d="M21.2444,6.5826c-5.8288,4.8997-7.0725,15.3351-6.5544,27.7207.1194,2.8538,1.5517,2.8599,2.8601,2.8599h12.7225c1.3085,0,2.7408-.006,2.8601-2.8599.5181-12.3856-.6232-22.9455-6.5544-27.7207-1.6064-1.2933-3.4468-1.5863-5.334,0Z"/><path id="c" class="f" d="M31.3505,37.0997v2.2712c0,1.7335-1.3957,3.1292-3.1294,3.1292h-8.4422c-1.7337,0-3.1294-1.3956-3.1294-3.1292v-2.2447"/><path id="d" class="f" d="M15.0227,21.1765c-3.4924,1.2847-6.8286,3.9319-7.9164,11.7206-.3071,2.1986,1.2924,2.4455,2.4457,2.4455h5.265"/><path id="e" class="f" d="M32.8693,21.1373c3.5314,1.27,6.9254,3.8909,8.0244,11.7598.3071,2.1986-1.2924,2.4455-2.4457,2.4455h-5.3628"/></svg>
Copied!