Line Messenger Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Line Messenger 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/306001.svg" alt="Line Messenger icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306001.svg" alt="Line Messenger icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306001.svg" alt="Line Messenger icon" :width="24" :height="24" />
CSS background
.icon-line-messenger {
background-image: url('https://proicons.com/icon/306001.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M795 0H205C92 0 0 92 0 205v590c0 113 92 205 205 205h590c113 0 205-92 205-205V205C1000 92 908 0 795 0zm16 614c-1 2-4 5-7 8v1c-12 14-25 27-40 39-101 94-268 206-290 189-19-15 31-89-27-101-4 0-8-1-12-1-86-13-162-49-216-100s-87-117-87-190c0-162 165-293 367-293 203 0 367 131 367 293 0 57-20 110-55 155zM416 373h-2c-11 0-19 9-19 19v142c0 10 8 19 19 19h2c10 0 19-9 19-19V392c0-10-9-19-19-19zm-56 140h-53V392c0-10-9-19-19-19h-2c-10 0-19 9-19 19v142c0 10 9 19 19 19h74c11 0 19-9 19-19v-2c0-10-8-19-19-19zm229-140h-2c-10 0-19 9-19 19v83l-69-92c-3-6-10-10-17-10h-1c-11 0-19 8-19 19v142c0 10 8 19 19 19h1c11 0 19-9 19-19v-85l70 95 2 2c1 3 4 4 7 6 2 0 5 1 7 1h2c3 0 6-1 9-2 2-1 3-2 4-4 4-3 6-8 6-13V392c0-10-9-19-19-19zm137 0h-74c-11 0-20 9-20 19v142c0 11 9 19 20 19h74c10 0 19-8 19-19v-1c0-11-9-19-19-19h-54v-31h54c10 0 19-8 19-19v-1c0-11-9-20-19-20h-54v-30h54c10 0 19-8 19-19v-2c0-10-9-19-19-19z"/></svg>
Copied!