Ente Auth Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ente Auth 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/325462.svg" alt="Ente Auth icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325462.svg" alt="Ente Auth icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325462.svg" alt="Ente Auth icon" :width="24" :height="24" />
CSS background
.icon-ente-auth {
background-image: url('https://proicons.com/icon/325462.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><path class="c" d="M25.8709,14.0934c2.9838,0,5.5018,1.3454,7.1206,3.5599.6876.9406.0103,2.2655-1.1548,2.2655h-12.5302c-1.1972,0-1.8737-1.3963-1.1123-2.3202,1.787-2.1683,4.5133-3.5052,7.6766-3.5052ZM6.79,18.74c-.02.08-.05.18-.05.18-.41,1.62-.63,3.32-.63,5.08,0,5.67,2.1,10.79,5.92,14.42,3.63,3.45,8.55,5.34,13.84,5.34,4.64,0,9.15-1.28,12.73-3.63,2.29-1.5,3.08-4.63,1.57-6.92-1.5-2.3-4.6-2.92-6.87-1.39-2,1.35-4.64,2.09-7.43,2.09-2.73,0-5.47-.94-7.37-2.94-.72-.75-.2-1.99.84-1.99h17.27c4.99,0,8.75-4.59,7.72-9.47-.75-3.53-2.38-6.75-4.77-9.34-3.52-3.83-8.39-5.93-13.69-5.93-3.6,0-6.97.92-9.85,2.55q0-.01-.01,0"/><path class="c" d="M10.3753,20.5269c5.8423-1.4476,6.4306-5.9208,6.4593-7.5441l.1086-6.1298s-3.5854-.0878-6.297-1.6142c-2.764,1.4294-6.3503,1.3901-6.3503,1.3901l-.1086,6.1298c-.0288,1.6233.4006,6.1146,6.1879,7.7683Z"/></svg>
Copied!