add moderator icon

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

Name
add-moderator-rounded
Set
Material Symbols
Style
Rounded
Category
Privacy
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols

The same icon in other sets

More privacy icons from Material Symbols

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="M16.5 17.5v2q0 .2.15.35T17 20t.35-.15t.15-.35v-2h2q.2 0 .35-.15T20 17t-.15-.35t-.35-.15h-2v-2q0-.2-.15-.35T17 14t-.35.15t-.15.35v2h-2q-.2 0-.35.15T14 17t.15.35t.35.15zM17 22q-2.075 0-3.537-1.463T12 17t1.463-3.537T17 12t3.538 1.463T22 17t-1.463 3.538T17 22M4 11.1V6.375q0-.625.363-1.125t.937-.725l6-2.25q.35-.125.7-.125t.7.125l6 2.25q.575.225.938.725T20 6.375v3.05q0 .425-.375.688t-.8.137q-.45-.125-.9-.187T17 10q-2.9 0-4.95 2.05T10 17q0 .8.188 1.563t.537 1.537q.225.475-.137.85t-.838.15q-1.05-.55-1.925-1.35T6.275 18Q5.2 16.525 4.6 14.762T4 11.1"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsAddModeratorRounded(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="M16.5 17.5v2q0 .2.15.35T17 20t.35-.15t.15-.35v-2h2q.2 0 .35-.15T20 17t-.15-.35t-.35-.15h-2v-2q0-.2-.15-.35T17 14t-.35.15t-.15.35v2h-2q-.2 0-.35.15T14 17t.15.35t.35.15zM17 22q-2.075 0-3.537-1.463T12 17t1.463-3.537T17 12t3.538 1.463T22 17t-1.463 3.538T17 22M4 11.1V6.375q0-.625.363-1.125t.937-.725l6-2.25q.35-.125.7-.125t.7.125l6 2.25q.575.225.938.725T20 6.375v3.05q0 .425-.375.688t-.8.137q-.45-.125-.9-.187T17 10q-2.9 0-4.95 2.05T10 17q0 .8.188 1.563t.537 1.537q.225.475-.137.85t-.838.15q-1.05-.55-1.925-1.35T6.275 18Q5.2 16.525 4.6 14.762T4 11.1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.5 17.5v2q0 .2.15.35T17 20t.35-.15t.15-.35v-2h2q.2 0 .35-.15T20 17t-.15-.35t-.35-.15h-2v-2q0-.2-.15-.35T17 14t-.35.15t-.15.35v2h-2q-.2 0-.35.15T14 17t.15.35t.35.15zM17 22q-2.075 0-3.537-1.463T12 17t1.463-3.537T17 12t3.538 1.463T22 17t-1.463 3.538T17 22M4 11.1V6.375q0-.625.363-1.125t.937-.725l6-2.25q.35-.125.7-.125t.7.125l6 2.25q.575.225.938.725T20 6.375v3.05q0 .425-.375.688t-.8.137q-.45-.125-.9-.187T17 10q-2.9 0-4.95 2.05T10 17q0 .8.188 1.563t.537 1.537q.225.475-.137.85t-.838.15q-1.05-.55-1.925-1.35T6.275 18Q5.2 16.525 4.6 14.762T4 11.1"/></svg>
</template>

CSS

.icon-add-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%22M16.5%2017.5v2q0%20.2.15.35T17%2020t.35-.15t.15-.35v-2h2q.2%200%20.35-.15T20%2017t-.15-.35t-.35-.15h-2v-2q0-.2-.15-.35T17%2014t-.35.15t-.15.35v2h-2q-.2%200-.35.15T14%2017t.15.35t.35.15zM17%2022q-2.075%200-3.537-1.463T12%2017t1.463-3.537T17%2012t3.538%201.463T22%2017t-1.463%203.538T17%2022M4%2011.1V6.375q0-.625.363-1.125t.937-.725l6-2.25q.35-.125.7-.125t.7.125l6%202.25q.575.225.938.725T20%206.375v3.05q0%20.425-.375.688t-.8.137q-.45-.125-.9-.187T17%2010q-2.9%200-4.95%202.05T10%2017q0%20.8.188%201.563t.537%201.537q.225.475-.137.85t-.838.15q-1.05-.55-1.925-1.35T6.275%2018Q5.2%2016.525%204.6%2014.762T4%2011.1%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%22M16.5%2017.5v2q0%20.2.15.35T17%2020t.35-.15t.15-.35v-2h2q.2%200%20.35-.15T20%2017t-.15-.35t-.35-.15h-2v-2q0-.2-.15-.35T17%2014t-.35.15t-.15.35v2h-2q-.2%200-.35.15T14%2017t.15.35t.35.15zM17%2022q-2.075%200-3.537-1.463T12%2017t1.463-3.537T17%2012t3.538%201.463T22%2017t-1.463%203.538T17%2022M4%2011.1V6.375q0-.625.363-1.125t.937-.725l6-2.25q.35-.125.7-.125t.7.125l6%202.25q.575.225.938.725T20%206.375v3.05q0%20.425-.375.688t-.8.137q-.45-.125-.9-.187T17%2010q-2.9%200-4.95%202.05T10%2017q0%20.8.188%201.563t.537%201.537q.225.475-.137.85t-.838.15q-1.05-.55-1.925-1.35T6.275%2018Q5.2%2016.525%204.6%2014.762T4%2011.1%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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