Line Bubble Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Line Bubble 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/328503.svg" alt="Line Bubble icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/328503.svg" alt="Line Bubble icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/328503.svg" alt="Line Bubble icon" :width="24" :height="24" />
CSS background
.icon-line-bubble {
background-image: url('https://proicons.com/icon/328503.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="M13.8623,29.8714c-1.191,0-2.1499.46-2.1499,1.033s.959,1.033,2.1499,1.033,2.1499-.46,2.1499-1.033-.96-1.033-2.1499-1.033M21.2601,20.2677l1.508,4.7459M21.2601,27.1915l-3.8529,2.3449M17.9662,23.1156l3.2939,4.0759-4.6899-.894M34.1377,29.8714c1.191,0,2.1499.46,2.1499,1.033s-.96,1.033-2.1499,1.033c-1.191,0-2.1499-.46-2.1499-1.033s.96-1.033,2.1499-1.033M26.7389,20.2677l-1.507,4.7459M26.7389,27.1915l3.8529,2.3449M30.0338,23.1156l-3.2939,4.0749,4.6899-.894M26.7359,32.3013v1.9419c0,2.7739-1.17,5.0079-2.6239,5.0079h-.224c-1.454,0-2.6239-2.2339-2.6239-5.0079v-1.9419h5.4718ZM24.056,29.9264c.74,0,1.34-.475,1.34-1.061s-.6-1.061-1.34-1.061-1.34.475-1.34,1.06c0,.587.6,1.062,1.34,1.062v2.3749M19.2841,4.5011c-1.175-.05-2.2679,1.617-2.3499,4.0959-.089,2.6819.104,5.3599.223,8.0398l.012.148c-5.9573,2.2581-9.7883,7.2419-9.7907,12.7366-.0013,7.7191,7.4393,13.9775,16.6192,13.9786h.0024c9.1798,0,16.6215-6.2575,16.6215-13.9766h0c-.0195-5.4829-3.8496-10.4497-9.7947-12.7016l.016-.183c.12-2.6799.312-5.3578.223-8.0398-.146-4.4069-3.4859-6.2438-4.8029-.446-.596,2.6249-.902,5.2199-.948,7.4248l-.004.057c-.4355-.0435-.8728-.0726-1.311-.087-.4377.0115-.8747.0375-1.31.078l-.005-.049c-.046-2.2049-.352-4.7999-.948-7.4248-.577-2.5369-1.54-3.6129-2.4539-3.6499l.001-.001Z"/></svg>
Copied!