Secure Box Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Secure Box 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/332534.svg" alt="Secure Box icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/332534.svg" alt="Secure Box icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/332534.svg" alt="Secure Box icon" :width="24" :height="24" />
CSS background
.icon-secure-box {
background-image: url('https://proicons.com/icon/332534.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:7;}.b,.c{fill:none;stroke:#000;}.c{stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="c" d="M11.628,18.36c1.8152-5.0033,6.6106-8.5776,12.241-8.5776,3.7223,0,7.0797,1.5623,9.4268,4.0034M35.988,18.6066c.1294.6645,3.8167,10.984,1.9271,23.874"/><path class="c" d="M15.61,7.5417c-3.3396,1.7468-6.0571,4.5196-7.7337,7.8985M36.0153,10.2944c1.3035,1.0627,2.4316,2.5397,3.3715,4.3711"/><path class="c" d="M5.5,10.269c1.1514-1.6129,2.5099-3.0677,4.0368-4.3256M38.0868,5.8507c1.5015,1.2209,2.8429,2.631,3.9879,4.1941"/><path class="c" d="M10.855,23.677s.4649,4.5343.3841,10.073M10.915,39.7392c-.0925.924-.2077,1.8424-.3496,2.741"/><path class="c" d="M15.073,42.48c.335-1.4752.4631-2.9673.5789-4.4675M33.7719,37.9957c-.0636,1.4147-.1704,2.9108-.3308,4.4843"/><path class="c" d="M19.582,40.062c.0497-.6924.09-1.387.1383-2.0696M29.0772,40.2011c-.0686.7883-.1536,1.5617-.2333,2.2793"/><path class="c" d="M24.453,38.032c-.0247.8874-.0657,1.7706-.1267,2.634-.0412.5827-.1543,1.2547-.2149,1.8147"/><path class="c" d="M19.365,17.209c0-2.4341,1.9732-4.4073,4.4073-4.4073s4.4073,1.9732,4.4073,4.4073v2.3619"/><rect class="c" x="15.323" y="19.739" width="16.899" height="15.778" rx="1.5672" ry="1.5672"/><path class="b" d="M19.365,17.209v2.5298"/><circle class="c" cx="23.772" cy="27.01" r="2.2552"/><path class="c" d="M38.5,5.5001H9.4999c-2.2091,0-4,1.7909-4,4v29c0,2.2091,1.7909,4,4,4h29c2.2091,0,4-1.7909,4-4V9.5001c0-2.2091-1.7909-4-4-4Z"/></svg>
Copied!