<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HZC | HOME</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap">
<link rel="stylesheet" href="assent/css/reset.css">
<link rel="stylesheet" href="assent/css/estilos.css">
</head>
<body>
<header>
<button>menu</button>
<!--Já tentei de todo jeito o caminho da imagem-->
<img src="assets/img/logo.svg" alt="Logotipo da HZC">
<button>notificação</button>
</header>
</body>
</html>
Estou usando VSCode.
Não aparece a imagem de jeito nenhum, já tentei abrir direto no navegador e não abre, não sei mais o que fazer, me parece alguma configuração de autorização para usar o tal SVG.
Obs.: Todas as dúvidas do fórum eu já li e tentei.