<link href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Strait">
<div class="container" style="font-family: 'Strait', sans-serif;">
<div class="row">
<div style="text-align:center" ><h2>Google Play button</h2></div>
<div class="col-xs-12">
<a class="btn btn-lg big-btn btn-block android-btn" href="https://play.google.com/store/apps/details?id=oyak.bilgi.oyakhesaprobotu" target="_blank">
<svg width="60px" class="pull-left" style="padding-left:10px" aria-hidden="true" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg">
<path fill="none" d="M0,0h40v40H0V0z"></path>
<g>
<path d="M19.7,19.2L4.3,35.3c0,0,0,0,0,0c0.5,1.7,2.1,3,4,3c0.8,0,1.5-0.2,2.1-0.6l0,0l17.4-9.9L19.7,19.2z" fill="#EA4335"></path>
<path d="M35.3,16.4L35.3,16.4l-7.5-4.3l-8.4,7.4l8.5,8.3l7.5-4.2c1.3-0.7,2.2-2.1,2.2-3.6C37.5,18.5,36.6,17.1,35.3,16.4z" fill="#FBBC04"></path>
<path d="M4.3,4.7C4.2,5,4.2,5.4,4.2,5.8v28.5c0,0.4,0,0.7,0.1,1.1l16-15.7L4.3,4.7z" fill="#4285F4"></path>
<path d="M19.8,20l8-7.9L10.5,2.3C9.9,1.9,9.1,1.7,8.3,1.7c-1.9,0-3.6,1.3-4,3c0,0,0,0,0,0L19.8,20z" fill="#34A853"></path>
</g>
</svg>
<div class="btn-text">
<strong style="font-size:16px" class="strait">Google Play</strong>
<br>
<strong>OYAK EMS Pay Azaltım Robotunu Yükleyin</strong></div>
</a>
</div>
</div>
</div>
/*ANDROİD BUTON BAŞLANGIÇ*/
.big-btn{
padding: 10px 0px 11px 0px;
margin-top:5px;
}
.big-btn i{
font-size: 65px;
margin-right: 0px !important;
}
.big-btn strong{
font-size: 25px;
text-shadow: 1px 2px 0px #34659B;
color: #fff;
line-height: 24px;
}
.big-btn .btn-text{
margin:6px 6px 0 0;
}
.big-btn small{font-size: 75%;}
.android-btn{
padding: 13px 17px 13px 0px;
background-color: #0A6A98;
border-color: #0A6A98;
}
.android-btn:hover{
background-color: #158EC9;
}
.android-btn i{
font-size: 55px;
}
.android-btn .btn-text{
margin-top: 0px;
}
.android-btn .btn-text:hover{
color:#fff;
}
.android-btn strong{
text-shadow: none;
color: #fff;
line-height: 24px;
}
/*ANDROİD BUTON BİTİŞ*/