Yes you can. Use a text-shadow:
.my-icon {
text-shadow: 0 0 3px #000;
}
Or Also you can use webkit text stroke remember it only work with Chrome and Safari
CSS-Tricks example
-webkit-text-fill-color: white;
-webkit-text-stroke-width: 1px;
-webkit-text-stroke-color: black;
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…