Ente Auth Alt Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ente Auth Alt 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/325463.svg" alt="Ente Auth Alt icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325463.svg" alt="Ente Auth Alt icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325463.svg" alt="Ente Auth Alt icon" :width="24" :height="24" />
CSS background
.icon-ente-auth-alt {
background-image: url('https://proicons.com/icon/325463.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="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.b{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="17.284" y="22.1193" width="13.432" height="10.2944" rx="1.1768" ry="1.1768"/><path class="b" d="M20.0556,22.1193v-3.0725c0-2.1785,1.766-3.9444,3.9444-3.9444s3.9444,1.766,3.9444,3.9444v3.0725"/><path class="b" d="M24,43.5c6.914-1.6497,16.1165-9.9645,16.1165-20.1269v-11.8122l-16.1165-7.0609L7.8835,11.5609v11.8122c0,10.1624,9.2025,18.4772,16.1165,20.1269Z"/></svg>
Copied!