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

Name
user-attributes-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 user attributes icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.866 6.73q-.213 0-.357-.143q-.143-.144-.143-.357t.143-.356t.357-.143h6q.212 0 .356.144t.143.357t-.143.356t-.357.143zm0 3.77q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h6q.212 0 .356.144t.143.357t-.143.356t-.357.143zm0 3.77q-.213 0-.357-.145t-.143-.357t.143-.356t.357-.143h6q.212 0 .356.144q.143.144.143.357t-.143.356t-.357.143zm-8.577-1.304q-.654-.65-.654-1.577q0-.928.649-1.581q.65-.654 1.577-.654q.928 0 1.581.65q.654.648.654 1.576t-.65 1.581q-.648.654-1.576.654t-1.581-.649m-3.654 5.073v-.324q0-.326.163-.622t.44-.474q1.049-.598 2.196-.916t2.432-.319t2.431.319q1.147.318 2.195.916q.277.179.44.474t.164.622v.323q0 .344-.232.576t-.575.232H3.442q-.343 0-.575-.232t-.233-.576m1.035-.5v.308h8.393v-.308q-.99-.557-2.052-.855q-1.062-.299-2.144-.299t-2.145.299q-1.061.298-2.052.855m5.063-5.287q.364-.365.364-.867q0-.501-.364-.866t-.866-.364t-.867.364t-.364.866t.364.867t.867.364q.501 0 .866-.364m-.866 5.595"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightUserAttributesOutlineRounded(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="M14.866 6.73q-.213 0-.357-.143q-.143-.144-.143-.357t.143-.356t.357-.143h6q.212 0 .356.144t.143.357t-.143.356t-.357.143zm0 3.77q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h6q.212 0 .356.144t.143.357t-.143.356t-.357.143zm0 3.77q-.213 0-.357-.145t-.143-.357t.143-.356t.357-.143h6q.212 0 .356.144q.143.144.143.357t-.143.356t-.357.143zm-8.577-1.304q-.654-.65-.654-1.577q0-.928.649-1.581q.65-.654 1.577-.654q.928 0 1.581.65q.654.648.654 1.576t-.65 1.581q-.648.654-1.576.654t-1.581-.649m-3.654 5.073v-.324q0-.326.163-.622t.44-.474q1.049-.598 2.196-.916t2.432-.319t2.431.319q1.147.318 2.195.916q.277.179.44.474t.164.622v.323q0 .344-.232.576t-.575.232H3.442q-.343 0-.575-.232t-.233-.576m1.035-.5v.308h8.393v-.308q-.99-.557-2.052-.855q-1.062-.299-2.144-.299t-2.145.299q-1.061.298-2.052.855m5.063-5.287q.364-.365.364-.867q0-.501-.364-.866t-.866-.364t-.867.364t-.364.866t.364.867t.867.364q.501 0 .866-.364m-.866 5.595"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.866 6.73q-.213 0-.357-.143q-.143-.144-.143-.357t.143-.356t.357-.143h6q.212 0 .356.144t.143.357t-.143.356t-.357.143zm0 3.77q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h6q.212 0 .356.144t.143.357t-.143.356t-.357.143zm0 3.77q-.213 0-.357-.145t-.143-.357t.143-.356t.357-.143h6q.212 0 .356.144q.143.144.143.357t-.143.356t-.357.143zm-8.577-1.304q-.654-.65-.654-1.577q0-.928.649-1.581q.65-.654 1.577-.654q.928 0 1.581.65q.654.648.654 1.576t-.65 1.581q-.648.654-1.576.654t-1.581-.649m-3.654 5.073v-.324q0-.326.163-.622t.44-.474q1.049-.598 2.196-.916t2.432-.319t2.431.319q1.147.318 2.195.916q.277.179.44.474t.164.622v.323q0 .344-.232.576t-.575.232H3.442q-.343 0-.575-.232t-.233-.576m1.035-.5v.308h8.393v-.308q-.99-.557-2.052-.855q-1.062-.299-2.144-.299t-2.145.299q-1.061.298-2.052.855m5.063-5.287q.364-.365.364-.867q0-.501-.364-.866t-.866-.364t-.867.364t-.364.866t.364.867t.867.364q.501 0 .866-.364m-.866 5.595"/></svg>
</template>

CSS

.icon-user-attributes-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%22M14.866%206.73q-.213%200-.357-.143q-.143-.144-.143-.357t.143-.356t.357-.143h6q.212%200%20.356.144t.143.357t-.143.356t-.357.143zm0%203.77q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h6q.212%200%20.356.144t.143.357t-.143.356t-.357.143zm0%203.77q-.213%200-.357-.145t-.143-.357t.143-.356t.357-.143h6q.212%200%20.356.144q.143.144.143.357t-.143.356t-.357.143zm-8.577-1.304q-.654-.65-.654-1.577q0-.928.649-1.581q.65-.654%201.577-.654q.928%200%201.581.65q.654.648.654%201.576t-.65%201.581q-.648.654-1.576.654t-1.581-.649m-3.654%205.073v-.324q0-.326.163-.622t.44-.474q1.049-.598%202.196-.916t2.432-.319t2.431.319q1.147.318%202.195.916q.277.179.44.474t.164.622v.323q0%20.344-.232.576t-.575.232H3.442q-.343%200-.575-.232t-.233-.576m1.035-.5v.308h8.393v-.308q-.99-.557-2.052-.855q-1.062-.299-2.144-.299t-2.145.299q-1.061.298-2.052.855m5.063-5.287q.364-.365.364-.867q0-.501-.364-.866t-.866-.364t-.867.364t-.364.866t.364.867t.867.364q.501%200%20.866-.364m-.866%205.595%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%22M14.866%206.73q-.213%200-.357-.143q-.143-.144-.143-.357t.143-.356t.357-.143h6q.212%200%20.356.144t.143.357t-.143.356t-.357.143zm0%203.77q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h6q.212%200%20.356.144t.143.357t-.143.356t-.357.143zm0%203.77q-.213%200-.357-.145t-.143-.357t.143-.356t.357-.143h6q.212%200%20.356.144q.143.144.143.357t-.143.356t-.357.143zm-8.577-1.304q-.654-.65-.654-1.577q0-.928.649-1.581q.65-.654%201.577-.654q.928%200%201.581.65q.654.648.654%201.576t-.65%201.581q-.648.654-1.576.654t-1.581-.649m-3.654%205.073v-.324q0-.326.163-.622t.44-.474q1.049-.598%202.196-.916t2.432-.319t2.431.319q1.147.318%202.195.916q.277.179.44.474t.164.622v.323q0%20.344-.232.576t-.575.232H3.442q-.343%200-.575-.232t-.233-.576m1.035-.5v.308h8.393v-.308q-.99-.557-2.052-.855q-1.062-.299-2.144-.299t-2.145.299q-1.061.298-2.052.855m5.063-5.287q.364-.365.364-.867q0-.501-.364-.866t-.866-.364t-.867.364t-.364.866t.364.867t.867.364q.501%200%20.866-.364m-.866%205.595%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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