kubuntu from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.

Name
kubuntu
Set
Simple Icons
Style
Brand
Viewbox
24×24
License
CC0 1.0

Use the kubuntu logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.257 14.292a.21.21 0 0 1 .11.237l-.577 1.53a.206.206 0 0 1-.203.155l-2.337-.229c-.063.001-.162-.008-.278.126c-.017.02-.747.933-.978 1.183q-.117.106-.088.281l.552 2.196a.206.206 0 0 1-.098.232l-1.513.89a.206.206 0 0 1-.255-.042l-1.55-1.705c-.051-.056-.155-.1-.227-.076l-1.645.24c-.08.01-.126.063-.16.116l-.994 2.079a.206.206 0 0 1-.235.089l-1.669-.395a.21.21 0 0 1-.146-.182a.2.2 0 0 1 .01-.082l.882-3.244a.22.22 0 0 1 .283-.137h.003a5.84 5.84 0 0 0 2.717.217a5.84 5.84 0 0 0 4.756-4.38l.01-.04c.028-.12.177-.183.297-.155c0 0 2.868.974 3.294 1.082a.2.2 0 0 1 .039.014M5.539 4.99a.2.2 0 0 1 .066.049l2.392 2.357a.22.22 0 0 1-.019.313v.004a5.84 5.84 0 0 0-1.519 2.263a5.84 5.84 0 0 0 1.494 6.29l.036.04c.09.082.067.233-.015.324c0 0-2.245 2.024-2.547 2.342a.206.206 0 0 1-.293.007l-1.052-1.25a.206.206 0 0 1-.036-.253l1.335-1.926c.03-.055.087-.137.027-.303c-.01-.026-.449-1.108-.554-1.432q-.036-.155-.202-.214l-2.18-.594a.206.206 0 0 1-.153-.199l-.037-1.755a.21.21 0 0 1 .162-.203l2.238-.516c.074-.017.162-.086.177-.16l.596-1.552c.03-.076.007-.142-.023-.197L4.111 6.54a.206.206 0 0 1 .037-.25l1.16-1.262a.21.21 0 0 1 .231-.038m10.49-1.747l.032.015l1.538.845a.21.21 0 0 1 .095.241l-.68 2.198c-.02.073-.005.184.052.234l1.046 1.292c.05.064.119.077.182.079l2.3-.203a.206.206 0 0 1 .196.156l.514 1.636a.21.21 0 0 1-.082.22a.2.2 0 0 1-.076.032l-3.244.895a.22.22 0 0 1-.262-.173l-.002-.003a5.84 5.84 0 0 0-1.202-2.446a5.84 5.84 0 0 0-6.194-1.851l-.04.012c-.117.037-.248-.06-.285-.177c0 0-.624-2.958-.748-3.378a.206.206 0 0 1 .14-.257l1.61-.286a.206.206 0 0 1 .236.096l.993 2.12c.033.053.076.144.25.174c.027.005 1.183.166 1.517.237q.151.046.286-.068l1.61-1.592a.21.21 0 0 1 .219-.048M16.022.696a12 12 0 0 0-8.227.067C1.589 3.086-1.558 9.999.764 16.204c2.324 6.205 9.237 9.353 15.442 7.03s9.352-9.237 7.03-15.442A12 12 0 0 0 16.02.696"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsKubuntu(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="M21.257 14.292a.21.21 0 0 1 .11.237l-.577 1.53a.206.206 0 0 1-.203.155l-2.337-.229c-.063.001-.162-.008-.278.126c-.017.02-.747.933-.978 1.183q-.117.106-.088.281l.552 2.196a.206.206 0 0 1-.098.232l-1.513.89a.206.206 0 0 1-.255-.042l-1.55-1.705c-.051-.056-.155-.1-.227-.076l-1.645.24c-.08.01-.126.063-.16.116l-.994 2.079a.206.206 0 0 1-.235.089l-1.669-.395a.21.21 0 0 1-.146-.182a.2.2 0 0 1 .01-.082l.882-3.244a.22.22 0 0 1 .283-.137h.003a5.84 5.84 0 0 0 2.717.217a5.84 5.84 0 0 0 4.756-4.38l.01-.04c.028-.12.177-.183.297-.155c0 0 2.868.974 3.294 1.082a.2.2 0 0 1 .039.014M5.539 4.99a.2.2 0 0 1 .066.049l2.392 2.357a.22.22 0 0 1-.019.313v.004a5.84 5.84 0 0 0-1.519 2.263a5.84 5.84 0 0 0 1.494 6.29l.036.04c.09.082.067.233-.015.324c0 0-2.245 2.024-2.547 2.342a.206.206 0 0 1-.293.007l-1.052-1.25a.206.206 0 0 1-.036-.253l1.335-1.926c.03-.055.087-.137.027-.303c-.01-.026-.449-1.108-.554-1.432q-.036-.155-.202-.214l-2.18-.594a.206.206 0 0 1-.153-.199l-.037-1.755a.21.21 0 0 1 .162-.203l2.238-.516c.074-.017.162-.086.177-.16l.596-1.552c.03-.076.007-.142-.023-.197L4.111 6.54a.206.206 0 0 1 .037-.25l1.16-1.262a.21.21 0 0 1 .231-.038m10.49-1.747l.032.015l1.538.845a.21.21 0 0 1 .095.241l-.68 2.198c-.02.073-.005.184.052.234l1.046 1.292c.05.064.119.077.182.079l2.3-.203a.206.206 0 0 1 .196.156l.514 1.636a.21.21 0 0 1-.082.22a.2.2 0 0 1-.076.032l-3.244.895a.22.22 0 0 1-.262-.173l-.002-.003a5.84 5.84 0 0 0-1.202-2.446a5.84 5.84 0 0 0-6.194-1.851l-.04.012c-.117.037-.248-.06-.285-.177c0 0-.624-2.958-.748-3.378a.206.206 0 0 1 .14-.257l1.61-.286a.206.206 0 0 1 .236.096l.993 2.12c.033.053.076.144.25.174c.027.005 1.183.166 1.517.237q.151.046.286-.068l1.61-1.592a.21.21 0 0 1 .219-.048M16.022.696a12 12 0 0 0-8.227.067C1.589 3.086-1.558 9.999.764 16.204c2.324 6.205 9.237 9.353 15.442 7.03s9.352-9.237 7.03-15.442A12 12 0 0 0 16.02.696"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21.257 14.292a.21.21 0 0 1 .11.237l-.577 1.53a.206.206 0 0 1-.203.155l-2.337-.229c-.063.001-.162-.008-.278.126c-.017.02-.747.933-.978 1.183q-.117.106-.088.281l.552 2.196a.206.206 0 0 1-.098.232l-1.513.89a.206.206 0 0 1-.255-.042l-1.55-1.705c-.051-.056-.155-.1-.227-.076l-1.645.24c-.08.01-.126.063-.16.116l-.994 2.079a.206.206 0 0 1-.235.089l-1.669-.395a.21.21 0 0 1-.146-.182a.2.2 0 0 1 .01-.082l.882-3.244a.22.22 0 0 1 .283-.137h.003a5.84 5.84 0 0 0 2.717.217a5.84 5.84 0 0 0 4.756-4.38l.01-.04c.028-.12.177-.183.297-.155c0 0 2.868.974 3.294 1.082a.2.2 0 0 1 .039.014M5.539 4.99a.2.2 0 0 1 .066.049l2.392 2.357a.22.22 0 0 1-.019.313v.004a5.84 5.84 0 0 0-1.519 2.263a5.84 5.84 0 0 0 1.494 6.29l.036.04c.09.082.067.233-.015.324c0 0-2.245 2.024-2.547 2.342a.206.206 0 0 1-.293.007l-1.052-1.25a.206.206 0 0 1-.036-.253l1.335-1.926c.03-.055.087-.137.027-.303c-.01-.026-.449-1.108-.554-1.432q-.036-.155-.202-.214l-2.18-.594a.206.206 0 0 1-.153-.199l-.037-1.755a.21.21 0 0 1 .162-.203l2.238-.516c.074-.017.162-.086.177-.16l.596-1.552c.03-.076.007-.142-.023-.197L4.111 6.54a.206.206 0 0 1 .037-.25l1.16-1.262a.21.21 0 0 1 .231-.038m10.49-1.747l.032.015l1.538.845a.21.21 0 0 1 .095.241l-.68 2.198c-.02.073-.005.184.052.234l1.046 1.292c.05.064.119.077.182.079l2.3-.203a.206.206 0 0 1 .196.156l.514 1.636a.21.21 0 0 1-.082.22a.2.2 0 0 1-.076.032l-3.244.895a.22.22 0 0 1-.262-.173l-.002-.003a5.84 5.84 0 0 0-1.202-2.446a5.84 5.84 0 0 0-6.194-1.851l-.04.012c-.117.037-.248-.06-.285-.177c0 0-.624-2.958-.748-3.378a.206.206 0 0 1 .14-.257l1.61-.286a.206.206 0 0 1 .236.096l.993 2.12c.033.053.076.144.25.174c.027.005 1.183.166 1.517.237q.151.046.286-.068l1.61-1.592a.21.21 0 0 1 .219-.048M16.022.696a12 12 0 0 0-8.227.067C1.589 3.086-1.558 9.999.764 16.204c2.324 6.205 9.237 9.353 15.442 7.03s9.352-9.237 7.03-15.442A12 12 0 0 0 16.02.696"/></svg>
</template>

CSS

.icon-kubuntu {
  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%22M21.257%2014.292a.21.21%200%200%201%20.11.237l-.577%201.53a.206.206%200%200%201-.203.155l-2.337-.229c-.063.001-.162-.008-.278.126c-.017.02-.747.933-.978%201.183q-.117.106-.088.281l.552%202.196a.206.206%200%200%201-.098.232l-1.513.89a.206.206%200%200%201-.255-.042l-1.55-1.705c-.051-.056-.155-.1-.227-.076l-1.645.24c-.08.01-.126.063-.16.116l-.994%202.079a.206.206%200%200%201-.235.089l-1.669-.395a.21.21%200%200%201-.146-.182a.2.2%200%200%201%20.01-.082l.882-3.244a.22.22%200%200%201%20.283-.137h.003a5.84%205.84%200%200%200%202.717.217a5.84%205.84%200%200%200%204.756-4.38l.01-.04c.028-.12.177-.183.297-.155c0%200%202.868.974%203.294%201.082a.2.2%200%200%201%20.039.014M5.539%204.99a.2.2%200%200%201%20.066.049l2.392%202.357a.22.22%200%200%201-.019.313v.004a5.84%205.84%200%200%200-1.519%202.263a5.84%205.84%200%200%200%201.494%206.29l.036.04c.09.082.067.233-.015.324c0%200-2.245%202.024-2.547%202.342a.206.206%200%200%201-.293.007l-1.052-1.25a.206.206%200%200%201-.036-.253l1.335-1.926c.03-.055.087-.137.027-.303c-.01-.026-.449-1.108-.554-1.432q-.036-.155-.202-.214l-2.18-.594a.206.206%200%200%201-.153-.199l-.037-1.755a.21.21%200%200%201%20.162-.203l2.238-.516c.074-.017.162-.086.177-.16l.596-1.552c.03-.076.007-.142-.023-.197L4.111%206.54a.206.206%200%200%201%20.037-.25l1.16-1.262a.21.21%200%200%201%20.231-.038m10.49-1.747l.032.015l1.538.845a.21.21%200%200%201%20.095.241l-.68%202.198c-.02.073-.005.184.052.234l1.046%201.292c.05.064.119.077.182.079l2.3-.203a.206.206%200%200%201%20.196.156l.514%201.636a.21.21%200%200%201-.082.22a.2.2%200%200%201-.076.032l-3.244.895a.22.22%200%200%201-.262-.173l-.002-.003a5.84%205.84%200%200%200-1.202-2.446a5.84%205.84%200%200%200-6.194-1.851l-.04.012c-.117.037-.248-.06-.285-.177c0%200-.624-2.958-.748-3.378a.206.206%200%200%201%20.14-.257l1.61-.286a.206.206%200%200%201%20.236.096l.993%202.12c.033.053.076.144.25.174c.027.005%201.183.166%201.517.237q.151.046.286-.068l1.61-1.592a.21.21%200%200%201%20.219-.048M16.022.696a12%2012%200%200%200-8.227.067C1.589%203.086-1.558%209.999.764%2016.204c2.324%206.205%209.237%209.353%2015.442%207.03s9.352-9.237%207.03-15.442A12%2012%200%200%200%2016.02.696%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%22M21.257%2014.292a.21.21%200%200%201%20.11.237l-.577%201.53a.206.206%200%200%201-.203.155l-2.337-.229c-.063.001-.162-.008-.278.126c-.017.02-.747.933-.978%201.183q-.117.106-.088.281l.552%202.196a.206.206%200%200%201-.098.232l-1.513.89a.206.206%200%200%201-.255-.042l-1.55-1.705c-.051-.056-.155-.1-.227-.076l-1.645.24c-.08.01-.126.063-.16.116l-.994%202.079a.206.206%200%200%201-.235.089l-1.669-.395a.21.21%200%200%201-.146-.182a.2.2%200%200%201%20.01-.082l.882-3.244a.22.22%200%200%201%20.283-.137h.003a5.84%205.84%200%200%200%202.717.217a5.84%205.84%200%200%200%204.756-4.38l.01-.04c.028-.12.177-.183.297-.155c0%200%202.868.974%203.294%201.082a.2.2%200%200%201%20.039.014M5.539%204.99a.2.2%200%200%201%20.066.049l2.392%202.357a.22.22%200%200%201-.019.313v.004a5.84%205.84%200%200%200-1.519%202.263a5.84%205.84%200%200%200%201.494%206.29l.036.04c.09.082.067.233-.015.324c0%200-2.245%202.024-2.547%202.342a.206.206%200%200%201-.293.007l-1.052-1.25a.206.206%200%200%201-.036-.253l1.335-1.926c.03-.055.087-.137.027-.303c-.01-.026-.449-1.108-.554-1.432q-.036-.155-.202-.214l-2.18-.594a.206.206%200%200%201-.153-.199l-.037-1.755a.21.21%200%200%201%20.162-.203l2.238-.516c.074-.017.162-.086.177-.16l.596-1.552c.03-.076.007-.142-.023-.197L4.111%206.54a.206.206%200%200%201%20.037-.25l1.16-1.262a.21.21%200%200%201%20.231-.038m10.49-1.747l.032.015l1.538.845a.21.21%200%200%201%20.095.241l-.68%202.198c-.02.073-.005.184.052.234l1.046%201.292c.05.064.119.077.182.079l2.3-.203a.206.206%200%200%201%20.196.156l.514%201.636a.21.21%200%200%201-.082.22a.2.2%200%200%201-.076.032l-3.244.895a.22.22%200%200%201-.262-.173l-.002-.003a5.84%205.84%200%200%200-1.202-2.446a5.84%205.84%200%200%200-6.194-1.851l-.04.012c-.117.037-.248-.06-.285-.177c0%200-.624-2.958-.748-3.378a.206.206%200%200%201%20.14-.257l1.61-.286a.206.206%200%200%201%20.236.096l.993%202.12c.033.053.076.144.25.174c.027.005%201.183.166%201.517.237q.151.046.286-.068l1.61-1.592a.21.21%200%200%201%20.219-.048M16.022.696a12%2012%200%200%200-8.227.067C1.589%203.086-1.558%209.999.764%2016.204c2.324%206.205%209.237%209.353%2015.442%207.03s9.352-9.237%207.03-15.442A12%2012%200%200%200%2016.02.696%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/kubuntu.svg?color=%231a73e8&size=48