eye-show-16-regular from Fluent UI System Icons by Microsoft Corporation · 16 Regular · MIT Free for personal and commercial use.

Name
eye-show-16-regular
Set
Fluent UI System Icons
Style
16 Regular
Viewbox
16×16
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the eye show icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path d="M2.984 8.625v.003a.5.5 0 0 1-.612.355c-.431-.114-.355-.611-.355-.611l.017-.062s.026-.084.047-.145a6.7 6.7 0 0 1 1.117-1.982C4.097 5.089 5.606 4 8 4c2.395 0 3.904 1.089 4.801 2.183a6.7 6.7 0 0 1 1.117 1.982a3.916 3.916 0 0 1 .06.187l.003.013l.002.004v.002a.5.5 0 0 1-.966.258l-.001-.004l-.008-.025a4.9 4.9 0 0 0-.2-.52a5.703 5.703 0 0 0-.78-1.263C11.285 5.912 10.044 5 8 5c-2.044 0-3.286.912-4.028 1.817a5.701 5.701 0 0 0-.945 1.674a3.018 3.018 0 0 0-.035.109l-.008.025z" fill="currentColor"/><path d="M8 7a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5zM6.5 9.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0z" fill="currentColor"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEyeShow16Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path d="M2.984 8.625v.003a.5.5 0 0 1-.612.355c-.431-.114-.355-.611-.355-.611l.017-.062s.026-.084.047-.145a6.7 6.7 0 0 1 1.117-1.982C4.097 5.089 5.606 4 8 4c2.395 0 3.904 1.089 4.801 2.183a6.7 6.7 0 0 1 1.117 1.982a3.916 3.916 0 0 1 .06.187l.003.013l.002.004v.002a.5.5 0 0 1-.966.258l-.001-.004l-.008-.025a4.9 4.9 0 0 0-.2-.52a5.703 5.703 0 0 0-.78-1.263C11.285 5.912 10.044 5 8 5c-2.044 0-3.286.912-4.028 1.817a5.701 5.701 0 0 0-.945 1.674a3.018 3.018 0 0 0-.035.109l-.008.025z" fill="currentColor"/><path d="M8 7a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5zM6.5 9.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0z" fill="currentColor"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><g fill="none"><path d="M2.984 8.625v.003a.5.5 0 0 1-.612.355c-.431-.114-.355-.611-.355-.611l.017-.062s.026-.084.047-.145a6.7 6.7 0 0 1 1.117-1.982C4.097 5.089 5.606 4 8 4c2.395 0 3.904 1.089 4.801 2.183a6.7 6.7 0 0 1 1.117 1.982a3.916 3.916 0 0 1 .06.187l.003.013l.002.004v.002a.5.5 0 0 1-.966.258l-.001-.004l-.008-.025a4.9 4.9 0 0 0-.2-.52a5.703 5.703 0 0 0-.78-1.263C11.285 5.912 10.044 5 8 5c-2.044 0-3.286.912-4.028 1.817a5.701 5.701 0 0 0-.945 1.674a3.018 3.018 0 0 0-.035.109l-.008.025z" fill="currentColor"/><path d="M8 7a2.5 2.5 0 1 0 0 5a2.5 2.5 0 0 0 0-5zM6.5 9.5a1.5 1.5 0 1 1 3 0a1.5 1.5 0 0 1-3 0z" fill="currentColor"/></g></svg>
</template>

CSS

.icon-eye-show-16-regular {
  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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M2.984%208.625v.003a.5.5%200%200%201-.612.355c-.431-.114-.355-.611-.355-.611l.017-.062s.026-.084.047-.145a6.7%206.7%200%200%201%201.117-1.982C4.097%205.089%205.606%204%208%204c2.395%200%203.904%201.089%204.801%202.183a6.7%206.7%200%200%201%201.117%201.982a3.916%203.916%200%200%201%20.06.187l.003.013l.002.004v.002a.5.5%200%200%201-.966.258l-.001-.004l-.008-.025a4.9%204.9%200%200%200-.2-.52a5.703%205.703%200%200%200-.78-1.263C11.285%205.912%2010.044%205%208%205c-2.044%200-3.286.912-4.028%201.817a5.701%205.701%200%200%200-.945%201.674a3.018%203.018%200%200%200-.035.109l-.008.025z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M8%207a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5zM6.5%209.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M2.984%208.625v.003a.5.5%200%200%201-.612.355c-.431-.114-.355-.611-.355-.611l.017-.062s.026-.084.047-.145a6.7%206.7%200%200%201%201.117-1.982C4.097%205.089%205.606%204%208%204c2.395%200%203.904%201.089%204.801%202.183a6.7%206.7%200%200%201%201.117%201.982a3.916%203.916%200%200%201%20.06.187l.003.013l.002.004v.002a.5.5%200%200%201-.966.258l-.001-.004l-.008-.025a4.9%204.9%200%200%200-.2-.52a5.703%205.703%200%200%200-.78-1.263C11.285%205.912%2010.044%205%208%205c-2.044%200-3.286.912-4.028%201.817a5.701%205.701%200%200%200-.945%201.674a3.018%203.018%200%200%200-.035.109l-.008.025z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M8%207a2.5%202.5%200%201%200%200%205a2.5%202.5%200%200%200%200-5zM6.5%209.5a1.5%201.5%200%201%201%203%200a1.5%201.5%200%200%201-3%200z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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