Ente Locker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Ente Locker 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/325464.svg" alt="Ente Locker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/325464.svg" alt="Ente Locker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/325464.svg" alt="Ente Locker icon" :width="24" :height="24" />
CSS background
.icon-ente-locker {
background-image: url('https://proicons.com/icon/325464.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{stroke-miterlimit:10;}.b,.c{fill:none;stroke:#000;}.c{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.5052ZM15.2453,7.2515c.1552-.1341.5655-.3496.5655-.3496,2.9264-1.698,6.3652-2.6619,10.0591-2.6619,5.3,0,10.17,2.1,13.69,5.93,2.39,2.59,4.02,5.81,4.77,9.34,1.03,4.88-2.73,9.47-7.72,9.47h-17.27c-1.04,0-1.56,1.24-.84,1.99,1.9,2,4.64,2.94,7.37,2.94,2.79,0,5.43-.74,7.43-2.09,2.27-1.53,5.37-.91,6.87,1.39,1.51,2.29.72,5.42-1.57,6.92-3.58,2.35-8.09,3.63-12.73,3.63-5.29,0-10.21-1.89-13.84-5.34-3.82-3.63-5.92-8.75-5.92-14.42,0-1.7601.2203-3.4613.6332-5.0759,0,0,.0219-.1013.0457-.1844"/><circle class="b" cx="10.5305" cy="14.7901" r="1.4389"/><line class="c" x1="10.0963" y1="16.162" x2="9.7096" y2="17.3835"/><path class="c" d="M7.7737,9.773l7.9696,2.5226c.8036.2543,1.2488,1.1119.9944,1.9155l-1.7484,5.5236c-.2543.8036-1.112,1.2488-1.9155.9944l-8.0348-2.5432c-.8036-.2543-1.2488-1.112-.9945-1.9155l1.8191-5.52c.2616-.7938,1.1131-1.2296,1.91-.9773Z"/><path class="c" d="M8.104,9.8775l.4802-1.517c.6388-1.9967,2.7753-3.0975,4.772-2.4587,1.988.636,3.0895,2.7578,2.4658,4.7496l-.4802,1.517"/></svg>
Copied!