eye-off-sharp from Keyline Icons by Keyline Icons · Sharp · MIT Free for personal and commercial use.

Name
eye-off-sharp
Set
Keyline Icons
Style
Sharp
Viewbox
24×24
License
MIT

7 other variants in Keyline Icons

The same icon in other sets

Use the eye off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M18.035 18.035C16.3283 19.2786 14.2337 20 12 20C7.206 20 3.0523 16.6771 2 12C2.562 9.5021 4.0086 7.3904 5.965 5.965M8.8995 4.4277L9.8779 4.2211C10.565 4.076 11.2752 4 12 4C16.794 4 20.9477 7.3229 22 12C21.7487 13.1169 21.3206 14.1566 20.7491 15.0922L20.0706 16.2029M14.1213 14.1213C13.5785 14.6642 12.8285 15 12 15C10.3431 15 9 13.6569 9 12C9 11.1716 9.3358 10.4216 9.8787 9.8787M1.7071 1.7071L22.2929 22.2929"/></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsEyeOffSharp(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinejoin="round" strokeWidth="2" d="M18.035 18.035C16.3283 19.2786 14.2337 20 12 20C7.206 20 3.0523 16.6771 2 12C2.562 9.5021 4.0086 7.3904 5.965 5.965M8.8995 4.4277L9.8779 4.2211C10.565 4.076 11.2752 4 12 4C16.794 4 20.9477 7.3229 22 12C21.7487 13.1169 21.3206 14.1566 20.7491 15.0922L20.0706 16.2029M14.1213 14.1213C13.5785 14.6642 12.8285 15 12 15C10.3431 15 9 13.6569 9 12C9 11.1716 9.3358 10.4216 9.8787 9.8787M1.7071 1.7071L22.2929 22.2929"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linejoin="round" stroke-width="2" d="M18.035 18.035C16.3283 19.2786 14.2337 20 12 20C7.206 20 3.0523 16.6771 2 12C2.562 9.5021 4.0086 7.3904 5.965 5.965M8.8995 4.4277L9.8779 4.2211C10.565 4.076 11.2752 4 12 4C16.794 4 20.9477 7.3229 22 12C21.7487 13.1169 21.3206 14.1566 20.7491 15.0922L20.0706 16.2029M14.1213 14.1213C13.5785 14.6642 12.8285 15 12 15C10.3431 15 9 13.6569 9 12C9 11.1716 9.3358 10.4216 9.8787 9.8787M1.7071 1.7071L22.2929 22.2929"/></svg>
</template>

CSS

.icon-eye-off-sharp {
  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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M18.035%2018.035C16.3283%2019.2786%2014.2337%2020%2012%2020C7.206%2020%203.0523%2016.6771%202%2012C2.562%209.5021%204.0086%207.3904%205.965%205.965M8.8995%204.4277L9.8779%204.2211C10.565%204.076%2011.2752%204%2012%204C16.794%204%2020.9477%207.3229%2022%2012C21.7487%2013.1169%2021.3206%2014.1566%2020.7491%2015.0922L20.0706%2016.2029M14.1213%2014.1213C13.5785%2014.6642%2012.8285%2015%2012%2015C10.3431%2015%209%2013.6569%209%2012C9%2011.1716%209.3358%2010.4216%209.8787%209.8787M1.7071%201.7071L22.2929%2022.2929%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%20d%3D%22M18.035%2018.035C16.3283%2019.2786%2014.2337%2020%2012%2020C7.206%2020%203.0523%2016.6771%202%2012C2.562%209.5021%204.0086%207.3904%205.965%205.965M8.8995%204.4277L9.8779%204.2211C10.565%204.076%2011.2752%204%2012%204C16.794%204%2020.9477%207.3229%2022%2012C21.7487%2013.1169%2021.3206%2014.1566%2020.7491%2015.0922L20.0706%2016.2029M14.1213%2014.1213C13.5785%2014.6642%2012.8285%2015%2012%2015C10.3431%2015%209%2013.6569%209%2012C9%2011.1716%209.3358%2010.4216%209.8787%209.8787M1.7071%201.7071L22.2929%2022.2929%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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