eye disabled icon

eye-disabled from IonIcons by Ben Sperry · Regular · MIT Free for personal and commercial use.

Name
eye-disabled
Set
IonIcons
Style
Regular
Viewbox
512×512
License
MIT

Related icons in IonIcons

Use the eye disabled icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M376.4 158.3L448 86.6 425.4 64l-77.6 77.6C320 127.7 289.5 119 256 119c-81.9 0-145.7 52.2-224 137 34.8 37.4 66.8 72.7 103.3 98.1L64 425.4 86.6 448l76.9-76.9c27 13.7 57 21.9 92.5 21.9 99.9 0 173.4-81.8 224-135.5-28-34.1-62.4-71.8-103.6-99.2zm-210 97.7c0-50.4 40.2-91.3 89.6-91.3 19.3 0 37.2 6.2 51.8 16.9l-50.7 50.7c-.7-2.6-1.1-5.4-1.1-8.3 0-7.9 2.9-15.1 7.6-20.7-2.5-.4-5-.6-7.6-.6-28.8 0-52.3 23.9-52.3 53.3 0 8.6 2 16.8 5.6 24L182 307.4c-9.8-14.7-15.6-32.4-15.6-51.4zm89.6 91.3c-19.3 0-37.2-6.2-51.8-16.9l27.4-27.4c7.3 4 15.6 6.2 24.4 6.2 28.8 0 52.3-23.9 52.3-53.3 0-2.3-.2-4.6-.4-6.9-5.5 4.3-12.3 6.9-19.8 6.9-2.9 0-5.6-.4-8.3-1.1l50.3-50.3c9.8 14.6 15.6 32.3 15.6 51.4-.1 50.5-40.3 91.4-89.7 91.4z" fill="currentColor"/></svg>

React

import type { SVGProps } from "react";

export function IonEyeDisabled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M376.4 158.3L448 86.6 425.4 64l-77.6 77.6C320 127.7 289.5 119 256 119c-81.9 0-145.7 52.2-224 137 34.8 37.4 66.8 72.7 103.3 98.1L64 425.4 86.6 448l76.9-76.9c27 13.7 57 21.9 92.5 21.9 99.9 0 173.4-81.8 224-135.5-28-34.1-62.4-71.8-103.6-99.2zm-210 97.7c0-50.4 40.2-91.3 89.6-91.3 19.3 0 37.2 6.2 51.8 16.9l-50.7 50.7c-.7-2.6-1.1-5.4-1.1-8.3 0-7.9 2.9-15.1 7.6-20.7-2.5-.4-5-.6-7.6-.6-28.8 0-52.3 23.9-52.3 53.3 0 8.6 2 16.8 5.6 24L182 307.4c-9.8-14.7-15.6-32.4-15.6-51.4zm89.6 91.3c-19.3 0-37.2-6.2-51.8-16.9l27.4-27.4c7.3 4 15.6 6.2 24.4 6.2 28.8 0 52.3-23.9 52.3-53.3 0-2.3-.2-4.6-.4-6.9-5.5 4.3-12.3 6.9-19.8 6.9-2.9 0-5.6-.4-8.3-1.1l50.3-50.3c9.8 14.6 15.6 32.3 15.6 51.4-.1 50.5-40.3 91.4-89.7 91.4z" fill="currentColor"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path d="M376.4 158.3L448 86.6 425.4 64l-77.6 77.6C320 127.7 289.5 119 256 119c-81.9 0-145.7 52.2-224 137 34.8 37.4 66.8 72.7 103.3 98.1L64 425.4 86.6 448l76.9-76.9c27 13.7 57 21.9 92.5 21.9 99.9 0 173.4-81.8 224-135.5-28-34.1-62.4-71.8-103.6-99.2zm-210 97.7c0-50.4 40.2-91.3 89.6-91.3 19.3 0 37.2 6.2 51.8 16.9l-50.7 50.7c-.7-2.6-1.1-5.4-1.1-8.3 0-7.9 2.9-15.1 7.6-20.7-2.5-.4-5-.6-7.6-.6-28.8 0-52.3 23.9-52.3 53.3 0 8.6 2 16.8 5.6 24L182 307.4c-9.8-14.7-15.6-32.4-15.6-51.4zm89.6 91.3c-19.3 0-37.2-6.2-51.8-16.9l27.4-27.4c7.3 4 15.6 6.2 24.4 6.2 28.8 0 52.3-23.9 52.3-53.3 0-2.3-.2-4.6-.4-6.9-5.5 4.3-12.3 6.9-19.8 6.9-2.9 0-5.6-.4-8.3-1.1l50.3-50.3c9.8 14.6 15.6 32.3 15.6 51.4-.1 50.5-40.3 91.4-89.7 91.4z" fill="currentColor"/></svg>
</template>

CSS

.icon-eye-disabled {
  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%20512%20512%22%3E%3Cpath%20d%3D%22M376.4%20158.3L448%2086.6%20425.4%2064l-77.6%2077.6C320%20127.7%20289.5%20119%20256%20119c-81.9%200-145.7%2052.2-224%20137%2034.8%2037.4%2066.8%2072.7%20103.3%2098.1L64%20425.4%2086.6%20448l76.9-76.9c27%2013.7%2057%2021.9%2092.5%2021.9%2099.9%200%20173.4-81.8%20224-135.5-28-34.1-62.4-71.8-103.6-99.2zm-210%2097.7c0-50.4%2040.2-91.3%2089.6-91.3%2019.3%200%2037.2%206.2%2051.8%2016.9l-50.7%2050.7c-.7-2.6-1.1-5.4-1.1-8.3%200-7.9%202.9-15.1%207.6-20.7-2.5-.4-5-.6-7.6-.6-28.8%200-52.3%2023.9-52.3%2053.3%200%208.6%202%2016.8%205.6%2024L182%20307.4c-9.8-14.7-15.6-32.4-15.6-51.4zm89.6%2091.3c-19.3%200-37.2-6.2-51.8-16.9l27.4-27.4c7.3%204%2015.6%206.2%2024.4%206.2%2028.8%200%2052.3-23.9%2052.3-53.3%200-2.3-.2-4.6-.4-6.9-5.5%204.3-12.3%206.9-19.8%206.9-2.9%200-5.6-.4-8.3-1.1l50.3-50.3c9.8%2014.6%2015.6%2032.3%2015.6%2051.4-.1%2050.5-40.3%2091.4-89.7%2091.4z%22%20fill%3D%22currentColor%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%20512%20512%22%3E%3Cpath%20d%3D%22M376.4%20158.3L448%2086.6%20425.4%2064l-77.6%2077.6C320%20127.7%20289.5%20119%20256%20119c-81.9%200-145.7%2052.2-224%20137%2034.8%2037.4%2066.8%2072.7%20103.3%2098.1L64%20425.4%2086.6%20448l76.9-76.9c27%2013.7%2057%2021.9%2092.5%2021.9%2099.9%200%20173.4-81.8%20224-135.5-28-34.1-62.4-71.8-103.6-99.2zm-210%2097.7c0-50.4%2040.2-91.3%2089.6-91.3%2019.3%200%2037.2%206.2%2051.8%2016.9l-50.7%2050.7c-.7-2.6-1.1-5.4-1.1-8.3%200-7.9%202.9-15.1%207.6-20.7-2.5-.4-5-.6-7.6-.6-28.8%200-52.3%2023.9-52.3%2053.3%200%208.6%202%2016.8%205.6%2024L182%20307.4c-9.8-14.7-15.6-32.4-15.6-51.4zm89.6%2091.3c-19.3%200-37.2-6.2-51.8-16.9l27.4-27.4c7.3%204%2015.6%206.2%2024.4%206.2%2028.8%200%2052.3-23.9%2052.3-53.3%200-2.3-.2-4.6-.4-6.9-5.5%204.3-12.3%206.9-19.8%206.9-2.9%200-5.6-.4-8.3-1.1l50.3-50.3c9.8%2014.6%2015.6%2032.3%2015.6%2051.4-.1%2050.5-40.3%2091.4-89.7%2091.4z%22%20fill%3D%22currentColor%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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