Необходимо отметка чекбокса при нажатии на определённую иконку.
.rad {
position: relative;
top: 20px;
right: 64px;
height: 12px;
}
.rad1 {
position: relative;
top: 20px;
right: -25px;
}
<img style="height: 35px; width: 35px; position: relative; right: -10px;" src="http://yarkov.org/wp-content/uploads/2016/02/vk-icon.png">
<img style="height: 35px; width: 35px; position: relative; left: 86px;" src="https://images.vexels.com/media/users/3/137380/isolated/preview/1b2ca367caa7eff8b45c09ec09b44c16-instagram-icon-logo-by-vexels.png">
<input class="rad" type="checkbox" name="Instagram">
<input class="rad1" type="checkbox" name="Vk">