/* Заменить иконку самого виджета */
.t-bf-icon {
  background-image: url('https://optim.tildacdn.com/tild6536-3131-4535-a331-383165313539/-/resize/688x/-/format/webp/photo.png') !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* Убираем стандартную SVG-маску */
.t-bf-icon svg {
  display: none !important;
}
