eye-open from Radix Icons by WorkOS · Outline · MIT Free for personal and commercial use.

Name
eye-open
Set
Radix Icons
Style
Outline
Viewbox
15×15
License
MIT

The same icon in other sets

Related icons in Radix Icons

Use the eye open icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5 3c3.192 0 5.844 1.707 7.424 4.235a.5.5 0 0 1 .033.467l-.033.063C13.344 10.293 10.692 12 7.5 12S1.657 10.293.076 7.765a.5.5 0 0 1 0-.53L.228 7C1.823 4.601 4.408 3 7.5 3m0 1C4.804 4 2.533 5.38 1.1 7.5C2.533 9.62 4.804 11 7.5 11s4.966-1.38 6.4-3.5C12.465 5.38 10.195 4 7.5 4m0 1.5a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg>

React

import type { SVGProps } from "react";

export function RadixIconsEyeOpen(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" d="M7.5 3c3.192 0 5.844 1.707 7.424 4.235a.5.5 0 0 1 .033.467l-.033.063C13.344 10.293 10.692 12 7.5 12S1.657 10.293.076 7.765a.5.5 0 0 1 0-.53L.228 7C1.823 4.601 4.408 3 7.5 3m0 1C4.804 4 2.533 5.38 1.1 7.5C2.533 9.62 4.804 11 7.5 11s4.966-1.38 6.4-3.5C12.465 5.38 10.195 4 7.5 4m0 1.5a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 15 15"><path fill="currentColor" d="M7.5 3c3.192 0 5.844 1.707 7.424 4.235a.5.5 0 0 1 .033.467l-.033.063C13.344 10.293 10.692 12 7.5 12S1.657 10.293.076 7.765a.5.5 0 0 1 0-.53L.228 7C1.823 4.601 4.408 3 7.5 3m0 1C4.804 4 2.533 5.38 1.1 7.5C2.533 9.62 4.804 11 7.5 11s4.966-1.38 6.4-3.5C12.465 5.38 10.195 4 7.5 4m0 1.5a2 2 0 1 1 0 4a2 2 0 0 1 0-4"/></svg>
</template>

CSS

.icon-eye-open {
  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%20d%3D%22M7.5%203c3.192%200%205.844%201.707%207.424%204.235a.5.5%200%200%201%20.033.467l-.033.063C13.344%2010.293%2010.692%2012%207.5%2012S1.657%2010.293.076%207.765a.5.5%200%200%201%200-.53L.228%207C1.823%204.601%204.408%203%207.5%203m0%201C4.804%204%202.533%205.38%201.1%207.5C2.533%209.62%204.804%2011%207.5%2011s4.966-1.38%206.4-3.5C12.465%205.38%2010.195%204%207.5%204m0%201.5a2%202%200%201%201%200%204a2%202%200%200%201%200-4%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%20d%3D%22M7.5%203c3.192%200%205.844%201.707%207.424%204.235a.5.5%200%200%201%20.033.467l-.033.063C13.344%2010.293%2010.692%2012%207.5%2012S1.657%2010.293.076%207.765a.5.5%200%200%201%200-.53L.228%207C1.823%204.601%204.408%203%207.5%203m0%201C4.804%204%202.533%205.38%201.1%207.5C2.533%209.62%204.804%2011%207.5%2011s4.966-1.38%206.4-3.5C12.465%205.38%2010.195%204%207.5%204m0%201.5a2%202%200%201%201%200%204a2%202%200%200%201%200-4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/radix-icons/eye-open.svg?color=%231a73e8&size=48