.gallery-sort-btn {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' viewBox='0 0 32 32' enable-background='new 0 0 32 32' xml:space='preserve'%3E%3Cline fill='none' stroke='%23000000' stroke-width='2' stroke-miterlimit='10' x1='23' y1='26.1' x2='23' y2='5'/%3E%3Cpolyline fill='none' stroke='%23000000' stroke-width='2' stroke-miterlimit='10' points='18.7,21.8 23,26.1 27.3,21.8 '/%3E%3Cpolyline fill='none' stroke='%23000000' stroke-width='2' stroke-miterlimit='10' points='12,15 12,14 9.1,6 8.9,6 6,14 6,15 '/%3E%3Cline fill='none' stroke='%23000000' stroke-width='2' stroke-miterlimit='10' x1='6' y1='12' x2='12' y2='12'/%3E%3Cpolyline fill='none' stroke='%23000000' stroke-width='2' stroke-miterlimit='10' points='5,18 12,18 12,19 6,25 6,26 13,26 '/%3E%3C/svg%3E");
  border: none;
  height: 30px;
  width: 30px;
  background-color: transparent;
  border-radius: 50px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
}