input[type="search"]::-webkit-search-cancel-button {
  appearance: none;
  width: 25px;
  height: 25px;
  mask: url('./icon-clear.svg') no-repeat center;
  mask-size: contain;
  background-color: #191919;
  cursor: pointer;
}