forum from Health Icons by Resolve to Save Lives · Filled · Symbols · MIT Free for personal and commercial use.

Name
forum
Set
Health Icons
Style
Filled
Category
Symbols
Viewbox
48×48
License
MIT

1 other variant in Health Icons

The same icon in other sets

More symbols icons from Health Icons

Use the forum icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M4 20.07C4 14.507 8.508 10 14.07 10h7.86C27.493 10 32 14.508 32 20.07c0 5.56-4.508 10.069-10.07 10.069H16V35S4 32.57 4 20.07"/><path d="M24.477 31.867a8.03 8.03 0 0 0 5.579 2.244H33V38s11-1.944 11-11.944A8.056 8.056 0 0 0 35.945 18h-2.21c.173.656.265 1.345.265 2.056c0 5.794-4.08 10.636-9.523 11.811"/></g></svg>

React

import type { SVGProps } from "react";

export function HealthiconsForum(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M4 20.07C4 14.507 8.508 10 14.07 10h7.86C27.493 10 32 14.508 32 20.07c0 5.56-4.508 10.069-10.07 10.069H16V35S4 32.57 4 20.07"/><path d="M24.477 31.867a8.03 8.03 0 0 0 5.579 2.244H33V38s11-1.944 11-11.944A8.056 8.056 0 0 0 35.945 18h-2.21c.173.656.265 1.345.265 2.056c0 5.794-4.08 10.636-9.523 11.811"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="currentColor"><path d="M4 20.07C4 14.507 8.508 10 14.07 10h7.86C27.493 10 32 14.508 32 20.07c0 5.56-4.508 10.069-10.07 10.069H16V35S4 32.57 4 20.07"/><path d="M24.477 31.867a8.03 8.03 0 0 0 5.579 2.244H33V38s11-1.944 11-11.944A8.056 8.056 0 0 0 35.945 18h-2.21c.173.656.265 1.345.265 2.056c0 5.794-4.08 10.636-9.523 11.811"/></g></svg>
</template>

CSS

.icon-forum {
  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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M4%2020.07C4%2014.507%208.508%2010%2014.07%2010h7.86C27.493%2010%2032%2014.508%2032%2020.07c0%205.56-4.508%2010.069-10.07%2010.069H16V35S4%2032.57%204%2020.07%22%2F%3E%3Cpath%20d%3D%22M24.477%2031.867a8.03%208.03%200%200%200%205.579%202.244H33V38s11-1.944%2011-11.944A8.056%208.056%200%200%200%2035.945%2018h-2.21c.173.656.265%201.345.265%202.056c0%205.794-4.08%2010.636-9.523%2011.811%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%2048%2048%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M4%2020.07C4%2014.507%208.508%2010%2014.07%2010h7.86C27.493%2010%2032%2014.508%2032%2020.07c0%205.56-4.508%2010.069-10.07%2010.069H16V35S4%2032.57%204%2020.07%22%2F%3E%3Cpath%20d%3D%22M24.477%2031.867a8.03%208.03%200%200%200%205.579%202.244H33V38s11-1.944%2011-11.944A8.056%208.056%200%200%200%2035.945%2018h-2.21c.173.656.265%201.345.265%202.056c0%205.794-4.08%2010.636-9.523%2011.811%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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