eye icon
eye-thin from Phosphor by Phosphor Icons · Thin · MIT Free for personal and commercial use.
- Name
- eye-thin
- Set
- Phosphor
- Style
- Thin
- Viewbox
- 256×256
- License
- MIT
5 other variants in Phosphor
The same icon in other sets
eyeAkar IconseyeBootstrap IconseyeEmoji One (Colored)eye-fillEva IconseyeFramework7 IconseyeFont Awesome 6 RegulareyeFont Awesome 6 SolideyeFeather Iconseye-12-filledFluent UI System IconseyeFluent EmojieyeFluent Emoji FlateyeFluent Emoji High Contrasteyecss.ggeyeHeroIconseyeHuge IconseyeHumbleiconseyeIconoireyeIonIconseyeJam IconseyeLine AwesomeeyeLucideeyeMage IconseyeMajesticonseyeMaterial Design Icons
Related icons in Phosphor
Use the eye icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M243.66 126.38c-.34-.76-8.52-18.89-26.83-37.2C199.87 72.22 170.7 52 128 52S56.13 72.22 39.17 89.18c-18.31 18.31-26.49 36.44-26.83 37.2a4.08 4.08 0 0 0 0 3.25c.34.77 8.52 18.89 26.83 37.2c17 17 46.14 37.17 88.83 37.17s71.87-20.21 88.83-37.17c18.31-18.31 26.49-36.43 26.83-37.2a4.08 4.08 0 0 0 0-3.25m-32.7 35c-23.07 23-51 34.62-83 34.62s-59.89-11.65-83-34.62A135.7 135.7 0 0 1 20.44 128A135.7 135.7 0 0 1 45 94.62C68.11 71.65 96 60 128 60s59.89 11.65 83 34.62A135.8 135.8 0 0 1 235.56 128A135.7 135.7 0 0 1 211 161.38ZM128 84a44 44 0 1 0 44 44a44.05 44.05 0 0 0-44-44m0 80a36 36 0 1 1 36-36a36 36 0 0 1-36 36"/></svg>
React
import type { SVGProps } from "react";
export function PhEyeThin(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M243.66 126.38c-.34-.76-8.52-18.89-26.83-37.2C199.87 72.22 170.7 52 128 52S56.13 72.22 39.17 89.18c-18.31 18.31-26.49 36.44-26.83 37.2a4.08 4.08 0 0 0 0 3.25c.34.77 8.52 18.89 26.83 37.2c17 17 46.14 37.17 88.83 37.17s71.87-20.21 88.83-37.17c18.31-18.31 26.49-36.43 26.83-37.2a4.08 4.08 0 0 0 0-3.25m-32.7 35c-23.07 23-51 34.62-83 34.62s-59.89-11.65-83-34.62A135.7 135.7 0 0 1 20.44 128A135.7 135.7 0 0 1 45 94.62C68.11 71.65 96 60 128 60s59.89 11.65 83 34.62A135.8 135.8 0 0 1 235.56 128A135.7 135.7 0 0 1 211 161.38ZM128 84a44 44 0 1 0 44 44a44.05 44.05 0 0 0-44-44m0 80a36 36 0 1 1 36-36a36 36 0 0 1-36 36"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M243.66 126.38c-.34-.76-8.52-18.89-26.83-37.2C199.87 72.22 170.7 52 128 52S56.13 72.22 39.17 89.18c-18.31 18.31-26.49 36.44-26.83 37.2a4.08 4.08 0 0 0 0 3.25c.34.77 8.52 18.89 26.83 37.2c17 17 46.14 37.17 88.83 37.17s71.87-20.21 88.83-37.17c18.31-18.31 26.49-36.43 26.83-37.2a4.08 4.08 0 0 0 0-3.25m-32.7 35c-23.07 23-51 34.62-83 34.62s-59.89-11.65-83-34.62A135.7 135.7 0 0 1 20.44 128A135.7 135.7 0 0 1 45 94.62C68.11 71.65 96 60 128 60s59.89 11.65 83 34.62A135.8 135.8 0 0 1 235.56 128A135.7 135.7 0 0 1 211 161.38ZM128 84a44 44 0 1 0 44 44a44.05 44.05 0 0 0-44-44m0 80a36 36 0 1 1 36-36a36 36 0 0 1-36 36"/></svg> </template>
CSS
.icon-eye-thin {
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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M243.66%20126.38c-.34-.76-8.52-18.89-26.83-37.2C199.87%2072.22%20170.7%2052%20128%2052S56.13%2072.22%2039.17%2089.18c-18.31%2018.31-26.49%2036.44-26.83%2037.2a4.08%204.08%200%200%200%200%203.25c.34.77%208.52%2018.89%2026.83%2037.2c17%2017%2046.14%2037.17%2088.83%2037.17s71.87-20.21%2088.83-37.17c18.31-18.31%2026.49-36.43%2026.83-37.2a4.08%204.08%200%200%200%200-3.25m-32.7%2035c-23.07%2023-51%2034.62-83%2034.62s-59.89-11.65-83-34.62A135.7%20135.7%200%200%201%2020.44%20128A135.7%20135.7%200%200%201%2045%2094.62C68.11%2071.65%2096%2060%20128%2060s59.89%2011.65%2083%2034.62A135.8%20135.8%200%200%201%20235.56%20128A135.7%20135.7%200%200%201%20211%20161.38ZM128%2084a44%2044%200%201%200%2044%2044a44.05%2044.05%200%200%200-44-44m0%2080a36%2036%200%201%201%2036-36a36%2036%200%200%201-36%2036%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M243.66%20126.38c-.34-.76-8.52-18.89-26.83-37.2C199.87%2072.22%20170.7%2052%20128%2052S56.13%2072.22%2039.17%2089.18c-18.31%2018.31-26.49%2036.44-26.83%2037.2a4.08%204.08%200%200%200%200%203.25c.34.77%208.52%2018.89%2026.83%2037.2c17%2017%2046.14%2037.17%2088.83%2037.17s71.87-20.21%2088.83-37.17c18.31-18.31%2026.49-36.43%2026.83-37.2a4.08%204.08%200%200%200%200-3.25m-32.7%2035c-23.07%2023-51%2034.62-83%2034.62s-59.89-11.65-83-34.62A135.7%20135.7%200%200%201%2020.44%20128A135.7%20135.7%200%200%201%2045%2094.62C68.11%2071.65%2096%2060%20128%2060s59.89%2011.65%2083%2034.62A135.8%20135.8%200%200%201%20235.56%20128A135.7%20135.7%200%200%201%20211%20161.38ZM128%2084a44%2044%200%201%200%2044%2044a44.05%2044.05%200%200%200-44-44m0%2080a36%2036%200%201%201%2036-36a36%2036%200%200%201-36%2036%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ph/eye-thin.svg?color=%231a73e8&size=48