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

Name
eye-off-fill
Set
Keyline Icons
Style
Fill
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"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-rule="evenodd" d="M18.75 18.75C16.8543 20.1721 14.5069 21 12 21C6.7383 21 2.1794 17.3529 1.0244 12.2195C0.9919 12.075 0.9919 11.925 1.0244 11.7805C1.6291 9.0929 3.1668 6.8127 5.25 5.25ZM9.1708 4.9282C8.9114 4.6688 8.8148 4.2882 8.9193 3.9365C9.0237 3.5848 9.3123 3.3185 9.6713 3.2427C10.4252 3.0834 11.2046 3 12 3C17.2617 3 21.8206 6.6471 22.9756 11.7805C23.0081 11.925 23.0081 12.075 22.9756 12.2195C22.6998 13.4454 22.2298 14.5865 21.6025 15.6135C21.4427 15.8751 21.1718 16.049 20.8674 16.0852C20.563 16.1215 20.2587 16.0161 20.042 15.7993L9.1708 4.9282ZM14.8284 14.8284C14.1046 15.5523 13.1046 16 12 16C9.7909 16 8 14.2091 8 12C8 10.8955 8.4477 9.8955 9.1716 9.1716ZM13.4142 13.4142C13.0523 13.7762 12.5523 14 12 14C10.8954 14 10 13.1046 10 12C10 11.4477 10.2238 10.9477 10.5858 10.5858Z" clip-rule="evenodd" stroke="none"/><path d="M2 2L22 22"/></g></svg>

React

import type { SVGProps } from "react";

export function KeylineIconsEyeOffFill(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillRule="evenodd" d="M18.75 18.75C16.8543 20.1721 14.5069 21 12 21C6.7383 21 2.1794 17.3529 1.0244 12.2195C0.9919 12.075 0.9919 11.925 1.0244 11.7805C1.6291 9.0929 3.1668 6.8127 5.25 5.25ZM9.1708 4.9282C8.9114 4.6688 8.8148 4.2882 8.9193 3.9365C9.0237 3.5848 9.3123 3.3185 9.6713 3.2427C10.4252 3.0834 11.2046 3 12 3C17.2617 3 21.8206 6.6471 22.9756 11.7805C23.0081 11.925 23.0081 12.075 22.9756 12.2195C22.6998 13.4454 22.2298 14.5865 21.6025 15.6135C21.4427 15.8751 21.1718 16.049 20.8674 16.0852C20.563 16.1215 20.2587 16.0161 20.042 15.7993L9.1708 4.9282ZM14.8284 14.8284C14.1046 15.5523 13.1046 16 12 16C9.7909 16 8 14.2091 8 12C8 10.8955 8.4477 9.8955 9.1716 9.1716ZM13.4142 13.4142C13.0523 13.7762 12.5523 14 12 14C10.8954 14 10 13.1046 10 12C10 11.4477 10.2238 10.9477 10.5858 10.5858Z" clipRule="evenodd" stroke="none"/><path d="M2 2L22 22"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path fill="currentColor" fill-rule="evenodd" d="M18.75 18.75C16.8543 20.1721 14.5069 21 12 21C6.7383 21 2.1794 17.3529 1.0244 12.2195C0.9919 12.075 0.9919 11.925 1.0244 11.7805C1.6291 9.0929 3.1668 6.8127 5.25 5.25ZM9.1708 4.9282C8.9114 4.6688 8.8148 4.2882 8.9193 3.9365C9.0237 3.5848 9.3123 3.3185 9.6713 3.2427C10.4252 3.0834 11.2046 3 12 3C17.2617 3 21.8206 6.6471 22.9756 11.7805C23.0081 11.925 23.0081 12.075 22.9756 12.2195C22.6998 13.4454 22.2298 14.5865 21.6025 15.6135C21.4427 15.8751 21.1718 16.049 20.8674 16.0852C20.563 16.1215 20.2587 16.0161 20.042 15.7993L9.1708 4.9282ZM14.8284 14.8284C14.1046 15.5523 13.1046 16 12 16C9.7909 16 8 14.2091 8 12C8 10.8955 8.4477 9.8955 9.1716 9.1716ZM13.4142 13.4142C13.0523 13.7762 12.5523 14 12 14C10.8954 14 10 13.1046 10 12C10 11.4477 10.2238 10.9477 10.5858 10.5858Z" clip-rule="evenodd" stroke="none"/><path d="M2 2L22 22"/></g></svg>
</template>

CSS

.icon-eye-off-fill {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.75%2018.75C16.8543%2020.1721%2014.5069%2021%2012%2021C6.7383%2021%202.1794%2017.3529%201.0244%2012.2195C0.9919%2012.075%200.9919%2011.925%201.0244%2011.7805C1.6291%209.0929%203.1668%206.8127%205.25%205.25ZM9.1708%204.9282C8.9114%204.6688%208.8148%204.2882%208.9193%203.9365C9.0237%203.5848%209.3123%203.3185%209.6713%203.2427C10.4252%203.0834%2011.2046%203%2012%203C17.2617%203%2021.8206%206.6471%2022.9756%2011.7805C23.0081%2011.925%2023.0081%2012.075%2022.9756%2012.2195C22.6998%2013.4454%2022.2298%2014.5865%2021.6025%2015.6135C21.4427%2015.8751%2021.1718%2016.049%2020.8674%2016.0852C20.563%2016.1215%2020.2587%2016.0161%2020.042%2015.7993L9.1708%204.9282ZM14.8284%2014.8284C14.1046%2015.5523%2013.1046%2016%2012%2016C9.7909%2016%208%2014.2091%208%2012C8%2010.8955%208.4477%209.8955%209.1716%209.1716ZM13.4142%2013.4142C13.0523%2013.7762%2012.5523%2014%2012%2014C10.8954%2014%2010%2013.1046%2010%2012C10%2011.4477%2010.2238%2010.9477%2010.5858%2010.5858Z%22%20clip-rule%3D%22evenodd%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M2%202L22%2022%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M18.75%2018.75C16.8543%2020.1721%2014.5069%2021%2012%2021C6.7383%2021%202.1794%2017.3529%201.0244%2012.2195C0.9919%2012.075%200.9919%2011.925%201.0244%2011.7805C1.6291%209.0929%203.1668%206.8127%205.25%205.25ZM9.1708%204.9282C8.9114%204.6688%208.8148%204.2882%208.9193%203.9365C9.0237%203.5848%209.3123%203.3185%209.6713%203.2427C10.4252%203.0834%2011.2046%203%2012%203C17.2617%203%2021.8206%206.6471%2022.9756%2011.7805C23.0081%2011.925%2023.0081%2012.075%2022.9756%2012.2195C22.6998%2013.4454%2022.2298%2014.5865%2021.6025%2015.6135C21.4427%2015.8751%2021.1718%2016.049%2020.8674%2016.0852C20.563%2016.1215%2020.2587%2016.0161%2020.042%2015.7993L9.1708%204.9282ZM14.8284%2014.8284C14.1046%2015.5523%2013.1046%2016%2012%2016C9.7909%2016%208%2014.2091%208%2012C8%2010.8955%208.4477%209.8955%209.1716%209.1716ZM13.4142%2013.4142C13.0523%2013.7762%2012.5523%2014%2012%2014C10.8954%2014%2010%2013.1046%2010%2012C10%2011.4477%2010.2238%2010.9477%2010.5858%2010.5858Z%22%20clip-rule%3D%22evenodd%22%20stroke%3D%22none%22%2F%3E%3Cpath%20d%3D%22M2%202L22%2022%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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