ktor-wordmark from Devicon by konpa · Wordmark · MIT Free for personal and commercial use.

Name
ktor-wordmark
Set
Devicon
Style
Wordmark
Viewbox
128×128
License
MIT

1 other variant in Devicon

The same logo in other sets

Use the ktor logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVGOLf6Fd4B" x1="34.379" x2="64.784" y1="21.379" y2="51.784" gradientTransform="translate(0 40)scale(.45714)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#07c3f2"/><stop offset="1" stop-color="#6b57ff"/></linearGradient><linearGradient id="SVG8xMxmdZf" x1="65.723" x2="94.471" y1="52.723" y2="81.471" gradientTransform="translate(0 40)scale(.45714)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#b74af7"/><stop offset=".492" stop-color="#fc801d"/><stop offset="1" stop-color="#fc801d"/></linearGradient></defs><path fill="url(#SVGOLf6Fd4B)" d="M36.57 56.914L22.855 43.2l-7.238 7.242l-6.472 6.473l13.71 13.715Zm0 0"/><path fill="url(#SVG8xMxmdZf)" d="m22.855 70.629l6.832 6.828l6.883 6.887l13.715-13.715L36.57 56.914Zm0 0"/><path d="M36.57 56.914H22.855V70.63H36.57Zm39.188-2.266H70.82l-7.367 7.997v-7.997H59.43v18.286h4.023v-5.59l2.117-2.192l5.668 7.782h4.832l-7.785-10.528Zm5.773.625H77.56v3.579h-1.672v3.394h1.672v6.637c0 3.238 1.644 4.207 4.074 4.207a5.86 5.86 0 0 0 3.137-.813v-3.183a4.04 4.04 0 0 1-1.961.496c-.887 0-1.278-.445-1.278-1.36v-5.984h3.29v-3.394h-3.29Zm12.223 3.239c-4.363 0-7.602 3.265-7.602 7.289v.05c0 4.024 3.215 7.239 7.551 7.239c4.363 0 7.602-3.266 7.602-7.29v-.05c0-4.023-3.215-7.238-7.551-7.238m3.633 7.34c0 2.066-1.36 3.816-3.633 3.816c-2.192 0-3.684-1.805-3.684-3.867v-.051c0-2.066 1.36-3.816 3.633-3.816c2.195 0 3.684 1.804 3.684 3.867Zm10.011-4.098v-2.82h-3.972v14h3.972v-5.172c0-3.344 1.618-4.938 4.258-4.938h.207v-4.152c-2.351-.106-3.656 1.148-4.465 3.082m0 0"/></svg>

React

import type { SVGProps } from "react";

export function DeviconKtorWordmark(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVGOLf6Fd4B" x1="34.379" x2="64.784" y1="21.379" y2="51.784" gradientTransform="translate(0 40)scale(.45714)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#07c3f2"/><stop offset="1" stopColor="#6b57ff"/></linearGradient><linearGradient id="SVG8xMxmdZf" x1="65.723" x2="94.471" y1="52.723" y2="81.471" gradientTransform="translate(0 40)scale(.45714)" gradientUnits="userSpaceOnUse"><stop offset="0" stopColor="#b74af7"/><stop offset=".492" stopColor="#fc801d"/><stop offset="1" stopColor="#fc801d"/></linearGradient></defs><path fill="url(#SVGOLf6Fd4B)" d="M36.57 56.914L22.855 43.2l-7.238 7.242l-6.472 6.473l13.71 13.715Zm0 0"/><path fill="url(#SVG8xMxmdZf)" d="m22.855 70.629l6.832 6.828l6.883 6.887l13.715-13.715L36.57 56.914Zm0 0"/><path d="M36.57 56.914H22.855V70.63H36.57Zm39.188-2.266H70.82l-7.367 7.997v-7.997H59.43v18.286h4.023v-5.59l2.117-2.192l5.668 7.782h4.832l-7.785-10.528Zm5.773.625H77.56v3.579h-1.672v3.394h1.672v6.637c0 3.238 1.644 4.207 4.074 4.207a5.86 5.86 0 0 0 3.137-.813v-3.183a4.04 4.04 0 0 1-1.961.496c-.887 0-1.278-.445-1.278-1.36v-5.984h3.29v-3.394h-3.29Zm12.223 3.239c-4.363 0-7.602 3.265-7.602 7.289v.05c0 4.024 3.215 7.239 7.551 7.239c4.363 0 7.602-3.266 7.602-7.29v-.05c0-4.023-3.215-7.238-7.551-7.238m3.633 7.34c0 2.066-1.36 3.816-3.633 3.816c-2.192 0-3.684-1.805-3.684-3.867v-.051c0-2.066 1.36-3.816 3.633-3.816c2.195 0 3.684 1.804 3.684 3.867Zm10.011-4.098v-2.82h-3.972v14h3.972v-5.172c0-3.344 1.618-4.938 4.258-4.938h.207v-4.152c-2.351-.106-3.656 1.148-4.465 3.082m0 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><defs><linearGradient id="SVGOLf6Fd4B" x1="34.379" x2="64.784" y1="21.379" y2="51.784" gradientTransform="translate(0 40)scale(.45714)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#07c3f2"/><stop offset="1" stop-color="#6b57ff"/></linearGradient><linearGradient id="SVG8xMxmdZf" x1="65.723" x2="94.471" y1="52.723" y2="81.471" gradientTransform="translate(0 40)scale(.45714)" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="#b74af7"/><stop offset=".492" stop-color="#fc801d"/><stop offset="1" stop-color="#fc801d"/></linearGradient></defs><path fill="url(#SVGOLf6Fd4B)" d="M36.57 56.914L22.855 43.2l-7.238 7.242l-6.472 6.473l13.71 13.715Zm0 0"/><path fill="url(#SVG8xMxmdZf)" d="m22.855 70.629l6.832 6.828l6.883 6.887l13.715-13.715L36.57 56.914Zm0 0"/><path d="M36.57 56.914H22.855V70.63H36.57Zm39.188-2.266H70.82l-7.367 7.997v-7.997H59.43v18.286h4.023v-5.59l2.117-2.192l5.668 7.782h4.832l-7.785-10.528Zm5.773.625H77.56v3.579h-1.672v3.394h1.672v6.637c0 3.238 1.644 4.207 4.074 4.207a5.86 5.86 0 0 0 3.137-.813v-3.183a4.04 4.04 0 0 1-1.961.496c-.887 0-1.278-.445-1.278-1.36v-5.984h3.29v-3.394h-3.29Zm12.223 3.239c-4.363 0-7.602 3.265-7.602 7.289v.05c0 4.024 3.215 7.239 7.551 7.239c4.363 0 7.602-3.266 7.602-7.29v-.05c0-4.023-3.215-7.238-7.551-7.238m3.633 7.34c0 2.066-1.36 3.816-3.633 3.816c-2.192 0-3.684-1.805-3.684-3.867v-.051c0-2.066 1.36-3.816 3.633-3.816c2.195 0 3.684 1.804 3.684 3.867Zm10.011-4.098v-2.82h-3.972v14h3.972v-5.172c0-3.344 1.618-4.938 4.258-4.938h.207v-4.152c-2.351-.106-3.656 1.148-4.465 3.082m0 0"/></svg>
</template>

CSS

.icon-ktor-wordmark {
  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%20128%20128%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGOLf6Fd4B%22%20x1%3D%2234.379%22%20x2%3D%2264.784%22%20y1%3D%2221.379%22%20y2%3D%2251.784%22%20gradientTransform%3D%22translate(0%2040)scale(.45714)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2307c3f2%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236b57ff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG8xMxmdZf%22%20x1%3D%2265.723%22%20x2%3D%2294.471%22%20y1%3D%2252.723%22%20y2%3D%2281.471%22%20gradientTransform%3D%22translate(0%2040)scale(.45714)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23b74af7%22%2F%3E%3Cstop%20offset%3D%22.492%22%20stop-color%3D%22%23fc801d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fc801d%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGOLf6Fd4B)%22%20d%3D%22M36.57%2056.914L22.855%2043.2l-7.238%207.242l-6.472%206.473l13.71%2013.715Zm0%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG8xMxmdZf)%22%20d%3D%22m22.855%2070.629l6.832%206.828l6.883%206.887l13.715-13.715L36.57%2056.914Zm0%200%22%2F%3E%3Cpath%20d%3D%22M36.57%2056.914H22.855V70.63H36.57Zm39.188-2.266H70.82l-7.367%207.997v-7.997H59.43v18.286h4.023v-5.59l2.117-2.192l5.668%207.782h4.832l-7.785-10.528Zm5.773.625H77.56v3.579h-1.672v3.394h1.672v6.637c0%203.238%201.644%204.207%204.074%204.207a5.86%205.86%200%200%200%203.137-.813v-3.183a4.04%204.04%200%200%201-1.961.496c-.887%200-1.278-.445-1.278-1.36v-5.984h3.29v-3.394h-3.29Zm12.223%203.239c-4.363%200-7.602%203.265-7.602%207.289v.05c0%204.024%203.215%207.239%207.551%207.239c4.363%200%207.602-3.266%207.602-7.29v-.05c0-4.023-3.215-7.238-7.551-7.238m3.633%207.34c0%202.066-1.36%203.816-3.633%203.816c-2.192%200-3.684-1.805-3.684-3.867v-.051c0-2.066%201.36-3.816%203.633-3.816c2.195%200%203.684%201.804%203.684%203.867Zm10.011-4.098v-2.82h-3.972v14h3.972v-5.172c0-3.344%201.618-4.938%204.258-4.938h.207v-4.152c-2.351-.106-3.656%201.148-4.465%203.082m0%200%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%20128%20128%22%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGOLf6Fd4B%22%20x1%3D%2234.379%22%20x2%3D%2264.784%22%20y1%3D%2221.379%22%20y2%3D%2251.784%22%20gradientTransform%3D%22translate(0%2040)scale(.45714)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2307c3f2%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%236b57ff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG8xMxmdZf%22%20x1%3D%2265.723%22%20x2%3D%2294.471%22%20y1%3D%2252.723%22%20y2%3D%2281.471%22%20gradientTransform%3D%22translate(0%2040)scale(.45714)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23b74af7%22%2F%3E%3Cstop%20offset%3D%22.492%22%20stop-color%3D%22%23fc801d%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23fc801d%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3Cpath%20fill%3D%22url(%23SVGOLf6Fd4B)%22%20d%3D%22M36.57%2056.914L22.855%2043.2l-7.238%207.242l-6.472%206.473l13.71%2013.715Zm0%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG8xMxmdZf)%22%20d%3D%22m22.855%2070.629l6.832%206.828l6.883%206.887l13.715-13.715L36.57%2056.914Zm0%200%22%2F%3E%3Cpath%20d%3D%22M36.57%2056.914H22.855V70.63H36.57Zm39.188-2.266H70.82l-7.367%207.997v-7.997H59.43v18.286h4.023v-5.59l2.117-2.192l5.668%207.782h4.832l-7.785-10.528Zm5.773.625H77.56v3.579h-1.672v3.394h1.672v6.637c0%203.238%201.644%204.207%204.074%204.207a5.86%205.86%200%200%200%203.137-.813v-3.183a4.04%204.04%200%200%201-1.961.496c-.887%200-1.278-.445-1.278-1.36v-5.984h3.29v-3.394h-3.29Zm12.223%203.239c-4.363%200-7.602%203.265-7.602%207.289v.05c0%204.024%203.215%207.239%207.551%207.239c4.363%200%207.602-3.266%207.602-7.29v-.05c0-4.023-3.215-7.238-7.551-7.238m3.633%207.34c0%202.066-1.36%203.816-3.633%203.816c-2.192%200-3.684-1.805-3.684-3.867v-.051c0-2.066%201.36-3.816%203.633-3.816c2.195%200%203.684%201.804%203.684%203.867Zm10.011-4.098v-2.82h-3.972v14h3.972v-5.172c0-3.344%201.618-4.938%204.258-4.938h.207v-4.152c-2.351-.106-3.656%201.148-4.465%203.082m0%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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