md-eye from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
md-eye
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the md eye icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 105c-101.8 0-188.4 62.4-224 151 35.6 88.6 122.2 151 224 151s188.4-62.4 224-151c-35.6-88.6-122.2-151-224-151zm0 251.7c-56 0-101.8-45.3-101.8-100.7S200 155.3 256 155.3 357.8 200.6 357.8 256 312 356.7 256 356.7zm0-161.1c-33.6 0-61.1 27.2-61.1 60.4s27.5 60.4 61.1 60.4 61.1-27.2 61.1-60.4-27.5-60.4-61.1-60.4z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonMdEye(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 105c-101.8 0-188.4 62.4-224 151 35.6 88.6 122.2 151 224 151s188.4-62.4 224-151c-35.6-88.6-122.2-151-224-151zm0 251.7c-56 0-101.8-45.3-101.8-100.7S200 155.3 256 155.3 357.8 200.6 357.8 256 312 356.7 256 356.7zm0-161.1c-33.6 0-61.1 27.2-61.1 60.4s27.5 60.4 61.1 60.4 61.1-27.2 61.1-60.4-27.5-60.4-61.1-60.4z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M256 105c-101.8 0-188.4 62.4-224 151 35.6 88.6 122.2 151 224 151s188.4-62.4 224-151c-35.6-88.6-122.2-151-224-151zm0 251.7c-56 0-101.8-45.3-101.8-100.7S200 155.3 256 155.3 357.8 200.6 357.8 256 312 356.7 256 356.7zm0-161.1c-33.6 0-61.1 27.2-61.1 60.4s27.5 60.4 61.1 60.4 61.1-27.2 61.1-60.4-27.5-60.4-61.1-60.4z" fill="currentColor"/></svg>
</template>

CSS

.icon-md-eye {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M256%20105c-101.8%200-188.4%2062.4-224%20151%2035.6%2088.6%20122.2%20151%20224%20151s188.4-62.4%20224-151c-35.6-88.6-122.2-151-224-151zm0%20251.7c-56%200-101.8-45.3-101.8-100.7S200%20155.3%20256%20155.3%20357.8%20200.6%20357.8%20256%20312%20356.7%20256%20356.7zm0-161.1c-33.6%200-61.1%2027.2-61.1%2060.4s27.5%2060.4%2061.1%2060.4%2061.1-27.2%2061.1-60.4-27.5-60.4-61.1-60.4z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M256%20105c-101.8%200-188.4%2062.4-224%20151%2035.6%2088.6%20122.2%20151%20224%20151s188.4-62.4%20224-151c-35.6-88.6-122.2-151-224-151zm0%20251.7c-56%200-101.8-45.3-101.8-100.7S200%20155.3%20256%20155.3%20357.8%20200.6%20357.8%20256%20312%20356.7%20256%20356.7zm0-161.1c-33.6%200-61.1%2027.2-61.1%2060.4s27.5%2060.4%2061.1%2060.4%2061.1-27.2%2061.1-60.4-27.5-60.4-61.1-60.4z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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