message dots round plus icon

message-dots-round-plus from Mage Icons by MageIcons · Outline · Apache-2.0 Free for personal and commercial use.

Name
message-dots-round-plus
Set
Mage Icons
Style
Outline
Viewbox
24×24
License
Apache 2.0

Related icons in Mage Icons

Use the message dots round plus 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-width="1.5"><path stroke-linejoin="round" d="M21.25 12a9.4 9.4 0 0 1-.7 3.54a9.3 9.3 0 0 1-5 5a9.3 9.3 0 0 1-7.34-.11L4.34 21c-.19.045-.39.045-.58 0a1.3 1.3 0 0 1-.48-.31A1.15 1.15 0 0 1 3 19.58l.53-3.92A8.9 8.9 0 0 1 2.75 12a9.4 9.4 0 0 1 .7-3.54a9.3 9.3 0 0 1 5-5A9.3 9.3 0 0 1 12 2.75"/><path stroke-miterlimit="10" d="M17.768 2.75v5.5m-2.744-2.744h5.5"/><path stroke-linejoin="round" d="M12 12.61a.61.61 0 1 0 0-1.221a.61.61 0 0 0 0 1.221m4.279 0a.61.61 0 1 0 0-1.221a.61.61 0 0 0 0 1.221m-8.558 0a.61.61 0 1 0 .001-1.221a.61.61 0 0 0 0 1.221"/></g></svg>

React

import type { SVGProps } from "react";

export function MageMessageDotsRoundPlus(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" strokeWidth="1.5"><path strokeLinejoin="round" d="M21.25 12a9.4 9.4 0 0 1-.7 3.54a9.3 9.3 0 0 1-5 5a9.3 9.3 0 0 1-7.34-.11L4.34 21c-.19.045-.39.045-.58 0a1.3 1.3 0 0 1-.48-.31A1.15 1.15 0 0 1 3 19.58l.53-3.92A8.9 8.9 0 0 1 2.75 12a9.4 9.4 0 0 1 .7-3.54a9.3 9.3 0 0 1 5-5A9.3 9.3 0 0 1 12 2.75"/><path strokeMiterlimit="10" d="M17.768 2.75v5.5m-2.744-2.744h5.5"/><path strokeLinejoin="round" d="M12 12.61a.61.61 0 1 0 0-1.221a.61.61 0 0 0 0 1.221m4.279 0a.61.61 0 1 0 0-1.221a.61.61 0 0 0 0 1.221m-8.558 0a.61.61 0 1 0 .001-1.221a.61.61 0 0 0 0 1.221"/></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-width="1.5"><path stroke-linejoin="round" d="M21.25 12a9.4 9.4 0 0 1-.7 3.54a9.3 9.3 0 0 1-5 5a9.3 9.3 0 0 1-7.34-.11L4.34 21c-.19.045-.39.045-.58 0a1.3 1.3 0 0 1-.48-.31A1.15 1.15 0 0 1 3 19.58l.53-3.92A8.9 8.9 0 0 1 2.75 12a9.4 9.4 0 0 1 .7-3.54a9.3 9.3 0 0 1 5-5A9.3 9.3 0 0 1 12 2.75"/><path stroke-miterlimit="10" d="M17.768 2.75v5.5m-2.744-2.744h5.5"/><path stroke-linejoin="round" d="M12 12.61a.61.61 0 1 0 0-1.221a.61.61 0 0 0 0 1.221m4.279 0a.61.61 0 1 0 0-1.221a.61.61 0 0 0 0 1.221m-8.558 0a.61.61 0 1 0 .001-1.221a.61.61 0 0 0 0 1.221"/></g></svg>
</template>

CSS

.icon-message-dots-round-plus {
  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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M21.25%2012a9.4%209.4%200%200%201-.7%203.54a9.3%209.3%200%200%201-5%205a9.3%209.3%200%200%201-7.34-.11L4.34%2021c-.19.045-.39.045-.58%200a1.3%201.3%200%200%201-.48-.31A1.15%201.15%200%200%201%203%2019.58l.53-3.92A8.9%208.9%200%200%201%202.75%2012a9.4%209.4%200%200%201%20.7-3.54a9.3%209.3%200%200%201%205-5A9.3%209.3%200%200%201%2012%202.75%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M17.768%202.75v5.5m-2.744-2.744h5.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2012.61a.61.61%200%201%200%200-1.221a.61.61%200%200%200%200%201.221m4.279%200a.61.61%200%201%200%200-1.221a.61.61%200%200%200%200%201.221m-8.558%200a.61.61%200%201%200%20.001-1.221a.61.61%200%200%200%200%201.221%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-width%3D%221.5%22%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M21.25%2012a9.4%209.4%200%200%201-.7%203.54a9.3%209.3%200%200%201-5%205a9.3%209.3%200%200%201-7.34-.11L4.34%2021c-.19.045-.39.045-.58%200a1.3%201.3%200%200%201-.48-.31A1.15%201.15%200%200%201%203%2019.58l.53-3.92A8.9%208.9%200%200%201%202.75%2012a9.4%209.4%200%200%201%20.7-3.54a9.3%209.3%200%200%201%205-5A9.3%209.3%200%200%201%2012%202.75%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M17.768%202.75v5.5m-2.744-2.744h5.5%22%2F%3E%3Cpath%20stroke-linejoin%3D%22round%22%20d%3D%22M12%2012.61a.61.61%200%201%200%200-1.221a.61.61%200%200%200%200%201.221m4.279%200a.61.61%200%201%200%200-1.221a.61.61%200%200%200%200%201.221m-8.558%200a.61.61%200%201%200%20.001-1.221a.61.61%200%200%200%200%201.221%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/message-dots-round-plus.svg?color=%231a73e8&size=48