eye open icon
eye-open-filled from Reicon by REICON · Filled · UI · MIT Free for personal and commercial use.
- Name
- eye-open-filled
- Set
- Reicon
- Style
- Filled
- Category
- UI
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
The same icon in other sets
More ui icons from Reicon
Use the eye open icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m20.01 8.11l1.175-1.92a1 1 0 0 0-1.705-1.045l-1.21 1.976a14 14 0 0 0-2.831-1.025l.444-2.207a1 1 0 0 0-1.96-.394L13.47 5.74q-.729-.075-1.471-.076c-.742 0-.985.027-1.47.076l-.453-2.246a1 1 0 1 0-1.96.395l.444 2.206c-.981.241-1.928.584-2.832 1.025L4.52 5.145A1 1 0 0 0 2.815 6.19L3.99 8.111a14.4 14.4 0 0 0-2.224 1.856a1 1 0 1 0 1.43 1.4C5.533 8.98 8.66 7.667 12 7.667s6.468 1.314 8.807 3.7a1 1 0 0 0 1.415.015a1 1 0 0 0 .014-1.415a14.5 14.5 0 0 0-2.224-1.856Z"/><circle cx="12" cy="14" r="4.667"/></g></svg>
React
import type { SVGProps } from "react";
export function ReiconEyeOpenFilled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m20.01 8.11l1.175-1.92a1 1 0 0 0-1.705-1.045l-1.21 1.976a14 14 0 0 0-2.831-1.025l.444-2.207a1 1 0 0 0-1.96-.394L13.47 5.74q-.729-.075-1.471-.076c-.742 0-.985.027-1.47.076l-.453-2.246a1 1 0 1 0-1.96.395l.444 2.206c-.981.241-1.928.584-2.832 1.025L4.52 5.145A1 1 0 0 0 2.815 6.19L3.99 8.111a14.4 14.4 0 0 0-2.224 1.856a1 1 0 1 0 1.43 1.4C5.533 8.98 8.66 7.667 12 7.667s6.468 1.314 8.807 3.7a1 1 0 0 0 1.415.015a1 1 0 0 0 .014-1.415a14.5 14.5 0 0 0-2.224-1.856Z"/><circle cx="12" cy="14" r="4.667"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path d="m20.01 8.11l1.175-1.92a1 1 0 0 0-1.705-1.045l-1.21 1.976a14 14 0 0 0-2.831-1.025l.444-2.207a1 1 0 0 0-1.96-.394L13.47 5.74q-.729-.075-1.471-.076c-.742 0-.985.027-1.47.076l-.453-2.246a1 1 0 1 0-1.96.395l.444 2.206c-.981.241-1.928.584-2.832 1.025L4.52 5.145A1 1 0 0 0 2.815 6.19L3.99 8.111a14.4 14.4 0 0 0-2.224 1.856a1 1 0 1 0 1.43 1.4C5.533 8.98 8.66 7.667 12 7.667s6.468 1.314 8.807 3.7a1 1 0 0 0 1.415.015a1 1 0 0 0 .014-1.415a14.5 14.5 0 0 0-2.224-1.856Z"/><circle cx="12" cy="14" r="4.667"/></g></svg> </template>
CSS
.icon-eye-open-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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m20.01%208.11l1.175-1.92a1%201%200%200%200-1.705-1.045l-1.21%201.976a14%2014%200%200%200-2.831-1.025l.444-2.207a1%201%200%200%200-1.96-.394L13.47%205.74q-.729-.075-1.471-.076c-.742%200-.985.027-1.47.076l-.453-2.246a1%201%200%201%200-1.96.395l.444%202.206c-.981.241-1.928.584-2.832%201.025L4.52%205.145A1%201%200%200%200%202.815%206.19L3.99%208.111a14.4%2014.4%200%200%200-2.224%201.856a1%201%200%201%200%201.43%201.4C5.533%208.98%208.66%207.667%2012%207.667s6.468%201.314%208.807%203.7a1%201%200%200%200%201.415.015a1%201%200%200%200%20.014-1.415a14.5%2014.5%200%200%200-2.224-1.856Z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2214%22%20r%3D%224.667%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22m20.01%208.11l1.175-1.92a1%201%200%200%200-1.705-1.045l-1.21%201.976a14%2014%200%200%200-2.831-1.025l.444-2.207a1%201%200%200%200-1.96-.394L13.47%205.74q-.729-.075-1.471-.076c-.742%200-.985.027-1.47.076l-.453-2.246a1%201%200%201%200-1.96.395l.444%202.206c-.981.241-1.928.584-2.832%201.025L4.52%205.145A1%201%200%200%200%202.815%206.19L3.99%208.111a14.4%2014.4%200%200%200-2.224%201.856a1%201%200%201%200%201.43%201.4C5.533%208.98%208.66%207.667%2012%207.667s6.468%201.314%208.807%203.7a1%201%200%200%200%201.415.015a1%201%200%200%200%20.014-1.415a14.5%2014.5%200%200%200-2.224-1.856Z%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2214%22%20r%3D%224.667%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/eye-open-filled.svg?color=%231a73e8&size=48