forum from TDesign Icons by TDesign · Outline · MIT Free for personal and commercial use.

Name
forum
Set
TDesign Icons
Style
Outline
Viewbox
24×24
License
MIT

1 other variant in TDesign Icons

The same icon in other sets

Use the forum icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M12 4a8 8 0 1 1 0 16a8 8 0 0 1 0-16M9.5 14a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1M8 11v.002h.002V11zm5-4a2 2 0 1 0 0 4a2 2 0 0 0 0-4" clip-rule="evenodd"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M14.286 4.331c3.261-2.148 6.06-2.953 7.198-1.815s.333 3.937-1.815 7.199M14.286 4.33a8 8 0 0 0-9.954 9.954m9.954-9.954a8.02 8.02 0 0 1 5.383 5.384M4.33 14.285c-2.148 3.262-2.953 6.062-1.815 7.2s3.937.332 7.199-1.816M4.33 14.286a8.02 8.02 0 0 0 5.384 5.383m9.954-9.954a8 8 0 0 1-9.954 9.954m9.954-9.954c-1.15 1.744-2.682 3.621-4.508 5.446c-1.825 1.826-3.702 3.359-5.446 4.508"/><path stroke="currentColor" stroke-width="2" d="M10 14.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0ZM8.01 11a.01.01 0 1 1-.02 0a.01.01 0 0 1 .02 0ZM15 9a2 2 0 1 1-4 0a2 2 0 0 1 4 0Z"/></g></svg>

React

import type { SVGProps } from "react";

export function TdesignForum(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M12 4a8 8 0 1 1 0 16a8 8 0 0 1 0-16M9.5 14a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1M8 11v.002h.002V11zm5-4a2 2 0 1 0 0 4a2 2 0 0 0 0-4" clipRule="evenodd"/><path stroke="currentColor" strokeLinecap="square" strokeWidth="2" d="M14.286 4.331c3.261-2.148 6.06-2.953 7.198-1.815s.333 3.937-1.815 7.199M14.286 4.33a8 8 0 0 0-9.954 9.954m9.954-9.954a8.02 8.02 0 0 1 5.383 5.384M4.33 14.285c-2.148 3.262-2.953 6.062-1.815 7.2s3.937.332 7.199-1.816M4.33 14.286a8.02 8.02 0 0 0 5.384 5.383m9.954-9.954a8 8 0 0 1-9.954 9.954m9.954-9.954c-1.15 1.744-2.682 3.621-4.508 5.446c-1.825 1.826-3.702 3.359-5.446 4.508"/><path stroke="currentColor" strokeWidth="2" d="M10 14.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0ZM8.01 11a.01.01 0 1 1-.02 0a.01.01 0 0 1 .02 0ZM15 9a2 2 0 1 1-4 0a2 2 0 0 1 4 0Z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path d="M12 4a8 8 0 1 1 0 16a8 8 0 0 1 0-16M9.5 14a.5.5 0 1 0 0 1a.5.5 0 0 0 0-1M8 11v.002h.002V11zm5-4a2 2 0 1 0 0 4a2 2 0 0 0 0-4" clip-rule="evenodd"/><path stroke="currentColor" stroke-linecap="square" stroke-width="2" d="M14.286 4.331c3.261-2.148 6.06-2.953 7.198-1.815s.333 3.937-1.815 7.199M14.286 4.33a8 8 0 0 0-9.954 9.954m9.954-9.954a8.02 8.02 0 0 1 5.383 5.384M4.33 14.285c-2.148 3.262-2.953 6.062-1.815 7.2s3.937.332 7.199-1.816M4.33 14.286a8.02 8.02 0 0 0 5.384 5.383m9.954-9.954a8 8 0 0 1-9.954 9.954m9.954-9.954c-1.15 1.744-2.682 3.621-4.508 5.446c-1.825 1.826-3.702 3.359-5.446 4.508"/><path stroke="currentColor" stroke-width="2" d="M10 14.5a.5.5 0 1 1-1 0a.5.5 0 0 1 1 0ZM8.01 11a.01.01 0 1 1-.02 0a.01.01 0 0 1 .02 0ZM15 9a2 2 0 1 1-4 0a2 2 0 0 1 4 0Z"/></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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M12%204a8%208%200%201%201%200%2016a8%208%200%200%201%200-16M9.5%2014a.5.5%200%201%200%200%201a.5.5%200%200%200%200-1M8%2011v.002h.002V11zm5-4a2%202%200%201%200%200%204a2%202%200%200%200%200-4%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M14.286%204.331c3.261-2.148%206.06-2.953%207.198-1.815s.333%203.937-1.815%207.199M14.286%204.33a8%208%200%200%200-9.954%209.954m9.954-9.954a8.02%208.02%200%200%201%205.383%205.384M4.33%2014.285c-2.148%203.262-2.953%206.062-1.815%207.2s3.937.332%207.199-1.816M4.33%2014.286a8.02%208.02%200%200%200%205.384%205.383m9.954-9.954a8%208%200%200%201-9.954%209.954m9.954-9.954c-1.15%201.744-2.682%203.621-4.508%205.446c-1.825%201.826-3.702%203.359-5.446%204.508%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M10%2014.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200ZM8.01%2011a.01.01%200%201%201-.02%200a.01.01%200%200%201%20.02%200ZM15%209a2%202%200%201%201-4%200a2%202%200%200%201%204%200Z%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%22none%22%3E%3Cpath%20d%3D%22M12%204a8%208%200%201%201%200%2016a8%208%200%200%201%200-16M9.5%2014a.5.5%200%201%200%200%201a.5.5%200%200%200%200-1M8%2011v.002h.002V11zm5-4a2%202%200%201%200%200%204a2%202%200%200%200%200-4%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22square%22%20stroke-width%3D%222%22%20d%3D%22M14.286%204.331c3.261-2.148%206.06-2.953%207.198-1.815s.333%203.937-1.815%207.199M14.286%204.33a8%208%200%200%200-9.954%209.954m9.954-9.954a8.02%208.02%200%200%201%205.383%205.384M4.33%2014.285c-2.148%203.262-2.953%206.062-1.815%207.2s3.937.332%207.199-1.816M4.33%2014.286a8.02%208.02%200%200%200%205.384%205.383m9.954-9.954a8%208%200%200%201-9.954%209.954m9.954-9.954c-1.15%201.744-2.682%203.621-4.508%205.446c-1.825%201.826-3.702%203.359-5.446%204.508%22%2F%3E%3Cpath%20stroke%3D%22currentColor%22%20stroke-width%3D%222%22%20d%3D%22M10%2014.5a.5.5%200%201%201-1%200a.5.5%200%200%201%201%200ZM8.01%2011a.01.01%200%201%201-.02%200a.01.01%200%200%201%20.02%200ZM15%209a2%202%200%201%201-4%200a2%202%200%200%201%204%200Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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