<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>Сердце SVG</title>
<style>
body { margin: 0; display: grid; place-items: center; min-height: 100dvh; background: #fff1f2; }
</style>
</head>
<body>
<svg width="240" height="240" viewBox="0 0 240 240" role="img" aria-label="Сердце">
<path d="M 120 200
C 120 160, 70 130, 70 90
C 70 60, 95 45, 120 65
C 145 45, 170 60, 170 90
C 170 130, 120 160, 120 200 Z"
fill="#ef4444" stroke="#991b1b" stroke-width="2"/>
</svg>
</body>
</html>
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>Сердце SVG</title>
<style>
body { margin: 0; display: grid; place-items: center; min-height: 100dvh; background: #fff1f2; }
</style>
</head>
<body>
<svg width="240" height="240" viewBox="0 0 240 240" role="img" aria-label="Сердце">
<path d="M 120 200
C 120 160, 70 130, 70 90
C 70 60, 95 45, 120 65
C 145 45, 170 60, 170 90
C 170 130, 120 160, 120 200 Z"
fill="#ef4444" stroke="#991b1b" stroke-width="2"/>
</svg>
</body>
</html>