eye icon
eye-solid from Teenyicons by smhmd · Solid · MIT Free for personal and commercial use.
- Name
- eye-solid
- Set
- Teenyicons
- Style
- Solid
- Viewbox
- 15×15
- License
- MIT
1 other variant in Teenyicons
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 Teenyicons
Use the eye icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fill-rule="evenodd" d="M7.5 7.686V9a1.5 1.5 0 0 1 0-3zM7.5 5a2.5 2.5 0 0 0 0 5v3c-2.686 0-4.561-1.348-5.747-2.665a10.4 10.4 0 0 1-1.61-2.407a6 6 0 0 1-.099-.222l-.006-.014l-.001-.004l-.001-.002L.5 7.5l-.464.186a.5.5 0 0 1 0-.372l.066.027l-.066-.028v-.001l.002-.004l.006-.014a4 4 0 0 1 .1-.222a10.4 10.4 0 0 1 1.61-2.406C2.938 3.348 4.813 2 7.5 2zm0 1v3a1.5 1.5 0 1 0 0-3m0 4a2.5 2.5 0 0 0 0-5V2c2.686 0 4.561 1.348 5.747 2.666a10.4 10.4 0 0 1 1.61 2.406a6 6 0 0 1 .099.222l.005.014l.002.004l.001.002l-.364.146l.364-.146a.5.5 0 0 1 0 .372L14.5 7.5l.464.187v.001l-.003.004l-.005.014a3 3 0 0 1-.1.222a10.4 10.4 0 0 1-1.61 2.406C12.062 11.653 10.187 13 7.5 13z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TeenyiconsEyeSolid(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fillRule="evenodd" d="M7.5 7.686V9a1.5 1.5 0 0 1 0-3zM7.5 5a2.5 2.5 0 0 0 0 5v3c-2.686 0-4.561-1.348-5.747-2.665a10.4 10.4 0 0 1-1.61-2.407a6 6 0 0 1-.099-.222l-.006-.014l-.001-.004l-.001-.002L.5 7.5l-.464.186a.5.5 0 0 1 0-.372l.066.027l-.066-.028v-.001l.002-.004l.006-.014a4 4 0 0 1 .1-.222a10.4 10.4 0 0 1 1.61-2.406C2.938 3.348 4.813 2 7.5 2zm0 1v3a1.5 1.5 0 1 0 0-3m0 4a2.5 2.5 0 0 0 0-5V2c2.686 0 4.561 1.348 5.747 2.666a10.4 10.4 0 0 1 1.61 2.406a6 6 0 0 1 .099.222l.005.014l.002.004l.001.002l-.364.146l.364-.146a.5.5 0 0 1 0 .372L14.5 7.5l.464.187v.001l-.003.004l-.005.014a3 3 0 0 1-.1.222a10.4 10.4 0 0 1-1.61 2.406C12.062 11.653 10.187 13 7.5 13z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" fill-rule="evenodd" d="M7.5 7.686V9a1.5 1.5 0 0 1 0-3zM7.5 5a2.5 2.5 0 0 0 0 5v3c-2.686 0-4.561-1.348-5.747-2.665a10.4 10.4 0 0 1-1.61-2.407a6 6 0 0 1-.099-.222l-.006-.014l-.001-.004l-.001-.002L.5 7.5l-.464.186a.5.5 0 0 1 0-.372l.066.027l-.066-.028v-.001l.002-.004l.006-.014a4 4 0 0 1 .1-.222a10.4 10.4 0 0 1 1.61-2.406C2.938 3.348 4.813 2 7.5 2zm0 1v3a1.5 1.5 0 1 0 0-3m0 4a2.5 2.5 0 0 0 0-5V2c2.686 0 4.561 1.348 5.747 2.666a10.4 10.4 0 0 1 1.61 2.406a6 6 0 0 1 .099.222l.005.014l.002.004l.001.002l-.364.146l.364-.146a.5.5 0 0 1 0 .372L14.5 7.5l.464.187v.001l-.003.004l-.005.014a3 3 0 0 1-.1.222a10.4 10.4 0 0 1-1.61 2.406C12.062 11.653 10.187 13 7.5 13z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-eye-solid {
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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.5%207.686V9a1.5%201.5%200%200%201%200-3zM7.5%205a2.5%202.5%200%200%200%200%205v3c-2.686%200-4.561-1.348-5.747-2.665a10.4%2010.4%200%200%201-1.61-2.407a6%206%200%200%201-.099-.222l-.006-.014l-.001-.004l-.001-.002L.5%207.5l-.464.186a.5.5%200%200%201%200-.372l.066.027l-.066-.028v-.001l.002-.004l.006-.014a4%204%200%200%201%20.1-.222a10.4%2010.4%200%200%201%201.61-2.406C2.938%203.348%204.813%202%207.5%202zm0%201v3a1.5%201.5%200%201%200%200-3m0%204a2.5%202.5%200%200%200%200-5V2c2.686%200%204.561%201.348%205.747%202.666a10.4%2010.4%200%200%201%201.61%202.406a6%206%200%200%201%20.099.222l.005.014l.002.004l.001.002l-.364.146l.364-.146a.5.5%200%200%201%200%20.372L14.5%207.5l.464.187v.001l-.003.004l-.005.014a3%203%200%200%201-.1.222a10.4%2010.4%200%200%201-1.61%202.406C12.062%2011.653%2010.187%2013%207.5%2013z%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%2015%2015%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.5%207.686V9a1.5%201.5%200%200%201%200-3zM7.5%205a2.5%202.5%200%200%200%200%205v3c-2.686%200-4.561-1.348-5.747-2.665a10.4%2010.4%200%200%201-1.61-2.407a6%206%200%200%201-.099-.222l-.006-.014l-.001-.004l-.001-.002L.5%207.5l-.464.186a.5.5%200%200%201%200-.372l.066.027l-.066-.028v-.001l.002-.004l.006-.014a4%204%200%200%201%20.1-.222a10.4%2010.4%200%200%201%201.61-2.406C2.938%203.348%204.813%202%207.5%202zm0%201v3a1.5%201.5%200%201%200%200-3m0%204a2.5%202.5%200%200%200%200-5V2c2.686%200%204.561%201.348%205.747%202.666a10.4%2010.4%200%200%201%201.61%202.406a6%206%200%200%201%20.099.222l.005.014l.002.004l.001.002l-.364.146l.364-.146a.5.5%200%200%201%200%20.372L14.5%207.5l.464.187v.001l-.003.004l-.005.014a3%203%200%200%201-.1.222a10.4%2010.4%200%200%201-1.61%202.406C12.062%2011.653%2010.187%2013%207.5%2013z%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/teenyicons/eye-solid.svg?color=%231a73e8&size=48