Kод под аватарки размером 200 на 200. Размер обводки можно настроить в диве .image
<br />
.image {<br />
position: absolute;<br />
width: 200px;<br />
height: 200px;<br />
top: 50%;<br />
left: 50%;<br />
transform: translate(-50%, -50%);<br />
border: 4px solid transparent;<br />
border-radius: 50%;<br />
background-image: linear-gradient(white, white), radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);<br />
background-origin: border-box;<br />
background-clip: content-box, border-box;<br />
}<br />
.image__src{<br />
position: absolute;<br />
top: 4px;<br />
right: 4px;<br />
bottom: 4px;<br />
left: 4px;<br />
border-radius: 50%;<br />
background-size: cover;<br />
}<br />