sharp remove moderator icon

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

Name
sharp-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 sharp 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.09V5l-8-3l-5.22 1.96l12.09 12.09c.72-1.53 1.13-3.22 1.13-4.96M2.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.41z"/></svg>

React

import type { SVGProps } from "react";

export function IcSharpRemoveModerator(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.09V5l-8-3l-5.22 1.96l12.09 12.09c.72-1.53 1.13-3.22 1.13-4.96M2.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.41z"/></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.09V5l-8-3l-5.22 1.96l12.09 12.09c.72-1.53 1.13-3.22 1.13-4.96M2.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.41z"/></svg>
</template>

CSS

.icon-sharp-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.09V5l-8-3l-5.22%201.96l12.09%2012.09c.72-1.53%201.13-3.22%201.13-4.96M2.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.41z%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.09V5l-8-3l-5.22%201.96l12.09%2012.09c.72-1.53%201.13-3.22%201.13-4.96M2.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.41z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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