Digilocker Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Digilocker 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/324516.svg" alt="Digilocker icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/324516.svg" alt="Digilocker icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/324516.svg" alt="Digilocker icon" :width="24" :height="24" />
CSS background
.icon-digilocker {
background-image: url('https://proicons.com/icon/324516.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.a{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="a" d="M8.5,31.1893V41.5a2,2,0,0,0,2,2h27a2,2,0,0,0,2-2v-26h-9a2,2,0,0,1-2-2v-9h-18a2,2,0,0,0-2,2V20.6349"/><line class="a" x1="28.5" y1="4.5" x2="39.5" y2="15.5"/><path class="a" d="M25.3968,21.9252c-.0424,0-.0834.0053-.1255.0063a7.218,7.218,0,0,0-13.4879-2.1668c-.0435-.001-.0857-.0066-.1294-.0066a6.154,6.154,0,0,0,0,12.308H25.3968a5.07,5.07,0,1,0,0-10.1409Z"/></svg>
Copied!