msg bubble user icon

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

Name
msg-bubble-user-filled
Set
Reicon
Style
Filled
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="currentColor"><path d="M17.667.667A6.34 6.34 0 0 0 11.333 7c0 1.107.295 2.2.82 3.101c.076.246-.126 1.124-.528 1.526a1 1 0 0 0 .654 1.705q.099.005.2.005c.837 0 1.813-.263 2.53-.59a6.3 6.3 0 0 0 2.655.587c3.492 0 6.333-2.84 6.333-6.333S21.16.667 17.667.667"/><circle cx="6.068" cy="11.667" r="3.667"/><path d="M1 22.333h10.136a.997.997 0 0 0 .95-1.312c-.857-2.605-3.274-4.354-6.02-4.354S.907 18.416.05 21.02A1 1 0 0 0 1 22.333"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMsgBubbleUserFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.667.667A6.34 6.34 0 0 0 11.333 7c0 1.107.295 2.2.82 3.101c.076.246-.126 1.124-.528 1.526a1 1 0 0 0 .654 1.705q.099.005.2.005c.837 0 1.813-.263 2.53-.59a6.3 6.3 0 0 0 2.655.587c3.492 0 6.333-2.84 6.333-6.333S21.16.667 17.667.667"/><circle cx="6.068" cy="11.667" r="3.667"/><path d="M1 22.333h10.136a.997.997 0 0 0 .95-1.312c-.857-2.605-3.274-4.354-6.02-4.354S.907 18.416.05 21.02A1 1 0 0 0 1 22.333"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M17.667.667A6.34 6.34 0 0 0 11.333 7c0 1.107.295 2.2.82 3.101c.076.246-.126 1.124-.528 1.526a1 1 0 0 0 .654 1.705q.099.005.2.005c.837 0 1.813-.263 2.53-.59a6.3 6.3 0 0 0 2.655.587c3.492 0 6.333-2.84 6.333-6.333S21.16.667 17.667.667"/><circle cx="6.068" cy="11.667" r="3.667"/><path d="M1 22.333h10.136a.997.997 0 0 0 .95-1.312c-.857-2.605-3.274-4.354-6.02-4.354S.907 18.416.05 21.02A1 1 0 0 0 1 22.333"/></g></svg>
</template>

CSS

.icon-msg-bubble-user-filled {
  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%22currentColor%22%3E%3Cpath%20d%3D%22M17.667.667A6.34%206.34%200%200%200%2011.333%207c0%201.107.295%202.2.82%203.101c.076.246-.126%201.124-.528%201.526a1%201%200%200%200%20.654%201.705q.099.005.2.005c.837%200%201.813-.263%202.53-.59a6.3%206.3%200%200%200%202.655.587c3.492%200%206.333-2.84%206.333-6.333S21.16.667%2017.667.667%22%2F%3E%3Ccircle%20cx%3D%226.068%22%20cy%3D%2211.667%22%20r%3D%223.667%22%2F%3E%3Cpath%20d%3D%22M1%2022.333h10.136a.997.997%200%200%200%20.95-1.312c-.857-2.605-3.274-4.354-6.02-4.354S.907%2018.416.05%2021.02A1%201%200%200%200%201%2022.333%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%22currentColor%22%3E%3Cpath%20d%3D%22M17.667.667A6.34%206.34%200%200%200%2011.333%207c0%201.107.295%202.2.82%203.101c.076.246-.126%201.124-.528%201.526a1%201%200%200%200%20.654%201.705q.099.005.2.005c.837%200%201.813-.263%202.53-.59a6.3%206.3%200%200%200%202.655.587c3.492%200%206.333-2.84%206.333-6.333S21.16.667%2017.667.667%22%2F%3E%3Ccircle%20cx%3D%226.068%22%20cy%3D%2211.667%22%20r%3D%223.667%22%2F%3E%3Cpath%20d%3D%22M1%2022.333h10.136a.997.997%200%200%200%20.95-1.312c-.857-2.605-3.274-4.354-6.02-4.354S.907%2018.416.05%2021.02A1%201%200%200%200%201%2022.333%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-filled.svg?color=%231a73e8&size=48