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

Name
account-eye-outline
Set
Material Design Icons
Style
Outline
Category
Account / User
Viewbox
24×24
License
Apache 2.0
Aliases
account-view-outline

1 other variant in Material Design Icons

More account / user icons from Material Design Icons

Use the account eye icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 12c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4m0-6a2 2 0 1 1 0 4c-1.11 0-2-.89-2-2s.9-2 2-2m-.73 14H2v-3c0-2.67 5.33-4 8-4c1.04 0 2.5.21 3.86.61c-.86.34-1.66.81-2.36 1.39c-.5-.06-1-.1-1.5-.1c-2.97 0-6.1 1.46-6.1 2.1v1.1h5.32c-.02.05-.05.1-.08.15l-.29.75l.29.75c.04.08.09.16.13.25M17 18c.56 0 1 .44 1 1s-.44 1-1 1s-1-.44-1-1s.44-1 1-1m0-3c-2.73 0-5.06 1.66-6 4c.94 2.34 3.27 4 6 4s5.06-1.66 6-4c-.94-2.34-3.27-4-6-4m0 6.5a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5"/></svg>

React

import type { SVGProps } from "react";

export function MdiAccountEyeOutline(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="M10 12c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4m0-6a2 2 0 1 1 0 4c-1.11 0-2-.89-2-2s.9-2 2-2m-.73 14H2v-3c0-2.67 5.33-4 8-4c1.04 0 2.5.21 3.86.61c-.86.34-1.66.81-2.36 1.39c-.5-.06-1-.1-1.5-.1c-2.97 0-6.1 1.46-6.1 2.1v1.1h5.32c-.02.05-.05.1-.08.15l-.29.75l.29.75c.04.08.09.16.13.25M17 18c.56 0 1 .44 1 1s-.44 1-1 1s-1-.44-1-1s.44-1 1-1m0-3c-2.73 0-5.06 1.66-6 4c.94 2.34 3.27 4 6 4s5.06-1.66 6-4c-.94-2.34-3.27-4-6-4m0 6.5a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10 12c2.21 0 4-1.79 4-4s-1.79-4-4-4s-4 1.79-4 4s1.79 4 4 4m0-6a2 2 0 1 1 0 4c-1.11 0-2-.89-2-2s.9-2 2-2m-.73 14H2v-3c0-2.67 5.33-4 8-4c1.04 0 2.5.21 3.86.61c-.86.34-1.66.81-2.36 1.39c-.5-.06-1-.1-1.5-.1c-2.97 0-6.1 1.46-6.1 2.1v1.1h5.32c-.02.05-.05.1-.08.15l-.29.75l.29.75c.04.08.09.16.13.25M17 18c.56 0 1 .44 1 1s-.44 1-1 1s-1-.44-1-1s.44-1 1-1m0-3c-2.73 0-5.06 1.66-6 4c.94 2.34 3.27 4 6 4s5.06-1.66 6-4c-.94-2.34-3.27-4-6-4m0 6.5a2.5 2.5 0 0 1 0-5a2.5 2.5 0 0 1 0 5"/></svg>
</template>

CSS

.icon-account-eye-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%22M10%2012c2.21%200%204-1.79%204-4s-1.79-4-4-4s-4%201.79-4%204s1.79%204%204%204m0-6a2%202%200%201%201%200%204c-1.11%200-2-.89-2-2s.9-2%202-2m-.73%2014H2v-3c0-2.67%205.33-4%208-4c1.04%200%202.5.21%203.86.61c-.86.34-1.66.81-2.36%201.39c-.5-.06-1-.1-1.5-.1c-2.97%200-6.1%201.46-6.1%202.1v1.1h5.32c-.02.05-.05.1-.08.15l-.29.75l.29.75c.04.08.09.16.13.25M17%2018c.56%200%201%20.44%201%201s-.44%201-1%201s-1-.44-1-1s.44-1%201-1m0-3c-2.73%200-5.06%201.66-6%204c.94%202.34%203.27%204%206%204s5.06-1.66%206-4c-.94-2.34-3.27-4-6-4m0%206.5a2.5%202.5%200%200%201%200-5a2.5%202.5%200%200%201%200%205%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%22M10%2012c2.21%200%204-1.79%204-4s-1.79-4-4-4s-4%201.79-4%204s1.79%204%204%204m0-6a2%202%200%201%201%200%204c-1.11%200-2-.89-2-2s.9-2%202-2m-.73%2014H2v-3c0-2.67%205.33-4%208-4c1.04%200%202.5.21%203.86.61c-.86.34-1.66.81-2.36%201.39c-.5-.06-1-.1-1.5-.1c-2.97%200-6.1%201.46-6.1%202.1v1.1h5.32c-.02.05-.05.1-.08.15l-.29.75l.29.75c.04.08.09.16.13.25M17%2018c.56%200%201%20.44%201%201s-.44%201-1%201s-1-.44-1-1s.44-1%201-1m0-3c-2.73%200-5.06%201.66-6%204c.94%202.34%203.27%204%206%204s5.06-1.66%206-4c-.94-2.34-3.27-4-6-4m0%206.5a2.5%202.5%200%200%201%200-5a2.5%202.5%200%200%201%200%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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