keycdn from CoreUI Brands by creativeLabs Łukasz Holeczek · Brand · CC0-1.0 Free for personal and commercial use.

Name
keycdn
Set
CoreUI Brands
Style
Brand
Viewbox
32×32
License
CC0 1.0

The same logo in other sets

Use the keycdn logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3.073 25.421c.301.011.604.052.891.157l.041.015l3.744-3.656l.136.183c.197.265.401.511.62.749l.083.089c.057.057.1.115.157.172l.437.437l.104.088l.088.084a9.98 9.98 0 0 0 6.209 2.369a10.06 10.06 0 0 0 5.348-1.391l.287.303c.333.353.677.708 1.011 1.067a11.84 11.84 0 0 1-13.974-.886l.011-.02l-2.401 2.369c.089.276.12.573.125.864c0 1.657-1.339 3-2.995 3a3 3 0 0 1 0-6h.079zm22.9-15.452a11.8 11.8 0 0 1 1.709 6.437a11.72 11.72 0 0 1-2.948 7.489l.015.016l1.475 1.567a1.88 1.88 0 0 1 1.604.557a1.86 1.86 0 0 1-.068 2.625a1.86 1.86 0 0 1-2.624-.068a1.86 1.86 0 0 1-.469-1.629c-.688-.729-1.901-2.027-2.599-2.761l-.147-.156l.167-.14a9.5 9.5 0 0 0 1.24-1.177a9.9 9.9 0 0 0 2.505-6.369a9.9 9.9 0 0 0-1.235-5.084zm-20.869-7a1.87 1.87 0 0 1 1.385.572a1.85 1.85 0 0 1 .475 1.631l2.839 2.973l-.172.141q-.671.528-1.24 1.177a10.02 10.02 0 0 0-2.521 6.369a10.03 10.03 0 0 0 1.24 5.093l-1.364 1.328a11.67 11.67 0 0 1-1.715-6.468c.057-2.76 1.131-5.423 2.939-7.495L5.407 6.654a1.85 1.85 0 0 1-1.604-.557a1.86 1.86 0 0 1 .067-2.625a1.88 1.88 0 0 1 1.057-.495c.057-.005.12-.005.177-.009zM29.005.588a3 3 0 0 1 2.995 3a2.996 2.996 0 0 1-2.995 2.996c-.323 0-.636-.057-.932-.152h-.005l-.041-.016l-4.068 3.865l-.136-.188a9 9 0 0 0-.713-.833l-.041-.057l-.36-.353l-.26-.235l-.079-.068l-.104-.088a9.97 9.97 0 0 0-6.161-2.339c-1.891-.041-3.735.427-5.339 1.385l-1.307-1.36a11.77 11.77 0 0 1 6.692-1.869a11.74 11.74 0 0 1 7.281 2.76h.027l2.692-2.557a2.9 2.9 0 0 1-.135-.891c0-1.656 1.339-3 2.995-3zM15.948 7.276c.339 0 .677.027 1.011.068c4.833.609 8.255 5.016 7.661 9.849c-.604 4.833-5.016 8.26-9.849 7.661c-4.833-.604-8.255-5.016-7.661-9.849c.573-4.484 4.344-7.713 8.839-7.729zm-.136 3.787c-1.952.156-3.369 1.635-3.421 3.599c.036 1.407.755 2.589 2.011 3.235l-.688 3.203h4.568l-.683-3.203c1.251-.677 1.989-1.792 2.005-3.229c-.025-2.031-1.593-3.557-3.604-3.609zm.068-.022h-.011z"/></svg>

React

import type { SVGProps } from "react";

export function CibKeycdn(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3.073 25.421c.301.011.604.052.891.157l.041.015l3.744-3.656l.136.183c.197.265.401.511.62.749l.083.089c.057.057.1.115.157.172l.437.437l.104.088l.088.084a9.98 9.98 0 0 0 6.209 2.369a10.06 10.06 0 0 0 5.348-1.391l.287.303c.333.353.677.708 1.011 1.067a11.84 11.84 0 0 1-13.974-.886l.011-.02l-2.401 2.369c.089.276.12.573.125.864c0 1.657-1.339 3-2.995 3a3 3 0 0 1 0-6h.079zm22.9-15.452a11.8 11.8 0 0 1 1.709 6.437a11.72 11.72 0 0 1-2.948 7.489l.015.016l1.475 1.567a1.88 1.88 0 0 1 1.604.557a1.86 1.86 0 0 1-.068 2.625a1.86 1.86 0 0 1-2.624-.068a1.86 1.86 0 0 1-.469-1.629c-.688-.729-1.901-2.027-2.599-2.761l-.147-.156l.167-.14a9.5 9.5 0 0 0 1.24-1.177a9.9 9.9 0 0 0 2.505-6.369a9.9 9.9 0 0 0-1.235-5.084zm-20.869-7a1.87 1.87 0 0 1 1.385.572a1.85 1.85 0 0 1 .475 1.631l2.839 2.973l-.172.141q-.671.528-1.24 1.177a10.02 10.02 0 0 0-2.521 6.369a10.03 10.03 0 0 0 1.24 5.093l-1.364 1.328a11.67 11.67 0 0 1-1.715-6.468c.057-2.76 1.131-5.423 2.939-7.495L5.407 6.654a1.85 1.85 0 0 1-1.604-.557a1.86 1.86 0 0 1 .067-2.625a1.88 1.88 0 0 1 1.057-.495c.057-.005.12-.005.177-.009zM29.005.588a3 3 0 0 1 2.995 3a2.996 2.996 0 0 1-2.995 2.996c-.323 0-.636-.057-.932-.152h-.005l-.041-.016l-4.068 3.865l-.136-.188a9 9 0 0 0-.713-.833l-.041-.057l-.36-.353l-.26-.235l-.079-.068l-.104-.088a9.97 9.97 0 0 0-6.161-2.339c-1.891-.041-3.735.427-5.339 1.385l-1.307-1.36a11.77 11.77 0 0 1 6.692-1.869a11.74 11.74 0 0 1 7.281 2.76h.027l2.692-2.557a2.9 2.9 0 0 1-.135-.891c0-1.656 1.339-3 2.995-3zM15.948 7.276c.339 0 .677.027 1.011.068c4.833.609 8.255 5.016 7.661 9.849c-.604 4.833-5.016 8.26-9.849 7.661c-4.833-.604-8.255-5.016-7.661-9.849c.573-4.484 4.344-7.713 8.839-7.729zm-.136 3.787c-1.952.156-3.369 1.635-3.421 3.599c.036 1.407.755 2.589 2.011 3.235l-.688 3.203h4.568l-.683-3.203c1.251-.677 1.989-1.792 2.005-3.229c-.025-2.031-1.593-3.557-3.604-3.609zm.068-.022h-.011z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M3.073 25.421c.301.011.604.052.891.157l.041.015l3.744-3.656l.136.183c.197.265.401.511.62.749l.083.089c.057.057.1.115.157.172l.437.437l.104.088l.088.084a9.98 9.98 0 0 0 6.209 2.369a10.06 10.06 0 0 0 5.348-1.391l.287.303c.333.353.677.708 1.011 1.067a11.84 11.84 0 0 1-13.974-.886l.011-.02l-2.401 2.369c.089.276.12.573.125.864c0 1.657-1.339 3-2.995 3a3 3 0 0 1 0-6h.079zm22.9-15.452a11.8 11.8 0 0 1 1.709 6.437a11.72 11.72 0 0 1-2.948 7.489l.015.016l1.475 1.567a1.88 1.88 0 0 1 1.604.557a1.86 1.86 0 0 1-.068 2.625a1.86 1.86 0 0 1-2.624-.068a1.86 1.86 0 0 1-.469-1.629c-.688-.729-1.901-2.027-2.599-2.761l-.147-.156l.167-.14a9.5 9.5 0 0 0 1.24-1.177a9.9 9.9 0 0 0 2.505-6.369a9.9 9.9 0 0 0-1.235-5.084zm-20.869-7a1.87 1.87 0 0 1 1.385.572a1.85 1.85 0 0 1 .475 1.631l2.839 2.973l-.172.141q-.671.528-1.24 1.177a10.02 10.02 0 0 0-2.521 6.369a10.03 10.03 0 0 0 1.24 5.093l-1.364 1.328a11.67 11.67 0 0 1-1.715-6.468c.057-2.76 1.131-5.423 2.939-7.495L5.407 6.654a1.85 1.85 0 0 1-1.604-.557a1.86 1.86 0 0 1 .067-2.625a1.88 1.88 0 0 1 1.057-.495c.057-.005.12-.005.177-.009zM29.005.588a3 3 0 0 1 2.995 3a2.996 2.996 0 0 1-2.995 2.996c-.323 0-.636-.057-.932-.152h-.005l-.041-.016l-4.068 3.865l-.136-.188a9 9 0 0 0-.713-.833l-.041-.057l-.36-.353l-.26-.235l-.079-.068l-.104-.088a9.97 9.97 0 0 0-6.161-2.339c-1.891-.041-3.735.427-5.339 1.385l-1.307-1.36a11.77 11.77 0 0 1 6.692-1.869a11.74 11.74 0 0 1 7.281 2.76h.027l2.692-2.557a2.9 2.9 0 0 1-.135-.891c0-1.656 1.339-3 2.995-3zM15.948 7.276c.339 0 .677.027 1.011.068c4.833.609 8.255 5.016 7.661 9.849c-.604 4.833-5.016 8.26-9.849 7.661c-4.833-.604-8.255-5.016-7.661-9.849c.573-4.484 4.344-7.713 8.839-7.729zm-.136 3.787c-1.952.156-3.369 1.635-3.421 3.599c.036 1.407.755 2.589 2.011 3.235l-.688 3.203h4.568l-.683-3.203c1.251-.677 1.989-1.792 2.005-3.229c-.025-2.031-1.593-3.557-3.604-3.609zm.068-.022h-.011z"/></svg>
</template>

CSS

.icon-keycdn {
  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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.073%2025.421c.301.011.604.052.891.157l.041.015l3.744-3.656l.136.183c.197.265.401.511.62.749l.083.089c.057.057.1.115.157.172l.437.437l.104.088l.088.084a9.98%209.98%200%200%200%206.209%202.369a10.06%2010.06%200%200%200%205.348-1.391l.287.303c.333.353.677.708%201.011%201.067a11.84%2011.84%200%200%201-13.974-.886l.011-.02l-2.401%202.369c.089.276.12.573.125.864c0%201.657-1.339%203-2.995%203a3%203%200%200%201%200-6h.079zm22.9-15.452a11.8%2011.8%200%200%201%201.709%206.437a11.72%2011.72%200%200%201-2.948%207.489l.015.016l1.475%201.567a1.88%201.88%200%200%201%201.604.557a1.86%201.86%200%200%201-.068%202.625a1.86%201.86%200%200%201-2.624-.068a1.86%201.86%200%200%201-.469-1.629c-.688-.729-1.901-2.027-2.599-2.761l-.147-.156l.167-.14a9.5%209.5%200%200%200%201.24-1.177a9.9%209.9%200%200%200%202.505-6.369a9.9%209.9%200%200%200-1.235-5.084zm-20.869-7a1.87%201.87%200%200%201%201.385.572a1.85%201.85%200%200%201%20.475%201.631l2.839%202.973l-.172.141q-.671.528-1.24%201.177a10.02%2010.02%200%200%200-2.521%206.369a10.03%2010.03%200%200%200%201.24%205.093l-1.364%201.328a11.67%2011.67%200%200%201-1.715-6.468c.057-2.76%201.131-5.423%202.939-7.495L5.407%206.654a1.85%201.85%200%200%201-1.604-.557a1.86%201.86%200%200%201%20.067-2.625a1.88%201.88%200%200%201%201.057-.495c.057-.005.12-.005.177-.009zM29.005.588a3%203%200%200%201%202.995%203a2.996%202.996%200%200%201-2.995%202.996c-.323%200-.636-.057-.932-.152h-.005l-.041-.016l-4.068%203.865l-.136-.188a9%209%200%200%200-.713-.833l-.041-.057l-.36-.353l-.26-.235l-.079-.068l-.104-.088a9.97%209.97%200%200%200-6.161-2.339c-1.891-.041-3.735.427-5.339%201.385l-1.307-1.36a11.77%2011.77%200%200%201%206.692-1.869a11.74%2011.74%200%200%201%207.281%202.76h.027l2.692-2.557a2.9%202.9%200%200%201-.135-.891c0-1.656%201.339-3%202.995-3zM15.948%207.276c.339%200%20.677.027%201.011.068c4.833.609%208.255%205.016%207.661%209.849c-.604%204.833-5.016%208.26-9.849%207.661c-4.833-.604-8.255-5.016-7.661-9.849c.573-4.484%204.344-7.713%208.839-7.729zm-.136%203.787c-1.952.156-3.369%201.635-3.421%203.599c.036%201.407.755%202.589%202.011%203.235l-.688%203.203h4.568l-.683-3.203c1.251-.677%201.989-1.792%202.005-3.229c-.025-2.031-1.593-3.557-3.604-3.609zm.068-.022h-.011z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.073%2025.421c.301.011.604.052.891.157l.041.015l3.744-3.656l.136.183c.197.265.401.511.62.749l.083.089c.057.057.1.115.157.172l.437.437l.104.088l.088.084a9.98%209.98%200%200%200%206.209%202.369a10.06%2010.06%200%200%200%205.348-1.391l.287.303c.333.353.677.708%201.011%201.067a11.84%2011.84%200%200%201-13.974-.886l.011-.02l-2.401%202.369c.089.276.12.573.125.864c0%201.657-1.339%203-2.995%203a3%203%200%200%201%200-6h.079zm22.9-15.452a11.8%2011.8%200%200%201%201.709%206.437a11.72%2011.72%200%200%201-2.948%207.489l.015.016l1.475%201.567a1.88%201.88%200%200%201%201.604.557a1.86%201.86%200%200%201-.068%202.625a1.86%201.86%200%200%201-2.624-.068a1.86%201.86%200%200%201-.469-1.629c-.688-.729-1.901-2.027-2.599-2.761l-.147-.156l.167-.14a9.5%209.5%200%200%200%201.24-1.177a9.9%209.9%200%200%200%202.505-6.369a9.9%209.9%200%200%200-1.235-5.084zm-20.869-7a1.87%201.87%200%200%201%201.385.572a1.85%201.85%200%200%201%20.475%201.631l2.839%202.973l-.172.141q-.671.528-1.24%201.177a10.02%2010.02%200%200%200-2.521%206.369a10.03%2010.03%200%200%200%201.24%205.093l-1.364%201.328a11.67%2011.67%200%200%201-1.715-6.468c.057-2.76%201.131-5.423%202.939-7.495L5.407%206.654a1.85%201.85%200%200%201-1.604-.557a1.86%201.86%200%200%201%20.067-2.625a1.88%201.88%200%200%201%201.057-.495c.057-.005.12-.005.177-.009zM29.005.588a3%203%200%200%201%202.995%203a2.996%202.996%200%200%201-2.995%202.996c-.323%200-.636-.057-.932-.152h-.005l-.041-.016l-4.068%203.865l-.136-.188a9%209%200%200%200-.713-.833l-.041-.057l-.36-.353l-.26-.235l-.079-.068l-.104-.088a9.97%209.97%200%200%200-6.161-2.339c-1.891-.041-3.735.427-5.339%201.385l-1.307-1.36a11.77%2011.77%200%200%201%206.692-1.869a11.74%2011.74%200%200%201%207.281%202.76h.027l2.692-2.557a2.9%202.9%200%200%201-.135-.891c0-1.656%201.339-3%202.995-3zM15.948%207.276c.339%200%20.677.027%201.011.068c4.833.609%208.255%205.016%207.661%209.849c-.604%204.833-5.016%208.26-9.849%207.661c-4.833-.604-8.255-5.016-7.661-9.849c.573-4.484%204.344-7.713%208.839-7.729zm-.136%203.787c-1.952.156-3.369%201.635-3.421%203.599c.036%201.407.755%202.589%202.011%203.235l-.688%203.203h4.568l-.683-3.203c1.251-.677%201.989-1.792%202.005-3.229c-.025-2.031-1.593-3.557-3.604-3.609zm.068-.022h-.011z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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