Profile Circle Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Profile Circle icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/309099.svg" alt="Profile Circle icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309099.svg" alt="Profile Circle icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309099.svg" alt="Profile Circle icon" :width="24" :height="24" />
CSS background
.icon-profile-circle {
background-image: url('https://proicons.com/icon/309099.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M21 12C21 13.8569 20.4376 15.5825 19.4739 17.0157C17.858 19.4189 15.1136 21 12 21C8.88636 21 6.14202 19.4189 4.52609 17.0157C3.56237 15.5825 3 13.8569 3 12C3 7.02944 7.02944 3 12 3C16.9706 3 21 7.02944 21 12Z" stroke="#292929" stroke-width="1.5"/> <path d="M13.25 9C13.25 9.69036 12.6904 10.25 12 10.25V11.75C13.5188 11.75 14.75 10.5188 14.75 9H13.25ZM12 10.25C11.3096 10.25 10.75 9.69036 10.75 9H9.25C9.25 10.5188 10.4812 11.75 12 11.75V10.25ZM10.75 9C10.75 8.30964 11.3096 7.75 12 7.75V6.25C10.4812 6.25 9.25 7.48122 9.25 9H10.75ZM12 7.75C12.6904 7.75 13.25 8.30964 13.25 9H14.75C14.75 7.48122 13.5188 6.25 12 6.25V7.75Z" fill="#292929"/> <path d="M5.16583 17.8564L4.44703 17.6423L4.3303 18.0343L4.59656 18.3447L5.16583 17.8564ZM18.8341 17.8564L19.4034 18.3447L19.6696 18.0343L19.5529 17.6423L18.8341 17.8564ZM8.99998 15.75H15V14.25H8.99998V15.75ZM8.99998 14.25C6.84741 14.25 5.03109 15.6812 4.44703 17.6423L5.88463 18.0705C6.28452 16.7278 7.52904 15.75 8.99998 15.75V14.25ZM12 20.25C9.49385 20.25 7.24932 19.1335 5.73511 17.3681L4.59656 18.3447C6.38358 20.4281 9.03781 21.75 12 21.75V20.25ZM15 15.75C16.4709 15.75 17.7154 16.7278 18.1153 18.0705L19.5529 17.6423C18.9689 15.6812 17.1525 14.25 15 14.25V15.75ZM18.2648 17.3681C16.7506 19.1335 14.5061 20.25 12 20.25V21.75C14.9621 21.75 17.6164 20.4281 19.4034 18.3447L18.2648 17.3681Z" fill="#292929"/> </svg>
Profile Circle in other icon packs
Copied!