add moderator icon
add-moderator-outline from Material Symbols by Google · Outline · Privacy · Apache-2.0 Free for personal and commercial use.
- Name
- add-moderator-outline
- Set
- Material Symbols
- Style
- Outline
- Category
- Privacy
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- add-moderator-outline-sharp
3 other variants in Material Symbols
The same icon in other sets
More privacy icons from Material Symbols
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 22q-3.475-.875-5.738-3.988T4 11.1V5l8-3l8 3v5.675q-.475-.2-.975-.363T18 10.076V6.4l-6-2.25L6 6.4v4.7q0 1.175.313 2.35t.875 2.238T8.55 17.65t1.775 1.5q.275.8.725 1.525t1.025 1.3q-.025 0-.037.013T12 22m5 0q-2.075 0-3.537-1.463T12 17t1.463-3.537T17 12t3.538 1.463T22 17t-1.463 3.538T17 22m-.5-2h1v-2.5H20v-1h-2.5V14h-1v2.5H14v1h2.5z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAddModeratorOutline(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 22q-3.475-.875-5.738-3.988T4 11.1V5l8-3l8 3v5.675q-.475-.2-.975-.363T18 10.076V6.4l-6-2.25L6 6.4v4.7q0 1.175.313 2.35t.875 2.238T8.55 17.65t1.775 1.5q.275.8.725 1.525t1.025 1.3q-.025 0-.037.013T12 22m5 0q-2.075 0-3.537-1.463T12 17t1.463-3.537T17 12t3.538 1.463T22 17t-1.463 3.538T17 22m-.5-2h1v-2.5H20v-1h-2.5V14h-1v2.5H14v1h2.5z"/></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 22q-3.475-.875-5.738-3.988T4 11.1V5l8-3l8 3v5.675q-.475-.2-.975-.363T18 10.076V6.4l-6-2.25L6 6.4v4.7q0 1.175.313 2.35t.875 2.238T8.55 17.65t1.775 1.5q.275.8.725 1.525t1.025 1.3q-.025 0-.037.013T12 22m5 0q-2.075 0-3.537-1.463T12 17t1.463-3.537T17 12t3.538 1.463T22 17t-1.463 3.538T17 22m-.5-2h1v-2.5H20v-1h-2.5V14h-1v2.5H14v1h2.5z"/></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%2022q-3.475-.875-5.738-3.988T4%2011.1V5l8-3l8%203v5.675q-.475-.2-.975-.363T18%2010.076V6.4l-6-2.25L6%206.4v4.7q0%201.175.313%202.35t.875%202.238T8.55%2017.65t1.775%201.5q.275.8.725%201.525t1.025%201.3q-.025%200-.037.013T12%2022m5%200q-2.075%200-3.537-1.463T12%2017t1.463-3.537T17%2012t3.538%201.463T22%2017t-1.463%203.538T17%2022m-.5-2h1v-2.5H20v-1h-2.5V14h-1v2.5H14v1h2.5z%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%2022q-3.475-.875-5.738-3.988T4%2011.1V5l8-3l8%203v5.675q-.475-.2-.975-.363T18%2010.076V6.4l-6-2.25L6%206.4v4.7q0%201.175.313%202.35t.875%202.238T8.55%2017.65t1.775%201.5q.275.8.725%201.525t1.025%201.3q-.025%200-.037.013T12%2022m5%200q-2.075%200-3.537-1.463T12%2017t1.463-3.537T17%2012t3.538%201.463T22%2017t-1.463%203.538T17%2022m-.5-2h1v-2.5H20v-1h-2.5V14h-1v2.5H14v1h2.5z%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-outline.svg?color=%231a73e8&size=48