msgs icon
msgs from Reicon by REICON · Outline · UI · MIT Free for personal and commercial use.
- Name
- msgs
- Set
- Reicon
- Style
- Outline
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More ui icons from Reicon
Use the msgs icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.424 6.335A7.95 7.95 0 0 0 9.97 3.026A7.97 7.97 0 0 0 2 10.998c0 1.449.393 2.805 1.07 3.976c.473.887-.057 2.982-1.07 3.993c1.374.074 3.186-.546 3.993-1.07a8 8 0 0 0 1.837.776m8.837-8.344a5.333 5.333 0 0 1 5.332 5.333a5.3 5.3 0 0 1-.715 2.661c-.317.593.039 1.995.715 2.672c-.92.05-2.13-.366-2.672-.715a5.3 5.3 0 0 1-2.662.717a5.332 5.332 0 1 1 0-10.666z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconMsgs(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="M16.424 6.335A7.95 7.95 0 0 0 9.97 3.026A7.97 7.97 0 0 0 2 10.998c0 1.449.393 2.805 1.07 3.976c.473.887-.057 2.982-1.07 3.993c1.374.074 3.186-.546 3.993-1.07a8 8 0 0 0 1.837.776m8.837-8.344a5.333 5.333 0 0 1 5.332 5.333a5.3 5.3 0 0 1-.715 2.661c-.317.593.039 1.995.715 2.672c-.92.05-2.13-.366-2.672-.715a5.3 5.3 0 0 1-2.662.717a5.332 5.332 0 1 1 0-10.666z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="M16.424 6.335A7.95 7.95 0 0 0 9.97 3.026A7.97 7.97 0 0 0 2 10.998c0 1.449.393 2.805 1.07 3.976c.473.887-.057 2.982-1.07 3.993c1.374.074 3.186-.546 3.993-1.07a8 8 0 0 0 1.837.776m8.837-8.344a5.333 5.333 0 0 1 5.332 5.333a5.3 5.3 0 0 1-.715 2.661c-.317.593.039 1.995.715 2.672c-.92.05-2.13-.366-2.672-.715a5.3 5.3 0 0 1-2.662.717a5.332 5.332 0 1 1 0-10.666z"/></svg> </template>
CSS
.icon-msgs {
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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16.424%206.335A7.95%207.95%200%200%200%209.97%203.026A7.97%207.97%200%200%200%202%2010.998c0%201.449.393%202.805%201.07%203.976c.473.887-.057%202.982-1.07%203.993c1.374.074%203.186-.546%203.993-1.07a8%208%200%200%200%201.837.776m8.837-8.344a5.333%205.333%200%200%201%205.332%205.333a5.3%205.3%200%200%201-.715%202.661c-.317.593.039%201.995.715%202.672c-.92.05-2.13-.366-2.672-.715a5.3%205.3%200%200%201-2.662.717a5.332%205.332%200%201%201%200-10.666z%22%2F%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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M16.424%206.335A7.95%207.95%200%200%200%209.97%203.026A7.97%207.97%200%200%200%202%2010.998c0%201.449.393%202.805%201.07%203.976c.473.887-.057%202.982-1.07%203.993c1.374.074%203.186-.546%203.993-1.07a8%208%200%200%200%201.837.776m8.837-8.344a5.333%205.333%200%200%201%205.332%205.333a5.3%205.3%200%200%201-.715%202.661c-.317.593.039%201.995.715%202.672c-.92.05-2.13-.366-2.672-.715a5.3%205.3%200%200%201-2.662.717a5.332%205.332%200%201%201%200-10.666z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/msgs.svg?color=%231a73e8&size=48