Profile Circle Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Profile Circle Svg 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/309708.svg" alt="Profile Circle Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/309708.svg" alt="Profile Circle Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/309708.svg" alt="Profile Circle Svg icon" :width="24" :height="24" />
CSS background
.icon-profile-circle---svg {
background-image: url('https://proicons.com/icon/309708.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"/> <path d="M13.5 9C13.5 9.82843 12.8284 10.5 12 10.5V11.5C13.3807 11.5 14.5 10.3807 14.5 9H13.5ZM12 10.5C11.1716 10.5 10.5 9.82843 10.5 9H9.5C9.5 10.3807 10.6193 11.5 12 11.5V10.5ZM10.5 9C10.5 8.17157 11.1716 7.5 12 7.5V6.5C10.6193 6.5 9.5 7.61929 9.5 9H10.5ZM12 7.5C12.8284 7.5 13.5 8.17157 13.5 9H14.5C14.5 7.61929 13.3807 6.5 12 6.5V7.5Z" fill="#292929"/> <path d="M5.16583 17.8564L4.68663 17.7137L4.60881 17.975L4.78631 18.1819L5.16583 17.8564ZM18.8341 17.8564L19.2136 18.1819L19.3911 17.975L19.3133 17.7137L18.8341 17.8564ZM8.99998 15.5H15V14.5H8.99998V15.5ZM8.99998 14.5C6.96102 14.5 5.23999 15.8556 4.68663 17.7137L5.64503 17.9991C6.07561 16.5533 7.41543 15.5 8.99998 15.5V14.5ZM12 20.5C9.41785 20.5 7.10503 19.3493 5.54535 17.5309L4.78631 18.1819C6.52787 20.2123 9.11382 21.5 12 21.5V20.5ZM15 15.5C16.5845 15.5 17.9243 16.5533 18.3549 17.9991L19.3133 17.7137C18.76 15.8556 17.0389 14.5 15 14.5V15.5ZM18.4546 17.5309C16.8949 19.3493 14.5821 20.5 12 20.5V21.5C14.8861 21.5 17.4721 20.2123 19.2136 18.1819L18.4546 17.5309Z" fill="#292929"/> </svg>
Copied!