Adobe Account Access Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Adobe Account Access icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/321381.svg" alt="Adobe Account Access icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/321381.svg" alt="Adobe Account Access icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/321381.svg" alt="Adobe Account Access icon" :width="24" :height="24" />
CSS background
.icon-adobe-account-access {
background-image: url('https://proicons.com/icon/321381.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="b" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.c{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="c" x="5.5" y="5.5" width="37" height="37" rx="4" ry="4"/><path class="c" d="M24.0001,35.5c5.3332-1.8385,9.1342-6.1116,9.7308-11.5524.1654-2.3619.1513-4.7329-.0421-7.0927-.053-.7707-.6831-1.3749-1.4553-1.3955-2.4127-.0743-5.2166-.4763-7.3836-2.611-.4711-.4645-1.228-.4645-1.6991,0-2.1672,2.1344-4.9711,2.5367-7.3835,2.611-.7723.0206-1.4024.6248-1.4553,1.3955-.1936,2.3597-.2079,4.7308-.0426,7.0927.5965,5.4409,4.3976,9.714,9.7308,11.5524Z"/><path class="c" d="M20.44,22.7917h7.1199c.27,0,.4889.2189.4889.4889v5.262c0,.27-.2189.4889-.4889.4889h-7.1199c-.27,0-.489-.2189-.489-.489v-5.2619c0-.27.2189-.4889.4889-.4889h0Z"/><path class="c" d="M21.3202,22.7917v-1.1224c.0046-1.4788,1.207-2.6739,2.6858-2.6693,1.4723.0045,2.6647,1.197,2.6693,2.6693v1.1224"/></svg>
Copied!