trvl from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.

Name
trvl
Set
Web3 Icons Branded
Style
Branded
Viewbox
24×24
License
MIT

1 other variant in Web3 Icons Branded

The same logo in other sets

Use the trvl logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVG7z9QOb6u)" d="M21 12c0 .563-.281 2.824-3.38 2.824c-2.2 0-3.916-1.35-4.866-2.12a.045.045 0 0 0-.057 0a.045.045 0 0 0-.01.061c.776.956 2.126 2.65 2.126 4.86C14.813 19.228 12.675 21 12 21v-9z"/><path fill="url(#SVGjhrkydAU)" d="M6.375 9.187c2.2 0 3.91 1.345 4.866 2.121a.05.05 0 0 0 .033.015a.05.05 0 0 0 .034-.015a.045.045 0 0 0 0-.062c-.776-.956-2.126-2.666-2.126-4.871C9.182 3 11.719 3 12 3v9H3c0-.281 0-2.813 3.375-2.813"/><defs><linearGradient id="SVG7z9QOb6u" x1="19.2" x2="3.011" y1="3.473" y2="19.211" gradientUnits="userSpaceOnUse"><stop stop-color="#8fa3a4"/><stop offset="1" stop-color="#c1d0d1"/></linearGradient><linearGradient id="SVGjhrkydAU" x1="12.006" x2="5.481" y1="3" y2="12.45" gradientUnits="userSpaceOnUse"><stop stop-color="#c7d5d6"/><stop offset="1" stop-color="#5a6966"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedTrvl(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVG7z9QOb6u)" d="M21 12c0 .563-.281 2.824-3.38 2.824c-2.2 0-3.916-1.35-4.866-2.12a.045.045 0 0 0-.057 0a.045.045 0 0 0-.01.061c.776.956 2.126 2.65 2.126 4.86C14.813 19.228 12.675 21 12 21v-9z"/><path fill="url(#SVGjhrkydAU)" d="M6.375 9.187c2.2 0 3.91 1.345 4.866 2.121a.05.05 0 0 0 .033.015a.05.05 0 0 0 .034-.015a.045.045 0 0 0 0-.062c-.776-.956-2.126-2.666-2.126-4.871C9.182 3 11.719 3 12 3v9H3c0-.281 0-2.813 3.375-2.813"/><defs><linearGradient id="SVG7z9QOb6u" x1="19.2" x2="3.011" y1="3.473" y2="19.211" gradientUnits="userSpaceOnUse"><stop stopColor="#8fa3a4"/><stop offset="1" stopColor="#c1d0d1"/></linearGradient><linearGradient id="SVGjhrkydAU" x1="12.006" x2="5.481" y1="3" y2="12.45" gradientUnits="userSpaceOnUse"><stop stopColor="#c7d5d6"/><stop offset="1" stopColor="#5a6966"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="url(#SVG7z9QOb6u)" d="M21 12c0 .563-.281 2.824-3.38 2.824c-2.2 0-3.916-1.35-4.866-2.12a.045.045 0 0 0-.057 0a.045.045 0 0 0-.01.061c.776.956 2.126 2.65 2.126 4.86C14.813 19.228 12.675 21 12 21v-9z"/><path fill="url(#SVGjhrkydAU)" d="M6.375 9.187c2.2 0 3.91 1.345 4.866 2.121a.05.05 0 0 0 .033.015a.05.05 0 0 0 .034-.015a.045.045 0 0 0 0-.062c-.776-.956-2.126-2.666-2.126-4.871C9.182 3 11.719 3 12 3v9H3c0-.281 0-2.813 3.375-2.813"/><defs><linearGradient id="SVG7z9QOb6u" x1="19.2" x2="3.011" y1="3.473" y2="19.211" gradientUnits="userSpaceOnUse"><stop stop-color="#8fa3a4"/><stop offset="1" stop-color="#c1d0d1"/></linearGradient><linearGradient id="SVGjhrkydAU" x1="12.006" x2="5.481" y1="3" y2="12.45" gradientUnits="userSpaceOnUse"><stop stop-color="#c7d5d6"/><stop offset="1" stop-color="#5a6966"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-trvl {
  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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG7z9QOb6u)%22%20d%3D%22M21%2012c0%20.563-.281%202.824-3.38%202.824c-2.2%200-3.916-1.35-4.866-2.12a.045.045%200%200%200-.057%200a.045.045%200%200%200-.01.061c.776.956%202.126%202.65%202.126%204.86C14.813%2019.228%2012.675%2021%2012%2021v-9z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGjhrkydAU)%22%20d%3D%22M6.375%209.187c2.2%200%203.91%201.345%204.866%202.121a.05.05%200%200%200%20.033.015a.05.05%200%200%200%20.034-.015a.045.045%200%200%200%200-.062c-.776-.956-2.126-2.666-2.126-4.871C9.182%203%2011.719%203%2012%203v9H3c0-.281%200-2.813%203.375-2.813%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG7z9QOb6u%22%20x1%3D%2219.2%22%20x2%3D%223.011%22%20y1%3D%223.473%22%20y2%3D%2219.211%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%238fa3a4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23c1d0d1%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGjhrkydAU%22%20x1%3D%2212.006%22%20x2%3D%225.481%22%20y1%3D%223%22%20y2%3D%2212.45%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23c7d5d6%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235a6966%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG7z9QOb6u)%22%20d%3D%22M21%2012c0%20.563-.281%202.824-3.38%202.824c-2.2%200-3.916-1.35-4.866-2.12a.045.045%200%200%200-.057%200a.045.045%200%200%200-.01.061c.776.956%202.126%202.65%202.126%204.86C14.813%2019.228%2012.675%2021%2012%2021v-9z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGjhrkydAU)%22%20d%3D%22M6.375%209.187c2.2%200%203.91%201.345%204.866%202.121a.05.05%200%200%200%20.033.015a.05.05%200%200%200%20.034-.015a.045.045%200%200%200%200-.062c-.776-.956-2.126-2.666-2.126-4.871C9.182%203%2011.719%203%2012%203v9H3c0-.281%200-2.813%203.375-2.813%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVG7z9QOb6u%22%20x1%3D%2219.2%22%20x2%3D%223.011%22%20y1%3D%223.473%22%20y2%3D%2219.211%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%238fa3a4%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23c1d0d1%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGjhrkydAU%22%20x1%3D%2212.006%22%20x2%3D%225.481%22%20y1%3D%223%22%20y2%3D%2212.45%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23c7d5d6%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235a6966%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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