business messages icon

business-messages-rounded from Material Symbols Light by Google · Rounded · Communicate · Apache-2.0 Free for personal and commercial use.

Name
business-messages-rounded
Set
Material Symbols Light
Style
Rounded
Category
Communicate
Viewbox
24×24
License
Apache 2.0

5 other variants in Material Symbols Light

The same icon in other sets

More communicate icons from Material Symbols Light

Use the business messages icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.942 19q-.728 0-1.22-.462q-.491-.463-.491-1.153V8.846L3.106 6.323Q3 6.193 2.96 6.068q-.04-.124-.04-.26q0-.304.217-.556T3.727 5h15.562q.728 0 1.22.463q.491.462.491 1.153v10.769q0 .69-.491 1.153q-.492.462-1.22.462zm4.608-4.808h4.816q.213 0 .356-.143q.144-.143.144-.357t-.144-.356t-.357-.144h-5.96q-.366 0-.494.324q-.128.325.135.569l2.196 2.08q.14.14.344.14q.205 0 .345-.14q.16-.16.16-.373t-.16-.353zm2.9-4.384H9.616q-.214 0-.357.143t-.143.357t.143.357t.357.143h5.959q.367 0 .495-.324t-.135-.568l-2.177-2.081q-.14-.14-.344-.14t-.345.14q-.16.16-.16.373t.16.354z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightBusinessMessagesRounded(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.942 19q-.728 0-1.22-.462q-.491-.463-.491-1.153V8.846L3.106 6.323Q3 6.193 2.96 6.068q-.04-.124-.04-.26q0-.304.217-.556T3.727 5h15.562q.728 0 1.22.463q.491.462.491 1.153v10.769q0 .69-.491 1.153q-.492.462-1.22.462zm4.608-4.808h4.816q.213 0 .356-.143q.144-.143.144-.357t-.144-.356t-.357-.144h-5.96q-.366 0-.494.324q-.128.325.135.569l2.196 2.08q.14.14.344.14q.205 0 .345-.14q.16-.16.16-.373t-.16-.353zm2.9-4.384H9.616q-.214 0-.357.143t-.143.357t.143.357t.357.143h5.959q.367 0 .495-.324t-.135-.568l-2.177-2.081q-.14-.14-.344-.14t-.345.14q-.16.16-.16.373t.16.354z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.942 19q-.728 0-1.22-.462q-.491-.463-.491-1.153V8.846L3.106 6.323Q3 6.193 2.96 6.068q-.04-.124-.04-.26q0-.304.217-.556T3.727 5h15.562q.728 0 1.22.463q.491.462.491 1.153v10.769q0 .69-.491 1.153q-.492.462-1.22.462zm4.608-4.808h4.816q.213 0 .356-.143q.144-.143.144-.357t-.144-.356t-.357-.144h-5.96q-.366 0-.494.324q-.128.325.135.569l2.196 2.08q.14.14.344.14q.205 0 .345-.14q.16-.16.16-.373t-.16-.353zm2.9-4.384H9.616q-.214 0-.357.143t-.143.357t.143.357t.357.143h5.959q.367 0 .495-.324t-.135-.568l-2.177-2.081q-.14-.14-.344-.14t-.345.14q-.16.16-.16.373t.16.354z"/></svg>
</template>

CSS

.icon-business-messages-rounded {
  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%22currentColor%22%20d%3D%22M6.942%2019q-.728%200-1.22-.462q-.491-.463-.491-1.153V8.846L3.106%206.323Q3%206.193%202.96%206.068q-.04-.124-.04-.26q0-.304.217-.556T3.727%205h15.562q.728%200%201.22.463q.491.462.491%201.153v10.769q0%20.69-.491%201.153q-.492.462-1.22.462zm4.608-4.808h4.816q.213%200%20.356-.143q.144-.143.144-.357t-.144-.356t-.357-.144h-5.96q-.366%200-.494.324q-.128.325.135.569l2.196%202.08q.14.14.344.14q.205%200%20.345-.14q.16-.16.16-.373t-.16-.353zm2.9-4.384H9.616q-.214%200-.357.143t-.143.357t.143.357t.357.143h5.959q.367%200%20.495-.324t-.135-.568l-2.177-2.081q-.14-.14-.344-.14t-.345.14q-.16.16-.16.373t.16.354z%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%22currentColor%22%20d%3D%22M6.942%2019q-.728%200-1.22-.462q-.491-.463-.491-1.153V8.846L3.106%206.323Q3%206.193%202.96%206.068q-.04-.124-.04-.26q0-.304.217-.556T3.727%205h15.562q.728%200%201.22.463q.491.462.491%201.153v10.769q0%20.69-.491%201.153q-.492.462-1.22.462zm4.608-4.808h4.816q.213%200%20.356-.143q.144-.143.144-.357t-.144-.356t-.357-.144h-5.96q-.366%200-.494.324q-.128.325.135.569l2.196%202.08q.14.14.344.14q.205%200%20.345-.14q.16-.16.16-.373t-.16-.353zm2.9-4.384H9.616q-.214%200-.357.143t-.143.357t.143.357t.357.143h5.959q.367%200%20.495-.324t-.135-.568l-2.177-2.081q-.14-.14-.344-.14t-.345.14q-.16.16-.16.373t.16.354z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/business-messages-rounded.svg?color=%231a73e8&size=48