eye-settings-outline from Material Design Icons by Pictogrammers · Outline · Settings · Apache-2.0 Free for personal and commercial use.

Name
eye-settings-outline
Set
Material Design Icons
Style
Outline
Category
Settings
Viewbox
24×24
License
Apache 2.0

1 other variant in Material Design Icons

More settings icons from Material Design Icons

Use the eye settings icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 9a3 3 0 0 1 3 3a3 3 0 0 1-3 3a3 3 0 0 1-3-3a3 3 0 0 1 3-3m0-4.5c4.86 0 9.22 3 11 7.5c-2.39 6.08-9.25 9.06-15.33 6.67C4.62 17.47 2.2 15.06 1 12c1.78-4.5 6.14-7.5 11-7.5M3.18 12c2.38 4.87 8.27 6.89 13.14 4.5a9.8 9.8 0 0 0 4.5-4.5c-2.38-4.87-8.27-6.89-13.14-4.5a9.8 9.8 0 0 0-4.5 4.5M9 22H7v2h2zm4 0h-2v2h2zm4 0h-2v2h2z"/></svg>

React

import type { SVGProps } from "react";

export function MdiEyeSettingsOutline(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="M12 9a3 3 0 0 1 3 3a3 3 0 0 1-3 3a3 3 0 0 1-3-3a3 3 0 0 1 3-3m0-4.5c4.86 0 9.22 3 11 7.5c-2.39 6.08-9.25 9.06-15.33 6.67C4.62 17.47 2.2 15.06 1 12c1.78-4.5 6.14-7.5 11-7.5M3.18 12c2.38 4.87 8.27 6.89 13.14 4.5a9.8 9.8 0 0 0 4.5-4.5c-2.38-4.87-8.27-6.89-13.14-4.5a9.8 9.8 0 0 0-4.5 4.5M9 22H7v2h2zm4 0h-2v2h2zm4 0h-2v2h2z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 9a3 3 0 0 1 3 3a3 3 0 0 1-3 3a3 3 0 0 1-3-3a3 3 0 0 1 3-3m0-4.5c4.86 0 9.22 3 11 7.5c-2.39 6.08-9.25 9.06-15.33 6.67C4.62 17.47 2.2 15.06 1 12c1.78-4.5 6.14-7.5 11-7.5M3.18 12c2.38 4.87 8.27 6.89 13.14 4.5a9.8 9.8 0 0 0 4.5-4.5c-2.38-4.87-8.27-6.89-13.14-4.5a9.8 9.8 0 0 0-4.5 4.5M9 22H7v2h2zm4 0h-2v2h2zm4 0h-2v2h2z"/></svg>
</template>

CSS

.icon-eye-settings-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%22M12%209a3%203%200%200%201%203%203a3%203%200%200%201-3%203a3%203%200%200%201-3-3a3%203%200%200%201%203-3m0-4.5c4.86%200%209.22%203%2011%207.5c-2.39%206.08-9.25%209.06-15.33%206.67C4.62%2017.47%202.2%2015.06%201%2012c1.78-4.5%206.14-7.5%2011-7.5M3.18%2012c2.38%204.87%208.27%206.89%2013.14%204.5a9.8%209.8%200%200%200%204.5-4.5c-2.38-4.87-8.27-6.89-13.14-4.5a9.8%209.8%200%200%200-4.5%204.5M9%2022H7v2h2zm4%200h-2v2h2zm4%200h-2v2h2z%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%22M12%209a3%203%200%200%201%203%203a3%203%200%200%201-3%203a3%203%200%200%201-3-3a3%203%200%200%201%203-3m0-4.5c4.86%200%209.22%203%2011%207.5c-2.39%206.08-9.25%209.06-15.33%206.67C4.62%2017.47%202.2%2015.06%201%2012c1.78-4.5%206.14-7.5%2011-7.5M3.18%2012c2.38%204.87%208.27%206.89%2013.14%204.5a9.8%209.8%200%200%200%204.5-4.5c-2.38-4.87-8.27-6.89-13.14-4.5a9.8%209.8%200%200%200-4.5%204.5M9%2022H7v2h2zm4%200h-2v2h2zm4%200h-2v2h2z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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