outline remove moderator icon

outline-remove-moderator from Google Material Icons by Material Design Authors · Baseline · Social · Apache-2.0 Free for personal and commercial use.

Name
outline-remove-moderator
Set
Google Material Icons
Style
Baseline
Category
Social
Viewbox
24×24
License
Apache 2.0

More social icons from Google Material Icons

Use the outline 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="m12 4.14l6 2.25v4.7c0 1.19-.23 2.36-.64 3.44l1.51 1.51c.72-1.53 1.13-3.22 1.13-4.95V5l-8-3l-5.22 1.96l1.55 1.55zM2.81 2.81L1.39 4.22L4 6.83v4.26c0 5.05 3.41 9.76 8 10.91c1.72-.43 3.28-1.36 4.55-2.62l3.23 3.23l1.41-1.41zM12 19.92c-3.45-1.13-6-4.82-6-8.83V8.83l9.14 9.14c-.9.88-1.97 1.57-3.14 1.95"/></svg>

React

import type { SVGProps } from "react";

export function IcOutlineRemoveModerator(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="m12 4.14l6 2.25v4.7c0 1.19-.23 2.36-.64 3.44l1.51 1.51c.72-1.53 1.13-3.22 1.13-4.95V5l-8-3l-5.22 1.96l1.55 1.55zM2.81 2.81L1.39 4.22L4 6.83v4.26c0 5.05 3.41 9.76 8 10.91c1.72-.43 3.28-1.36 4.55-2.62l3.23 3.23l1.41-1.41zM12 19.92c-3.45-1.13-6-4.82-6-8.83V8.83l9.14 9.14c-.9.88-1.97 1.57-3.14 1.95"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m12 4.14l6 2.25v4.7c0 1.19-.23 2.36-.64 3.44l1.51 1.51c.72-1.53 1.13-3.22 1.13-4.95V5l-8-3l-5.22 1.96l1.55 1.55zM2.81 2.81L1.39 4.22L4 6.83v4.26c0 5.05 3.41 9.76 8 10.91c1.72-.43 3.28-1.36 4.55-2.62l3.23 3.23l1.41-1.41zM12 19.92c-3.45-1.13-6-4.82-6-8.83V8.83l9.14 9.14c-.9.88-1.97 1.57-3.14 1.95"/></svg>
</template>

CSS

.icon-outline-remove-moderator {
  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%22m12%204.14l6%202.25v4.7c0%201.19-.23%202.36-.64%203.44l1.51%201.51c.72-1.53%201.13-3.22%201.13-4.95V5l-8-3l-5.22%201.96l1.55%201.55zM2.81%202.81L1.39%204.22L4%206.83v4.26c0%205.05%203.41%209.76%208%2010.91c1.72-.43%203.28-1.36%204.55-2.62l3.23%203.23l1.41-1.41zM12%2019.92c-3.45-1.13-6-4.82-6-8.83V8.83l9.14%209.14c-.9.88-1.97%201.57-3.14%201.95%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%22m12%204.14l6%202.25v4.7c0%201.19-.23%202.36-.64%203.44l1.51%201.51c.72-1.53%201.13-3.22%201.13-4.95V5l-8-3l-5.22%201.96l1.55%201.55zM2.81%202.81L1.39%204.22L4%206.83v4.26c0%205.05%203.41%209.76%208%2010.91c1.72-.43%203.28-1.36%204.55-2.62l3.23%203.23l1.41-1.41zM12%2019.92c-3.45-1.13-6-4.82-6-8.83V8.83l9.14%209.14c-.9.88-1.97%201.57-3.14%201.95%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/outline-remove-moderator.svg?color=%231a73e8&size=48