<svg  viewBox="0 0 40 70" fill="none" stroke="#41B883" stroke-width="6">
  <path d="M 0 0 L 15 30 L 30 0">
</svg>
 <span class="texte">Vue js</span>
 
body{
  display: grid;
  grid-template-columns: 1fr 1fr ;
}
svg{
    filter: drop-shadow(0 -55vmin 0 #35495E);
    margin: -14% 0 0 20%;
}
.texte{
  font-size:20vmin;
  color: #35495E;
}
@media(max-width:800px){
  svg{
    filter: drop-shadow(0 -11vmin 0 #35495E);
  }
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.