User Suit Icon
Free SVG icon from the Govicons collection. Download or copy for use in any project.
The User Suit 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/304871.svg" alt="User Suit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/304871.svg" alt="User Suit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/304871.svg" alt="User Suit icon" :width="24" :height="24" />
CSS background
.icon-user-suit {
background-image: url('https://proicons.com/icon/304871.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-suit</title><path class="cls-1" d="M61.39,49.89A25.7,25.7,0,0,0,47.86,30.44c-3,3-7.23,19.66-11.86,19.66S27.18,33.48,24.14,30.44A25.7,25.7,0,0,0,10.61,49.89,1.71,1.71,0,0,0,11,51.27a2.15,2.15,0,0,0,1.6.7H59.37a2.15,2.15,0,0,0,1.6-.7A1.71,1.71,0,0,0,61.39,49.89ZM54,43.44H47.24V42H54Z"/><path class="cls-1" d="M25.47,28.6c.27.28.56.56.85.82a14.45,14.45,0,0,0,19.36,0c.29-.26.58-.54.85-.82s.54-.58.79-.89a14.55,14.55,0,1,0-22.64,0C24.93,28,25.19,28.31,25.47,28.6Z"/><path class="cls-1" d="M37.52,36.55a.4.4,0,0,1-.4.4H34.88a.4.4,0,0,1-.4-.4V34.3a.39.39,0,0,1,.4-.39h2.24a.39.39,0,0,1,.4.39Z"/><polyline class="cls-1" points="34.35 37.87 37.56 37.87 39.08 50.62 32.81 50.62"/></svg>
Copied!