User Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The User icon is commonly used in account pages, profile sections and authentication flows. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/304872.svg" alt="User icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304872.svg" alt="User icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304872.svg" alt="User icon" :width="24" :height="24" />
CSS background
.icon-user {
background-image: url('https://proicons.com/icon/304872.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 72 56"><defs><style>.cls-1{fill:#010002;}</style></defs><title>user</title><path class="cls-1" d="M12.54,52.05H59.46a2.11,2.11,0,0,0,1.6-.7A1.73,1.73,0,0,0,61.49,50,25.8,25.8,0,0,0,47.9,30.45a16.8,16.8,0,0,1-23.8,0A25.8,25.8,0,0,0,10.51,50a1.75,1.75,0,0,0,.43,1.38A2.11,2.11,0,0,0,12.54,52.05Z"/><path class="cls-1" d="M25.43,28.6c.27.29.56.56.85.82a14.52,14.52,0,0,0,19.43,0,11.1,11.1,0,0,0,.86-.82c.27-.29.54-.58.79-.89a14.6,14.6,0,1,0-22.72,0C24.89,28,25.16,28.31,25.43,28.6Z"/></svg>
User in other icon packs
Copied!