messenger icon
messenger from Jam Icons by Michael Amprimo · Outline · MIT Free for personal and commercial use.
- Name
- messenger
- Set
- Jam Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
Use the messenger icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M3.683 16.418C1.436 14.722 0 12.14 0 9.248C0 4.14 4.477 0 10 0s10 4.14 10 9.248s-4.477 9.248-10 9.248a10.8 10.8 0 0 1-2.96-.412l-3.357 1.891zm5.25-9.703l-5.394 5.66l4.908-2.67l2.565 2.67l5.362-5.66l-4.853 2.622l-2.589-2.622z"/></svg>
React
import type { SVGProps } from "react";
export function JamMessenger(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M3.683 16.418C1.436 14.722 0 12.14 0 9.248C0 4.14 4.477 0 10 0s10 4.14 10 9.248s-4.477 9.248-10 9.248a10.8 10.8 0 0 1-2.96-.412l-3.357 1.891zm5.25-9.703l-5.394 5.66l4.908-2.67l2.565 2.67l5.362-5.66l-4.853 2.622l-2.589-2.622z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="-2 -2 24 24"><path fill="currentColor" d="M3.683 16.418C1.436 14.722 0 12.14 0 9.248C0 4.14 4.477 0 10 0s10 4.14 10 9.248s-4.477 9.248-10 9.248a10.8 10.8 0 0 1-2.96-.412l-3.357 1.891zm5.25-9.703l-5.394 5.66l4.908-2.67l2.565 2.67l5.362-5.66l-4.853 2.622l-2.589-2.622z"/></svg> </template>
CSS
.icon-messenger {
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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.683%2016.418C1.436%2014.722%200%2012.14%200%209.248C0%204.14%204.477%200%2010%200s10%204.14%2010%209.248s-4.477%209.248-10%209.248a10.8%2010.8%200%200%201-2.96-.412l-3.357%201.891zm5.25-9.703l-5.394%205.66l4.908-2.67l2.565%202.67l5.362-5.66l-4.853%202.622l-2.589-2.622z%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%22-2%20-2%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.683%2016.418C1.436%2014.722%200%2012.14%200%209.248C0%204.14%204.477%200%2010%200s10%204.14%2010%209.248s-4.477%209.248-10%209.248a10.8%2010.8%200%200%201-2.96-.412l-3.357%201.891zm5.25-9.703l-5.394%205.66l4.908-2.67l2.565%202.67l5.362-5.66l-4.853%202.622l-2.589-2.622z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/jam/messenger.svg?color=%231a73e8&size=48