.svgbell {
    width: 18px;
    height: 18px;
    background-image: url('/xyz/svg/bell.svg');
    background-size: contain;
    display: inline-block;
  }

.svguserexcl {
    width: 18px;
    height: 18px;
    background-image: url('/xyz/svg/userexcl.svg');
    background-size: contain;
    display: inline-block;
}

.svguserstar {
    width: 18px;
    height: 18px;
    background-image: url('/xyz/svg/userstar.svg');
    background-size: contain;
    display: inline-block;
}


.svgchecksq {
    width: 18px;
    height: 18px;
    background-image: url('/xyz/svg/checksq.svg');
    background-size: contain;
    display: inline-block;
}

.svgundo {
    width: 18px;
    height: 18px;
    background-image: url('/xyz/svg/undo.svg');
    background-size: contain;
    display: inline-block;
}