SOURCE

console 命令行工具 X clear

                    
>
console
<div>
  <p>Protest police brutality</p>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="150px" height="150px" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid">
<g>
  <path d="M50 15A35 35 0 1 0 74.74873734152916 25.25126265847084" fill="none" stroke="#ffffff" stroke-width="12"></path>
  <path d="M49 3L49 27L61 15L49 3" fill="#ffffff"></path>
  <animateTransform attributeName="transform" type="rotate" repeatCount="indefinite" dur="1s" values="0 50 50;360 50 50" keyTimes="0;1"></animateTransform>
</g>
</svg>
  <p>Police brutality</p>
</div>
body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0;
  min-height: 100vh;
  font-family: 'Work Sans', sans-serif;
  background: #000000;
  color: #ffffff;
}
div {
  display: flex;
  align-items: center;
}

path {
  stroke: #fff;
}

p {
  max-width: 10rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}