<style>
.dd {
width: 100px;
height: 200px;
background-image: url(img/buttonForPinterest.svg) no-repeat; /* так не работает! */
background-repeat: no-repeat; /* так работает! */
}
</style>
</head>
<body>
<div class="dd">asdqwe3r3</div>
</body>
</html>