kde logo
kde from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- kde
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
The same logo in other sets
Use the kde logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.881 0L9.89.382v16.435l3.949-.594V9.216l5.308 7.772l4.162-1.317l-5.436-7.475l5.479-7.05L19.105.17L13.84 7.22zM4.834 4.005a.2.2 0 0 0-.123.059L3.145 5.63a.2.2 0 0 0-.03.248L4.949 8.9a7.8 7.8 0 0 0-.772 1.759l-3.367.7a.2.2 0 0 0-.162.199v2.215c0 .093.064.174.155.196l3.268.8a7.8 7.8 0 0 0 .801 2.03L2.98 19.683a.2.2 0 0 0 .027.254l1.566 1.567a.204.204 0 0 0 .249.03l2.964-1.8c.582.336 1.21.6 1.874.78l.692 3.325c.02.094.102.161.198.161h2.215a.2.2 0 0 0 .197-.155l.815-3.332a7.8 7.8 0 0 0 1.927-.811l2.922 1.915c.08.053.186.042.254-.026l1.567-1.566a.2.2 0 0 0 .03-.248l-1.067-1.758l-.345.11a.12.12 0 0 1-.135-.047L17.371 15.8a6.347 6.347 0 1 1-8.255-8.674V5.488c-.401.14-.79.31-1.159.511l-.001-.002l-2.99-1.96a.2.2 0 0 0-.132-.033Z"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsKde(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="M13.881 0L9.89.382v16.435l3.949-.594V9.216l5.308 7.772l4.162-1.317l-5.436-7.475l5.479-7.05L19.105.17L13.84 7.22zM4.834 4.005a.2.2 0 0 0-.123.059L3.145 5.63a.2.2 0 0 0-.03.248L4.949 8.9a7.8 7.8 0 0 0-.772 1.759l-3.367.7a.2.2 0 0 0-.162.199v2.215c0 .093.064.174.155.196l3.268.8a7.8 7.8 0 0 0 .801 2.03L2.98 19.683a.2.2 0 0 0 .027.254l1.566 1.567a.204.204 0 0 0 .249.03l2.964-1.8c.582.336 1.21.6 1.874.78l.692 3.325c.02.094.102.161.198.161h2.215a.2.2 0 0 0 .197-.155l.815-3.332a7.8 7.8 0 0 0 1.927-.811l2.922 1.915c.08.053.186.042.254-.026l1.567-1.566a.2.2 0 0 0 .03-.248l-1.067-1.758l-.345.11a.12.12 0 0 1-.135-.047L17.371 15.8a6.347 6.347 0 1 1-8.255-8.674V5.488c-.401.14-.79.31-1.159.511l-.001-.002l-2.99-1.96a.2.2 0 0 0-.132-.033Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M13.881 0L9.89.382v16.435l3.949-.594V9.216l5.308 7.772l4.162-1.317l-5.436-7.475l5.479-7.05L19.105.17L13.84 7.22zM4.834 4.005a.2.2 0 0 0-.123.059L3.145 5.63a.2.2 0 0 0-.03.248L4.949 8.9a7.8 7.8 0 0 0-.772 1.759l-3.367.7a.2.2 0 0 0-.162.199v2.215c0 .093.064.174.155.196l3.268.8a7.8 7.8 0 0 0 .801 2.03L2.98 19.683a.2.2 0 0 0 .027.254l1.566 1.567a.204.204 0 0 0 .249.03l2.964-1.8c.582.336 1.21.6 1.874.78l.692 3.325c.02.094.102.161.198.161h2.215a.2.2 0 0 0 .197-.155l.815-3.332a7.8 7.8 0 0 0 1.927-.811l2.922 1.915c.08.053.186.042.254-.026l1.567-1.566a.2.2 0 0 0 .03-.248l-1.067-1.758l-.345.11a.12.12 0 0 1-.135-.047L17.371 15.8a6.347 6.347 0 1 1-8.255-8.674V5.488c-.401.14-.79.31-1.159.511l-.001-.002l-2.99-1.96a.2.2 0 0 0-.132-.033Z"/></svg> </template>
CSS
.icon-kde {
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%22M13.881%200L9.89.382v16.435l3.949-.594V9.216l5.308%207.772l4.162-1.317l-5.436-7.475l5.479-7.05L19.105.17L13.84%207.22zM4.834%204.005a.2.2%200%200%200-.123.059L3.145%205.63a.2.2%200%200%200-.03.248L4.949%208.9a7.8%207.8%200%200%200-.772%201.759l-3.367.7a.2.2%200%200%200-.162.199v2.215c0%20.093.064.174.155.196l3.268.8a7.8%207.8%200%200%200%20.801%202.03L2.98%2019.683a.2.2%200%200%200%20.027.254l1.566%201.567a.204.204%200%200%200%20.249.03l2.964-1.8c.582.336%201.21.6%201.874.78l.692%203.325c.02.094.102.161.198.161h2.215a.2.2%200%200%200%20.197-.155l.815-3.332a7.8%207.8%200%200%200%201.927-.811l2.922%201.915c.08.053.186.042.254-.026l1.567-1.566a.2.2%200%200%200%20.03-.248l-1.067-1.758l-.345.11a.12.12%200%200%201-.135-.047L17.371%2015.8a6.347%206.347%200%201%201-8.255-8.674V5.488c-.401.14-.79.31-1.159.511l-.001-.002l-2.99-1.96a.2.2%200%200%200-.132-.033Z%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%22M13.881%200L9.89.382v16.435l3.949-.594V9.216l5.308%207.772l4.162-1.317l-5.436-7.475l5.479-7.05L19.105.17L13.84%207.22zM4.834%204.005a.2.2%200%200%200-.123.059L3.145%205.63a.2.2%200%200%200-.03.248L4.949%208.9a7.8%207.8%200%200%200-.772%201.759l-3.367.7a.2.2%200%200%200-.162.199v2.215c0%20.093.064.174.155.196l3.268.8a7.8%207.8%200%200%200%20.801%202.03L2.98%2019.683a.2.2%200%200%200%20.027.254l1.566%201.567a.204.204%200%200%200%20.249.03l2.964-1.8c.582.336%201.21.6%201.874.78l.692%203.325c.02.094.102.161.198.161h2.215a.2.2%200%200%200%20.197-.155l.815-3.332a7.8%207.8%200%200%200%201.927-.811l2.922%201.915c.08.053.186.042.254-.026l1.567-1.566a.2.2%200%200%200%20.03-.248l-1.067-1.758l-.345.11a.12.12%200%200%201-.135-.047L17.371%2015.8a6.347%206.347%200%201%201-8.255-8.674V5.488c-.401.14-.79.31-1.159.511l-.001-.002l-2.99-1.96a.2.2%200%200%200-.132-.033Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/kde.svg?color=%231a73e8&size=48