msg bubble user icon

msg-bubble-user from Reicon by REICON · Outline · Messages · MIT Free for personal and commercial use.

Name
msg-bubble-user
Set
Reicon
Style
Outline
Category
Messages
Viewbox
24×24
License
MIT

1 other variant in Reicon

More messages icons from Reicon

Use the msg bubble user icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M17.667 1.667A5.334 5.334 0 0 0 12.333 7a5.3 5.3 0 0 0 .716 2.661c.316.594-.038 1.995-.716 2.672c.92.05 2.131-.365 2.672-.716a5.34 5.34 0 0 0 2.662.716a5.334 5.334 0 0 0 0-10.666"/><circle cx="6.068" cy="11.667" r="2.667"/><path d="M1 21.333a5.336 5.336 0 0 1 10.136 0"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMsgBubbleUser(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M17.667 1.667A5.334 5.334 0 0 0 12.333 7a5.3 5.3 0 0 0 .716 2.661c.316.594-.038 1.995-.716 2.672c.92.05 2.131-.365 2.672-.716a5.34 5.34 0 0 0 2.662.716a5.334 5.334 0 0 0 0-10.666"/><circle cx="6.068" cy="11.667" r="2.667"/><path d="M1 21.333a5.336 5.336 0 0 1 10.136 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M17.667 1.667A5.334 5.334 0 0 0 12.333 7a5.3 5.3 0 0 0 .716 2.661c.316.594-.038 1.995-.716 2.672c.92.05 2.131-.365 2.672-.716a5.34 5.34 0 0 0 2.662.716a5.334 5.334 0 0 0 0-10.666"/><circle cx="6.068" cy="11.667" r="2.667"/><path d="M1 21.333a5.336 5.336 0 0 1 10.136 0"/></g></svg>
</template>

CSS

.icon-msg-bubble-user {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M17.667%201.667A5.334%205.334%200%200%200%2012.333%207a5.3%205.3%200%200%200%20.716%202.661c.316.594-.038%201.995-.716%202.672c.92.05%202.131-.365%202.672-.716a5.34%205.34%200%200%200%202.662.716a5.334%205.334%200%200%200%200-10.666%22%2F%3E%3Ccircle%20cx%3D%226.068%22%20cy%3D%2211.667%22%20r%3D%222.667%22%2F%3E%3Cpath%20d%3D%22M1%2021.333a5.336%205.336%200%200%201%2010.136%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M17.667%201.667A5.334%205.334%200%200%200%2012.333%207a5.3%205.3%200%200%200%20.716%202.661c.316.594-.038%201.995-.716%202.672c.92.05%202.131-.365%202.672-.716a5.34%205.34%200%200%200%202.662.716a5.334%205.334%200%200%200%200-10.666%22%2F%3E%3Ccircle%20cx%3D%226.068%22%20cy%3D%2211.667%22%20r%3D%222.667%22%2F%3E%3Cpath%20d%3D%22M1%2021.333a5.336%205.336%200%200%201%2010.136%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/msg-bubble-user.svg?color=%231a73e8&size=48