round remove moderator icon

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

Name
round-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 round 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="M20 11.09v-4.7a2 2 0 0 0-1.3-1.87l-6-2.25c-.45-.17-.95-.17-1.4 0L6.78 3.96l12.09 12.09c.72-1.53 1.13-3.22 1.13-4.96m.49 9.4L3.51 3.51A.996.996 0 1 0 2.1 4.92L4 6.83v4.26c0 4.83 3.13 9.37 7.43 10.75c.37.12.77.12 1.14 0c1.49-.48 2.84-1.35 3.97-2.47l2.53 2.53c.39.39 1.02.39 1.41 0c.4-.39.4-1.02.01-1.41"/></svg>

React

import type { SVGProps } from "react";

export function IcRoundRemoveModerator(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="M20 11.09v-4.7a2 2 0 0 0-1.3-1.87l-6-2.25c-.45-.17-.95-.17-1.4 0L6.78 3.96l12.09 12.09c.72-1.53 1.13-3.22 1.13-4.96m.49 9.4L3.51 3.51A.996.996 0 1 0 2.1 4.92L4 6.83v4.26c0 4.83 3.13 9.37 7.43 10.75c.37.12.77.12 1.14 0c1.49-.48 2.84-1.35 3.97-2.47l2.53 2.53c.39.39 1.02.39 1.41 0c.4-.39.4-1.02.01-1.41"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20 11.09v-4.7a2 2 0 0 0-1.3-1.87l-6-2.25c-.45-.17-.95-.17-1.4 0L6.78 3.96l12.09 12.09c.72-1.53 1.13-3.22 1.13-4.96m.49 9.4L3.51 3.51A.996.996 0 1 0 2.1 4.92L4 6.83v4.26c0 4.83 3.13 9.37 7.43 10.75c.37.12.77.12 1.14 0c1.49-.48 2.84-1.35 3.97-2.47l2.53 2.53c.39.39 1.02.39 1.41 0c.4-.39.4-1.02.01-1.41"/></svg>
</template>

CSS

.icon-round-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%22M20%2011.09v-4.7a2%202%200%200%200-1.3-1.87l-6-2.25c-.45-.17-.95-.17-1.4%200L6.78%203.96l12.09%2012.09c.72-1.53%201.13-3.22%201.13-4.96m.49%209.4L3.51%203.51A.996.996%200%201%200%202.1%204.92L4%206.83v4.26c0%204.83%203.13%209.37%207.43%2010.75c.37.12.77.12%201.14%200c1.49-.48%202.84-1.35%203.97-2.47l2.53%202.53c.39.39%201.02.39%201.41%200c.4-.39.4-1.02.01-1.41%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%22M20%2011.09v-4.7a2%202%200%200%200-1.3-1.87l-6-2.25c-.45-.17-.95-.17-1.4%200L6.78%203.96l12.09%2012.09c.72-1.53%201.13-3.22%201.13-4.96m.49%209.4L3.51%203.51A.996.996%200%201%200%202.1%204.92L4%206.83v4.26c0%204.83%203.13%209.37%207.43%2010.75c.37.12.77.12%201.14%200c1.49-.48%202.84-1.35%203.97-2.47l2.53%202.53c.39.39%201.02.39%201.41%200c.4-.39.4-1.02.01-1.41%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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