Icons

Using icons from within Drupal.

Ex

  • Used for dialog close and multi value form remove
 

Chevron left

 

Chevron right

 

.icon {
height: 2rem;
width: 2rem;
background-size: cover;
}
.icon-x {
background-image: url(/core/misc/icons/000000/ex.svg);
}
.icon-chevron-left {
background-image: url(/core/misc/icons/000000/chevron-left.svg);
}
.icon-chevron-right {
background-image: url(/core/misc/icons/000000/chevron-right.svg);
}