add-moderator from Material Symbols Light by Google · Regular · Privacy · Apache-2.0 Free for personal and commercial use.

Name
add-moderator
Set
Material Symbols Light
Style
Regular
Category
Privacy
Viewbox
24×24
License
Apache 2.0
Aliases
add-moderator-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More privacy icons from Material Symbols Light

Use the add moderator icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 21q-1.671 0-2.835-1.164Q13 18.67 13 17t1.165-2.835T17 13t2.836 1.165T21 17t-1.164 2.836T17 21m-5-.039q-3.014-.894-5.007-3.65T5 11.1V5.692l7-2.615l7 2.615v5.656q-.42-.171-.962-.26T17 11q-2.496 0-4.248 1.752T11 17q0 1.03.347 2.011t1.036 1.81l-.192.07zm4.616-1.461h.769v-2.116H19.5v-.769h-2.116V14.5h-.769v2.116H14.5v.769h2.116z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightAddModerator(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="M17 21q-1.671 0-2.835-1.164Q13 18.67 13 17t1.165-2.835T17 13t2.836 1.165T21 17t-1.164 2.836T17 21m-5-.039q-3.014-.894-5.007-3.65T5 11.1V5.692l7-2.615l7 2.615v5.656q-.42-.171-.962-.26T17 11q-2.496 0-4.248 1.752T11 17q0 1.03.347 2.011t1.036 1.81l-.192.07zm4.616-1.461h.769v-2.116H19.5v-.769h-2.116V14.5h-.769v2.116H14.5v.769h2.116z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 21q-1.671 0-2.835-1.164Q13 18.67 13 17t1.165-2.835T17 13t2.836 1.165T21 17t-1.164 2.836T17 21m-5-.039q-3.014-.894-5.007-3.65T5 11.1V5.692l7-2.615l7 2.615v5.656q-.42-.171-.962-.26T17 11q-2.496 0-4.248 1.752T11 17q0 1.03.347 2.011t1.036 1.81l-.192.07zm4.616-1.461h.769v-2.116H19.5v-.769h-2.116V14.5h-.769v2.116H14.5v.769h2.116z"/></svg>
</template>

CSS

.icon-add-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%22M17%2021q-1.671%200-2.835-1.164Q13%2018.67%2013%2017t1.165-2.835T17%2013t2.836%201.165T21%2017t-1.164%202.836T17%2021m-5-.039q-3.014-.894-5.007-3.65T5%2011.1V5.692l7-2.615l7%202.615v5.656q-.42-.171-.962-.26T17%2011q-2.496%200-4.248%201.752T11%2017q0%201.03.347%202.011t1.036%201.81l-.192.07zm4.616-1.461h.769v-2.116H19.5v-.769h-2.116V14.5h-.769v2.116H14.5v.769h2.116z%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%22M17%2021q-1.671%200-2.835-1.164Q13%2018.67%2013%2017t1.165-2.835T17%2013t2.836%201.165T21%2017t-1.164%202.836T17%2021m-5-.039q-3.014-.894-5.007-3.65T5%2011.1V5.692l7-2.615l7%202.615v5.656q-.42-.171-.962-.26T17%2011q-2.496%200-4.248%201.752T11%2017q0%201.03.347%202.011t1.036%201.81l-.192.07zm4.616-1.461h.769v-2.116H19.5v-.769h-2.116V14.5h-.769v2.116H14.5v.769h2.116z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/add-moderator.svg?color=%231a73e8&size=48