Ui User Icon
Free SVG icon from the IcoFont collection. Download or copy for use in any project.
The Ui 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/306814.svg" alt="Ui User icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/306814.svg" alt="Ui User icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/306814.svg" alt="Ui User icon" :width="24" :height="24" />
CSS background
.icon-ui-user {
background-image: url('https://proicons.com/icon/306814.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg width="64" height="64" viewBox="0 0 1000 1000" xmlns="http://www.w3.org/2000/svg"><path d="M859 803c-230-139-469-144-700-11C77 839 25 901 0 968h1000c-22-64-69-122-141-165zM500 32c163 0 294 130 295 292S664 619 502 621c-164 1-295-131-296-296 0-163 130-293 294-293z"/></svg>
Copied!