-3

This is the current circle that I have, with the code

   <div fxLayout="row" fxLayoutAlign="space-between">
          <div fxLayout="column" fxFlex="0 0 10%">
            <mat-icon aria-hidden="false" style="color:#4CAF50">check_circle</mat-icon>
          </div>
          <div fxLayout="column" fxFlex="0 0 100%">
              <span class="verify-email2">8 characters mininum</span>
          </div>
      </div>

check circle

what I want to implement is the image below with white background

enter image description here

Ryan M
  • 18,333
  • 31
  • 67
  • 74
Jhon Caylog
  • 483
  • 8
  • 24

1 Answers1

1

Try using check_circle_outline instead of check_circle

Hoff
  • 38,776
  • 17
  • 74
  • 99