remove moderator icon
remove-moderator-rounded from Material Symbols Light by Google · Rounded · Privacy · Apache-2.0 Free for personal and commercial use.
- Name
- remove-moderator-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- Category
- Privacy
- Viewbox
- 24×24
- License
- Apache 2.0
3 other variants in Material Symbols Light
The same icon in other sets
More privacy icons from Material Symbols Light
add-moderatoradmin-panel-settingsassured-workloadbadgedisabled-visiblee911-emergencyencryptedencrypted-addencrypted-add-circleencrypted-minus-circleencrypted-offenhanced-encryptionexclamationid-cardid-card-2identity-aware-proxykey-visualizermobile-theftno-encryptionpasskeyperson-shieldpolicypolicy-alertprivacy-tip
Use the remove moderator icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 6.817V11.1q0 .71-.115 1.445q-.116.736-.347 1.536q-.08.242-.257.404q-.177.161-.395.211t-.456-.012t-.432-.255L8.265 5.685q-.13-.131-.186-.268t-.056-.298q0-.242.134-.447q.133-.205.4-.31l2.877-1.068q.274-.105.566-.105t.565.105l5.385 2q.46.187.755.6t.295.923m-2.488 11.11q-.806.971-1.784 1.677q-.978.705-2.16 1.157q-.132.05-.282.075t-.286.025q-.042 0-.567-.1q-2.99-1.125-4.712-3.816T5 11.1V6.416L3.216 4.63q-.141-.14-.15-.344t.15-.364t.353-.16t.354.16l16.23 16.23q.141.141.15.345t-.15.364t-.353.16t-.354-.16z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightRemoveModeratorRounded(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="M19 6.817V11.1q0 .71-.115 1.445q-.116.736-.347 1.536q-.08.242-.257.404q-.177.161-.395.211t-.456-.012t-.432-.255L8.265 5.685q-.13-.131-.186-.268t-.056-.298q0-.242.134-.447q.133-.205.4-.31l2.877-1.068q.274-.105.566-.105t.565.105l5.385 2q.46.187.755.6t.295.923m-2.488 11.11q-.806.971-1.784 1.677q-.978.705-2.16 1.157q-.132.05-.282.075t-.286.025q-.042 0-.567-.1q-2.99-1.125-4.712-3.816T5 11.1V6.416L3.216 4.63q-.141-.14-.15-.344t.15-.364t.353-.16t.354.16l16.23 16.23q.141.141.15.345t-.15.364t-.353.16t-.354-.16z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M19 6.817V11.1q0 .71-.115 1.445q-.116.736-.347 1.536q-.08.242-.257.404q-.177.161-.395.211t-.456-.012t-.432-.255L8.265 5.685q-.13-.131-.186-.268t-.056-.298q0-.242.134-.447q.133-.205.4-.31l2.877-1.068q.274-.105.566-.105t.565.105l5.385 2q.46.187.755.6t.295.923m-2.488 11.11q-.806.971-1.784 1.677q-.978.705-2.16 1.157q-.132.05-.282.075t-.286.025q-.042 0-.567-.1q-2.99-1.125-4.712-3.816T5 11.1V6.416L3.216 4.63q-.141-.14-.15-.344t.15-.364t.353-.16t.354.16l16.23 16.23q.141.141.15.345t-.15.364t-.353.16t-.354-.16z"/></svg> </template>
CSS
.icon-remove-moderator-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%22M19%206.817V11.1q0%20.71-.115%201.445q-.116.736-.347%201.536q-.08.242-.257.404q-.177.161-.395.211t-.456-.012t-.432-.255L8.265%205.685q-.13-.131-.186-.268t-.056-.298q0-.242.134-.447q.133-.205.4-.31l2.877-1.068q.274-.105.566-.105t.565.105l5.385%202q.46.187.755.6t.295.923m-2.488%2011.11q-.806.971-1.784%201.677q-.978.705-2.16%201.157q-.132.05-.282.075t-.286.025q-.042%200-.567-.1q-2.99-1.125-4.712-3.816T5%2011.1V6.416L3.216%204.63q-.141-.14-.15-.344t.15-.364t.353-.16t.354.16l16.23%2016.23q.141.141.15.345t-.15.364t-.353.16t-.354-.16z%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%22M19%206.817V11.1q0%20.71-.115%201.445q-.116.736-.347%201.536q-.08.242-.257.404q-.177.161-.395.211t-.456-.012t-.432-.255L8.265%205.685q-.13-.131-.186-.268t-.056-.298q0-.242.134-.447q.133-.205.4-.31l2.877-1.068q.274-.105.566-.105t.565.105l5.385%202q.46.187.755.6t.295.923m-2.488%2011.11q-.806.971-1.784%201.677q-.978.705-2.16%201.157q-.132.05-.282.075t-.286.025q-.042%200-.567-.1q-2.99-1.125-4.712-3.816T5%2011.1V6.416L3.216%204.63q-.141-.14-.15-.344t.15-.364t.353-.16t.354.16l16.23%2016.23q.141.141.15.345t-.15.364t-.353.16t-.354-.16z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/remove-moderator-rounded.svg?color=%231a73e8&size=48