eye-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
eye-48-filled
Set
Fluent UI System Icons
Style
48 Filled
Viewbox
48×48
License
MIT

14 other variants in Fluent UI System Icons

The same icon in other sets

Related icons in Fluent UI System Icons

Use the eye icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M41.56 26.13a1.25 1.25 0 0 0 1.57.81c.65-.21 1.02-.91.81-1.57l-.001-.003C43.85 25.1 38.841 10 23.999 10C9.16 10 4.15 25.1 4.062 25.368l-.001.002c-.21.66.15 1.36.81 1.57s1.36-.15 1.57-.81C6.62 25.57 10.95 12.5 24 12.5s17.38 13.07 17.56 13.63M24 36a9 9 0 1 0 0-18a9 9 0 0 0 0 18"/></svg>

React

import type { SVGProps } from "react";

export function FluentEye48Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M41.56 26.13a1.25 1.25 0 0 0 1.57.81c.65-.21 1.02-.91.81-1.57l-.001-.003C43.85 25.1 38.841 10 23.999 10C9.16 10 4.15 25.1 4.062 25.368l-.001.002c-.21.66.15 1.36.81 1.57s1.36-.15 1.57-.81C6.62 25.57 10.95 12.5 24 12.5s17.38 13.07 17.56 13.63M24 36a9 9 0 1 0 0-18a9 9 0 0 0 0 18"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M41.56 26.13a1.25 1.25 0 0 0 1.57.81c.65-.21 1.02-.91.81-1.57l-.001-.003C43.85 25.1 38.841 10 23.999 10C9.16 10 4.15 25.1 4.062 25.368l-.001.002c-.21.66.15 1.36.81 1.57s1.36-.15 1.57-.81C6.62 25.57 10.95 12.5 24 12.5s17.38 13.07 17.56 13.63M24 36a9 9 0 1 0 0-18a9 9 0 0 0 0 18"/></svg>
</template>

CSS

.icon-eye-48-filled {
  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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M41.56%2026.13a1.25%201.25%200%200%200%201.57.81c.65-.21%201.02-.91.81-1.57l-.001-.003C43.85%2025.1%2038.841%2010%2023.999%2010C9.16%2010%204.15%2025.1%204.062%2025.368l-.001.002c-.21.66.15%201.36.81%201.57s1.36-.15%201.57-.81C6.62%2025.57%2010.95%2012.5%2024%2012.5s17.38%2013.07%2017.56%2013.63M24%2036a9%209%200%201%200%200-18a9%209%200%200%200%200%2018%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M41.56%2026.13a1.25%201.25%200%200%200%201.57.81c.65-.21%201.02-.91.81-1.57l-.001-.003C43.85%2025.1%2038.841%2010%2023.999%2010C9.16%2010%204.15%2025.1%204.062%2025.368l-.001.002c-.21.66.15%201.36.81%201.57s1.36-.15%201.57-.81C6.62%2025.57%2010.95%2012.5%2024%2012.5s17.38%2013.07%2017.56%2013.63M24%2036a9%209%200%201%200%200-18a9%209%200%200%200%200%2018%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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