runway-text from LobeHub AI Icons by LobeHub · Wordmark · MIT Free for personal and commercial use.

Name
runway-text
Set
LobeHub AI Icons
Style
Wordmark
Viewbox
94×24
License
MIT

1 other variant in LobeHub AI Icons

Use the runway logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 94 24"><path fill="currentColor" fill-rule="evenodd" d="M2 5.33h3.425l.33 1.774C6.415 5.701 7.859 5 9.385 5a5.56 5.56 0 012.002.392l-.805 4.105a3.938 3.938 0 00-2.001-.536c-1.382 0-2.517.928-2.517 3.012v6.622H2V5.33zm10.79 8.335V5.248h4.125V12.9c0 1.547.887 2.373 2.187 2.373 1.32 0 2.455-1.011 2.455-3.24V5.269h4.126v13.286h-3.445l-.454-1.754c-.66 1.052-2.27 2.063-4.27 2.063-2.703-.02-4.725-1.712-4.725-5.198zM27.807 5.33h3.404l.454 1.754c.64-1.053 2.228-2.063 4.208-2.063 2.62 0 4.6 1.67 4.6 5.157v8.438H36.41v-7.592c0-1.568-.804-2.414-2.145-2.414-1.238 0-2.373 1.011-2.373 3.301v6.725h-4.064l-.02-13.306zm13.574-.082h4.064l2.414 9.056 2.145-5.962-1.052-3.094h4.044l2.62 9.056 2.33-9.056h4.086L57.7 18.616h-4.167l-1.795-5.323-1.856 5.323h-4.147L41.382 5.248zm20.878 6.684c0-4.56 3.3-6.911 6.333-6.911 1.856 0 3.197.742 3.858 1.506l.37-1.197h3.755v13.203h-3.568l-.557-1.3c-.557.66-1.754 1.61-4.044 1.61-3.28 0-6.147-2.682-6.147-6.911zm10.335 0c0-2.146-1.382-3.466-3.136-3.466-1.774 0-3.135 1.34-3.135 3.466 0 2.124 1.361 3.465 3.135 3.465 1.754 0 3.136-1.32 3.136-3.465zM80.805 24l2.25-6.086L77.71 5.248h4.374l2.97 8.272 2.682-8.272h4.27L84.974 24h-4.167z"/></svg>

React

import type { SVGProps } from "react";

export function LobehubRunwayText(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 94 24"><path fill="currentColor" fillRule="evenodd" d="M2 5.33h3.425l.33 1.774C6.415 5.701 7.859 5 9.385 5a5.56 5.56 0 012.002.392l-.805 4.105a3.938 3.938 0 00-2.001-.536c-1.382 0-2.517.928-2.517 3.012v6.622H2V5.33zm10.79 8.335V5.248h4.125V12.9c0 1.547.887 2.373 2.187 2.373 1.32 0 2.455-1.011 2.455-3.24V5.269h4.126v13.286h-3.445l-.454-1.754c-.66 1.052-2.27 2.063-4.27 2.063-2.703-.02-4.725-1.712-4.725-5.198zM27.807 5.33h3.404l.454 1.754c.64-1.053 2.228-2.063 4.208-2.063 2.62 0 4.6 1.67 4.6 5.157v8.438H36.41v-7.592c0-1.568-.804-2.414-2.145-2.414-1.238 0-2.373 1.011-2.373 3.301v6.725h-4.064l-.02-13.306zm13.574-.082h4.064l2.414 9.056 2.145-5.962-1.052-3.094h4.044l2.62 9.056 2.33-9.056h4.086L57.7 18.616h-4.167l-1.795-5.323-1.856 5.323h-4.147L41.382 5.248zm20.878 6.684c0-4.56 3.3-6.911 6.333-6.911 1.856 0 3.197.742 3.858 1.506l.37-1.197h3.755v13.203h-3.568l-.557-1.3c-.557.66-1.754 1.61-4.044 1.61-3.28 0-6.147-2.682-6.147-6.911zm10.335 0c0-2.146-1.382-3.466-3.136-3.466-1.774 0-3.135 1.34-3.135 3.466 0 2.124 1.361 3.465 3.135 3.465 1.754 0 3.136-1.32 3.136-3.465zM80.805 24l2.25-6.086L77.71 5.248h4.374l2.97 8.272 2.682-8.272h4.27L84.974 24h-4.167z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 94 24"><path fill="currentColor" fill-rule="evenodd" d="M2 5.33h3.425l.33 1.774C6.415 5.701 7.859 5 9.385 5a5.56 5.56 0 012.002.392l-.805 4.105a3.938 3.938 0 00-2.001-.536c-1.382 0-2.517.928-2.517 3.012v6.622H2V5.33zm10.79 8.335V5.248h4.125V12.9c0 1.547.887 2.373 2.187 2.373 1.32 0 2.455-1.011 2.455-3.24V5.269h4.126v13.286h-3.445l-.454-1.754c-.66 1.052-2.27 2.063-4.27 2.063-2.703-.02-4.725-1.712-4.725-5.198zM27.807 5.33h3.404l.454 1.754c.64-1.053 2.228-2.063 4.208-2.063 2.62 0 4.6 1.67 4.6 5.157v8.438H36.41v-7.592c0-1.568-.804-2.414-2.145-2.414-1.238 0-2.373 1.011-2.373 3.301v6.725h-4.064l-.02-13.306zm13.574-.082h4.064l2.414 9.056 2.145-5.962-1.052-3.094h4.044l2.62 9.056 2.33-9.056h4.086L57.7 18.616h-4.167l-1.795-5.323-1.856 5.323h-4.147L41.382 5.248zm20.878 6.684c0-4.56 3.3-6.911 6.333-6.911 1.856 0 3.197.742 3.858 1.506l.37-1.197h3.755v13.203h-3.568l-.557-1.3c-.557.66-1.754 1.61-4.044 1.61-3.28 0-6.147-2.682-6.147-6.911zm10.335 0c0-2.146-1.382-3.466-3.136-3.466-1.774 0-3.135 1.34-3.135 3.466 0 2.124 1.361 3.465 3.135 3.465 1.754 0 3.136-1.32 3.136-3.465zM80.805 24l2.25-6.086L77.71 5.248h4.374l2.97 8.272 2.682-8.272h4.27L84.974 24h-4.167z"/></svg>
</template>

CSS

.icon-runway-text {
  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%2094%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%205.33h3.425l.33%201.774C6.415%205.701%207.859%205%209.385%205a5.56%205.56%200%20012.002.392l-.805%204.105a3.938%203.938%200%2000-2.001-.536c-1.382%200-2.517.928-2.517%203.012v6.622H2V5.33zm10.79%208.335V5.248h4.125V12.9c0%201.547.887%202.373%202.187%202.373%201.32%200%202.455-1.011%202.455-3.24V5.269h4.126v13.286h-3.445l-.454-1.754c-.66%201.052-2.27%202.063-4.27%202.063-2.703-.02-4.725-1.712-4.725-5.198zM27.807%205.33h3.404l.454%201.754c.64-1.053%202.228-2.063%204.208-2.063%202.62%200%204.6%201.67%204.6%205.157v8.438H36.41v-7.592c0-1.568-.804-2.414-2.145-2.414-1.238%200-2.373%201.011-2.373%203.301v6.725h-4.064l-.02-13.306zm13.574-.082h4.064l2.414%209.056%202.145-5.962-1.052-3.094h4.044l2.62%209.056%202.33-9.056h4.086L57.7%2018.616h-4.167l-1.795-5.323-1.856%205.323h-4.147L41.382%205.248zm20.878%206.684c0-4.56%203.3-6.911%206.333-6.911%201.856%200%203.197.742%203.858%201.506l.37-1.197h3.755v13.203h-3.568l-.557-1.3c-.557.66-1.754%201.61-4.044%201.61-3.28%200-6.147-2.682-6.147-6.911zm10.335%200c0-2.146-1.382-3.466-3.136-3.466-1.774%200-3.135%201.34-3.135%203.466%200%202.124%201.361%203.465%203.135%203.465%201.754%200%203.136-1.32%203.136-3.465zM80.805%2024l2.25-6.086L77.71%205.248h4.374l2.97%208.272%202.682-8.272h4.27L84.974%2024h-4.167z%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%2094%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M2%205.33h3.425l.33%201.774C6.415%205.701%207.859%205%209.385%205a5.56%205.56%200%20012.002.392l-.805%204.105a3.938%203.938%200%2000-2.001-.536c-1.382%200-2.517.928-2.517%203.012v6.622H2V5.33zm10.79%208.335V5.248h4.125V12.9c0%201.547.887%202.373%202.187%202.373%201.32%200%202.455-1.011%202.455-3.24V5.269h4.126v13.286h-3.445l-.454-1.754c-.66%201.052-2.27%202.063-4.27%202.063-2.703-.02-4.725-1.712-4.725-5.198zM27.807%205.33h3.404l.454%201.754c.64-1.053%202.228-2.063%204.208-2.063%202.62%200%204.6%201.67%204.6%205.157v8.438H36.41v-7.592c0-1.568-.804-2.414-2.145-2.414-1.238%200-2.373%201.011-2.373%203.301v6.725h-4.064l-.02-13.306zm13.574-.082h4.064l2.414%209.056%202.145-5.962-1.052-3.094h4.044l2.62%209.056%202.33-9.056h4.086L57.7%2018.616h-4.167l-1.795-5.323-1.856%205.323h-4.147L41.382%205.248zm20.878%206.684c0-4.56%203.3-6.911%206.333-6.911%201.856%200%203.197.742%203.858%201.506l.37-1.197h3.755v13.203h-3.568l-.557-1.3c-.557.66-1.754%201.61-4.044%201.61-3.28%200-6.147-2.682-6.147-6.911zm10.335%200c0-2.146-1.382-3.466-3.136-3.466-1.774%200-3.135%201.34-3.135%203.466%200%202.124%201.361%203.465%203.135%203.465%201.754%200%203.136-1.32%203.136-3.465zM80.805%2024l2.25-6.086L77.71%205.248h4.374l2.97%208.272%202.682-8.272h4.27L84.974%2024h-4.167z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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