Line Bubble 2 Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Line Bubble 2 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/343063.svg" alt="Line Bubble 2 icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343063.svg" alt="Line Bubble 2 icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343063.svg" alt="Line Bubble 2 icon" :width="24" :height="24" />
CSS background
.icon-line-bubble-2 {
background-image: url('https://proicons.com/icon/343063.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="b" d="M37.9675,30.766c.1432-.7416.2151-1.4917.215-2.243-.0193-5.4828-3.8491-10.4498-9.794-12.702l.015-.184c.12-2.68.312-5.358.223-8.04-.146-4.407-3.485-6.244-4.802-.446-.597,2.625-.902,5.22-.949,7.426l-.004.057c-.4351-.0435-.8721-.0725-1.31-.087-.4381.0118-.8754.0381-1.311.079l-.004-.05c-.047-2.205-.353-4.8-.949-7.425-.576-2.536-1.54-3.612-2.453-3.65-1.175-.049-2.267,1.617-2.35,4.096-.088,2.682.104,5.36.224,8.04l.011.149c-5.957,2.2584-9.7877,7.2423-9.79,12.737,0,7.7189,7.4413,13.9765,16.621,13.977,2.8997,0,5.7491-.6377,8.265-1.85"/><path class="b" d="M21.6165,28.927c.74,0,1.34-.475,1.34-1.06,0-.587-.6-1.062-1.34-1.062s-1.34.475-1.34,1.061.6,1.061,1.34,1.061v2.375"/><path class="b" d="M24.2965,31.302v1.942c0,2.775-1.17,5.008-2.624,5.008h-.224c-1.454,0-2.624-2.233-2.624-5.008v-1.942h5.472Z"/><polyline class="b" points="27.5945 22.115 24.3005 26.191 28.9905 25.298"/><line class="b" x1="24.3005" y1="26.191" x2="28.1535" y2="28.536"/><line class="b" x1="24.3005" y1="19.268" x2="22.7925" y2="24.014"/><path class="b" d="M31.6985,28.871c1.191,0,2.15.46,2.15,1.033s-.96,1.033-2.15,1.033c-1.191,0-2.15-.46-2.15-1.033s.96-1.033,2.15-1.033"/><polyline class="b" points="15.5265 22.115 18.8205 26.191 14.1305 25.298"/><line class="b" x1="18.8205" y1="26.191" x2="14.9675" y2="28.536"/><line class="b" x1="18.8205" y1="19.268" x2="20.3285" y2="24.014"/><path class="b" d="M11.4225,28.871c-1.191,0-2.15.46-2.15,1.033s.96,1.033,2.15,1.033,2.15-.46,2.15-1.033-.96-1.033-2.15-1.033"/><path class="b" d="M28.3885,15.821c-1.7469-.5376-3.5811-.9408-5.517-1.187"/><circle class="b" cx="36.0605" cy="37.5" r="7"/><path class="b" d="M33.4105,36.15c.0005-1.4652,1.1887-2.6526,2.6539-2.6521.1753,0,.3502.0175.5221.0521,1.111.214,1.999,1.175,2.11,2.302.082.837-.184,1.664-.762,2.172-1.072.94-4.524,3.476-4.524,3.476h5.3"/><path class="b" d="M14.7295,15.786c1.7469-.5376,3.5811-.9408,5.517-1.187"/></svg>
Copied!