add moderator icon
add-moderator-outline-rounded from Material Symbols by Google · Outline Rounded · Privacy · Apache-2.0 Free for personal and commercial use.
- Name
- add-moderator-outline-rounded
- Set
- Material Symbols
- Style
- Outline 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
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 2.15q.2 0 .363.025t.337.1l6 2.25q.575.225.938.725T20 6.375V9.5q0 .425-.287.713T19 10.5t-.712-.288T18 9.5V6.4l-6-2.25L6 6.4v4.7q0 1.25.363 2.5t1 2.375T8.913 18t1.987 1.475q.375.2.538.575t.012.75q-.175.4-.562.55t-.763-.05Q7.3 19.9 5.65 17.075T4 11.1V6.375q0-.625.363-1.125t.937-.725l6-2.25q.175-.075.35-.1T12 2.15M17 22q-2.075 0-3.537-1.463T12 17t1.463-3.537T17 12t3.538 1.463T22 17t-1.463 3.538T17 22m-.5-4.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.15z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsAddModeratorOutlineRounded(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 2.15q.2 0 .363.025t.337.1l6 2.25q.575.225.938.725T20 6.375V9.5q0 .425-.287.713T19 10.5t-.712-.288T18 9.5V6.4l-6-2.25L6 6.4v4.7q0 1.25.363 2.5t1 2.375T8.913 18t1.987 1.475q.375.2.538.575t.012.75q-.175.4-.562.55t-.763-.05Q7.3 19.9 5.65 17.075T4 11.1V6.375q0-.625.363-1.125t.937-.725l6-2.25q.175-.075.35-.1T12 2.15M17 22q-2.075 0-3.537-1.463T12 17t1.463-3.537T17 12t3.538 1.463T22 17t-1.463 3.538T17 22m-.5-4.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.15z"/></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 2.15q.2 0 .363.025t.337.1l6 2.25q.575.225.938.725T20 6.375V9.5q0 .425-.287.713T19 10.5t-.712-.288T18 9.5V6.4l-6-2.25L6 6.4v4.7q0 1.25.363 2.5t1 2.375T8.913 18t1.987 1.475q.375.2.538.575t.012.75q-.175.4-.562.55t-.763-.05Q7.3 19.9 5.65 17.075T4 11.1V6.375q0-.625.363-1.125t.937-.725l6-2.25q.175-.075.35-.1T12 2.15M17 22q-2.075 0-3.537-1.463T12 17t1.463-3.537T17 12t3.538 1.463T22 17t-1.463 3.538T17 22m-.5-4.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.15z"/></svg> </template>
CSS
.icon-add-moderator-outline-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%22M12%202.15q.2%200%20.363.025t.337.1l6%202.25q.575.225.938.725T20%206.375V9.5q0%20.425-.287.713T19%2010.5t-.712-.288T18%209.5V6.4l-6-2.25L6%206.4v4.7q0%201.25.363%202.5t1%202.375T8.913%2018t1.987%201.475q.375.2.538.575t.012.75q-.175.4-.562.55t-.763-.05Q7.3%2019.9%205.65%2017.075T4%2011.1V6.375q0-.625.363-1.125t.937-.725l6-2.25q.175-.075.35-.1T12%202.15M17%2022q-2.075%200-3.537-1.463T12%2017t1.463-3.537T17%2012t3.538%201.463T22%2017t-1.463%203.538T17%2022m-.5-4.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.15z%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%202.15q.2%200%20.363.025t.337.1l6%202.25q.575.225.938.725T20%206.375V9.5q0%20.425-.287.713T19%2010.5t-.712-.288T18%209.5V6.4l-6-2.25L6%206.4v4.7q0%201.25.363%202.5t1%202.375T8.913%2018t1.987%201.475q.375.2.538.575t.012.75q-.175.4-.562.55t-.763-.05Q7.3%2019.9%205.65%2017.075T4%2011.1V6.375q0-.625.363-1.125t.937-.725l6-2.25q.175-.075.35-.1T12%202.15M17%2022q-2.075%200-3.537-1.463T12%2017t1.463-3.537T17%2012t3.538%201.463T22%2017t-1.463%203.538T17%2022m-.5-4.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.15z%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-rounded.svg?color=%231a73e8&size=48