Lineage Messages Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Lineage Messages 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/343090.svg" alt="Lineage Messages icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/343090.svg" alt="Lineage Messages icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/343090.svg" alt="Lineage Messages icon" :width="24" :height="24" />
CSS background
.icon-lineage-messages {
background-image: url('https://proicons.com/icon/343090.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:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M42.2012,12.5933l1.1506-5.8648A2.1153,2.1153,0,0,0,40.621,4.31l-4.99,1.6252a21.5781,21.5781,0,1,0,6.57,6.658Z"/><path class="a" d="M24,12.3162c9.2732,0,11.9444,8.9257,11.9444,14.203S32.057,35.64,24,35.64s-11.9445-3.8439-11.9445-9.1212S14.7267,12.3162,24,12.3162Z"/><path class="a" d="M24,31.6662c3.3243,0,6.2837-1.6288,7.5-5.7985A16.5445,16.5445,0,0,1,24,27.2359a16.5442,16.5442,0,0,1-7.5-1.3682C17.7162,30.0374,20.6756,31.6662,24,31.6662Z"/></svg>
Copied!