messages3 icon
messages3 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- messages3
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the messages3 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="m18.47 16.83l.39 3.16c.1.83-.79 1.41-1.5.98l-4.19-2.49q-.69 0-1.35-.09A4.86 4.86 0 0 0 13 15.23c0-2.84-2.46-5.14-5.5-5.14c-1.16 0-2.23.33-3.12.91c-.03-.25-.04-.5-.04-.76C4.34 5.69 8.29 2 13.17 2S22 5.69 22 10.24c0 2.7-1.39 5.09-3.53 6.59"/><path d="M13 15.23c0 1.19-.44 2.29-1.18 3.16c-.99 1.2-2.56 1.97-4.32 1.97l-2.61 1.55c-.44.27-1-.1-.94-.61l.25-1.97C2.86 18.4 2 16.91 2 15.23c0-1.76.94-3.31 2.38-4.23c.89-.58 1.96-.91 3.12-.91c3.04 0 5.5 2.3 5.5 5.14"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMessages3(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="m18.47 16.83l.39 3.16c.1.83-.79 1.41-1.5.98l-4.19-2.49q-.69 0-1.35-.09A4.86 4.86 0 0 0 13 15.23c0-2.84-2.46-5.14-5.5-5.14c-1.16 0-2.23.33-3.12.91c-.03-.25-.04-.5-.04-.76C4.34 5.69 8.29 2 13.17 2S22 5.69 22 10.24c0 2.7-1.39 5.09-3.53 6.59"/><path d="M13 15.23c0 1.19-.44 2.29-1.18 3.16c-.99 1.2-2.56 1.97-4.32 1.97l-2.61 1.55c-.44.27-1-.1-.94-.61l.25-1.97C2.86 18.4 2 16.91 2 15.23c0-1.76.94-3.31 2.38-4.23c.89-.58 1.96-.91 3.12-.91c3.04 0 5.5 2.3 5.5 5.14"/></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="m18.47 16.83l.39 3.16c.1.83-.79 1.41-1.5.98l-4.19-2.49q-.69 0-1.35-.09A4.86 4.86 0 0 0 13 15.23c0-2.84-2.46-5.14-5.5-5.14c-1.16 0-2.23.33-3.12.91c-.03-.25-.04-.5-.04-.76C4.34 5.69 8.29 2 13.17 2S22 5.69 22 10.24c0 2.7-1.39 5.09-3.53 6.59"/><path d="M13 15.23c0 1.19-.44 2.29-1.18 3.16c-.99 1.2-2.56 1.97-4.32 1.97l-2.61 1.55c-.44.27-1-.1-.94-.61l.25-1.97C2.86 18.4 2 16.91 2 15.23c0-1.76.94-3.31 2.38-4.23c.89-.58 1.96-.91 3.12-.91c3.04 0 5.5 2.3 5.5 5.14"/></g></svg> </template>
CSS
.icon-messages3 {
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%22m18.47%2016.83l.39%203.16c.1.83-.79%201.41-1.5.98l-4.19-2.49q-.69%200-1.35-.09A4.86%204.86%200%200%200%2013%2015.23c0-2.84-2.46-5.14-5.5-5.14c-1.16%200-2.23.33-3.12.91c-.03-.25-.04-.5-.04-.76C4.34%205.69%208.29%202%2013.17%202S22%205.69%2022%2010.24c0%202.7-1.39%205.09-3.53%206.59%22%2F%3E%3Cpath%20d%3D%22M13%2015.23c0%201.19-.44%202.29-1.18%203.16c-.99%201.2-2.56%201.97-4.32%201.97l-2.61%201.55c-.44.27-1-.1-.94-.61l.25-1.97C2.86%2018.4%202%2016.91%202%2015.23c0-1.76.94-3.31%202.38-4.23c.89-.58%201.96-.91%203.12-.91c3.04%200%205.5%202.3%205.5%205.14%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%22m18.47%2016.83l.39%203.16c.1.83-.79%201.41-1.5.98l-4.19-2.49q-.69%200-1.35-.09A4.86%204.86%200%200%200%2013%2015.23c0-2.84-2.46-5.14-5.5-5.14c-1.16%200-2.23.33-3.12.91c-.03-.25-.04-.5-.04-.76C4.34%205.69%208.29%202%2013.17%202S22%205.69%2022%2010.24c0%202.7-1.39%205.09-3.53%206.59%22%2F%3E%3Cpath%20d%3D%22M13%2015.23c0%201.19-.44%202.29-1.18%203.16c-.99%201.2-2.56%201.97-4.32%201.97l-2.61%201.55c-.44.27-1-.1-.94-.61l.25-1.97C2.86%2018.4%202%2016.91%202%2015.23c0-1.76.94-3.31%202.38-4.23c.89-.58%201.96-.91%203.12-.91c3.04%200%205.5%202.3%205.5%205.14%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/messages3.svg?color=%231a73e8&size=48