Secure Access Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Secure 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/347092.svg" alt="Secure Access icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/347092.svg" alt="Secure Access icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/347092.svg" alt="Secure Access icon" :width="24" :height="24" />
CSS background
.icon-secure-access {
background-image: url('https://proicons.com/icon/347092.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>.d{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path id="c" class="d" d="m29.42,27.678l9.498-3.752c2.126-.84,2.75-.598,3.742.145.561.42.766.93.817,1.56.106,1.311-.145,2.161-.986,2.727-5.099,3.429-10.534,5.984-17.348,8.785-3.312,1.361-8.21.463-12.61-1.05l-5.893-.023c-1.1797.0022-2.1378-.9523-2.14-2.132,0-.0027,0-.0053,0-.008v-5.954c0-1.186.955-2.14,2.14-2.14h6.326c2.407-2.992,9.734-1.995,14.92-1.819,1.4.048,1.924,1.489,1.534,3.661-1.348,2.587-4.775,1.902-8,2.019m8.082-11.317l1.234-1.234,1.233,1.233m-5.912,0l1.234-1.233h0l1.233,1.233m-5.867-5.069h9.717l2.726,2.535-2.726,2.535h-.404m-2.467,0h-.978m-2.467,0h-3.4m-4.305-2.535c0,.8643-.7007,1.565-1.565,1.565h-.001c-.8643,0-1.565-.7007-1.565-1.565h0c0-.8643.7007-1.565,1.565-1.565h0c.8643-.0006,1.5655.6997,1.566,1.564v.001Zm4.304,2.534l-2.464,2.464c-.9.9-2.348.9-3.247,0l-3.376-3.373c-.9-.9-.9-2.348,0-3.248l3.375-3.375c.9-.9,2.348-.9,3.247,0h0l2.464,2.464"/></svg>
Copied!