add moderator icon
add-moderator-outline from Material Symbols Light by Google · Outline · Privacy · Apache-2.0 Free for personal and commercial use.
- Name
- add-moderator-outline
- Set
- Material Symbols Light
- Style
- Outline
- Category
- Privacy
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- add-moderator-outline-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More privacy icons from Material Symbols Light
admin-panel-settingsassured-workloadbadgedisabled-visiblee911-emergencyencryptedencrypted-addencrypted-add-circleencrypted-minus-circleencrypted-offenhanced-encryptionexclamationid-cardid-card-2identity-aware-proxykey-visualizermobile-theftno-encryptionpasskeyperson-shieldpolicypolicy-alertprivacy-tipprivate-connectivity
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="M12 20.962q-3.014-.895-5.007-3.651T5 11.1V5.692l7-2.615l7 2.615v5.656q-.225-.084-.494-.151L18 11.075V6.381L12 4.15L6 6.38v4.72q0 1.483.438 2.84q.437 1.358 1.192 2.498t1.785 1.99t2.199 1.299l.057-.02q.121.3.302.584q.18.282.41.53q-.102.039-.192.07zM17 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-.385-1.5h.77v-2.116H19.5v-.769h-2.116V14.5h-.769v2.116H14.5v.769h2.116z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightAddModeratorOutline(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 20.962q-3.014-.895-5.007-3.651T5 11.1V5.692l7-2.615l7 2.615v5.656q-.225-.084-.494-.151L18 11.075V6.381L12 4.15L6 6.38v4.72q0 1.483.438 2.84q.437 1.358 1.192 2.498t1.785 1.99t2.199 1.299l.057-.02q.121.3.302.584q.18.282.41.53q-.102.039-.192.07zM17 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-.385-1.5h.77v-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="M12 20.962q-3.014-.895-5.007-3.651T5 11.1V5.692l7-2.615l7 2.615v5.656q-.225-.084-.494-.151L18 11.075V6.381L12 4.15L6 6.38v4.72q0 1.483.438 2.84q.437 1.358 1.192 2.498t1.785 1.99t2.199 1.299l.057-.02q.121.3.302.584q.18.282.41.53q-.102.039-.192.07zM17 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-.385-1.5h.77v-2.116H19.5v-.769h-2.116V14.5h-.769v2.116H14.5v.769h2.116z"/></svg> </template>
CSS
.icon-add-moderator-outline {
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%2020.962q-3.014-.895-5.007-3.651T5%2011.1V5.692l7-2.615l7%202.615v5.656q-.225-.084-.494-.151L18%2011.075V6.381L12%204.15L6%206.38v4.72q0%201.483.438%202.84q.437%201.358%201.192%202.498t1.785%201.99t2.199%201.299l.057-.02q.121.3.302.584q.18.282.41.53q-.102.039-.192.07zM17%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-.385-1.5h.77v-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%22M12%2020.962q-3.014-.895-5.007-3.651T5%2011.1V5.692l7-2.615l7%202.615v5.656q-.225-.084-.494-.151L18%2011.075V6.381L12%204.15L6%206.38v4.72q0%201.483.438%202.84q.437%201.358%201.192%202.498t1.785%201.99t2.199%201.299l.057-.02q.121.3.302.584q.18.282.41.53q-.102.039-.192.07zM17%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-.385-1.5h.77v-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-outline.svg?color=%231a73e8&size=48