eye icon
eye-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- eye-fill
- Set
- Mage Icons
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in Mage Icons
The same icon in other sets
eyeAkar Iconseye-filledAnt Design IconseyeBootstrap IconseyeCodiconseyeEmoji One (Colored)eye-fillEva IconseyeFramework7 IconseyeFont Awesome 6 RegulareyeFont Awesome 6 SolideyeFont Awesome RegulareyeFont Awesome SolideyeFeather Iconseye-outlineFlowbite Iconseye-12-filledFluent UI System IconseyeFluent EmojieyeFluent Emoji FlateyeFluent Emoji High ContrasteyeFirefox OS Emojieyecss.ggeyeHealth IconseyeHeroIconseyeHuge IconseyeHumbleiconseyeIconoir
Related icons in Mage Icons
Use the eye icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.79 10.993a11.36 11.36 0 0 0-3.992-5.002a10.53 10.53 0 0 0-11.596 0a11.3 11.3 0 0 0-3.992 5.002a2.6 2.6 0 0 0-.21 1c.004.343.072.683.2 1a11.3 11.3 0 0 0 3.992 5.003a9.57 9.57 0 0 0 5.768 1.75h.3a9.67 9.67 0 0 0 5.538-1.73a11.3 11.3 0 0 0 3.992-5.002a2.55 2.55 0 0 0 .21-1a2.7 2.7 0 0 0-.21-1.021m-9.77 4.782a3.75 3.75 0 0 1-3.474-2.315a3.77 3.77 0 0 1 .807-4.103a3.75 3.75 0 0 1 6.41 2.656a3.76 3.76 0 0 1-1.107 2.674a3.74 3.74 0 0 1-2.676 1.088z"/></svg>
React
import type { SVGProps } from "react";
export function MageEyeFill(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="M21.79 10.993a11.36 11.36 0 0 0-3.992-5.002a10.53 10.53 0 0 0-11.596 0a11.3 11.3 0 0 0-3.992 5.002a2.6 2.6 0 0 0-.21 1c.004.343.072.683.2 1a11.3 11.3 0 0 0 3.992 5.003a9.57 9.57 0 0 0 5.768 1.75h.3a9.67 9.67 0 0 0 5.538-1.73a11.3 11.3 0 0 0 3.992-5.002a2.55 2.55 0 0 0 .21-1a2.7 2.7 0 0 0-.21-1.021m-9.77 4.782a3.75 3.75 0 0 1-3.474-2.315a3.77 3.77 0 0 1 .807-4.103a3.75 3.75 0 0 1 6.41 2.656a3.76 3.76 0 0 1-1.107 2.674a3.74 3.74 0 0 1-2.676 1.088z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.79 10.993a11.36 11.36 0 0 0-3.992-5.002a10.53 10.53 0 0 0-11.596 0a11.3 11.3 0 0 0-3.992 5.002a2.6 2.6 0 0 0-.21 1c.004.343.072.683.2 1a11.3 11.3 0 0 0 3.992 5.003a9.57 9.57 0 0 0 5.768 1.75h.3a9.67 9.67 0 0 0 5.538-1.73a11.3 11.3 0 0 0 3.992-5.002a2.55 2.55 0 0 0 .21-1a2.7 2.7 0 0 0-.21-1.021m-9.77 4.782a3.75 3.75 0 0 1-3.474-2.315a3.77 3.77 0 0 1 .807-4.103a3.75 3.75 0 0 1 6.41 2.656a3.76 3.76 0 0 1-1.107 2.674a3.74 3.74 0 0 1-2.676 1.088z"/></svg> </template>
CSS
.icon-eye-fill {
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%22M21.79%2010.993a11.36%2011.36%200%200%200-3.992-5.002a10.53%2010.53%200%200%200-11.596%200a11.3%2011.3%200%200%200-3.992%205.002a2.6%202.6%200%200%200-.21%201c.004.343.072.683.2%201a11.3%2011.3%200%200%200%203.992%205.003a9.57%209.57%200%200%200%205.768%201.75h.3a9.67%209.67%200%200%200%205.538-1.73a11.3%2011.3%200%200%200%203.992-5.002a2.55%202.55%200%200%200%20.21-1a2.7%202.7%200%200%200-.21-1.021m-9.77%204.782a3.75%203.75%200%200%201-3.474-2.315a3.77%203.77%200%200%201%20.807-4.103a3.75%203.75%200%200%201%206.41%202.656a3.76%203.76%200%200%201-1.107%202.674a3.74%203.74%200%200%201-2.676%201.088z%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%22M21.79%2010.993a11.36%2011.36%200%200%200-3.992-5.002a10.53%2010.53%200%200%200-11.596%200a11.3%2011.3%200%200%200-3.992%205.002a2.6%202.6%200%200%200-.21%201c.004.343.072.683.2%201a11.3%2011.3%200%200%200%203.992%205.003a9.57%209.57%200%200%200%205.768%201.75h.3a9.67%209.67%200%200%200%205.538-1.73a11.3%2011.3%200%200%200%203.992-5.002a2.55%202.55%200%200%200%20.21-1a2.7%202.7%200%200%200-.21-1.021m-9.77%204.782a3.75%203.75%200%200%201-3.474-2.315a3.77%203.77%200%200%201%20.807-4.103a3.75%203.75%200%200%201%206.41%202.656a3.76%203.76%200%200%201-1.107%202.674a3.74%203.74%200%200%201-2.676%201.088z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/eye-fill.svg?color=%231a73e8&size=48