eye dashed icon
eye-dashed from Lucide by Lucide Contributors · Outline · ISC Free for personal and commercial use.
- Name
- eye-dashed
- Set
- Lucide
- Style
- Outline
- Viewbox
- 24×24
- License
- ISC
Related icons in Lucide
Use the eye dashed 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 d="M13.054 18.946a11 11 0 0 1-2.11 0m2.11-13.892a11 11 0 0 0-2.11-.001m6.128 1.221a11 11 0 0 1 1.753 1.173m0 9.105a11 11 0 0 1-1.753 1.174M2.514 13.303a11 11 0 0 1-.452-.954a1 1 0 0 1 0-.697a11 11 0 0 1 .45-.955m18.973 0a11 11 0 0 1 .453.955a1 1 0 0 1 0 .697a11 11 0 0 1-.453.954M5.173 7.448a11 11 0 0 1 1.753-1.174m0 11.452a11 11 0 0 1-1.753-1.174"/><circle cx="12" cy="12" r="3"/></g></svg>
React
import type { SVGProps } from "react";
export function LucideEyeDashed(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 d="M13.054 18.946a11 11 0 0 1-2.11 0m2.11-13.892a11 11 0 0 0-2.11-.001m6.128 1.221a11 11 0 0 1 1.753 1.173m0 9.105a11 11 0 0 1-1.753 1.174M2.514 13.303a11 11 0 0 1-.452-.954a1 1 0 0 1 0-.697a11 11 0 0 1 .45-.955m18.973 0a11 11 0 0 1 .453.955a1 1 0 0 1 0 .697a11 11 0 0 1-.453.954M5.173 7.448a11 11 0 0 1 1.753-1.174m0 11.452a11 11 0 0 1-1.753-1.174"/><circle cx="12" cy="12" r="3"/></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 d="M13.054 18.946a11 11 0 0 1-2.11 0m2.11-13.892a11 11 0 0 0-2.11-.001m6.128 1.221a11 11 0 0 1 1.753 1.173m0 9.105a11 11 0 0 1-1.753 1.174M2.514 13.303a11 11 0 0 1-.452-.954a1 1 0 0 1 0-.697a11 11 0 0 1 .45-.955m18.973 0a11 11 0 0 1 .453.955a1 1 0 0 1 0 .697a11 11 0 0 1-.453.954M5.173 7.448a11 11 0 0 1 1.753-1.174m0 11.452a11 11 0 0 1-1.753-1.174"/><circle cx="12" cy="12" r="3"/></g></svg> </template>
CSS
.icon-eye-dashed {
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%20d%3D%22M13.054%2018.946a11%2011%200%200%201-2.11%200m2.11-13.892a11%2011%200%200%200-2.11-.001m6.128%201.221a11%2011%200%200%201%201.753%201.173m0%209.105a11%2011%200%200%201-1.753%201.174M2.514%2013.303a11%2011%200%200%201-.452-.954a1%201%200%200%201%200-.697a11%2011%200%200%201%20.45-.955m18.973%200a11%2011%200%200%201%20.453.955a1%201%200%200%201%200%20.697a11%2011%200%200%201-.453.954M5.173%207.448a11%2011%200%200%201%201.753-1.174m0%2011.452a11%2011%200%200%201-1.753-1.174%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%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%20d%3D%22M13.054%2018.946a11%2011%200%200%201-2.11%200m2.11-13.892a11%2011%200%200%200-2.11-.001m6.128%201.221a11%2011%200%200%201%201.753%201.173m0%209.105a11%2011%200%200%201-1.753%201.174M2.514%2013.303a11%2011%200%200%201-.452-.954a1%201%200%200%201%200-.697a11%2011%200%200%201%20.45-.955m18.973%200a11%2011%200%200%201%20.453.955a1%201%200%200%201%200%20.697a11%2011%200%200%201-.453.954M5.173%207.448a11%2011%200%200%201%201.753-1.174m0%2011.452a11%2011%200%200%201-1.753-1.174%22%2F%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/lucide/eye-dashed.svg?color=%231a73e8&size=48