Skip to main content

eye-closed

designinterfacevector

General
react
import React from 'react';

export const EyeClosed = (props) => (
  <svg {...props} xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="#3b82f6" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round">
    <path d="M 2 10 s 3.5 6 10 6 s 10 -6 10 -6 M 4 11.5 l -1.5 2.5 M 8 14 l -1 3 M 12 15 v 3 M 16 14 l 1 3 M 20 11.5 l 1.5 2.5" fill="none" stroke="#3b82f6" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
  </svg>
);

export default EyeClosed;