Key Driver Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Key Driver icon is commonly used in password managers, authentication screens and security panels. Available as a free SVG - copy the code or download directly.
img tag
<img src="https://proicons.com/icon/327894.svg" alt="Key Driver icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/327894.svg" alt="Key Driver icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/327894.svg" alt="Key Driver icon" :width="24" :height="24" />
CSS background
.icon-key-driver {
background-image: url('https://proicons.com/icon/327894.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{fill:none;stroke:#000;stroke-linecap:round;stroke-linejoin:round;}</style></defs><rect class="b" x="14.9015" y="4.5" width="18.197" height="30.248" rx="2" ry="2"/><circle class="b" cx="24" cy="20.9496" r="4.8806"/><path class="b" d="m18.09,34.748h11.82v7.752c0,.5519-.4481,1-1,1h-9.82c-.5519,0-1-.4481-1-1v-7.752h0Z"/><line class="b" x1="20.6408" y1="34.7479" x2="20.6408" y2="41.9634"/><line class="b" x1="22.9907" y1="34.748" x2="22.9907" y2="40.7434"/><line class="b" x1="25.3407" y1="34.748" x2="25.3407" y2="40.7434"/><line class="b" x1="27.6906" y1="34.7479" x2="27.6906" y2="41.9634"/></svg>
Copied!