msgs-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.

Name
msgs-filled
Set
Reicon
Style
Filled
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"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M1 10.998a8.97 8.97 0 0 1 8.97-8.972a8.95 8.95 0 0 1 7.265 3.723a1 1 0 0 1-1.621 1.171A6.95 6.95 0 0 0 9.97 4.026A6.97 6.97 0 0 0 3 10.998c0 1.265.343 2.45.936 3.475c.223.42.308.929.309 1.354c.001.44-.068.903-.186 1.351q-.068.262-.163.528l.034-.01c.666-.194 1.222-.445 1.519-.638a1 1 0 0 1 1.044-.027a7 7 0 0 0 1.608.679a1 1 0 1 1-.541 1.925a9 9 0 0 1-1.556-.599a9.4 9.4 0 0 1-1.515.58c-.787.23-1.703.395-2.543.35a1 1 0 0 1-.652-1.706c.345-.346.662-.945.831-1.59c.082-.314.12-.603.12-.838c0-.23-.038-.346-.054-.381a8.9 8.9 0 0 1-1.19-4.453"/><path d="m16.593 9.332l.073-.003A6.333 6.333 0 0 1 23 15.662a6.3 6.3 0 0 1-.823 3.114a.6.6 0 0 0-.01.122c0 .123.02.288.07.475c.104.394.293.737.471.916a1 1 0 0 1-.654 1.705c-.613.033-1.265-.087-1.811-.247a7 7 0 0 1-.92-.338a6.35 6.35 0 0 1-2.657.588a6.332 6.332 0 0 1-.072-12.665"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconMsgsFilled(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" fillRule="evenodd" clipRule="evenodd"><path d="M1 10.998a8.97 8.97 0 0 1 8.97-8.972a8.95 8.95 0 0 1 7.265 3.723a1 1 0 0 1-1.621 1.171A6.95 6.95 0 0 0 9.97 4.026A6.97 6.97 0 0 0 3 10.998c0 1.265.343 2.45.936 3.475c.223.42.308.929.309 1.354c.001.44-.068.903-.186 1.351q-.068.262-.163.528l.034-.01c.666-.194 1.222-.445 1.519-.638a1 1 0 0 1 1.044-.027a7 7 0 0 0 1.608.679a1 1 0 1 1-.541 1.925a9 9 0 0 1-1.556-.599a9.4 9.4 0 0 1-1.515.58c-.787.23-1.703.395-2.543.35a1 1 0 0 1-.652-1.706c.345-.346.662-.945.831-1.59c.082-.314.12-.603.12-.838c0-.23-.038-.346-.054-.381a8.9 8.9 0 0 1-1.19-4.453"/><path d="m16.593 9.332l.073-.003A6.333 6.333 0 0 1 23 15.662a6.3 6.3 0 0 1-.823 3.114a.6.6 0 0 0-.01.122c0 .123.02.288.07.475c.104.394.293.737.471.916a1 1 0 0 1-.654 1.705c-.613.033-1.265-.087-1.811-.247a7 7 0 0 1-.92-.338a6.35 6.35 0 0 1-2.657.588a6.332 6.332 0 0 1-.072-12.665"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M1 10.998a8.97 8.97 0 0 1 8.97-8.972a8.95 8.95 0 0 1 7.265 3.723a1 1 0 0 1-1.621 1.171A6.95 6.95 0 0 0 9.97 4.026A6.97 6.97 0 0 0 3 10.998c0 1.265.343 2.45.936 3.475c.223.42.308.929.309 1.354c.001.44-.068.903-.186 1.351q-.068.262-.163.528l.034-.01c.666-.194 1.222-.445 1.519-.638a1 1 0 0 1 1.044-.027a7 7 0 0 0 1.608.679a1 1 0 1 1-.541 1.925a9 9 0 0 1-1.556-.599a9.4 9.4 0 0 1-1.515.58c-.787.23-1.703.395-2.543.35a1 1 0 0 1-.652-1.706c.345-.346.662-.945.831-1.59c.082-.314.12-.603.12-.838c0-.23-.038-.346-.054-.381a8.9 8.9 0 0 1-1.19-4.453"/><path d="m16.593 9.332l.073-.003A6.333 6.333 0 0 1 23 15.662a6.3 6.3 0 0 1-.823 3.114a.6.6 0 0 0-.01.122c0 .123.02.288.07.475c.104.394.293.737.471.916a1 1 0 0 1-.654 1.705c-.613.033-1.265-.087-1.811-.247a7 7 0 0 1-.92-.338a6.35 6.35 0 0 1-2.657.588a6.332 6.332 0 0 1-.072-12.665"/></g></svg>
</template>

CSS

.icon-msgs-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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M1%2010.998a8.97%208.97%200%200%201%208.97-8.972a8.95%208.95%200%200%201%207.265%203.723a1%201%200%200%201-1.621%201.171A6.95%206.95%200%200%200%209.97%204.026A6.97%206.97%200%200%200%203%2010.998c0%201.265.343%202.45.936%203.475c.223.42.308.929.309%201.354c.001.44-.068.903-.186%201.351q-.068.262-.163.528l.034-.01c.666-.194%201.222-.445%201.519-.638a1%201%200%200%201%201.044-.027a7%207%200%200%200%201.608.679a1%201%200%201%201-.541%201.925a9%209%200%200%201-1.556-.599a9.4%209.4%200%200%201-1.515.58c-.787.23-1.703.395-2.543.35a1%201%200%200%201-.652-1.706c.345-.346.662-.945.831-1.59c.082-.314.12-.603.12-.838c0-.23-.038-.346-.054-.381a8.9%208.9%200%200%201-1.19-4.453%22%2F%3E%3Cpath%20d%3D%22m16.593%209.332l.073-.003A6.333%206.333%200%200%201%2023%2015.662a6.3%206.3%200%200%201-.823%203.114a.6.6%200%200%200-.01.122c0%20.123.02.288.07.475c.104.394.293.737.471.916a1%201%200%200%201-.654%201.705c-.613.033-1.265-.087-1.811-.247a7%207%200%200%201-.92-.338a6.35%206.35%200%200%201-2.657.588a6.332%206.332%200%200%201-.072-12.665%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%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M1%2010.998a8.97%208.97%200%200%201%208.97-8.972a8.95%208.95%200%200%201%207.265%203.723a1%201%200%200%201-1.621%201.171A6.95%206.95%200%200%200%209.97%204.026A6.97%206.97%200%200%200%203%2010.998c0%201.265.343%202.45.936%203.475c.223.42.308.929.309%201.354c.001.44-.068.903-.186%201.351q-.068.262-.163.528l.034-.01c.666-.194%201.222-.445%201.519-.638a1%201%200%200%201%201.044-.027a7%207%200%200%200%201.608.679a1%201%200%201%201-.541%201.925a9%209%200%200%201-1.556-.599a9.4%209.4%200%200%201-1.515.58c-.787.23-1.703.395-2.543.35a1%201%200%200%201-.652-1.706c.345-.346.662-.945.831-1.59c.082-.314.12-.603.12-.838c0-.23-.038-.346-.054-.381a8.9%208.9%200%200%201-1.19-4.453%22%2F%3E%3Cpath%20d%3D%22m16.593%209.332l.073-.003A6.333%206.333%200%200%201%2023%2015.662a6.3%206.3%200%200%201-.823%203.114a.6.6%200%200%200-.01.122c0%20.123.02.288.07.475c.104.394.293.737.471.916a1%201%200%200%201-.654%201.705c-.613.033-1.265-.087-1.811-.247a7%207%200%200%201-.92-.338a6.35%206.35%200%200%201-2.657.588a6.332%206.332%200%200%201-.072-12.665%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/msgs-filled.svg?color=%231a73e8&size=48