Eye Off Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Eye Off Svg icon is commonly used in password toggles, visibility controls and preview buttons. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/308558.svg" alt="Eye Off Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308558.svg" alt="Eye Off Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308558.svg" alt="Eye Off Svg icon" :width="24" :height="24" />
CSS background
.icon-eye-off---svg {
background-image: url('https://proicons.com/icon/308558.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path opacity="0.16" d="M9 12C9 13.6568 10.3431 15 12 15C12.8285 15 13.5785 14.6641 14.1214 14.1212L17.4806 17.4804C15.898 18.446 14.0376 19 12 19C7.33603 19 3.60014 16.0973 2 12C2.90111 9.69256 4.47955 7.76403 6.51962 6.51941L9.87877 9.87856C9.33582 10.4215 9 11.1715 9 12Z" fill="#292929"/> <path d="M10.7302 5.07319C11.1448 5.02485 11.5684 5 11.9999 5C16.6639 5 20.3998 7.90264 21.9999 12C21.6053 13.0104 21.0809 13.9482 20.4446 14.7877M6.51956 6.51944C4.47949 7.76406 2.90105 9.69259 1.99994 12C3.60008 16.0974 7.33597 19 11.9999 19C14.0375 19 15.8979 18.446 17.4805 17.4804M9.87871 9.87859C9.33576 10.4215 8.99994 11.1715 8.99994 12C8.99994 13.6569 10.3431 15 11.9999 15C12.8284 15 13.5785 14.6642 14.1214 14.1212" stroke="#292929" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/> <path d="M4 4L20 20" stroke="#292929" stroke-width="2" stroke-linecap="round"/> </svg>
Copied!