messages2 icon
messages2 from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.
- Name
- messages2
- Set
- Reicon
- Style
- Outline
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the messages2 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 stroke-miterlimit="10" d="M17.98 10.79v4c0 .26-.01.51-.04.75c-.23 2.7-1.82 4.04-4.75 4.04h-.4c-.25 0-.49.12-.64.32l-1.2 1.6c-.53.71-1.39.71-1.92 0l-1.2-1.6a.92.92 0 0 0-.64-.32h-.4C3.6 19.58 2 18.79 2 14.79v-4c0-2.93 1.35-4.52 4.04-4.75c.24-.03.49-.04.75-.04h6.4c3.19 0 4.79 1.6 4.79 4.79"/><path stroke-miterlimit="10" d="M21.98 6.79v4c0 2.94-1.35 4.52-4.04 4.75c.03-.24.04-.49.04-.75v-4c0-3.19-1.6-4.79-4.79-4.79h-6.4c-.26 0-.51.01-.75.04C6.27 3.35 7.86 2 10.79 2h6.4c3.19 0 4.79 1.6 4.79 4.79"/><path d="M13.496 13.25h.008m-3.508 0h.008m-3.508 0h.008"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconMessages2(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 strokeMiterlimit="10" d="M17.98 10.79v4c0 .26-.01.51-.04.75c-.23 2.7-1.82 4.04-4.75 4.04h-.4c-.25 0-.49.12-.64.32l-1.2 1.6c-.53.71-1.39.71-1.92 0l-1.2-1.6a.92.92 0 0 0-.64-.32h-.4C3.6 19.58 2 18.79 2 14.79v-4c0-2.93 1.35-4.52 4.04-4.75c.24-.03.49-.04.75-.04h6.4c3.19 0 4.79 1.6 4.79 4.79"/><path strokeMiterlimit="10" d="M21.98 6.79v4c0 2.94-1.35 4.52-4.04 4.75c.03-.24.04-.49.04-.75v-4c0-3.19-1.6-4.79-4.79-4.79h-6.4c-.26 0-.51.01-.75.04C6.27 3.35 7.86 2 10.79 2h6.4c3.19 0 4.79 1.6 4.79 4.79"/><path d="M13.496 13.25h.008m-3.508 0h.008m-3.508 0h.008"/></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 stroke-miterlimit="10" d="M17.98 10.79v4c0 .26-.01.51-.04.75c-.23 2.7-1.82 4.04-4.75 4.04h-.4c-.25 0-.49.12-.64.32l-1.2 1.6c-.53.71-1.39.71-1.92 0l-1.2-1.6a.92.92 0 0 0-.64-.32h-.4C3.6 19.58 2 18.79 2 14.79v-4c0-2.93 1.35-4.52 4.04-4.75c.24-.03.49-.04.75-.04h6.4c3.19 0 4.79 1.6 4.79 4.79"/><path stroke-miterlimit="10" d="M21.98 6.79v4c0 2.94-1.35 4.52-4.04 4.75c.03-.24.04-.49.04-.75v-4c0-3.19-1.6-4.79-4.79-4.79h-6.4c-.26 0-.51.01-.75.04C6.27 3.35 7.86 2 10.79 2h6.4c3.19 0 4.79 1.6 4.79 4.79"/><path d="M13.496 13.25h.008m-3.508 0h.008m-3.508 0h.008"/></g></svg> </template>
CSS
.icon-messages2 {
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%20stroke-miterlimit%3D%2210%22%20d%3D%22M17.98%2010.79v4c0%20.26-.01.51-.04.75c-.23%202.7-1.82%204.04-4.75%204.04h-.4c-.25%200-.49.12-.64.32l-1.2%201.6c-.53.71-1.39.71-1.92%200l-1.2-1.6a.92.92%200%200%200-.64-.32h-.4C3.6%2019.58%202%2018.79%202%2014.79v-4c0-2.93%201.35-4.52%204.04-4.75c.24-.03.49-.04.75-.04h6.4c3.19%200%204.79%201.6%204.79%204.79%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M21.98%206.79v4c0%202.94-1.35%204.52-4.04%204.75c.03-.24.04-.49.04-.75v-4c0-3.19-1.6-4.79-4.79-4.79h-6.4c-.26%200-.51.01-.75.04C6.27%203.35%207.86%202%2010.79%202h6.4c3.19%200%204.79%201.6%204.79%204.79%22%2F%3E%3Cpath%20d%3D%22M13.496%2013.25h.008m-3.508%200h.008m-3.508%200h.008%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%20stroke-miterlimit%3D%2210%22%20d%3D%22M17.98%2010.79v4c0%20.26-.01.51-.04.75c-.23%202.7-1.82%204.04-4.75%204.04h-.4c-.25%200-.49.12-.64.32l-1.2%201.6c-.53.71-1.39.71-1.92%200l-1.2-1.6a.92.92%200%200%200-.64-.32h-.4C3.6%2019.58%202%2018.79%202%2014.79v-4c0-2.93%201.35-4.52%204.04-4.75c.24-.03.49-.04.75-.04h6.4c3.19%200%204.79%201.6%204.79%204.79%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20d%3D%22M21.98%206.79v4c0%202.94-1.35%204.52-4.04%204.75c.03-.24.04-.49.04-.75v-4c0-3.19-1.6-4.79-4.79-4.79h-6.4c-.26%200-.51.01-.75.04C6.27%203.35%207.86%202%2010.79%202h6.4c3.19%200%204.79%201.6%204.79%204.79%22%2F%3E%3Cpath%20d%3D%22M13.496%2013.25h.008m-3.508%200h.008m-3.508%200h.008%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/messages2.svg?color=%231a73e8&size=48