.createButton {
height: 3rem;
width: 3rem;
border-radius: 50%;
color: #FFF;
background: var(--green-color);
display: flex;
align-items: center;
justify-content: center;
font-size: 3rem;
font-weight: 600;
}
<div class="createButton">+</div>
.createButton {
height: 3rem;
width: 3rem;
border-radius: 50%;
color: #FFF;
background: var(--green-color);
display: flex;
align-items: center;
justify-content: center;
font-size: 3rem;
font-weight: 600;
line-height: 1;
}