forum icon
forum-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- forum-filled
- Set
- TDesign Icons
- Style
- Filled
- 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"><path fill="currentColor" d="M18.427 1.225c1.328-.349 2.797-.383 3.764.584c.746.746.89 1.798.772 2.8c-.12 1.017-.528 2.168-1.127 3.368c-1.204 2.407-3.294 5.217-5.968 7.891s-5.484 4.764-7.892 5.968c-1.199.6-2.35 1.006-3.367 1.127c-1.002.119-2.055-.026-2.8-.772c-.967-.966-.933-2.434-.586-3.762c.338-1.29 1.05-2.77 2.03-4.314A9 9 0 0 1 14.116 3.253c1.543-.98 3.021-1.69 4.31-2.028m2.35 1.998c-.17-.17-.671-.37-1.843-.064c-.708.186-1.544.531-2.47 1.03a9 9 0 0 1 2.369 1.957q-.06.13-.127.265c-.995 1.99-2.83 4.5-5.313 6.983c-2.482 2.481-4.993 4.317-6.982 5.312l-.266.127a9 9 0 0 1-1.957-2.368c-.499.926-.844 1.762-1.03 2.47c-.307 1.17-.106 1.672.064 1.842c.127.127.438.284 1.152.2c.7-.083 1.619-.385 2.708-.93c2.169-1.084 4.808-3.029 7.372-5.593s4.51-5.203 5.594-7.372c.544-1.09.845-2.008.928-2.708c.085-.714-.072-1.024-.199-1.151M8.5 12a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M7 9a1 1 0 1 0 0 2a1 1 0 0 0 0-2m5.5-3a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m8.495 6.191a8.995 8.995 0 0 1-8.804 8.804a39.5 39.5 0 0 0 4.737-4.066a39.5 39.5 0 0 0 4.067-4.738"/></svg>
React
import type { SVGProps } from "react";
export function TdesignForumFilled(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="M18.427 1.225c1.328-.349 2.797-.383 3.764.584c.746.746.89 1.798.772 2.8c-.12 1.017-.528 2.168-1.127 3.368c-1.204 2.407-3.294 5.217-5.968 7.891s-5.484 4.764-7.892 5.968c-1.199.6-2.35 1.006-3.367 1.127c-1.002.119-2.055-.026-2.8-.772c-.967-.966-.933-2.434-.586-3.762c.338-1.29 1.05-2.77 2.03-4.314A9 9 0 0 1 14.116 3.253c1.543-.98 3.021-1.69 4.31-2.028m2.35 1.998c-.17-.17-.671-.37-1.843-.064c-.708.186-1.544.531-2.47 1.03a9 9 0 0 1 2.369 1.957q-.06.13-.127.265c-.995 1.99-2.83 4.5-5.313 6.983c-2.482 2.481-4.993 4.317-6.982 5.312l-.266.127a9 9 0 0 1-1.957-2.368c-.499.926-.844 1.762-1.03 2.47c-.307 1.17-.106 1.672.064 1.842c.127.127.438.284 1.152.2c.7-.083 1.619-.385 2.708-.93c2.169-1.084 4.808-3.029 7.372-5.593s4.51-5.203 5.594-7.372c.544-1.09.845-2.008.928-2.708c.085-.714-.072-1.024-.199-1.151M8.5 12a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M7 9a1 1 0 1 0 0 2a1 1 0 0 0 0-2m5.5-3a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m8.495 6.191a8.995 8.995 0 0 1-8.804 8.804a39.5 39.5 0 0 0 4.737-4.066a39.5 39.5 0 0 0 4.067-4.738"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.427 1.225c1.328-.349 2.797-.383 3.764.584c.746.746.89 1.798.772 2.8c-.12 1.017-.528 2.168-1.127 3.368c-1.204 2.407-3.294 5.217-5.968 7.891s-5.484 4.764-7.892 5.968c-1.199.6-2.35 1.006-3.367 1.127c-1.002.119-2.055-.026-2.8-.772c-.967-.966-.933-2.434-.586-3.762c.338-1.29 1.05-2.77 2.03-4.314A9 9 0 0 1 14.116 3.253c1.543-.98 3.021-1.69 4.31-2.028m2.35 1.998c-.17-.17-.671-.37-1.843-.064c-.708.186-1.544.531-2.47 1.03a9 9 0 0 1 2.369 1.957q-.06.13-.127.265c-.995 1.99-2.83 4.5-5.313 6.983c-2.482 2.481-4.993 4.317-6.982 5.312l-.266.127a9 9 0 0 1-1.957-2.368c-.499.926-.844 1.762-1.03 2.47c-.307 1.17-.106 1.672.064 1.842c.127.127.438.284 1.152.2c.7-.083 1.619-.385 2.708-.93c2.169-1.084 4.808-3.029 7.372-5.593s4.51-5.203 5.594-7.372c.544-1.09.845-2.008.928-2.708c.085-.714-.072-1.024-.199-1.151M8.5 12a1.5 1.5 0 1 0 0 3a1.5 1.5 0 0 0 0-3M7 9a1 1 0 1 0 0 2a1 1 0 0 0 0-2m5.5-3a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5m8.495 6.191a8.995 8.995 0 0 1-8.804 8.804a39.5 39.5 0 0 0 4.737-4.066a39.5 39.5 0 0 0 4.067-4.738"/></svg> </template>
CSS
.icon-forum-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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.427%201.225c1.328-.349%202.797-.383%203.764.584c.746.746.89%201.798.772%202.8c-.12%201.017-.528%202.168-1.127%203.368c-1.204%202.407-3.294%205.217-5.968%207.891s-5.484%204.764-7.892%205.968c-1.199.6-2.35%201.006-3.367%201.127c-1.002.119-2.055-.026-2.8-.772c-.967-.966-.933-2.434-.586-3.762c.338-1.29%201.05-2.77%202.03-4.314A9%209%200%200%201%2014.116%203.253c1.543-.98%203.021-1.69%204.31-2.028m2.35%201.998c-.17-.17-.671-.37-1.843-.064c-.708.186-1.544.531-2.47%201.03a9%209%200%200%201%202.369%201.957q-.06.13-.127.265c-.995%201.99-2.83%204.5-5.313%206.983c-2.482%202.481-4.993%204.317-6.982%205.312l-.266.127a9%209%200%200%201-1.957-2.368c-.499.926-.844%201.762-1.03%202.47c-.307%201.17-.106%201.672.064%201.842c.127.127.438.284%201.152.2c.7-.083%201.619-.385%202.708-.93c2.169-1.084%204.808-3.029%207.372-5.593s4.51-5.203%205.594-7.372c.544-1.09.845-2.008.928-2.708c.085-.714-.072-1.024-.199-1.151M8.5%2012a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M7%209a1%201%200%201%200%200%202a1%201%200%200%200%200-2m5.5-3a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5m8.495%206.191a8.995%208.995%200%200%201-8.804%208.804a39.5%2039.5%200%200%200%204.737-4.066a39.5%2039.5%200%200%200%204.067-4.738%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%22M18.427%201.225c1.328-.349%202.797-.383%203.764.584c.746.746.89%201.798.772%202.8c-.12%201.017-.528%202.168-1.127%203.368c-1.204%202.407-3.294%205.217-5.968%207.891s-5.484%204.764-7.892%205.968c-1.199.6-2.35%201.006-3.367%201.127c-1.002.119-2.055-.026-2.8-.772c-.967-.966-.933-2.434-.586-3.762c.338-1.29%201.05-2.77%202.03-4.314A9%209%200%200%201%2014.116%203.253c1.543-.98%203.021-1.69%204.31-2.028m2.35%201.998c-.17-.17-.671-.37-1.843-.064c-.708.186-1.544.531-2.47%201.03a9%209%200%200%201%202.369%201.957q-.06.13-.127.265c-.995%201.99-2.83%204.5-5.313%206.983c-2.482%202.481-4.993%204.317-6.982%205.312l-.266.127a9%209%200%200%201-1.957-2.368c-.499.926-.844%201.762-1.03%202.47c-.307%201.17-.106%201.672.064%201.842c.127.127.438.284%201.152.2c.7-.083%201.619-.385%202.708-.93c2.169-1.084%204.808-3.029%207.372-5.593s4.51-5.203%205.594-7.372c.544-1.09.845-2.008.928-2.708c.085-.714-.072-1.024-.199-1.151M8.5%2012a1.5%201.5%200%201%200%200%203a1.5%201.5%200%200%200%200-3M7%209a1%201%200%201%200%200%202a1%201%200%200%200%200-2m5.5-3a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5m8.495%206.191a8.995%208.995%200%200%201-8.804%208.804a39.5%2039.5%200%200%200%204.737-4.066a39.5%2039.5%200%200%200%204.067-4.738%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/forum-filled.svg?color=%231a73e8&size=48