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

Name
forum-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 forum icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.385 17.6q-.046.385-.443.512q-.396.127-.7-.177L17.54 16.23H8q-.635 0-1.086-.452t-.452-1.087v-.23H17.23q.666 0 1.14-.475q.475-.475.475-1.14V6h.231q.635 0 1.087.452t.452 1.087v9.825q0 .103-.07.17q-.069.066-.161.066M4.186 14.408q-.298 0-.55-.22t-.252-.603v-8.97q0-.666.475-1.14Q4.334 3 5 3h10.23q.667 0 1.142.475q.474.474.474 1.14v6.231q0 .667-.474 1.141q-.475.475-1.141.475H6.46l-1.703 1.704q-.131.13-.277.186t-.295.056"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightForumRounded(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="M20.385 17.6q-.046.385-.443.512q-.396.127-.7-.177L17.54 16.23H8q-.635 0-1.086-.452t-.452-1.087v-.23H17.23q.666 0 1.14-.475q.475-.475.475-1.14V6h.231q.635 0 1.087.452t.452 1.087v9.825q0 .103-.07.17q-.069.066-.161.066M4.186 14.408q-.298 0-.55-.22t-.252-.603v-8.97q0-.666.475-1.14Q4.334 3 5 3h10.23q.667 0 1.142.475q.474.474.474 1.14v6.231q0 .667-.474 1.141q-.475.475-1.141.475H6.46l-1.703 1.704q-.131.13-.277.186t-.295.056"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.385 17.6q-.046.385-.443.512q-.396.127-.7-.177L17.54 16.23H8q-.635 0-1.086-.452t-.452-1.087v-.23H17.23q.666 0 1.14-.475q.475-.475.475-1.14V6h.231q.635 0 1.087.452t.452 1.087v9.825q0 .103-.07.17q-.069.066-.161.066M4.186 14.408q-.298 0-.55-.22t-.252-.603v-8.97q0-.666.475-1.14Q4.334 3 5 3h10.23q.667 0 1.142.475q.474.474.474 1.14v6.231q0 .667-.474 1.141q-.475.475-1.141.475H6.46l-1.703 1.704q-.131.13-.277.186t-.295.056"/></svg>
</template>

CSS

.icon-forum-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%22M20.385%2017.6q-.046.385-.443.512q-.396.127-.7-.177L17.54%2016.23H8q-.635%200-1.086-.452t-.452-1.087v-.23H17.23q.666%200%201.14-.475q.475-.475.475-1.14V6h.231q.635%200%201.087.452t.452%201.087v9.825q0%20.103-.07.17q-.069.066-.161.066M4.186%2014.408q-.298%200-.55-.22t-.252-.603v-8.97q0-.666.475-1.14Q4.334%203%205%203h10.23q.667%200%201.142.475q.474.474.474%201.14v6.231q0%20.667-.474%201.141q-.475.475-1.141.475H6.46l-1.703%201.704q-.131.13-.277.186t-.295.056%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%22M20.385%2017.6q-.046.385-.443.512q-.396.127-.7-.177L17.54%2016.23H8q-.635%200-1.086-.452t-.452-1.087v-.23H17.23q.666%200%201.14-.475q.475-.475.475-1.14V6h.231q.635%200%201.087.452t.452%201.087v9.825q0%20.103-.07.17q-.069.066-.161.066M4.186%2014.408q-.298%200-.55-.22t-.252-.603v-8.97q0-.666.475-1.14Q4.334%203%205%203h10.23q.667%200%201.142.475q.474.474.474%201.14v6.231q0%20.667-.474%201.141q-.475.475-1.141.475H6.46l-1.703%201.704q-.131.13-.277.186t-.295.056%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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