Bootstrap 4 Simple Icon button Below is some simple SCSS using bootstrap to create simple icon buttons like: Simple add SCSS as follows: a.btn-icon, .btn-icon { position: relative; &.btn-outline-primary { &:before { background: $primary; }... read more → 16th December 2018 Richard Nicol Bootstrap, SCSS