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/308254.svg" alt="Eye Off Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308254.svg" alt="Eye Off Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308254.svg" alt="Eye Off Svg icon" :width="24" :height="24" />
CSS background
.icon-eye-off---svg {
background-image: url('https://proicons.com/icon/308254.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 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="#1CB0F6"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M10.846 6.06646C11.222 6.02263 11.6069 6 12 6C16.0743 6 19.3807 8.44349 20.9189 12C20.5782 12.7873 20.1506 13.5201 19.6477 14.1836C19.3141 14.6238 19.4005 15.251 19.8407 15.5846C20.2808 15.9182 20.9081 15.8318 21.2417 15.3917C21.9346 14.4773 22.504 13.4585 22.9315 12.3638C23.0228 12.1299 23.0228 11.8701 22.9315 11.6362C21.1967 7.1941 17.1161 4 12 4C11.53 4 11.0678 4.02706 10.6144 4.07992C10.0659 4.14387 9.67301 4.64042 9.73696 5.18898C9.80091 5.73755 10.2975 6.13041 10.846 6.06646ZM7.04044 7.37311C7.5119 7.08547 7.66093 6.47009 7.37329 5.99862C7.08566 5.52715 6.47028 5.37813 5.99881 5.66576C3.76125 7.03087 2.04455 9.13695 1.06851 11.6362C0.977162 11.8701 0.977162 12.1299 1.06851 12.3638C2.80329 16.8059 6.8839 20 12 20C14.2232 20 16.2636 19.3944 18.0014 18.3341C18.4729 18.0464 18.6219 17.431 18.3343 16.9596C18.0466 16.4881 17.4312 16.3391 16.9598 16.6268C15.5324 17.4976 13.8519 18 12 18C7.92566 18 4.61926 15.5565 3.08113 12C3.92579 10.0476 5.30454 8.43215 7.04044 7.37311ZM10.6936 9.29862C10.6618 9.25405 10.6259 9.21151 10.5859 9.17151C10.1954 8.78097 9.56224 8.78094 9.1717 9.17145C8.44886 9.89422 8 10.8956 8 12C8 14.2091 9.79086 16 12 16C13.1044 16 14.1058 15.5511 14.8286 14.8283C15.2191 14.4378 15.219 13.8046 14.8285 13.4141C14.7885 13.3741 14.7459 13.3382 14.7014 13.3064C14.2157 14.3088 13.1886 15 12 15C10.3431 15 9 13.6569 9 12C9 10.8114 9.69122 9.78428 10.6936 9.29862Z" fill="#1CB0F6"/> <path d="M4 4L20 20" stroke="#2B70C9" stroke-width="2" stroke-linecap="round"/> </svg>
Copied!