keepassxc logo
keepassxc from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- keepassxc
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the keepassxc logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.378 0 0 5.378 0 12c0 6.623 5.378 12 12 12c6.623 0 12-5.377 12-12c0-6.622-5.377-12-12-12m0 .791a11.203 11.203 0 0 1 11.209 11.21A11.2 11.2 0 0 1 12 23.208A11.203 11.203 0 0 1 .791 12A11.203 11.203 0 0 1 12.001.791zm0 1.871a9.4 9.4 0 0 0-1.705.162A1.746 1.746 0 0 0 12 4.95a1.746 1.746 0 0 0 1.706-2.126A9.3 9.3 0 0 0 12 2.662M7.2 4a9.34 9.34 0 0 0-4.54 8a9.338 9.338 0 0 0 18.677 0a9.34 9.34 0 0 0-4.54-7.998a4.89 4.89 0 0 1-2.701 5.365l-.12 2.066l1.482 1.483l-1.483 1.482l.989.989l-.989.988l.12 1.857L12 20.328l-2.096-2.096V9.367A4.89 4.89 0 0 1 7.2 4m3.4 6.543v6.99h.7v-6.99z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsKeepassxc(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.378 0 0 5.378 0 12c0 6.623 5.378 12 12 12c6.623 0 12-5.377 12-12c0-6.622-5.377-12-12-12m0 .791a11.203 11.203 0 0 1 11.209 11.21A11.2 11.2 0 0 1 12 23.208A11.203 11.203 0 0 1 .791 12A11.203 11.203 0 0 1 12.001.791zm0 1.871a9.4 9.4 0 0 0-1.705.162A1.746 1.746 0 0 0 12 4.95a1.746 1.746 0 0 0 1.706-2.126A9.3 9.3 0 0 0 12 2.662M7.2 4a9.34 9.34 0 0 0-4.54 8a9.338 9.338 0 0 0 18.677 0a9.34 9.34 0 0 0-4.54-7.998a4.89 4.89 0 0 1-2.701 5.365l-.12 2.066l1.482 1.483l-1.483 1.482l.989.989l-.989.988l.12 1.857L12 20.328l-2.096-2.096V9.367A4.89 4.89 0 0 1 7.2 4m3.4 6.543v6.99h.7v-6.99z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 0C5.378 0 0 5.378 0 12c0 6.623 5.378 12 12 12c6.623 0 12-5.377 12-12c0-6.622-5.377-12-12-12m0 .791a11.203 11.203 0 0 1 11.209 11.21A11.2 11.2 0 0 1 12 23.208A11.203 11.203 0 0 1 .791 12A11.203 11.203 0 0 1 12.001.791zm0 1.871a9.4 9.4 0 0 0-1.705.162A1.746 1.746 0 0 0 12 4.95a1.746 1.746 0 0 0 1.706-2.126A9.3 9.3 0 0 0 12 2.662M7.2 4a9.34 9.34 0 0 0-4.54 8a9.338 9.338 0 0 0 18.677 0a9.34 9.34 0 0 0-4.54-7.998a4.89 4.89 0 0 1-2.701 5.365l-.12 2.066l1.482 1.483l-1.483 1.482l.989.989l-.989.988l.12 1.857L12 20.328l-2.096-2.096V9.367A4.89 4.89 0 0 1 7.2 4m3.4 6.543v6.99h.7v-6.99z"/></svg> </template>
CSS
.icon-keepassxc {
width: 24px;
height: 24px;
background-color: currentColor;
-webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%200C5.378%200%200%205.378%200%2012c0%206.623%205.378%2012%2012%2012c6.623%200%2012-5.377%2012-12c0-6.622-5.377-12-12-12m0%20.791a11.203%2011.203%200%200%201%2011.209%2011.21A11.2%2011.2%200%200%201%2012%2023.208A11.203%2011.203%200%200%201%20.791%2012A11.203%2011.203%200%200%201%2012.001.791zm0%201.871a9.4%209.4%200%200%200-1.705.162A1.746%201.746%200%200%200%2012%204.95a1.746%201.746%200%200%200%201.706-2.126A9.3%209.3%200%200%200%2012%202.662M7.2%204a9.34%209.34%200%200%200-4.54%208a9.338%209.338%200%200%200%2018.677%200a9.34%209.34%200%200%200-4.54-7.998a4.89%204.89%200%200%201-2.701%205.365l-.12%202.066l1.482%201.483l-1.483%201.482l.989.989l-.989.988l.12%201.857L12%2020.328l-2.096-2.096V9.367A4.89%204.89%200%200%201%207.2%204m3.4%206.543v6.99h.7v-6.99z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%221em%22%20height%3D%221em%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12%200C5.378%200%200%205.378%200%2012c0%206.623%205.378%2012%2012%2012c6.623%200%2012-5.377%2012-12c0-6.622-5.377-12-12-12m0%20.791a11.203%2011.203%200%200%201%2011.209%2011.21A11.2%2011.2%200%200%201%2012%2023.208A11.203%2011.203%200%200%201%20.791%2012A11.203%2011.203%200%200%201%2012.001.791zm0%201.871a9.4%209.4%200%200%200-1.705.162A1.746%201.746%200%200%200%2012%204.95a1.746%201.746%200%200%200%201.706-2.126A9.3%209.3%200%200%200%2012%202.662M7.2%204a9.34%209.34%200%200%200-4.54%208a9.338%209.338%200%200%200%2018.677%200a9.34%209.34%200%200%200-4.54-7.998a4.89%204.89%200%200%201-2.701%205.365l-.12%202.066l1.482%201.483l-1.483%201.482l.989.989l-.989.988l.12%201.857L12%2020.328l-2.096-2.096V9.367A4.89%204.89%200%200%201%207.2%204m3.4%206.543v6.99h.7v-6.99z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/keepassxc.svg?color=%231a73e8&size=48