eye off icon
eye-off-sharp-two-tone from Keyline Icons by Keyline Icons · Sharp Two Tone · MIT Free for personal and commercial use.
- Name
- eye-off-sharp-two-tone
- Set
- Keyline Icons
- Style
- Sharp Two Tone
- Viewbox
- 24×24
- License
- MIT
7 other variants in Keyline Icons
The same icon in other sets
eye-off-fillEva Iconseye-offFeather Iconseye-off-16-filledFluent UI System Iconseye-offHuge Iconseye-offHumbleiconseye-offIconoireye-offIonIconseye-offLucideeye-offMage Iconseye-offMajesticonseye-offMaterial Design Iconseye-offMyna UI Iconseye-offPixelarticonseye-off-fillRemix Iconeye-offTabler Icons
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-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M5.25 5.25L18.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.25Z" stroke="none"/><path stroke-opacity=".4" d="M8.8995 4.4277L9.88 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.2029"/><path 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.965M14.1213 14.1213C13.5785 14.6642 12.8285 15 12 15C10.3431 15 9 13.6569 9 12C9 11.1716 9.3358 10.42 9.88 9.88M1.7071 1.7071L22.2929 22.2929"/></g></svg>
React
import type { SVGProps } from "react";
export function KeylineIconsEyeOffSharpTwoTone(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" strokeLinejoin="round" strokeWidth="2"><path fill="currentColor" fillOpacity=".4" d="M5.25 5.25L18.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.25Z" stroke="none"/><path strokeOpacity=".4" d="M8.8995 4.4277L9.88 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.2029"/><path 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.965M14.1213 14.1213C13.5785 14.6642 12.8285 15 12 15C10.3431 15 9 13.6569 9 12C9 11.1716 9.3358 10.42 9.88 9.88M1.7071 1.7071L22.2929 22.2929"/></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-linejoin="round" stroke-width="2"><path fill="currentColor" fill-opacity=".4" d="M5.25 5.25L18.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.25Z" stroke="none"/><path stroke-opacity=".4" d="M8.8995 4.4277L9.88 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.2029"/><path 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.965M14.1213 14.1213C13.5785 14.6642 12.8285 15 12 15C10.3431 15 9 13.6569 9 12C9 11.1716 9.3358 10.42 9.88 9.88M1.7071 1.7071L22.2929 22.2929"/></g></svg> </template>
CSS
.icon-eye-off-sharp-two-tone {
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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M5.25%205.25L18.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.25Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M8.8995%204.4277L9.88%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.2029%22%2F%3E%3Cpath%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.965M14.1213%2014.1213C13.5785%2014.6642%2012.8285%2015%2012%2015C10.3431%2015%209%2013.6569%209%2012C9%2011.1716%209.3358%2010.42%209.88%209.88M1.7071%201.7071L22.2929%2022.2929%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-linejoin%3D%22round%22%20stroke-width%3D%222%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-opacity%3D%22.4%22%20d%3D%22M5.25%205.25L18.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.25Z%22%20stroke%3D%22none%22%2F%3E%3Cpath%20stroke-opacity%3D%22.4%22%20d%3D%22M8.8995%204.4277L9.88%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.2029%22%2F%3E%3Cpath%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.965M14.1213%2014.1213C13.5785%2014.6642%2012.8285%2015%2012%2015C10.3431%2015%209%2013.6569%209%2012C9%2011.1716%209.3358%2010.42%209.88%209.88M1.7071%201.7071L22.2929%2022.2929%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-sharp-two-tone.svg?color=%231a73e8&size=48