bxl messenger icon

bxl-messenger from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
bxl-messenger
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT

Related icons in BoxIcons v2

Use the bxl messenger icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12 3c-4.92 0-8.91 3.729-8.91 8.332c0 2.616 1.291 4.952 3.311 6.479V21l3.041-1.687c.811.228 1.668.35 2.559.35c4.92 0 8.91-3.73 8.91-8.331C20.91 6.729 16.92 3 12 3zm.938 11.172l-2.305-2.394l-4.438 2.454l4.865-5.163l2.305 2.395l4.439-2.455l-4.866 5.163z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function BxBxlMessenger(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12 3c-4.92 0-8.91 3.729-8.91 8.332c0 2.616 1.291 4.952 3.311 6.479V21l3.041-1.687c.811.228 1.668.35 2.559.35c4.92 0 8.91-3.73 8.91-8.331C20.91 6.729 16.92 3 12 3zm.938 11.172l-2.305-2.394l-4.438 2.454l4.865-5.163l2.305 2.395l4.439-2.455l-4.866 5.163z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path d="M12 3c-4.92 0-8.91 3.729-8.91 8.332c0 2.616 1.291 4.952 3.311 6.479V21l3.041-1.687c.811.228 1.668.35 2.559.35c4.92 0 8.91-3.73 8.91-8.331C20.91 6.729 16.92 3 12 3zm.938 11.172l-2.305-2.394l-4.438 2.454l4.865-5.163l2.305 2.395l4.439-2.455l-4.866 5.163z" fill="currentColor"/></svg>
</template>

CSS

.icon-bxl-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%220%200%2024%2024%22%3E%3Cpath%20d%3D%22M12%203c-4.92%200-8.91%203.729-8.91%208.332c0%202.616%201.291%204.952%203.311%206.479V21l3.041-1.687c.811.228%201.668.35%202.559.35c4.92%200%208.91-3.73%208.91-8.331C20.91%206.729%2016.92%203%2012%203zm.938%2011.172l-2.305-2.394l-4.438%202.454l4.865-5.163l2.305%202.395l4.439-2.455l-4.866%205.163z%22%20fill%3D%22currentColor%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%20d%3D%22M12%203c-4.92%200-8.91%203.729-8.91%208.332c0%202.616%201.291%204.952%203.311%206.479V21l3.041-1.687c.811.228%201.668.35%202.559.35c4.92%200%208.91-3.73%208.91-8.331C20.91%206.729%2016.92%203%2012%203zm.938%2011.172l-2.305-2.394l-4.438%202.454l4.865-5.163l2.305%202.395l4.439-2.455l-4.866%205.163z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/bx/bxl-messenger.svg?color=%231a73e8&size=48