Tamaño del botón HTML
<button style="height:40px; width:40px;">Press Me</button>
Careful Cowfish
<button style="height:40px; width:40px;">Press Me</button>
.test{
height:200px;
width:200px;
}
<button style="height: 30px; background-color: none; border-radius:50%" id="edit_btn">
<img src="https://www.flaticon.com/svg/static/icons/svg/61/61456.svg" style="height: 20px; width:15px; float:center; text-align: center" />
</button>`
button {
font-size: 20px; /* Put your wanted size for your button here*/
}
transform: scale(4); /* This will make the component 4 times bigger */