rotate svg with css

CSS
svg {
  transform: rotate(180deg);
}
Source

Also in CSS: