Unauthorized User Access Icon
Free SVG icon from the Carbon Icons collection. Download or copy for use in any project.
The Unauthorized User Access 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/320912.svg" alt="Unauthorized User Access icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/320912.svg" alt="Unauthorized User Access icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/320912.svg" alt="Unauthorized User Access icon" :width="24" :height="24" />
CSS background
.icon-unauthorized-user-access {
background-image: url('https://proicons.com/icon/320912.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 24.1.2, 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="unauthorized--user--access_1_" d="M28.36,25.763V31h-0.72v-5.237c0-5.419-3.679-10.076-8.946-11.324 c-0.15-0.036-0.261-0.163-0.275-0.316c-0.015-0.154,0.071-0.3,0.212-0.363c2.34-1.041,3.851-3.365,3.851-5.919 c0-3.573-2.907-6.48-6.48-6.48c-3.574,0-6.481,2.907-6.481,6.48c0,2.555,1.512,4.878,3.851,5.919 c0.141,0.063,0.226,0.209,0.212,0.363c-0.014,0.153-0.125,0.281-0.275,0.316c-5.27,1.248-8.949,5.905-8.949,11.324V31H3.64v-5.237 c0-5.444,3.497-10.164,8.611-11.779c-2.123-1.296-3.452-3.618-3.452-6.144c0-3.97,3.23-7.2,7.201-7.2s7.201,3.23,7.201,7.2 c0,2.525-1.329,4.847-3.452,6.144C24.863,15.599,28.36,20.318,28.36,25.763z M18.745,21.745L16,24.49l-2.746-2.745l-0.509,0.51 L15.49,25l-2.745,2.745l0.509,0.51L16,25.51l2.745,2.745l0.51-0.51L16.51,25l2.745-2.745L18.745,21.745z"/> <rect id="_Transparent_Rectangle" style="fill:none;" width="32" height="32"/> </svg>
Copied!