manage-accounts-outline-rounded from Material Symbols Light by Google · Outline Rounded · Actions · Apache-2.0 Free for personal and commercial use.

Name
manage-accounts-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Actions
Viewbox
24×24
License
Apache 2.0

3 other variants in Material Symbols Light

The same icon in other sets

More actions icons from Material Symbols Light

Use the manage accounts icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.877 10.508Q7 9.63 7 8.385t.877-2.123T10 5.385t2.123.877T13 8.385t-.877 2.123t-2.123.877t-2.123-.877M3 17.577v-.608q0-.69.358-1.194t.973-.821q1.257-.648 2.615-.993t2.771-.345h.289q.213 0 .357.146q.143.146.143.36q0 .213-.143.356q-.144.143-.357.143h-.289q-1.303 0-2.53.302q-1.225.302-2.38.927q-.326.183-.566.466q-.241.282-.241.653v.646h6.006q.213 0 .357.144t.143.356t-.143.357q-.144.143-.357.143H4.039q-.441 0-.74-.299T3 17.577m13.158 1.162l-.093-.797q-.415-.086-.783-.291t-.663-.52l-.763.321q-.152.061-.282.004t-.209-.179l-.065-.12q-.079-.126-.058-.284t.142-.248l.647-.475q-.166-.427-.166-.88t.166-.882l-.627-.513q-.121-.09-.152-.236q-.03-.145.048-.272l.071-.125q.079-.12.215-.179t.289.004l.744.321q.275-.315.653-.51t.794-.282l.092-.802q.017-.158.135-.255t.276-.097h.131q.158 0 .276.1t.136.258l.073.796q.415.087.793.285t.653.519l.733-.321q.157-.067.29-.01q.133.058.212.185l.084.119q.079.127.048.275q-.03.148-.152.239l-.627.513q.166.416.166.875t-.166.875l.647.475q.12.09.142.245q.02.155-.058.282l-.071.125q-.079.121-.206.179t-.279-.004l-.763-.321q-.294.315-.663.52t-.783.291l-.073.802q-.018.158-.136.255t-.276.097h-.13q-.158 0-.277-.1t-.135-.257m1.735-2.192q.53-.53.53-1.278t-.53-1.278t-1.277-.53t-1.278.53t-.53 1.278t.53 1.278q.53.53 1.278.53t1.277-.53m-6.48-6.75Q12 9.209 12 8.384t-.587-1.412T10 6.384t-1.412.588T8 8.384t.588 1.413t1.412.587t1.413-.587M10.3 17.616"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightManageAccountsOutlineRounded(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="M7.877 10.508Q7 9.63 7 8.385t.877-2.123T10 5.385t2.123.877T13 8.385t-.877 2.123t-2.123.877t-2.123-.877M3 17.577v-.608q0-.69.358-1.194t.973-.821q1.257-.648 2.615-.993t2.771-.345h.289q.213 0 .357.146q.143.146.143.36q0 .213-.143.356q-.144.143-.357.143h-.289q-1.303 0-2.53.302q-1.225.302-2.38.927q-.326.183-.566.466q-.241.282-.241.653v.646h6.006q.213 0 .357.144t.143.356t-.143.357q-.144.143-.357.143H4.039q-.441 0-.74-.299T3 17.577m13.158 1.162l-.093-.797q-.415-.086-.783-.291t-.663-.52l-.763.321q-.152.061-.282.004t-.209-.179l-.065-.12q-.079-.126-.058-.284t.142-.248l.647-.475q-.166-.427-.166-.88t.166-.882l-.627-.513q-.121-.09-.152-.236q-.03-.145.048-.272l.071-.125q.079-.12.215-.179t.289.004l.744.321q.275-.315.653-.51t.794-.282l.092-.802q.017-.158.135-.255t.276-.097h.131q.158 0 .276.1t.136.258l.073.796q.415.087.793.285t.653.519l.733-.321q.157-.067.29-.01q.133.058.212.185l.084.119q.079.127.048.275q-.03.148-.152.239l-.627.513q.166.416.166.875t-.166.875l.647.475q.12.09.142.245q.02.155-.058.282l-.071.125q-.079.121-.206.179t-.279-.004l-.763-.321q-.294.315-.663.52t-.783.291l-.073.802q-.018.158-.136.255t-.276.097h-.13q-.158 0-.277-.1t-.135-.257m1.735-2.192q.53-.53.53-1.278t-.53-1.278t-1.277-.53t-1.278.53t-.53 1.278t.53 1.278q.53.53 1.278.53t1.277-.53m-6.48-6.75Q12 9.209 12 8.384t-.587-1.412T10 6.384t-1.412.588T8 8.384t.588 1.413t1.412.587t1.413-.587M10.3 17.616"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.877 10.508Q7 9.63 7 8.385t.877-2.123T10 5.385t2.123.877T13 8.385t-.877 2.123t-2.123.877t-2.123-.877M3 17.577v-.608q0-.69.358-1.194t.973-.821q1.257-.648 2.615-.993t2.771-.345h.289q.213 0 .357.146q.143.146.143.36q0 .213-.143.356q-.144.143-.357.143h-.289q-1.303 0-2.53.302q-1.225.302-2.38.927q-.326.183-.566.466q-.241.282-.241.653v.646h6.006q.213 0 .357.144t.143.356t-.143.357q-.144.143-.357.143H4.039q-.441 0-.74-.299T3 17.577m13.158 1.162l-.093-.797q-.415-.086-.783-.291t-.663-.52l-.763.321q-.152.061-.282.004t-.209-.179l-.065-.12q-.079-.126-.058-.284t.142-.248l.647-.475q-.166-.427-.166-.88t.166-.882l-.627-.513q-.121-.09-.152-.236q-.03-.145.048-.272l.071-.125q.079-.12.215-.179t.289.004l.744.321q.275-.315.653-.51t.794-.282l.092-.802q.017-.158.135-.255t.276-.097h.131q.158 0 .276.1t.136.258l.073.796q.415.087.793.285t.653.519l.733-.321q.157-.067.29-.01q.133.058.212.185l.084.119q.079.127.048.275q-.03.148-.152.239l-.627.513q.166.416.166.875t-.166.875l.647.475q.12.09.142.245q.02.155-.058.282l-.071.125q-.079.121-.206.179t-.279-.004l-.763-.321q-.294.315-.663.52t-.783.291l-.073.802q-.018.158-.136.255t-.276.097h-.13q-.158 0-.277-.1t-.135-.257m1.735-2.192q.53-.53.53-1.278t-.53-1.278t-1.277-.53t-1.278.53t-.53 1.278t.53 1.278q.53.53 1.278.53t1.277-.53m-6.48-6.75Q12 9.209 12 8.384t-.587-1.412T10 6.384t-1.412.588T8 8.384t.588 1.413t1.412.587t1.413-.587M10.3 17.616"/></svg>
</template>

CSS

.icon-manage-accounts-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%22M7.877%2010.508Q7%209.63%207%208.385t.877-2.123T10%205.385t2.123.877T13%208.385t-.877%202.123t-2.123.877t-2.123-.877M3%2017.577v-.608q0-.69.358-1.194t.973-.821q1.257-.648%202.615-.993t2.771-.345h.289q.213%200%20.357.146q.143.146.143.36q0%20.213-.143.356q-.144.143-.357.143h-.289q-1.303%200-2.53.302q-1.225.302-2.38.927q-.326.183-.566.466q-.241.282-.241.653v.646h6.006q.213%200%20.357.144t.143.356t-.143.357q-.144.143-.357.143H4.039q-.441%200-.74-.299T3%2017.577m13.158%201.162l-.093-.797q-.415-.086-.783-.291t-.663-.52l-.763.321q-.152.061-.282.004t-.209-.179l-.065-.12q-.079-.126-.058-.284t.142-.248l.647-.475q-.166-.427-.166-.88t.166-.882l-.627-.513q-.121-.09-.152-.236q-.03-.145.048-.272l.071-.125q.079-.12.215-.179t.289.004l.744.321q.275-.315.653-.51t.794-.282l.092-.802q.017-.158.135-.255t.276-.097h.131q.158%200%20.276.1t.136.258l.073.796q.415.087.793.285t.653.519l.733-.321q.157-.067.29-.01q.133.058.212.185l.084.119q.079.127.048.275q-.03.148-.152.239l-.627.513q.166.416.166.875t-.166.875l.647.475q.12.09.142.245q.02.155-.058.282l-.071.125q-.079.121-.206.179t-.279-.004l-.763-.321q-.294.315-.663.52t-.783.291l-.073.802q-.018.158-.136.255t-.276.097h-.13q-.158%200-.277-.1t-.135-.257m1.735-2.192q.53-.53.53-1.278t-.53-1.278t-1.277-.53t-1.278.53t-.53%201.278t.53%201.278q.53.53%201.278.53t1.277-.53m-6.48-6.75Q12%209.209%2012%208.384t-.587-1.412T10%206.384t-1.412.588T8%208.384t.588%201.413t1.412.587t1.413-.587M10.3%2017.616%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%22M7.877%2010.508Q7%209.63%207%208.385t.877-2.123T10%205.385t2.123.877T13%208.385t-.877%202.123t-2.123.877t-2.123-.877M3%2017.577v-.608q0-.69.358-1.194t.973-.821q1.257-.648%202.615-.993t2.771-.345h.289q.213%200%20.357.146q.143.146.143.36q0%20.213-.143.356q-.144.143-.357.143h-.289q-1.303%200-2.53.302q-1.225.302-2.38.927q-.326.183-.566.466q-.241.282-.241.653v.646h6.006q.213%200%20.357.144t.143.356t-.143.357q-.144.143-.357.143H4.039q-.441%200-.74-.299T3%2017.577m13.158%201.162l-.093-.797q-.415-.086-.783-.291t-.663-.52l-.763.321q-.152.061-.282.004t-.209-.179l-.065-.12q-.079-.126-.058-.284t.142-.248l.647-.475q-.166-.427-.166-.88t.166-.882l-.627-.513q-.121-.09-.152-.236q-.03-.145.048-.272l.071-.125q.079-.12.215-.179t.289.004l.744.321q.275-.315.653-.51t.794-.282l.092-.802q.017-.158.135-.255t.276-.097h.131q.158%200%20.276.1t.136.258l.073.796q.415.087.793.285t.653.519l.733-.321q.157-.067.29-.01q.133.058.212.185l.084.119q.079.127.048.275q-.03.148-.152.239l-.627.513q.166.416.166.875t-.166.875l.647.475q.12.09.142.245q.02.155-.058.282l-.071.125q-.079.121-.206.179t-.279-.004l-.763-.321q-.294.315-.663.52t-.783.291l-.073.802q-.018.158-.136.255t-.276.097h-.13q-.158%200-.277-.1t-.135-.257m1.735-2.192q.53-.53.53-1.278t-.53-1.278t-1.277-.53t-1.278.53t-.53%201.278t.53%201.278q.53.53%201.278.53t1.277-.53m-6.48-6.75Q12%209.209%2012%208.384t-.587-1.412T10%206.384t-1.412.588T8%208.384t.588%201.413t1.412.587t1.413-.587M10.3%2017.616%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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