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

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

Use the kdeplasma logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 0c-.831 0-1.5.669-1.5 1.5S5.169 3 6 3s1.5-.669 1.5-1.5S6.831 0 6 0m10.5 0l-3 3L18 7.5L13.5 12l3 3l4.5-4.5l3-3zM2.25 9A2.245 2.245 0 0 0 0 11.25a2.245 2.245 0 0 0 2.25 2.25a2.245 2.245 0 0 0 2.25-2.25A2.245 2.245 0 0 0 2.25 9M9 18c-1.662 0-3 1.338-3 3s1.338 3 3 3s3-1.338 3-3s-1.338-3-3-3"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsKdeplasma(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="M6 0c-.831 0-1.5.669-1.5 1.5S5.169 3 6 3s1.5-.669 1.5-1.5S6.831 0 6 0m10.5 0l-3 3L18 7.5L13.5 12l3 3l4.5-4.5l3-3zM2.25 9A2.245 2.245 0 0 0 0 11.25a2.245 2.245 0 0 0 2.25 2.25a2.245 2.245 0 0 0 2.25-2.25A2.245 2.245 0 0 0 2.25 9M9 18c-1.662 0-3 1.338-3 3s1.338 3 3 3s3-1.338 3-3s-1.338-3-3-3"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6 0c-.831 0-1.5.669-1.5 1.5S5.169 3 6 3s1.5-.669 1.5-1.5S6.831 0 6 0m10.5 0l-3 3L18 7.5L13.5 12l3 3l4.5-4.5l3-3zM2.25 9A2.245 2.245 0 0 0 0 11.25a2.245 2.245 0 0 0 2.25 2.25a2.245 2.245 0 0 0 2.25-2.25A2.245 2.245 0 0 0 2.25 9M9 18c-1.662 0-3 1.338-3 3s1.338 3 3 3s3-1.338 3-3s-1.338-3-3-3"/></svg>
</template>

CSS

.icon-kdeplasma {
  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%22M6%200c-.831%200-1.5.669-1.5%201.5S5.169%203%206%203s1.5-.669%201.5-1.5S6.831%200%206%200m10.5%200l-3%203L18%207.5L13.5%2012l3%203l4.5-4.5l3-3zM2.25%209A2.245%202.245%200%200%200%200%2011.25a2.245%202.245%200%200%200%202.25%202.25a2.245%202.245%200%200%200%202.25-2.25A2.245%202.245%200%200%200%202.25%209M9%2018c-1.662%200-3%201.338-3%203s1.338%203%203%203s3-1.338%203-3s-1.338-3-3-3%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%22M6%200c-.831%200-1.5.669-1.5%201.5S5.169%203%206%203s1.5-.669%201.5-1.5S6.831%200%206%200m10.5%200l-3%203L18%207.5L13.5%2012l3%203l4.5-4.5l3-3zM2.25%209A2.245%202.245%200%200%200%200%2011.25a2.245%202.245%200%200%200%202.25%202.25a2.245%202.245%200%200%200%202.25-2.25A2.245%202.245%200%200%200%202.25%209M9%2018c-1.662%200-3%201.338-3%203s1.338%203%203%203s3-1.338%203-3s-1.338-3-3-3%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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