messages icon
messages-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- messages-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
All messages icons →More newicons icons from Reicon
Use the messages icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="M21.999 12.86c0 2.29-1.18 4.32-3 5.6l-1.34 2.95c-.31.67-1.21.8-1.68.23l-1.48-1.78c-1.86 0-3.57-.63-4.87-1.68l.6-.71c4.62-.35 8.27-4.01 8.27-8.47c0-.76-.11-1.51-.31-2.23c2.27 1.2 3.81 3.48 3.81 6.09"/><path d="M16.3 6.07C15.13 3.67 12.52 2 9.5 2C5.36 2 2 5.13 2 9c0 2.29 1.18 4.32 3 5.6l1.34 2.95c.31.67 1.21.79 1.68.23l.55-.66L9.5 16c4.14 0 7.5-3.13 7.5-7c0-1.05-.25-2.04-.7-2.93M12 9.75H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMessagesFilled(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="M21.999 12.86c0 2.29-1.18 4.32-3 5.6l-1.34 2.95c-.31.67-1.21.8-1.68.23l-1.48-1.78c-1.86 0-3.57-.63-4.87-1.68l.6-.71c4.62-.35 8.27-4.01 8.27-8.47c0-.76-.11-1.51-.31-2.23c2.27 1.2 3.81 3.48 3.81 6.09"/><path d="M16.3 6.07C15.13 3.67 12.52 2 9.5 2C5.36 2 2 5.13 2 9c0 2.29 1.18 4.32 3 5.6l1.34 2.95c.31.67 1.21.79 1.68.23l.55-.66L9.5 16c4.14 0 7.5-3.13 7.5-7c0-1.05-.25-2.04-.7-2.93M12 9.75H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75"/></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="M21.999 12.86c0 2.29-1.18 4.32-3 5.6l-1.34 2.95c-.31.67-1.21.8-1.68.23l-1.48-1.78c-1.86 0-3.57-.63-4.87-1.68l.6-.71c4.62-.35 8.27-4.01 8.27-8.47c0-.76-.11-1.51-.31-2.23c2.27 1.2 3.81 3.48 3.81 6.09"/><path d="M16.3 6.07C15.13 3.67 12.52 2 9.5 2C5.36 2 2 5.13 2 9c0 2.29 1.18 4.32 3 5.6l1.34 2.95c.31.67 1.21.79 1.68.23l.55-.66L9.5 16c4.14 0 7.5-3.13 7.5-7c0-1.05-.25-2.04-.7-2.93M12 9.75H7c-.41 0-.75-.34-.75-.75s.34-.75.75-.75h5c.41 0 .75.34.75.75s-.34.75-.75.75"/></g></svg> </template>
CSS
.icon-messages-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%22M21.999%2012.86c0%202.29-1.18%204.32-3%205.6l-1.34%202.95c-.31.67-1.21.8-1.68.23l-1.48-1.78c-1.86%200-3.57-.63-4.87-1.68l.6-.71c4.62-.35%208.27-4.01%208.27-8.47c0-.76-.11-1.51-.31-2.23c2.27%201.2%203.81%203.48%203.81%206.09%22%2F%3E%3Cpath%20d%3D%22M16.3%206.07C15.13%203.67%2012.52%202%209.5%202C5.36%202%202%205.13%202%209c0%202.29%201.18%204.32%203%205.6l1.34%202.95c.31.67%201.21.79%201.68.23l.55-.66L9.5%2016c4.14%200%207.5-3.13%207.5-7c0-1.05-.25-2.04-.7-2.93M12%209.75H7c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h5c.41%200%20.75.34.75.75s-.34.75-.75.75%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%22M21.999%2012.86c0%202.29-1.18%204.32-3%205.6l-1.34%202.95c-.31.67-1.21.8-1.68.23l-1.48-1.78c-1.86%200-3.57-.63-4.87-1.68l.6-.71c4.62-.35%208.27-4.01%208.27-8.47c0-.76-.11-1.51-.31-2.23c2.27%201.2%203.81%203.48%203.81%206.09%22%2F%3E%3Cpath%20d%3D%22M16.3%206.07C15.13%203.67%2012.52%202%209.5%202C5.36%202%202%205.13%202%209c0%202.29%201.18%204.32%203%205.6l1.34%202.95c.31.67%201.21.79%201.68.23l.55-.66L9.5%2016c4.14%200%207.5-3.13%207.5-7c0-1.05-.25-2.04-.7-2.93M12%209.75H7c-.41%200-.75-.34-.75-.75s.34-.75.75-.75h5c.41%200%20.75.34.75.75s-.34.75-.75.75%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/messages-filled.svg?color=%231a73e8&size=48