Giving an SVG a border

You could try put the border on the container div, making a circle around the scaled image. :slightly_smiling_face:

Example:

.smile-5 {
  display: table;
  border: 2px solid red;
  border-radius: 50%;
}