messenger icon
messenger-line from Remix Icon by Remix Design · Line · Logos · Apache-2.0 Free for personal and commercial use.
- Name
- messenger-line
- Set
- Remix Icon
- Style
- Line
- Category
- Logos
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Remix Icon
The same icon in other sets
More logos icons from Remix Icon
Use the messenger icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.765 19.225c.59-.26 1.25-.309 1.868-.139c.77.21 1.565.316 2.368.314c4.585 0 8-3.286 8-7.7s-3.415-7.7-8-7.7s-8 3.287-8 7.7c0 2.27.896 4.272 2.466 5.676a2.8 2.8 0 0 1 .942 2.006zM12.001 2c5.634 0 10 4.127 10 9.7s-4.367 9.7-10 9.7a11 11 0 0 1-2.895-.384a.8.8 0 0 0-.534.039l-1.985.876a.8.8 0 0 1-1.123-.707l-.054-1.78a.8.8 0 0 0-.269-.57c-1.945-1.74-3.14-4.258-3.14-7.174c0-5.573 4.366-9.7 10-9.7M5.996 14.537l2.937-4.66a1.5 1.5 0 0 1 2.17-.4l2.336 1.75a.6.6 0 0 0 .723 0l3.155-2.395c.421-.32.971.184.689.631l-2.937 4.66a1.5 1.5 0 0 1-2.17.4l-2.336-1.75a.6.6 0 0 0-.723 0L6.685 15.17c-.421.319-.971-.185-.689-.633"/></svg>
React
import type { SVGProps } from "react";
export function RiMessengerLine(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.765 19.225c.59-.26 1.25-.309 1.868-.139c.77.21 1.565.316 2.368.314c4.585 0 8-3.286 8-7.7s-3.415-7.7-8-7.7s-8 3.287-8 7.7c0 2.27.896 4.272 2.466 5.676a2.8 2.8 0 0 1 .942 2.006zM12.001 2c5.634 0 10 4.127 10 9.7s-4.367 9.7-10 9.7a11 11 0 0 1-2.895-.384a.8.8 0 0 0-.534.039l-1.985.876a.8.8 0 0 1-1.123-.707l-.054-1.78a.8.8 0 0 0-.269-.57c-1.945-1.74-3.14-4.258-3.14-7.174c0-5.573 4.366-9.7 10-9.7M5.996 14.537l2.937-4.66a1.5 1.5 0 0 1 2.17-.4l2.336 1.75a.6.6 0 0 0 .723 0l3.155-2.395c.421-.32.971.184.689.631l-2.937 4.66a1.5 1.5 0 0 1-2.17.4l-2.336-1.75a.6.6 0 0 0-.723 0L6.685 15.17c-.421.319-.971-.185-.689-.633"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.765 19.225c.59-.26 1.25-.309 1.868-.139c.77.21 1.565.316 2.368.314c4.585 0 8-3.286 8-7.7s-3.415-7.7-8-7.7s-8 3.287-8 7.7c0 2.27.896 4.272 2.466 5.676a2.8 2.8 0 0 1 .942 2.006zM12.001 2c5.634 0 10 4.127 10 9.7s-4.367 9.7-10 9.7a11 11 0 0 1-2.895-.384a.8.8 0 0 0-.534.039l-1.985.876a.8.8 0 0 1-1.123-.707l-.054-1.78a.8.8 0 0 0-.269-.57c-1.945-1.74-3.14-4.258-3.14-7.174c0-5.573 4.366-9.7 10-9.7M5.996 14.537l2.937-4.66a1.5 1.5 0 0 1 2.17-.4l2.336 1.75a.6.6 0 0 0 .723 0l3.155-2.395c.421-.32.971.184.689.631l-2.937 4.66a1.5 1.5 0 0 1-2.17.4l-2.336-1.75a.6.6 0 0 0-.723 0L6.685 15.17c-.421.319-.971-.185-.689-.633"/></svg> </template>
CSS
.icon-messenger-line {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.765%2019.225c.59-.26%201.25-.309%201.868-.139c.77.21%201.565.316%202.368.314c4.585%200%208-3.286%208-7.7s-3.415-7.7-8-7.7s-8%203.287-8%207.7c0%202.27.896%204.272%202.466%205.676a2.8%202.8%200%200%201%20.942%202.006zM12.001%202c5.634%200%2010%204.127%2010%209.7s-4.367%209.7-10%209.7a11%2011%200%200%201-2.895-.384a.8.8%200%200%200-.534.039l-1.985.876a.8.8%200%200%201-1.123-.707l-.054-1.78a.8.8%200%200%200-.269-.57c-1.945-1.74-3.14-4.258-3.14-7.174c0-5.573%204.366-9.7%2010-9.7M5.996%2014.537l2.937-4.66a1.5%201.5%200%200%201%202.17-.4l2.336%201.75a.6.6%200%200%200%20.723%200l3.155-2.395c.421-.32.971.184.689.631l-2.937%204.66a1.5%201.5%200%200%201-2.17.4l-2.336-1.75a.6.6%200%200%200-.723%200L6.685%2015.17c-.421.319-.971-.185-.689-.633%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M7.765%2019.225c.59-.26%201.25-.309%201.868-.139c.77.21%201.565.316%202.368.314c4.585%200%208-3.286%208-7.7s-3.415-7.7-8-7.7s-8%203.287-8%207.7c0%202.27.896%204.272%202.466%205.676a2.8%202.8%200%200%201%20.942%202.006zM12.001%202c5.634%200%2010%204.127%2010%209.7s-4.367%209.7-10%209.7a11%2011%200%200%201-2.895-.384a.8.8%200%200%200-.534.039l-1.985.876a.8.8%200%200%201-1.123-.707l-.054-1.78a.8.8%200%200%200-.269-.57c-1.945-1.74-3.14-4.258-3.14-7.174c0-5.573%204.366-9.7%2010-9.7M5.996%2014.537l2.937-4.66a1.5%201.5%200%200%201%202.17-.4l2.336%201.75a.6.6%200%200%200%20.723%200l3.155-2.395c.421-.32.971.184.689.631l-2.937%204.66a1.5%201.5%200%200%201-2.17.4l-2.336-1.75a.6.6%200%200%200-.723%200L6.685%2015.17c-.421.319-.971-.185-.689-.633%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ri/messenger-line.svg?color=%231a73e8&size=48