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

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

Use the lubuntu 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.373 0 0 5.373 0 12s5.373 12 12 12s12-5.373 12-12S18.627 0 12 0m1.287 4.723q.316-.031.63.004a3.17 3.17 0 0 1 2.41 1.642l5.665.781h-6.458a2.58 2.58 0 0 0-1.66-.955a2.57 2.57 0 0 0-1.371.192c-.43.19-.8.495-1.068.88c-.268.387-.424.84-.451 1.31c-.026.468.078.935.3 1.349a3.13 3.13 0 0 1-.795-1.68a3.13 3.13 0 0 1 .305-1.832a3.14 3.14 0 0 1 1.299-1.332a3.1 3.1 0 0 1 1.195-.36m-9.88 1.09l8.673 6.232l-7.154-4.012a3.6 3.6 0 0 0-.072 2.022a3.57 3.57 0 0 0 1.998 2.34l4.748 1.334l-6.002-.983c.061.58.275 1.133.619 1.604a3.33 3.33 0 0 0 2.652 1.33a3.95 3.95 0 0 1-3.062-.451a3.9 3.9 0 0 1-1.432-1.563a3.9 3.9 0 0 1-.398-2.08l1.32.371a4.7 4.7 0 0 1-1.246-.986a4.7 4.7 0 0 1-1.111-2.48a4.67 4.67 0 0 1 .466-2.678m11.667 3.132q-.01.138-.008.278c.007 1.143.535 2.21 1.057 3.226c.523 1.017 1.064 2.076 1.094 3.22c.024.95-.32 1.895-.899 2.651c-.578.756-1.377 1.328-2.255 1.696a6.5 6.5 0 0 1-3.91.338l-1 2.373v-3.327a6.23 6.23 0 0 0 3.665-.31c.7-.285 1.352-.707 1.862-1.264s.875-1.255.986-2.002c.15-1-.151-2.007-.447-2.974s-.595-1.977-.436-2.975a3.3 3.3 0 0 1 .291-.93"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsLubuntu(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.373 0 0 5.373 0 12s5.373 12 12 12s12-5.373 12-12S18.627 0 12 0m1.287 4.723q.316-.031.63.004a3.17 3.17 0 0 1 2.41 1.642l5.665.781h-6.458a2.58 2.58 0 0 0-1.66-.955a2.57 2.57 0 0 0-1.371.192c-.43.19-.8.495-1.068.88c-.268.387-.424.84-.451 1.31c-.026.468.078.935.3 1.349a3.13 3.13 0 0 1-.795-1.68a3.13 3.13 0 0 1 .305-1.832a3.14 3.14 0 0 1 1.299-1.332a3.1 3.1 0 0 1 1.195-.36m-9.88 1.09l8.673 6.232l-7.154-4.012a3.6 3.6 0 0 0-.072 2.022a3.57 3.57 0 0 0 1.998 2.34l4.748 1.334l-6.002-.983c.061.58.275 1.133.619 1.604a3.33 3.33 0 0 0 2.652 1.33a3.95 3.95 0 0 1-3.062-.451a3.9 3.9 0 0 1-1.432-1.563a3.9 3.9 0 0 1-.398-2.08l1.32.371a4.7 4.7 0 0 1-1.246-.986a4.7 4.7 0 0 1-1.111-2.48a4.67 4.67 0 0 1 .466-2.678m11.667 3.132q-.01.138-.008.278c.007 1.143.535 2.21 1.057 3.226c.523 1.017 1.064 2.076 1.094 3.22c.024.95-.32 1.895-.899 2.651c-.578.756-1.377 1.328-2.255 1.696a6.5 6.5 0 0 1-3.91.338l-1 2.373v-3.327a6.23 6.23 0 0 0 3.665-.31c.7-.285 1.352-.707 1.862-1.264s.875-1.255.986-2.002c.15-1-.151-2.007-.447-2.974s-.595-1.977-.436-2.975a3.3 3.3 0 0 1 .291-.93"/></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.373 0 0 5.373 0 12s5.373 12 12 12s12-5.373 12-12S18.627 0 12 0m1.287 4.723q.316-.031.63.004a3.17 3.17 0 0 1 2.41 1.642l5.665.781h-6.458a2.58 2.58 0 0 0-1.66-.955a2.57 2.57 0 0 0-1.371.192c-.43.19-.8.495-1.068.88c-.268.387-.424.84-.451 1.31c-.026.468.078.935.3 1.349a3.13 3.13 0 0 1-.795-1.68a3.13 3.13 0 0 1 .305-1.832a3.14 3.14 0 0 1 1.299-1.332a3.1 3.1 0 0 1 1.195-.36m-9.88 1.09l8.673 6.232l-7.154-4.012a3.6 3.6 0 0 0-.072 2.022a3.57 3.57 0 0 0 1.998 2.34l4.748 1.334l-6.002-.983c.061.58.275 1.133.619 1.604a3.33 3.33 0 0 0 2.652 1.33a3.95 3.95 0 0 1-3.062-.451a3.9 3.9 0 0 1-1.432-1.563a3.9 3.9 0 0 1-.398-2.08l1.32.371a4.7 4.7 0 0 1-1.246-.986a4.7 4.7 0 0 1-1.111-2.48a4.67 4.67 0 0 1 .466-2.678m11.667 3.132q-.01.138-.008.278c.007 1.143.535 2.21 1.057 3.226c.523 1.017 1.064 2.076 1.094 3.22c.024.95-.32 1.895-.899 2.651c-.578.756-1.377 1.328-2.255 1.696a6.5 6.5 0 0 1-3.91.338l-1 2.373v-3.327a6.23 6.23 0 0 0 3.665-.31c.7-.285 1.352-.707 1.862-1.264s.875-1.255.986-2.002c.15-1-.151-2.007-.447-2.974s-.595-1.977-.436-2.975a3.3 3.3 0 0 1 .291-.93"/></svg>
</template>

CSS

.icon-lubuntu {
  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.373%200%200%205.373%200%2012s5.373%2012%2012%2012s12-5.373%2012-12S18.627%200%2012%200m1.287%204.723q.316-.031.63.004a3.17%203.17%200%200%201%202.41%201.642l5.665.781h-6.458a2.58%202.58%200%200%200-1.66-.955a2.57%202.57%200%200%200-1.371.192c-.43.19-.8.495-1.068.88c-.268.387-.424.84-.451%201.31c-.026.468.078.935.3%201.349a3.13%203.13%200%200%201-.795-1.68a3.13%203.13%200%200%201%20.305-1.832a3.14%203.14%200%200%201%201.299-1.332a3.1%203.1%200%200%201%201.195-.36m-9.88%201.09l8.673%206.232l-7.154-4.012a3.6%203.6%200%200%200-.072%202.022a3.57%203.57%200%200%200%201.998%202.34l4.748%201.334l-6.002-.983c.061.58.275%201.133.619%201.604a3.33%203.33%200%200%200%202.652%201.33a3.95%203.95%200%200%201-3.062-.451a3.9%203.9%200%200%201-1.432-1.563a3.9%203.9%200%200%201-.398-2.08l1.32.371a4.7%204.7%200%200%201-1.246-.986a4.7%204.7%200%200%201-1.111-2.48a4.67%204.67%200%200%201%20.466-2.678m11.667%203.132q-.01.138-.008.278c.007%201.143.535%202.21%201.057%203.226c.523%201.017%201.064%202.076%201.094%203.22c.024.95-.32%201.895-.899%202.651c-.578.756-1.377%201.328-2.255%201.696a6.5%206.5%200%200%201-3.91.338l-1%202.373v-3.327a6.23%206.23%200%200%200%203.665-.31c.7-.285%201.352-.707%201.862-1.264s.875-1.255.986-2.002c.15-1-.151-2.007-.447-2.974s-.595-1.977-.436-2.975a3.3%203.3%200%200%201%20.291-.93%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.373%200%200%205.373%200%2012s5.373%2012%2012%2012s12-5.373%2012-12S18.627%200%2012%200m1.287%204.723q.316-.031.63.004a3.17%203.17%200%200%201%202.41%201.642l5.665.781h-6.458a2.58%202.58%200%200%200-1.66-.955a2.57%202.57%200%200%200-1.371.192c-.43.19-.8.495-1.068.88c-.268.387-.424.84-.451%201.31c-.026.468.078.935.3%201.349a3.13%203.13%200%200%201-.795-1.68a3.13%203.13%200%200%201%20.305-1.832a3.14%203.14%200%200%201%201.299-1.332a3.1%203.1%200%200%201%201.195-.36m-9.88%201.09l8.673%206.232l-7.154-4.012a3.6%203.6%200%200%200-.072%202.022a3.57%203.57%200%200%200%201.998%202.34l4.748%201.334l-6.002-.983c.061.58.275%201.133.619%201.604a3.33%203.33%200%200%200%202.652%201.33a3.95%203.95%200%200%201-3.062-.451a3.9%203.9%200%200%201-1.432-1.563a3.9%203.9%200%200%201-.398-2.08l1.32.371a4.7%204.7%200%200%201-1.246-.986a4.7%204.7%200%200%201-1.111-2.48a4.67%204.67%200%200%201%20.466-2.678m11.667%203.132q-.01.138-.008.278c.007%201.143.535%202.21%201.057%203.226c.523%201.017%201.064%202.076%201.094%203.22c.024.95-.32%201.895-.899%202.651c-.578.756-1.377%201.328-2.255%201.696a6.5%206.5%200%200%201-3.91.338l-1%202.373v-3.327a6.23%206.23%200%200%200%203.665-.31c.7-.285%201.352-.707%201.862-1.264s.875-1.255.986-2.002c.15-1-.151-2.007-.447-2.974s-.595-1.977-.436-2.975a3.3%203.3%200%200%201%20.291-.93%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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