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/308862.svg" alt="Eye Off Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308862.svg" alt="Eye Off Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308862.svg" alt="Eye Off Svg icon" :width="24" :height="24" />
CSS background
.icon-eye-off---svg {
background-image: url('https://proicons.com/icon/308862.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 fill-rule="evenodd" clip-rule="evenodd" d="M4.70711 3.29289C4.31658 2.90237 3.68342 2.90237 3.29289 3.29289C2.90237 3.68342 2.90237 4.31658 3.29289 4.70711L4.96376 6.37798C3.22988 7.71623 1.88808 9.53761 1.06851 11.6362C0.977163 11.8701 0.977163 12.1299 1.06851 12.3638C2.80329 16.8059 6.8839 20 12 20C13.9346 20 15.7307 19.5414 17.3095 18.7237L19.2929 20.7071C19.6834 21.0976 20.3166 21.0976 20.7071 20.7071C21.0976 20.3166 21.0976 19.6834 20.7071 19.2929L18.206 16.7918C18.1937 16.7788 18.181 16.7661 18.1681 16.7539L14.84 13.4258C14.8362 13.4219 14.8324 13.418 14.8285 13.4141C14.8246 13.4102 14.8208 13.4064 14.8169 13.4026L10.5974 9.18317C10.5936 9.17926 10.5898 9.17537 10.5859 9.17151C10.582 9.16763 10.5781 9.16378 10.5742 9.15997L7.24504 5.83083C7.23269 5.81779 7.22003 5.80514 7.20709 5.79287L4.70711 3.29289ZM9.29237 10.7066C9.10495 11.0982 9 11.5369 9 12C9 13.6569 10.3431 15 12 15C12.4631 15 12.9018 14.895 13.2934 14.7076L9.29237 10.7066ZM10.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.06646Z" fill="#292929"/> </svg>
Copied!