eye invisible icon

eye-invisible-twotone from Ant Design Icons by HeskeyBaozi · TwoTone · MIT Free for personal and commercial use.

Name
eye-invisible-twotone
Set
Ant Design Icons
Style
TwoTone
Viewbox
1024×1024
License
MIT

2 other variants in Ant Design Icons

Use the eye invisible icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-opacity=".15" d="m254.89 758.85l125.57-125.57a176 176 0 0 1 248.82-248.82L757 256.72Q651.69 186.07 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 0 0 0 51.5q69.27 145.91 173.09 221.05M942.2 486.2Q889.46 375.11 816.7 305L672.48 449.27a176.09 176.09 0 0 1-227.22 227.21L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 0 0 0-51.5"/><path fill="currentColor" d="M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512C791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 0 0 0-51.5m-63.57-320.64L836 122.88a8 8 0 0 0-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 0 0 0 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 0 0 0 11.31L155.17 889a8 8 0 0 0 11.31 0l712.15-712.12a8 8 0 0 0 0-11.32M149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 0 0-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512m246.7 0a112.11 112.11 0 0 1 146.2-106.69L401.31 546.2A112 112 0 0 1 396 512"/><path fill="currentColor" d="M508 624c-3.46 0-6.87-.16-10.25-.47l-52.82 52.82a176.09 176.09 0 0 0 227.42-227.42l-52.82 52.82c.31 3.38.47 6.79.47 10.25a111.94 111.94 0 0 1-112 112"/></svg>

React

import type { SVGProps } from "react";

export function AntDesignEyeInvisibleTwotone(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fillOpacity=".15" d="m254.89 758.85l125.57-125.57a176 176 0 0 1 248.82-248.82L757 256.72Q651.69 186.07 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 0 0 0 51.5q69.27 145.91 173.09 221.05M942.2 486.2Q889.46 375.11 816.7 305L672.48 449.27a176.09 176.09 0 0 1-227.22 227.21L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 0 0 0-51.5"/><path fill="currentColor" d="M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512C791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 0 0 0-51.5m-63.57-320.64L836 122.88a8 8 0 0 0-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 0 0 0 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 0 0 0 11.31L155.17 889a8 8 0 0 0 11.31 0l712.15-712.12a8 8 0 0 0 0-11.32M149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 0 0-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512m246.7 0a112.11 112.11 0 0 1 146.2-106.69L401.31 546.2A112 112 0 0 1 396 512"/><path fill="currentColor" d="M508 624c-3.46 0-6.87-.16-10.25-.47l-52.82 52.82a176.09 176.09 0 0 0 227.42-227.42l-52.82 52.82c.31 3.38.47 6.79.47 10.25a111.94 111.94 0 0 1-112 112"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" fill-opacity=".15" d="m254.89 758.85l125.57-125.57a176 176 0 0 1 248.82-248.82L757 256.72Q651.69 186.07 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 0 0 0 51.5q69.27 145.91 173.09 221.05M942.2 486.2Q889.46 375.11 816.7 305L672.48 449.27a176.09 176.09 0 0 1-227.22 227.21L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 0 0 0-51.5"/><path fill="currentColor" d="M942.2 486.2Q889.47 375.11 816.7 305l-50.88 50.88C807.31 395.53 843.45 447.4 874.7 512C791.5 684.2 673.4 766 512 766q-72.67 0-133.87-22.38L323 798.75Q408 838 512 838q288.3 0 430.2-300.3a60.29 60.29 0 0 0 0-51.5m-63.57-320.64L836 122.88a8 8 0 0 0-11.32 0L715.31 232.2Q624.86 186 512 186q-288.3 0-430.2 300.3a60.3 60.3 0 0 0 0 51.5q56.69 119.4 136.5 191.41L112.48 835a8 8 0 0 0 0 11.31L155.17 889a8 8 0 0 0 11.31 0l712.15-712.12a8 8 0 0 0 0-11.32M149.3 512C232.6 339.8 350.7 258 512 258c54.54 0 104.13 9.36 149.12 28.39l-70.3 70.3a176 176 0 0 0-238.13 238.13l-83.42 83.42C223.1 637.49 183.3 582.28 149.3 512m246.7 0a112.11 112.11 0 0 1 146.2-106.69L401.31 546.2A112 112 0 0 1 396 512"/><path fill="currentColor" d="M508 624c-3.46 0-6.87-.16-10.25-.47l-52.82 52.82a176.09 176.09 0 0 0 227.42-227.42l-52.82 52.82c.31 3.38.47 6.79.47 10.25a111.94 111.94 0 0 1-112 112"/></svg>
</template>

CSS

.icon-eye-invisible-twotone {
  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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22m254.89%20758.85l125.57-125.57a176%20176%200%200%201%20248.82-248.82L757%20256.72Q651.69%20186.07%20512%20186q-288.3%200-430.2%20300.3a60.3%2060.3%200%200%200%200%2051.5q69.27%20145.91%20173.09%20221.05M942.2%20486.2Q889.46%20375.11%20816.7%20305L672.48%20449.27a176.09%20176.09%200%200%201-227.22%20227.21L323%20798.75Q408%20838%20512%20838q288.3%200%20430.2-300.3a60.29%2060.29%200%200%200%200-51.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M942.2%20486.2Q889.47%20375.11%20816.7%20305l-50.88%2050.88C807.31%20395.53%20843.45%20447.4%20874.7%20512C791.5%20684.2%20673.4%20766%20512%20766q-72.67%200-133.87-22.38L323%20798.75Q408%20838%20512%20838q288.3%200%20430.2-300.3a60.29%2060.29%200%200%200%200-51.5m-63.57-320.64L836%20122.88a8%208%200%200%200-11.32%200L715.31%20232.2Q624.86%20186%20512%20186q-288.3%200-430.2%20300.3a60.3%2060.3%200%200%200%200%2051.5q56.69%20119.4%20136.5%20191.41L112.48%20835a8%208%200%200%200%200%2011.31L155.17%20889a8%208%200%200%200%2011.31%200l712.15-712.12a8%208%200%200%200%200-11.32M149.3%20512C232.6%20339.8%20350.7%20258%20512%20258c54.54%200%20104.13%209.36%20149.12%2028.39l-70.3%2070.3a176%20176%200%200%200-238.13%20238.13l-83.42%2083.42C223.1%20637.49%20183.3%20582.28%20149.3%20512m246.7%200a112.11%20112.11%200%200%201%20146.2-106.69L401.31%20546.2A112%20112%200%200%201%20396%20512%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M508%20624c-3.46%200-6.87-.16-10.25-.47l-52.82%2052.82a176.09%20176.09%200%200%200%20227.42-227.42l-52.82%2052.82c.31%203.38.47%206.79.47%2010.25a111.94%20111.94%200%200%201-112%20112%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.15%22%20d%3D%22m254.89%20758.85l125.57-125.57a176%20176%200%200%201%20248.82-248.82L757%20256.72Q651.69%20186.07%20512%20186q-288.3%200-430.2%20300.3a60.3%2060.3%200%200%200%200%2051.5q69.27%20145.91%20173.09%20221.05M942.2%20486.2Q889.46%20375.11%20816.7%20305L672.48%20449.27a176.09%20176.09%200%200%201-227.22%20227.21L323%20798.75Q408%20838%20512%20838q288.3%200%20430.2-300.3a60.29%2060.29%200%200%200%200-51.5%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M942.2%20486.2Q889.47%20375.11%20816.7%20305l-50.88%2050.88C807.31%20395.53%20843.45%20447.4%20874.7%20512C791.5%20684.2%20673.4%20766%20512%20766q-72.67%200-133.87-22.38L323%20798.75Q408%20838%20512%20838q288.3%200%20430.2-300.3a60.29%2060.29%200%200%200%200-51.5m-63.57-320.64L836%20122.88a8%208%200%200%200-11.32%200L715.31%20232.2Q624.86%20186%20512%20186q-288.3%200-430.2%20300.3a60.3%2060.3%200%200%200%200%2051.5q56.69%20119.4%20136.5%20191.41L112.48%20835a8%208%200%200%200%200%2011.31L155.17%20889a8%208%200%200%200%2011.31%200l712.15-712.12a8%208%200%200%200%200-11.32M149.3%20512C232.6%20339.8%20350.7%20258%20512%20258c54.54%200%20104.13%209.36%20149.12%2028.39l-70.3%2070.3a176%20176%200%200%200-238.13%20238.13l-83.42%2083.42C223.1%20637.49%20183.3%20582.28%20149.3%20512m246.7%200a112.11%20112.11%200%200%201%20146.2-106.69L401.31%20546.2A112%20112%200%200%201%20396%20512%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M508%20624c-3.46%200-6.87-.16-10.25-.47l-52.82%2052.82a176.09%20176.09%200%200%200%20227.42-227.42l-52.82%2052.82c.31%203.38.47%206.79.47%2010.25a111.94%20111.94%200%200%201-112%20112%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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