uikit from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
uikit
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
448×512
License
CC BY 4.0

The same logo in other sets

Use the uikit logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M443.9 128v256L218 512L0 384V169.7l87.6 45.1v117l133.5 75.5l135.8-75.5v-151l-101.1-57.6l87.6-53.1zM308.6 49.1L223.8 0l-88.6 54.8l86 47.3z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsUikit(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M443.9 128v256L218 512L0 384V169.7l87.6 45.1v117l133.5 75.5l135.8-75.5v-151l-101.1-57.6l87.6-53.1zM308.6 49.1L223.8 0l-88.6 54.8l86 47.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 448 512"><path fill="currentColor" d="M443.9 128v256L218 512L0 384V169.7l87.6 45.1v117l133.5 75.5l135.8-75.5v-151l-101.1-57.6l87.6-53.1zM308.6 49.1L223.8 0l-88.6 54.8l86 47.3z"/></svg>
</template>

CSS

.icon-uikit {
  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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M443.9%20128v256L218%20512L0%20384V169.7l87.6%2045.1v117l133.5%2075.5l135.8-75.5v-151l-101.1-57.6l87.6-53.1zM308.6%2049.1L223.8%200l-88.6%2054.8l86%2047.3z%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%20448%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M443.9%20128v256L218%20512L0%20384V169.7l87.6%2045.1v117l133.5%2075.5l135.8-75.5v-151l-101.1-57.6l87.6-53.1zM308.6%2049.1L223.8%200l-88.6%2054.8l86%2047.3z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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