Иконка «Человек» или «Посетитель» | CSS

<style>
#man {
  display: inline-block;
  position: relative;
  width: 3em; /* ширина элемента */ 
  height: 3em; /* высота элемента */ 
}
#man::before,
#man::after {
  content: "";
  position: absolute;
  background: currentColor; /* цвет иконки как цвет текста */ 
}
#man::before {
  left: 25%;
  width: 50%;
  height: 50%;
  border-radius: 100%;
}
#man::after {
  left: 0;
  bottom: 0%;
  width: 100%;
  height: 40%;
  border-radius: 100% 100% 0% 0%;
}
</style>

<span id="man"></span>
в f t
наверх ↑

1 комментарий:

Анонимный
Great post!

Useful information worthy of thanks ,

http://ixgram.com