<div class="container">
  <div class="icon-text">
    <span class="icon-placeholder"></span>
    <div class="text-wrap">
      <h2>Johnny Okafuji</h2>
    </div>
  </div>
  
  <div class="icon-text">
    <span class="icon-placeholder"></span>
    <div class="text-wrap">
      <h2>Johnny Okafuji<br />フロントエンドエンジニア / ビートルズバンド Crescendo Four のジョン・レノン担当。</h2>
    </div>
  </div>
</div>
.container {
  width: 400px;
}

.icon-text {
  display: flex;
  gap: 8px;
  
  & + & {
    margin-top: 16px;
  }
}

.text-wrap {
  display: flex;
  align-items: center;
}

.icon-placeholder {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  background-color: red;
  border-radius: 50%;
}

h2 {
  margin-block: 0;
  font-size: 16px;
}
View Compiled

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.