User Mask Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The User Mask 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/320932.svg" alt="User Mask icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320932.svg" alt="User Mask icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320932.svg" alt="User Mask icon" :width="24" :height="24" />
CSS background
.icon-user-mask {
background-image: url('https://proicons.com/icon/320932.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="iso-8859-1"?> <!-- Generator: Adobe Illustrator 27.2.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --> <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 32 32" style="enable-background:new 0 0 32 32;" xml:space="preserve"> <path id="user--mask_00000039134455087875782510000009600838580492436381_" d="M31.36,31h-0.72c0-6.552-4.774-12.332-11.368-13.785 c-2.018,0.83-4.524,0.832-6.543,0C6.134,18.669,1.36,24.449,1.36,31H0.64c0-6.603,4.607-12.46,11.087-14.277 C9.138,15.237,7.39,12.444,7.39,9.25c0-4.748,3.862-8.61,8.61-8.61s8.61,3.862,8.61,8.61c0,3.193-1.748,5.987-4.338,7.473 C26.753,18.539,31.36,24.396,31.36,31z M11.36,15.628c1.303,0.951,2.907,1.512,4.64,1.512c1.732,0,3.337-0.561,4.64-1.512v-4.395 c-0.566-0.238-2.296-0.874-4.64-0.874c-2.343,0-4.074,0.635-4.64,0.874C11.36,11.233,11.36,15.628,11.36,15.628z M21.36,11.201 v3.833c1.463-1.357,2.413-3.262,2.52-5.384L21.36,11.201z M8.12,9.65c0.106,2.123,1.056,4.027,2.52,5.384v-3.833L8.12,9.65z M16,9.64c2.562,0,4.402,0.703,4.976,0.953l2.902-1.786C23.646,4.662,20.201,1.36,16,1.36c-4.202,0-7.646,3.302-7.877,7.447 l2.902,1.786C11.598,10.343,13.438,9.64,16,9.64z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!