eye show icon
eye-show-12-filled from Fluent UI System Icons by Microsoft Corporation · 12 Filled · MIT Free for personal and commercial use.
- Name
- eye-show-12-filled
- Set
- Fluent UI System Icons
- Style
- 12 Filled
- Viewbox
- 12×12
- 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 12 12"><g fill="none"><path d="M1.974 6.659a.5.5 0 0 1-.948-.317c-.01.03 0-.001 0-.001a1.661 1.661 0 0 1 .062-.162c.04-.095.099-.226.18-.381c.164-.31.422-.723.8-1.136C2.835 3.827 4.088 3 6 3c1.913 0 3.166.827 3.931 1.662a5.473 5.473 0 0 1 .98 1.517c.02.047.035.085.045.113c.004.008.014.06.024.11c.009.046.017.09.02.098c0 0 .084.333-.342.474a.5.5 0 0 1-.632-.314v-.003l-.007-.016a3.676 3.676 0 0 0-.172-.376a4.477 4.477 0 0 0-.653-.927C8.584 4.673 7.587 4 6 4s-2.584.673-3.194 1.338a4.477 4.477 0 0 0-.795 1.225a2.184 2.184 0 0 0-.03.078l-.007.018z" fill="currentColor"/><path d="M4 7a2 2 0 1 1 4 0a2 2 0 0 1-4 0z" fill="currentColor"/></g></svg>
React
import type { SVGProps } from "react";
export function FluentEyeShow12Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><g fill="none"><path d="M1.974 6.659a.5.5 0 0 1-.948-.317c-.01.03 0-.001 0-.001a1.661 1.661 0 0 1 .062-.162c.04-.095.099-.226.18-.381c.164-.31.422-.723.8-1.136C2.835 3.827 4.088 3 6 3c1.913 0 3.166.827 3.931 1.662a5.473 5.473 0 0 1 .98 1.517c.02.047.035.085.045.113c.004.008.014.06.024.11c.009.046.017.09.02.098c0 0 .084.333-.342.474a.5.5 0 0 1-.632-.314v-.003l-.007-.016a3.676 3.676 0 0 0-.172-.376a4.477 4.477 0 0 0-.653-.927C8.584 4.673 7.587 4 6 4s-2.584.673-3.194 1.338a4.477 4.477 0 0 0-.795 1.225a2.184 2.184 0 0 0-.03.078l-.007.018z" fill="currentColor"/><path d="M4 7a2 2 0 1 1 4 0a2 2 0 0 1-4 0z" fill="currentColor"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 12 12"><g fill="none"><path d="M1.974 6.659a.5.5 0 0 1-.948-.317c-.01.03 0-.001 0-.001a1.661 1.661 0 0 1 .062-.162c.04-.095.099-.226.18-.381c.164-.31.422-.723.8-1.136C2.835 3.827 4.088 3 6 3c1.913 0 3.166.827 3.931 1.662a5.473 5.473 0 0 1 .98 1.517c.02.047.035.085.045.113c.004.008.014.06.024.11c.009.046.017.09.02.098c0 0 .084.333-.342.474a.5.5 0 0 1-.632-.314v-.003l-.007-.016a3.676 3.676 0 0 0-.172-.376a4.477 4.477 0 0 0-.653-.927C8.584 4.673 7.587 4 6 4s-2.584.673-3.194 1.338a4.477 4.477 0 0 0-.795 1.225a2.184 2.184 0 0 0-.03.078l-.007.018z" fill="currentColor"/><path d="M4 7a2 2 0 1 1 4 0a2 2 0 0 1-4 0z" fill="currentColor"/></g></svg> </template>
CSS
.icon-eye-show-12-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%2012%2012%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1.974%206.659a.5.5%200%200%201-.948-.317c-.01.03%200-.001%200-.001a1.661%201.661%200%200%201%20.062-.162c.04-.095.099-.226.18-.381c.164-.31.422-.723.8-1.136C2.835%203.827%204.088%203%206%203c1.913%200%203.166.827%203.931%201.662a5.473%205.473%200%200%201%20.98%201.517c.02.047.035.085.045.113c.004.008.014.06.024.11c.009.046.017.09.02.098c0%200%20.084.333-.342.474a.5.5%200%200%201-.632-.314v-.003l-.007-.016a3.676%203.676%200%200%200-.172-.376a4.477%204.477%200%200%200-.653-.927C8.584%204.673%207.587%204%206%204s-2.584.673-3.194%201.338a4.477%204.477%200%200%200-.795%201.225a2.184%202.184%200%200%200-.03.078l-.007.018z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M4%207a2%202%200%201%201%204%200a2%202%200%200%201-4%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%2012%2012%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1.974%206.659a.5.5%200%200%201-.948-.317c-.01.03%200-.001%200-.001a1.661%201.661%200%200%201%20.062-.162c.04-.095.099-.226.18-.381c.164-.31.422-.723.8-1.136C2.835%203.827%204.088%203%206%203c1.913%200%203.166.827%203.931%201.662a5.473%205.473%200%200%201%20.98%201.517c.02.047.035.085.045.113c.004.008.014.06.024.11c.009.046.017.09.02.098c0%200%20.084.333-.342.474a.5.5%200%200%201-.632-.314v-.003l-.007-.016a3.676%203.676%200%200%200-.172-.376a4.477%204.477%200%200%200-.653-.927C8.584%204.673%207.587%204%206%204s-2.584.673-3.194%201.338a4.477%204.477%200%200%200-.795%201.225a2.184%202.184%200%200%200-.03.078l-.007.018z%22%20fill%3D%22currentColor%22%2F%3E%3Cpath%20d%3D%22M4%207a2%202%200%201%201%204%200a2%202%200%200%201-4%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-12-filled.svg?color=%231a73e8&size=48