Profile Svg Icon
Free SVG icon from the IconaMoon collection. Download or copy for use in any project.
The Profile 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/308795.svg" alt="Profile Svg icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/308795.svg" alt="Profile Svg icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/308795.svg" alt="Profile Svg icon" :width="24" :height="24" />
CSS background
.icon-profile---svg {
background-image: url('https://proicons.com/icon/308795.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 fill-rule="evenodd" clip-rule="evenodd" d="M8 6.99997C8 4.79083 9.79086 2.99997 12 2.99997C14.2091 2.99997 16 4.79083 16 6.99997C16 9.20911 14.2091 11 12 11C9.79086 11 8 9.20911 8 6.99997ZM8 13C5.23858 13 3 15.2385 3 18C3 19.6568 4.34315 21 6 21H18C19.6569 21 21 19.6568 21 18C21 15.2385 18.7614 13 16 13H8Z" fill="#292929"/> </svg>
Copied!