Skip to main content

eye-off

designinterfacevector

General
react
import React from 'react';

export const EyeOff = (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 10.73 5.08 A 10.43 10.43 0 0 1 12 5 c 7 0 10 7 10 7 a 13.16 13.16 0 0 1 -1.67 2.68 M 6.61 6.61 A 13.52 13.52 0 0 0 2 12 s 3.5 7 10 7 a 9.74 9.74 0 0 0 5.39 -1.61 M 2 2 l 20 20 M 9.88 9.88 a 3 3 0 1 0 4.24 4.24" fill="none" stroke="#3b82f6" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
  </svg>
);

export default EyeOff;