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

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

Use the knative logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.14 2.358l4.714 2.27l-.915 1.584a.27.27 0 0 0-.032.182l.607 3.441a.26.26 0 0 0 .093.16l2.676 2.245c.048.041.11.064.174.064h1.878l.507 2.22a.5.5 0 0 1-.095.415l-5.237 6.567a.5.5 0 0 1-.383.184h-8.4a.5.5 0 0 1-.383-.184L.107 14.939a.5.5 0 0 1-.095-.415l1.869-8.189a.5.5 0 0 1 .266-.333l7.567-3.644a.49.49 0 0 1 .426 0M7.244 16.626h1.667v-2.429l.64-.784l1.822 3.213h1.965l-2.594-4.273l2.462-3.169h-2.065l-1.689 2.473c-.166.265-.342.53-.508.817h-.033v-3.29H7.244zM19.281 2.352l2.975 1.083q.083.031.128.108l1.583 2.742c.029.05.039.108.029.165l-.55 3.118a.24.24 0 0 1-.083.145l-2.426 2.035a.25.25 0 0 1-.157.058h-3.166a.25.25 0 0 1-.158-.058l-2.425-2.035a.24.24 0 0 1-.084-.145l-.55-3.118a.24.24 0 0 1 .029-.165l1.583-2.742a.25.25 0 0 1 .129-.108l2.975-1.083a.24.24 0 0 1 .168 0m-.71 3.404q-.048-.138-.197-.137h-.487V8.57h.79V6.449q.132-.13.278-.2a.7.7 0 0 1 .312-.072q.223 0 .338.136q.114.136.114.382V8.57h.787V6.695q0-.246-.064-.452a1 1 0 0 0-.192-.355a.9.9 0 0 0-.313-.232a1.2 1.2 0 0 0-.697-.054a1.2 1.2 0 0 0-.436.203a2 2 0 0 0-.184.157z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsKnative(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="m10.14 2.358l4.714 2.27l-.915 1.584a.27.27 0 0 0-.032.182l.607 3.441a.26.26 0 0 0 .093.16l2.676 2.245c.048.041.11.064.174.064h1.878l.507 2.22a.5.5 0 0 1-.095.415l-5.237 6.567a.5.5 0 0 1-.383.184h-8.4a.5.5 0 0 1-.383-.184L.107 14.939a.5.5 0 0 1-.095-.415l1.869-8.189a.5.5 0 0 1 .266-.333l7.567-3.644a.49.49 0 0 1 .426 0M7.244 16.626h1.667v-2.429l.64-.784l1.822 3.213h1.965l-2.594-4.273l2.462-3.169h-2.065l-1.689 2.473c-.166.265-.342.53-.508.817h-.033v-3.29H7.244zM19.281 2.352l2.975 1.083q.083.031.128.108l1.583 2.742c.029.05.039.108.029.165l-.55 3.118a.24.24 0 0 1-.083.145l-2.426 2.035a.25.25 0 0 1-.157.058h-3.166a.25.25 0 0 1-.158-.058l-2.425-2.035a.24.24 0 0 1-.084-.145l-.55-3.118a.24.24 0 0 1 .029-.165l1.583-2.742a.25.25 0 0 1 .129-.108l2.975-1.083a.24.24 0 0 1 .168 0m-.71 3.404q-.048-.138-.197-.137h-.487V8.57h.79V6.449q.132-.13.278-.2a.7.7 0 0 1 .312-.072q.223 0 .338.136q.114.136.114.382V8.57h.787V6.695q0-.246-.064-.452a1 1 0 0 0-.192-.355a.9.9 0 0 0-.313-.232a1.2 1.2 0 0 0-.697-.054a1.2 1.2 0 0 0-.436.203a2 2 0 0 0-.184.157z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.14 2.358l4.714 2.27l-.915 1.584a.27.27 0 0 0-.032.182l.607 3.441a.26.26 0 0 0 .093.16l2.676 2.245c.048.041.11.064.174.064h1.878l.507 2.22a.5.5 0 0 1-.095.415l-5.237 6.567a.5.5 0 0 1-.383.184h-8.4a.5.5 0 0 1-.383-.184L.107 14.939a.5.5 0 0 1-.095-.415l1.869-8.189a.5.5 0 0 1 .266-.333l7.567-3.644a.49.49 0 0 1 .426 0M7.244 16.626h1.667v-2.429l.64-.784l1.822 3.213h1.965l-2.594-4.273l2.462-3.169h-2.065l-1.689 2.473c-.166.265-.342.53-.508.817h-.033v-3.29H7.244zM19.281 2.352l2.975 1.083q.083.031.128.108l1.583 2.742c.029.05.039.108.029.165l-.55 3.118a.24.24 0 0 1-.083.145l-2.426 2.035a.25.25 0 0 1-.157.058h-3.166a.25.25 0 0 1-.158-.058l-2.425-2.035a.24.24 0 0 1-.084-.145l-.55-3.118a.24.24 0 0 1 .029-.165l1.583-2.742a.25.25 0 0 1 .129-.108l2.975-1.083a.24.24 0 0 1 .168 0m-.71 3.404q-.048-.138-.197-.137h-.487V8.57h.79V6.449q.132-.13.278-.2a.7.7 0 0 1 .312-.072q.223 0 .338.136q.114.136.114.382V8.57h.787V6.695q0-.246-.064-.452a1 1 0 0 0-.192-.355a.9.9 0 0 0-.313-.232a1.2 1.2 0 0 0-.697-.054a1.2 1.2 0 0 0-.436.203a2 2 0 0 0-.184.157z"/></svg>
</template>

CSS

.icon-knative {
  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%22m10.14%202.358l4.714%202.27l-.915%201.584a.27.27%200%200%200-.032.182l.607%203.441a.26.26%200%200%200%20.093.16l2.676%202.245c.048.041.11.064.174.064h1.878l.507%202.22a.5.5%200%200%201-.095.415l-5.237%206.567a.5.5%200%200%201-.383.184h-8.4a.5.5%200%200%201-.383-.184L.107%2014.939a.5.5%200%200%201-.095-.415l1.869-8.189a.5.5%200%200%201%20.266-.333l7.567-3.644a.49.49%200%200%201%20.426%200M7.244%2016.626h1.667v-2.429l.64-.784l1.822%203.213h1.965l-2.594-4.273l2.462-3.169h-2.065l-1.689%202.473c-.166.265-.342.53-.508.817h-.033v-3.29H7.244zM19.281%202.352l2.975%201.083q.083.031.128.108l1.583%202.742c.029.05.039.108.029.165l-.55%203.118a.24.24%200%200%201-.083.145l-2.426%202.035a.25.25%200%200%201-.157.058h-3.166a.25.25%200%200%201-.158-.058l-2.425-2.035a.24.24%200%200%201-.084-.145l-.55-3.118a.24.24%200%200%201%20.029-.165l1.583-2.742a.25.25%200%200%201%20.129-.108l2.975-1.083a.24.24%200%200%201%20.168%200m-.71%203.404q-.048-.138-.197-.137h-.487V8.57h.79V6.449q.132-.13.278-.2a.7.7%200%200%201%20.312-.072q.223%200%20.338.136q.114.136.114.382V8.57h.787V6.695q0-.246-.064-.452a1%201%200%200%200-.192-.355a.9.9%200%200%200-.313-.232a1.2%201.2%200%200%200-.697-.054a1.2%201.2%200%200%200-.436.203a2%202%200%200%200-.184.157z%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%22m10.14%202.358l4.714%202.27l-.915%201.584a.27.27%200%200%200-.032.182l.607%203.441a.26.26%200%200%200%20.093.16l2.676%202.245c.048.041.11.064.174.064h1.878l.507%202.22a.5.5%200%200%201-.095.415l-5.237%206.567a.5.5%200%200%201-.383.184h-8.4a.5.5%200%200%201-.383-.184L.107%2014.939a.5.5%200%200%201-.095-.415l1.869-8.189a.5.5%200%200%201%20.266-.333l7.567-3.644a.49.49%200%200%201%20.426%200M7.244%2016.626h1.667v-2.429l.64-.784l1.822%203.213h1.965l-2.594-4.273l2.462-3.169h-2.065l-1.689%202.473c-.166.265-.342.53-.508.817h-.033v-3.29H7.244zM19.281%202.352l2.975%201.083q.083.031.128.108l1.583%202.742c.029.05.039.108.029.165l-.55%203.118a.24.24%200%200%201-.083.145l-2.426%202.035a.25.25%200%200%201-.157.058h-3.166a.25.25%200%200%201-.158-.058l-2.425-2.035a.24.24%200%200%201-.084-.145l-.55-3.118a.24.24%200%200%201%20.029-.165l1.583-2.742a.25.25%200%200%201%20.129-.108l2.975-1.083a.24.24%200%200%201%20.168%200m-.71%203.404q-.048-.138-.197-.137h-.487V8.57h.79V6.449q.132-.13.278-.2a.7.7%200%200%201%20.312-.072q.223%200%20.338.136q.114.136.114.382V8.57h.787V6.695q0-.246-.064-.452a1%201%200%200%200-.192-.355a.9.9%200%200%200-.313-.232a1.2%201.2%200%200%200-.697-.054a1.2%201.2%200%200%200-.436.203a2%202%200%200%200-.184.157z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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