Keepassdx Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Keepassdx 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/342431.svg" alt="Keepassdx icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/342431.svg" alt="Keepassdx icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/342431.svg" alt="Keepassdx icon" :width="24" :height="24" />
CSS background
.icon-keepassdx {
background-image: url('https://proicons.com/icon/342431.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<svg id="Layer_2" data-name="Layer 2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.cls-1{fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;}</style></defs><path class="cls-1" d="M33.89,5.5a9.61,9.61,0,1,1-4.31,18.19l-1.73,1.73,12.8,12.81V42.5H36.38L23.58,29.69V34H19.31v4.27H15L10.77,42.5H6.5V38.23L19.31,25.42,6.5,12.61V8.35h4.27l12.81,12.8,1.74-1.74A9.59,9.59,0,0,1,33.89,5.5Zm3.92,7.12a2.85,2.85,0,1,0,2.84,2.84A2.85,2.85,0,0,0,37.81,12.62Z"/><line class="cls-1" x1="27.85" y1="25.42" x2="23.58" y2="29.69"/><line class="cls-1" x1="23.58" y1="21.15" x2="19.31" y2="25.42"/></svg>
Copied!