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

Name
uikit
Set
Font Awesome Brands
Style
Brand
Viewbox
640×640
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 640 640"><path fill="currentColor" d="M539.9 192v256L314 576L96 448V233.7l87.6 45.1v117l133.5 75.5l135.8-75.5v-151l-101.1-57.6l87.6-53.1zm-135.3-78.9L319.8 64l-88.6 54.8l86 47.3z"/></svg>

React

import type { SVGProps } from "react";

export function Fa7BrandsUikit(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M539.9 192v256L314 576L96 448V233.7l87.6 45.1v117l133.5 75.5l135.8-75.5v-151l-101.1-57.6l87.6-53.1zm-135.3-78.9L319.8 64l-88.6 54.8l86 47.3z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 640 640"><path fill="currentColor" d="M539.9 192v256L314 576L96 448V233.7l87.6 45.1v117l133.5 75.5l135.8-75.5v-151l-101.1-57.6l87.6-53.1zm-135.3-78.9L319.8 64l-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M539.9%20192v256L314%20576L96%20448V233.7l87.6%2045.1v117l133.5%2075.5l135.8-75.5v-151l-101.1-57.6l87.6-53.1zm-135.3-78.9L319.8%2064l-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%20640%20640%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M539.9%20192v256L314%20576L96%20448V233.7l87.6%2045.1v117l133.5%2075.5l135.8-75.5v-151l-101.1-57.6l87.6-53.1zm-135.3-78.9L319.8%2064l-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/fa7-brands/uikit.svg?color=%231a73e8&size=48