trava logo
trava from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- trava
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the trava logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.708 8.982l-1.164.667c-.228.138-.392.27-.63.402a.15.15 0 0 0-.09.154v5.717a.12.12 0 0 0 .063.121c1.043.635 2.012 1.281 3.054 1.927a.11.11 0 0 0 .128 0l5.14-3.06c.084-.047.084-.047.084.053v2.229c0 .026 0 .053-.016.074a.12.12 0 0 1-.053.053L12.1 20.442a.15.15 0 0 1-.174 0l-5.145-3.08a.13.13 0 0 1-.053-.054a.13.13 0 0 1-.021-.074V9.051a.13.13 0 0 1 .074-.127L8.628 7.79a.13.13 0 0 1 .159 0l1.837 1.128a.16.16 0 0 1 .084.063"/><path fill="currentColor" d="m14.012 4.778l.233-.143L15.97 3.55a.095.095 0 0 1 .117 0c1.588 1 3.213 1.943 4.833 2.885a.13.13 0 0 1 .079.138v4.25a.14.14 0 0 1-.08.132c-2.937 1.731-5.854 3.505-8.786 5.257a.12.12 0 0 1-.143 0c-.498-.302-1.006-.593-1.503-.89a.13.13 0 0 1-.075-.132v-2.276c0-.111 0-.111.101-.053c.339.196.672.397 1.016.582l.535.291a.1.1 0 0 0 .058-.015c2.26-1.345 4.441-2.674 6.701-4.013c.064-.026.064-.069.059-.127V7.86c.005-.053.01-.09-.048-.117c-1.625-.974-3.16-1.953-4.785-2.932z"/><path fill="currentColor" d="M17.293 8.595c-.64.392-1.287.783-1.922 1.186a.14.14 0 0 1-.169 0L8.744 5.969a.14.14 0 0 0-.164 0c-1.127.689-2.255 1.366-3.388 2.049a.13.13 0 0 0-.074.138v3.842c-.042.006-.058-.015-.084-.031l-1.959-1.144a.13.13 0 0 1-.074-.132V6.933a.14.14 0 0 1 .08-.132l5.504-3.245a.13.13 0 0 1 .16 0l.836.492l7.643 4.5z"/></svg>
React
import type { SVGProps } from "react";
export function TokenTrava(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="m10.708 8.982l-1.164.667c-.228.138-.392.27-.63.402a.15.15 0 0 0-.09.154v5.717a.12.12 0 0 0 .063.121c1.043.635 2.012 1.281 3.054 1.927a.11.11 0 0 0 .128 0l5.14-3.06c.084-.047.084-.047.084.053v2.229c0 .026 0 .053-.016.074a.12.12 0 0 1-.053.053L12.1 20.442a.15.15 0 0 1-.174 0l-5.145-3.08a.13.13 0 0 1-.053-.054a.13.13 0 0 1-.021-.074V9.051a.13.13 0 0 1 .074-.127L8.628 7.79a.13.13 0 0 1 .159 0l1.837 1.128a.16.16 0 0 1 .084.063"/><path fill="currentColor" d="m14.012 4.778l.233-.143L15.97 3.55a.095.095 0 0 1 .117 0c1.588 1 3.213 1.943 4.833 2.885a.13.13 0 0 1 .079.138v4.25a.14.14 0 0 1-.08.132c-2.937 1.731-5.854 3.505-8.786 5.257a.12.12 0 0 1-.143 0c-.498-.302-1.006-.593-1.503-.89a.13.13 0 0 1-.075-.132v-2.276c0-.111 0-.111.101-.053c.339.196.672.397 1.016.582l.535.291a.1.1 0 0 0 .058-.015c2.26-1.345 4.441-2.674 6.701-4.013c.064-.026.064-.069.059-.127V7.86c.005-.053.01-.09-.048-.117c-1.625-.974-3.16-1.953-4.785-2.932z"/><path fill="currentColor" d="M17.293 8.595c-.64.392-1.287.783-1.922 1.186a.14.14 0 0 1-.169 0L8.744 5.969a.14.14 0 0 0-.164 0c-1.127.689-2.255 1.366-3.388 2.049a.13.13 0 0 0-.074.138v3.842c-.042.006-.058-.015-.084-.031l-1.959-1.144a.13.13 0 0 1-.074-.132V6.933a.14.14 0 0 1 .08-.132l5.504-3.245a.13.13 0 0 1 .16 0l.836.492l7.643 4.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.708 8.982l-1.164.667c-.228.138-.392.27-.63.402a.15.15 0 0 0-.09.154v5.717a.12.12 0 0 0 .063.121c1.043.635 2.012 1.281 3.054 1.927a.11.11 0 0 0 .128 0l5.14-3.06c.084-.047.084-.047.084.053v2.229c0 .026 0 .053-.016.074a.12.12 0 0 1-.053.053L12.1 20.442a.15.15 0 0 1-.174 0l-5.145-3.08a.13.13 0 0 1-.053-.054a.13.13 0 0 1-.021-.074V9.051a.13.13 0 0 1 .074-.127L8.628 7.79a.13.13 0 0 1 .159 0l1.837 1.128a.16.16 0 0 1 .084.063"/><path fill="currentColor" d="m14.012 4.778l.233-.143L15.97 3.55a.095.095 0 0 1 .117 0c1.588 1 3.213 1.943 4.833 2.885a.13.13 0 0 1 .079.138v4.25a.14.14 0 0 1-.08.132c-2.937 1.731-5.854 3.505-8.786 5.257a.12.12 0 0 1-.143 0c-.498-.302-1.006-.593-1.503-.89a.13.13 0 0 1-.075-.132v-2.276c0-.111 0-.111.101-.053c.339.196.672.397 1.016.582l.535.291a.1.1 0 0 0 .058-.015c2.26-1.345 4.441-2.674 6.701-4.013c.064-.026.064-.069.059-.127V7.86c.005-.053.01-.09-.048-.117c-1.625-.974-3.16-1.953-4.785-2.932z"/><path fill="currentColor" d="M17.293 8.595c-.64.392-1.287.783-1.922 1.186a.14.14 0 0 1-.169 0L8.744 5.969a.14.14 0 0 0-.164 0c-1.127.689-2.255 1.366-3.388 2.049a.13.13 0 0 0-.074.138v3.842c-.042.006-.058-.015-.084-.031l-1.959-1.144a.13.13 0 0 1-.074-.132V6.933a.14.14 0 0 1 .08-.132l5.504-3.245a.13.13 0 0 1 .16 0l.836.492l7.643 4.5z"/></svg> </template>
CSS
.icon-trava {
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%22m10.708%208.982l-1.164.667c-.228.138-.392.27-.63.402a.15.15%200%200%200-.09.154v5.717a.12.12%200%200%200%20.063.121c1.043.635%202.012%201.281%203.054%201.927a.11.11%200%200%200%20.128%200l5.14-3.06c.084-.047.084-.047.084.053v2.229c0%20.026%200%20.053-.016.074a.12.12%200%200%201-.053.053L12.1%2020.442a.15.15%200%200%201-.174%200l-5.145-3.08a.13.13%200%200%201-.053-.054a.13.13%200%200%201-.021-.074V9.051a.13.13%200%200%201%20.074-.127L8.628%207.79a.13.13%200%200%201%20.159%200l1.837%201.128a.16.16%200%200%201%20.084.063%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.012%204.778l.233-.143L15.97%203.55a.095.095%200%200%201%20.117%200c1.588%201%203.213%201.943%204.833%202.885a.13.13%200%200%201%20.079.138v4.25a.14.14%200%200%201-.08.132c-2.937%201.731-5.854%203.505-8.786%205.257a.12.12%200%200%201-.143%200c-.498-.302-1.006-.593-1.503-.89a.13.13%200%200%201-.075-.132v-2.276c0-.111%200-.111.101-.053c.339.196.672.397%201.016.582l.535.291a.1.1%200%200%200%20.058-.015c2.26-1.345%204.441-2.674%206.701-4.013c.064-.026.064-.069.059-.127V7.86c.005-.053.01-.09-.048-.117c-1.625-.974-3.16-1.953-4.785-2.932z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.293%208.595c-.64.392-1.287.783-1.922%201.186a.14.14%200%200%201-.169%200L8.744%205.969a.14.14%200%200%200-.164%200c-1.127.689-2.255%201.366-3.388%202.049a.13.13%200%200%200-.074.138v3.842c-.042.006-.058-.015-.084-.031l-1.959-1.144a.13.13%200%200%201-.074-.132V6.933a.14.14%200%200%201%20.08-.132l5.504-3.245a.13.13%200%200%201%20.16%200l.836.492l7.643%204.5z%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%22m10.708%208.982l-1.164.667c-.228.138-.392.27-.63.402a.15.15%200%200%200-.09.154v5.717a.12.12%200%200%200%20.063.121c1.043.635%202.012%201.281%203.054%201.927a.11.11%200%200%200%20.128%200l5.14-3.06c.084-.047.084-.047.084.053v2.229c0%20.026%200%20.053-.016.074a.12.12%200%200%201-.053.053L12.1%2020.442a.15.15%200%200%201-.174%200l-5.145-3.08a.13.13%200%200%201-.053-.054a.13.13%200%200%201-.021-.074V9.051a.13.13%200%200%201%20.074-.127L8.628%207.79a.13.13%200%200%201%20.159%200l1.837%201.128a.16.16%200%200%201%20.084.063%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.012%204.778l.233-.143L15.97%203.55a.095.095%200%200%201%20.117%200c1.588%201%203.213%201.943%204.833%202.885a.13.13%200%200%201%20.079.138v4.25a.14.14%200%200%201-.08.132c-2.937%201.731-5.854%203.505-8.786%205.257a.12.12%200%200%201-.143%200c-.498-.302-1.006-.593-1.503-.89a.13.13%200%200%201-.075-.132v-2.276c0-.111%200-.111.101-.053c.339.196.672.397%201.016.582l.535.291a.1.1%200%200%200%20.058-.015c2.26-1.345%204.441-2.674%206.701-4.013c.064-.026.064-.069.059-.127V7.86c.005-.053.01-.09-.048-.117c-1.625-.974-3.16-1.953-4.785-2.932z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M17.293%208.595c-.64.392-1.287.783-1.922%201.186a.14.14%200%200%201-.169%200L8.744%205.969a.14.14%200%200%200-.164%200c-1.127.689-2.255%201.366-3.388%202.049a.13.13%200%200%200-.074.138v3.842c-.042.006-.058-.015-.084-.031l-1.959-1.144a.13.13%200%200%201-.074-.132V6.933a.14.14%200%200%201%20.08-.132l5.504-3.245a.13.13%200%200%201%20.16%200l.836.492l7.643%204.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/trava.svg?color=%231a73e8&size=48