user attributes icon
user-attributes from Material Symbols Light by Google · Regular · Actions · Apache-2.0 Free for personal and commercial use.
- Name
- user-attributes
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Actions
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- user-attributes-sharp
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.366 6.73v-1h7v1zm0 3.77v-1h7v1zm0 3.77v-1h7v1zm-8.077-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.88v-1.13q0-.327.163-.622t.44-.475q1.049-.598 2.196-.916t2.432-.318t2.431.318t2.195.916q.277.179.44.475t.164.622v1.13z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightUserAttributes(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.366 6.73v-1h7v1zm0 3.77v-1h7v1zm0 3.77v-1h7v1zm-8.077-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.88v-1.13q0-.327.163-.622t.44-.475q1.049-.598 2.196-.916t2.432-.318t2.431.318t2.195.916q.277.179.44.475t.164.622v1.13z"/></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.366 6.73v-1h7v1zm0 3.77v-1h7v1zm0 3.77v-1h7v1zm-8.077-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.88v-1.13q0-.327.163-.622t.44-.475q1.049-.598 2.196-.916t2.432-.318t2.431.318t2.195.916q.277.179.44.475t.164.622v1.13z"/></svg> </template>
CSS
.icon-user-attributes {
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.366%206.73v-1h7v1zm0%203.77v-1h7v1zm0%203.77v-1h7v1zm-8.077-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.88v-1.13q0-.327.163-.622t.44-.475q1.049-.598%202.196-.916t2.432-.318t2.431.318t2.195.916q.277.179.44.475t.164.622v1.13z%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.366%206.73v-1h7v1zm0%203.77v-1h7v1zm0%203.77v-1h7v1zm-8.077-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.88v-1.13q0-.327.163-.622t.44-.475q1.049-.598%202.196-.916t2.432-.318t2.431.318t2.195.916q.277.179.44.475t.164.622v1.13z%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.svg?color=%231a73e8&size=48