eye icon
eye-outline-24px from Health Icons by Resolve to Save Lives · Outline 24px · Body · MIT Free for personal and commercial use.
- Name
- eye-outline-24px
- Set
- Health Icons
- Style
- Outline 24px
- Category
- Body
- Viewbox
- 24×24
- License
- MIT
3 other variants in Health 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.ggeyeHeroIconseyeHuge IconseyeHumbleiconseyeIconoireyeIonIcons
More body icons from Health 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" fill-rule="evenodd" d="M4.114 12.016c.81 1.634 1.832 2.834 3.045 3.644q.087.058.177.114A5.98 5.98 0 0 1 6 12c0-1.334.435-2.565 1.17-3.561c-1.235.854-2.254 2.066-3.056 3.577m12.715-3.577A5.97 5.97 0 0 1 18 12c0 1.43-.5 2.743-1.336 3.774q.09-.055.177-.114c1.212-.81 2.235-2.01 3.045-3.644c-.802-1.51-1.82-2.723-3.057-3.577M2.101 11.562C4.035 7.594 7.355 5 12 5s7.965 2.594 9.899 6.562l.206.422l-.194.428c-.96 2.122-2.272 3.784-3.959 4.91C16.264 18.453 14.263 19 12 19s-4.263-.549-5.953-1.677c-1.686-1.127-2.997-2.789-3.958-4.91l-.194-.429zM12 8a4 4 0 1 0 0 8a4 4 0 0 0 0-8m-2 4a2 2 0 1 1 4 0a2 2 0 0 1-4 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function HealthiconsEyeOutline24px(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" fillRule="evenodd" d="M4.114 12.016c.81 1.634 1.832 2.834 3.045 3.644q.087.058.177.114A5.98 5.98 0 0 1 6 12c0-1.334.435-2.565 1.17-3.561c-1.235.854-2.254 2.066-3.056 3.577m12.715-3.577A5.97 5.97 0 0 1 18 12c0 1.43-.5 2.743-1.336 3.774q.09-.055.177-.114c1.212-.81 2.235-2.01 3.045-3.644c-.802-1.51-1.82-2.723-3.057-3.577M2.101 11.562C4.035 7.594 7.355 5 12 5s7.965 2.594 9.899 6.562l.206.422l-.194.428c-.96 2.122-2.272 3.784-3.959 4.91C16.264 18.453 14.263 19 12 19s-4.263-.549-5.953-1.677c-1.686-1.127-2.997-2.789-3.958-4.91l-.194-.429zM12 8a4 4 0 1 0 0 8a4 4 0 0 0 0-8m-2 4a2 2 0 1 1 4 0a2 2 0 0 1-4 0" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M4.114 12.016c.81 1.634 1.832 2.834 3.045 3.644q.087.058.177.114A5.98 5.98 0 0 1 6 12c0-1.334.435-2.565 1.17-3.561c-1.235.854-2.254 2.066-3.056 3.577m12.715-3.577A5.97 5.97 0 0 1 18 12c0 1.43-.5 2.743-1.336 3.774q.09-.055.177-.114c1.212-.81 2.235-2.01 3.045-3.644c-.802-1.51-1.82-2.723-3.057-3.577M2.101 11.562C4.035 7.594 7.355 5 12 5s7.965 2.594 9.899 6.562l.206.422l-.194.428c-.96 2.122-2.272 3.784-3.959 4.91C16.264 18.453 14.263 19 12 19s-4.263-.549-5.953-1.677c-1.686-1.127-2.997-2.789-3.958-4.91l-.194-.429zM12 8a4 4 0 1 0 0 8a4 4 0 0 0 0-8m-2 4a2 2 0 1 1 4 0a2 2 0 0 1-4 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-eye-outline-24px {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M4.114%2012.016c.81%201.634%201.832%202.834%203.045%203.644q.087.058.177.114A5.98%205.98%200%200%201%206%2012c0-1.334.435-2.565%201.17-3.561c-1.235.854-2.254%202.066-3.056%203.577m12.715-3.577A5.97%205.97%200%200%201%2018%2012c0%201.43-.5%202.743-1.336%203.774q.09-.055.177-.114c1.212-.81%202.235-2.01%203.045-3.644c-.802-1.51-1.82-2.723-3.057-3.577M2.101%2011.562C4.035%207.594%207.355%205%2012%205s7.965%202.594%209.899%206.562l.206.422l-.194.428c-.96%202.122-2.272%203.784-3.959%204.91C16.264%2018.453%2014.263%2019%2012%2019s-4.263-.549-5.953-1.677c-1.686-1.127-2.997-2.789-3.958-4.91l-.194-.429zM12%208a4%204%200%201%200%200%208a4%204%200%200%200%200-8m-2%204a2%202%200%201%201%204%200a2%202%200%200%201-4%200%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M4.114%2012.016c.81%201.634%201.832%202.834%203.045%203.644q.087.058.177.114A5.98%205.98%200%200%201%206%2012c0-1.334.435-2.565%201.17-3.561c-1.235.854-2.254%202.066-3.056%203.577m12.715-3.577A5.97%205.97%200%200%201%2018%2012c0%201.43-.5%202.743-1.336%203.774q.09-.055.177-.114c1.212-.81%202.235-2.01%203.045-3.644c-.802-1.51-1.82-2.723-3.057-3.577M2.101%2011.562C4.035%207.594%207.355%205%2012%205s7.965%202.594%209.899%206.562l.206.422l-.194.428c-.96%202.122-2.272%203.784-3.959%204.91C16.264%2018.453%2014.263%2019%2012%2019s-4.263-.549-5.953-1.677c-1.686-1.127-2.997-2.789-3.958-4.91l-.194-.429zM12%208a4%204%200%201%200%200%208a4%204%200%200%200%200-8m-2%204a2%202%200%201%201%204%200a2%202%200%200%201-4%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/healthicons/eye-outline-24px.svg?color=%231a73e8&size=48