messages icon
messages from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- messages
- Set
- Reicon
- Style
- Outline
- 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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M17 9c0 3.87-3.36 7-7.5 7l-.93 1.12l-.55.66c-.47.56-1.37.44-1.68-.23L5 14.6C3.18 13.32 2 11.29 2 9c0-3.87 3.36-7 7.5-7c3.02 0 5.63 1.67 6.8 4.07c.45.89.7 1.88.7 2.93"/><path d="M22 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-2.42 0-4.58-1.07-5.93-2.74L9.5 16c4.14 0 7.5-3.13 7.5-7c0-1.05-.25-2.04-.7-2.93c3.27.75 5.7 3.51 5.7 6.79M7 9h5"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMessages(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 9c0 3.87-3.36 7-7.5 7l-.93 1.12l-.55.66c-.47.56-1.37.44-1.68-.23L5 14.6C3.18 13.32 2 11.29 2 9c0-3.87 3.36-7 7.5-7c3.02 0 5.63 1.67 6.8 4.07c.45.89.7 1.88.7 2.93"/><path d="M22 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-2.42 0-4.58-1.07-5.93-2.74L9.5 16c4.14 0 7.5-3.13 7.5-7c0-1.05-.25-2.04-.7-2.93c3.27.75 5.7 3.51 5.7 6.79M7 9h5"/></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 9c0 3.87-3.36 7-7.5 7l-.93 1.12l-.55.66c-.47.56-1.37.44-1.68-.23L5 14.6C3.18 13.32 2 11.29 2 9c0-3.87 3.36-7 7.5-7c3.02 0 5.63 1.67 6.8 4.07c.45.89.7 1.88.7 2.93"/><path d="M22 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-2.42 0-4.58-1.07-5.93-2.74L9.5 16c4.14 0 7.5-3.13 7.5-7c0-1.05-.25-2.04-.7-2.93c3.27.75 5.7 3.51 5.7 6.79M7 9h5"/></g></svg> </template>
CSS
.icon-messages {
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%209c0%203.87-3.36%207-7.5%207l-.93%201.12l-.55.66c-.47.56-1.37.44-1.68-.23L5%2014.6C3.18%2013.32%202%2011.29%202%209c0-3.87%203.36-7%207.5-7c3.02%200%205.63%201.67%206.8%204.07c.45.89.7%201.88.7%202.93%22%2F%3E%3Cpath%20d%3D%22M22%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-2.42%200-4.58-1.07-5.93-2.74L9.5%2016c4.14%200%207.5-3.13%207.5-7c0-1.05-.25-2.04-.7-2.93c3.27.75%205.7%203.51%205.7%206.79M7%209h5%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%209c0%203.87-3.36%207-7.5%207l-.93%201.12l-.55.66c-.47.56-1.37.44-1.68-.23L5%2014.6C3.18%2013.32%202%2011.29%202%209c0-3.87%203.36-7%207.5-7c3.02%200%205.63%201.67%206.8%204.07c.45.89.7%201.88.7%202.93%22%2F%3E%3Cpath%20d%3D%22M22%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-2.42%200-4.58-1.07-5.93-2.74L9.5%2016c4.14%200%207.5-3.13%207.5-7c0-1.05-.25-2.04-.7-2.93c3.27.75%205.7%203.51%205.7%206.79M7%209h5%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.svg?color=%231a73e8&size=48