<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>.hambuger_menu_icon {
  position: relative;
  width: 60px;
  height: 2px;
  color: #f2f;
  background: currentColor;
  margin-top: 35px;
  margin-left: 30px;
}

.hambuger_menu_icon:before {
  content: "";
  position: absolute;
  top: -10px;
  width:  100%;
  height: 100%;
  background: currentColor;
}

.hambuger_menu_icon:after {
  content: "";
  position: absolute;
  top: 10px;
  width:  100%;
  height: 100%;
  background: currentColor;
}</style>
</head>
<body>
<html>
<body>
<div class="hambuger_menu_icon">
</div>
<script>
</script>
</body>
</html>
.hambuger_menu_icon {
  position: relative;
  width: 60px;
  height: 2px;
  color: #f2f;
  background: currentColor;
  margin-top: 35px;
  margin-left: 30px;
}

.hambuger_menu_icon:before {
  content: "";
  position: absolute;
  top: -10px;
  width:  100%;
  height: 100%;
  background: currentColor;
}

.hambuger_menu_icon:after {
  content: "";
  position: absolute;
  top: 10px;
  width:  100%;
  height: 100%;
  background: currentColor;
}