messages4 icon
messages4 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- messages4
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the messages4 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-miterlimit="10" stroke-width="1.5"><path d="M22 6.25v5.1c0 1.27-.42 2.34-1.17 3.08c-.74.75-1.81 1.17-3.08 1.17v1.81c0 .68-.76 1.09-1.32.71l-.97-.64c.09-.31.13-.65.13-1.01V12.4c0-2.04-1.36-3.4-3.4-3.4H5.4c-.14 0-.27.01-.4.02V6.25C5 3.7 6.7 2 9.25 2h8.5C20.3 2 22 3.7 22 6.25"/><path d="M15.59 12.4v4.07c0 .36-.04.7-.13 1.01c-.37 1.47-1.59 2.39-3.27 2.39H9.47l-3.02 2.01a.671.671 0 0 1-1.05-.56v-1.45c-1.02 0-1.87-.34-2.46-.93c-.6-.6-.94-1.45-.94-2.47V12.4c0-1.9 1.18-3.21 3-3.38c.13-.01.26-.02.4-.02h6.79c2.04 0 3.4 1.36 3.4 3.4"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMessages4(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" strokeMiterlimit="10" strokeWidth="1.5"><path d="M22 6.25v5.1c0 1.27-.42 2.34-1.17 3.08c-.74.75-1.81 1.17-3.08 1.17v1.81c0 .68-.76 1.09-1.32.71l-.97-.64c.09-.31.13-.65.13-1.01V12.4c0-2.04-1.36-3.4-3.4-3.4H5.4c-.14 0-.27.01-.4.02V6.25C5 3.7 6.7 2 9.25 2h8.5C20.3 2 22 3.7 22 6.25"/><path d="M15.59 12.4v4.07c0 .36-.04.7-.13 1.01c-.37 1.47-1.59 2.39-3.27 2.39H9.47l-3.02 2.01a.671.671 0 0 1-1.05-.56v-1.45c-1.02 0-1.87-.34-2.46-.93c-.6-.6-.94-1.45-.94-2.47V12.4c0-1.9 1.18-3.21 3-3.38c.13-.01.26-.02.4-.02h6.79c2.04 0 3.4 1.36 3.4 3.4"/></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-miterlimit="10" stroke-width="1.5"><path d="M22 6.25v5.1c0 1.27-.42 2.34-1.17 3.08c-.74.75-1.81 1.17-3.08 1.17v1.81c0 .68-.76 1.09-1.32.71l-.97-.64c.09-.31.13-.65.13-1.01V12.4c0-2.04-1.36-3.4-3.4-3.4H5.4c-.14 0-.27.01-.4.02V6.25C5 3.7 6.7 2 9.25 2h8.5C20.3 2 22 3.7 22 6.25"/><path d="M15.59 12.4v4.07c0 .36-.04.7-.13 1.01c-.37 1.47-1.59 2.39-3.27 2.39H9.47l-3.02 2.01a.671.671 0 0 1-1.05-.56v-1.45c-1.02 0-1.87-.34-2.46-.93c-.6-.6-.94-1.45-.94-2.47V12.4c0-1.9 1.18-3.21 3-3.38c.13-.01.26-.02.4-.02h6.79c2.04 0 3.4 1.36 3.4 3.4"/></g></svg> </template>
CSS
.icon-messages4 {
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-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%206.25v5.1c0%201.27-.42%202.34-1.17%203.08c-.74.75-1.81%201.17-3.08%201.17v1.81c0%20.68-.76%201.09-1.32.71l-.97-.64c.09-.31.13-.65.13-1.01V12.4c0-2.04-1.36-3.4-3.4-3.4H5.4c-.14%200-.27.01-.4.02V6.25C5%203.7%206.7%202%209.25%202h8.5C20.3%202%2022%203.7%2022%206.25%22%2F%3E%3Cpath%20d%3D%22M15.59%2012.4v4.07c0%20.36-.04.7-.13%201.01c-.37%201.47-1.59%202.39-3.27%202.39H9.47l-3.02%202.01a.671.671%200%200%201-1.05-.56v-1.45c-1.02%200-1.87-.34-2.46-.93c-.6-.6-.94-1.45-.94-2.47V12.4c0-1.9%201.18-3.21%203-3.38c.13-.01.26-.02.4-.02h6.79c2.04%200%203.4%201.36%203.4%203.4%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-miterlimit%3D%2210%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M22%206.25v5.1c0%201.27-.42%202.34-1.17%203.08c-.74.75-1.81%201.17-3.08%201.17v1.81c0%20.68-.76%201.09-1.32.71l-.97-.64c.09-.31.13-.65.13-1.01V12.4c0-2.04-1.36-3.4-3.4-3.4H5.4c-.14%200-.27.01-.4.02V6.25C5%203.7%206.7%202%209.25%202h8.5C20.3%202%2022%203.7%2022%206.25%22%2F%3E%3Cpath%20d%3D%22M15.59%2012.4v4.07c0%20.36-.04.7-.13%201.01c-.37%201.47-1.59%202.39-3.27%202.39H9.47l-3.02%202.01a.671.671%200%200%201-1.05-.56v-1.45c-1.02%200-1.87-.34-2.46-.93c-.6-.6-.94-1.45-.94-2.47V12.4c0-1.9%201.18-3.21%203-3.38c.13-.01.26-.02.4-.02h6.79c2.04%200%203.4%201.36%203.4%203.4%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/messages4.svg?color=%231a73e8&size=48