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

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

Use the runkit logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.97 14.797a3 3 0 0 1-1.47 3.02l-9 5.2a3 3 0 0 1-3 0l-9-5.2a3 3 0 0 1-1.47-3.02l1.32-7.2a3 3 0 0 1 .98-1.82a3 3 0 0 1 .49-.35l7.55-4.37a3.01 3.01 0 0 1 3.28.02l7.53 4.35c.1.05.19.1.28.17a3 3 0 0 1 1.19 2zm-9.54-10.77l-7.72 1.59c-.43.08-.51.64-.14.86l5.6 3.23c.23.13.5.07.63-.19l1.58-3.6l.53-1.22c.16-.35-.11-.75-.5-.67z"/></svg>

React

import type { SVGProps } from "react";

export function SimpleIconsRunkit(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="M23.97 14.797a3 3 0 0 1-1.47 3.02l-9 5.2a3 3 0 0 1-3 0l-9-5.2a3 3 0 0 1-1.47-3.02l1.32-7.2a3 3 0 0 1 .98-1.82a3 3 0 0 1 .49-.35l7.55-4.37a3.01 3.01 0 0 1 3.28.02l7.53 4.35c.1.05.19.1.28.17a3 3 0 0 1 1.19 2zm-9.54-10.77l-7.72 1.59c-.43.08-.51.64-.14.86l5.6 3.23c.23.13.5.07.63-.19l1.58-3.6l.53-1.22c.16-.35-.11-.75-.5-.67z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M23.97 14.797a3 3 0 0 1-1.47 3.02l-9 5.2a3 3 0 0 1-3 0l-9-5.2a3 3 0 0 1-1.47-3.02l1.32-7.2a3 3 0 0 1 .98-1.82a3 3 0 0 1 .49-.35l7.55-4.37a3.01 3.01 0 0 1 3.28.02l7.53 4.35c.1.05.19.1.28.17a3 3 0 0 1 1.19 2zm-9.54-10.77l-7.72 1.59c-.43.08-.51.64-.14.86l5.6 3.23c.23.13.5.07.63-.19l1.58-3.6l.53-1.22c.16-.35-.11-.75-.5-.67z"/></svg>
</template>

CSS

.icon-runkit {
  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%22M23.97%2014.797a3%203%200%200%201-1.47%203.02l-9%205.2a3%203%200%200%201-3%200l-9-5.2a3%203%200%200%201-1.47-3.02l1.32-7.2a3%203%200%200%201%20.98-1.82a3%203%200%200%201%20.49-.35l7.55-4.37a3.01%203.01%200%200%201%203.28.02l7.53%204.35c.1.05.19.1.28.17a3%203%200%200%201%201.19%202zm-9.54-10.77l-7.72%201.59c-.43.08-.51.64-.14.86l5.6%203.23c.23.13.5.07.63-.19l1.58-3.6l.53-1.22c.16-.35-.11-.75-.5-.67z%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%22M23.97%2014.797a3%203%200%200%201-1.47%203.02l-9%205.2a3%203%200%200%201-3%200l-9-5.2a3%203%200%200%201-1.47-3.02l1.32-7.2a3%203%200%200%201%20.98-1.82a3%203%200%200%201%20.49-.35l7.55-4.37a3.01%203.01%200%200%201%203.28.02l7.53%204.35c.1.05.19.1.28.17a3%203%200%200%201%201.19%202zm-9.54-10.77l-7.72%201.59c-.43.08-.51.64-.14.86l5.6%203.23c.23.13.5.07.63-.19l1.58-3.6l.53-1.22c.16-.35-.11-.75-.5-.67z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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