account-details-outline from Material Design Icons by Pictogrammers · Outline · Account / User · Apache-2.0 Free for personal and commercial use.

Name
account-details-outline
Set
Material Design Icons
Style
Outline
Category
Account / User
Viewbox
24×24
License
Apache 2.0
Aliases
person-details-outline, user-details-outline

1 other variant in Material Design Icons

More account / user icons from Material Design Icons

Use the account details icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 9c0 1.66-1.34 3-3 3s-3-1.34-3-3s1.34-3 3-3s3 1.34 3 3m3 11H2v-2c0-2.21 2.69-4 6-4s6 1.79 6 4M7 9c0 .55.45 1 1 1s1-.45 1-1s-.45-1-1-1s-1 .45-1 1m-3 9h8c0-1.1-1.79-2-4-2s-4 .9-4 2m18-6v2h-9v-2m9-4v2h-9V8m9-4v2h-9V4Z"/></svg>

React

import type { SVGProps } from "react";

export function MdiAccountDetailsOutline(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="M11 9c0 1.66-1.34 3-3 3s-3-1.34-3-3s1.34-3 3-3s3 1.34 3 3m3 11H2v-2c0-2.21 2.69-4 6-4s6 1.79 6 4M7 9c0 .55.45 1 1 1s1-.45 1-1s-.45-1-1-1s-1 .45-1 1m-3 9h8c0-1.1-1.79-2-4-2s-4 .9-4 2m18-6v2h-9v-2m9-4v2h-9V8m9-4v2h-9V4Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11 9c0 1.66-1.34 3-3 3s-3-1.34-3-3s1.34-3 3-3s3 1.34 3 3m3 11H2v-2c0-2.21 2.69-4 6-4s6 1.79 6 4M7 9c0 .55.45 1 1 1s1-.45 1-1s-.45-1-1-1s-1 .45-1 1m-3 9h8c0-1.1-1.79-2-4-2s-4 .9-4 2m18-6v2h-9v-2m9-4v2h-9V8m9-4v2h-9V4Z"/></svg>
</template>

CSS

.icon-account-details-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%22M11%209c0%201.66-1.34%203-3%203s-3-1.34-3-3s1.34-3%203-3s3%201.34%203%203m3%2011H2v-2c0-2.21%202.69-4%206-4s6%201.79%206%204M7%209c0%20.55.45%201%201%201s1-.45%201-1s-.45-1-1-1s-1%20.45-1%201m-3%209h8c0-1.1-1.79-2-4-2s-4%20.9-4%202m18-6v2h-9v-2m9-4v2h-9V8m9-4v2h-9V4Z%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%22M11%209c0%201.66-1.34%203-3%203s-3-1.34-3-3s1.34-3%203-3s3%201.34%203%203m3%2011H2v-2c0-2.21%202.69-4%206-4s6%201.79%206%204M7%209c0%20.55.45%201%201%201s1-.45%201-1s-.45-1-1-1s-1%20.45-1%201m-3%209h8c0-1.1-1.79-2-4-2s-4%20.9-4%202m18-6v2h-9v-2m9-4v2h-9V8m9-4v2h-9V4Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/account-details-outline.svg?color=%231a73e8&size=48