forum remove icon
forum-remove from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.
- Name
- forum-remove
- Set
- Material Design Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- chat-delete, conversation-remove, dialogue-remove, discussion-remove, forum-delete
1 other variant in Material Design Icons
Related icons in Material Design Icons
Use the forum remove icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 6h-2v6.1c1.2.2 2.2.7 3 1.4V7c0-.5-.5-1-1-1M6 17c0 .5.5 1 1 1h5c0-1.1.3-2.1.8-3H6zM16 2H3c-.5 0-1 .5-1 1v14l4-4h8.7c.7-.5 1.5-.8 2.3-.9V3c0-.5-.5-1-1-1m4.12 12.46l1.42 1.42L19.41 18l2.13 2.12l-1.42 1.42L18 19.41l-2.12 2.13l-1.41-1.42L16.59 18l-2.12-2.12l1.41-1.41L18 16.59z"/></svg>
React
import type { SVGProps } from "react";
export function MdiForumRemove(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="M21 6h-2v6.1c1.2.2 2.2.7 3 1.4V7c0-.5-.5-1-1-1M6 17c0 .5.5 1 1 1h5c0-1.1.3-2.1.8-3H6zM16 2H3c-.5 0-1 .5-1 1v14l4-4h8.7c.7-.5 1.5-.8 2.3-.9V3c0-.5-.5-1-1-1m4.12 12.46l1.42 1.42L19.41 18l2.13 2.12l-1.42 1.42L18 19.41l-2.12 2.13l-1.41-1.42L16.59 18l-2.12-2.12l1.41-1.41L18 16.59z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 6h-2v6.1c1.2.2 2.2.7 3 1.4V7c0-.5-.5-1-1-1M6 17c0 .5.5 1 1 1h5c0-1.1.3-2.1.8-3H6zM16 2H3c-.5 0-1 .5-1 1v14l4-4h8.7c.7-.5 1.5-.8 2.3-.9V3c0-.5-.5-1-1-1m4.12 12.46l1.42 1.42L19.41 18l2.13 2.12l-1.42 1.42L18 19.41l-2.12 2.13l-1.41-1.42L16.59 18l-2.12-2.12l1.41-1.41L18 16.59z"/></svg> </template>
CSS
.icon-forum-remove {
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%22M21%206h-2v6.1c1.2.2%202.2.7%203%201.4V7c0-.5-.5-1-1-1M6%2017c0%20.5.5%201%201%201h5c0-1.1.3-2.1.8-3H6zM16%202H3c-.5%200-1%20.5-1%201v14l4-4h8.7c.7-.5%201.5-.8%202.3-.9V3c0-.5-.5-1-1-1m4.12%2012.46l1.42%201.42L19.41%2018l2.13%202.12l-1.42%201.42L18%2019.41l-2.12%202.13l-1.41-1.42L16.59%2018l-2.12-2.12l1.41-1.41L18%2016.59z%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%22M21%206h-2v6.1c1.2.2%202.2.7%203%201.4V7c0-.5-.5-1-1-1M6%2017c0%20.5.5%201%201%201h5c0-1.1.3-2.1.8-3H6zM16%202H3c-.5%200-1%20.5-1%201v14l4-4h8.7c.7-.5%201.5-.8%202.3-.9V3c0-.5-.5-1-1-1m4.12%2012.46l1.42%201.42L19.41%2018l2.13%202.12l-1.42%201.42L18%2019.41l-2.12%202.13l-1.41-1.42L16.59%2018l-2.12-2.12l1.41-1.41L18%2016.59z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/forum-remove.svg?color=%231a73e8&size=48