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

Name
telos
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 telos 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(#SVGWLkQu2eT)" fill-rule="evenodd" d="M12 18a6 6 0 1 0 0-12a6 6 0 0 0 0 12m0 3a9 9 0 1 0 0-18a9 9 0 0 0 0 18" clip-rule="evenodd"/><defs><radialGradient id="SVGWLkQu2eT" cx="0" cy="0" r="1" gradientTransform="matrix(0 9 -9 0 12 12)" gradientUnits="userSpaceOnUse"><stop offset=".152" stop-color="#42a0b9"/><stop offset=".247" stop-color="#70c38d"/><stop offset=".344" stop-color="#6fc68f"/><stop offset=".488" stop-color="#3b74ce"/><stop offset=".66" stop-color="#954494"/><stop offset=".76" stop-color="#9a4290"/><stop offset=".871" stop-color="#7256ab"/><stop offset="1" stop-color="#3d7dc7"/></radialGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedTelos(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(#SVGWLkQu2eT)" fillRule="evenodd" d="M12 18a6 6 0 1 0 0-12a6 6 0 0 0 0 12m0 3a9 9 0 1 0 0-18a9 9 0 0 0 0 18" clipRule="evenodd"/><defs><radialGradient id="SVGWLkQu2eT" cx="0" cy="0" r="1" gradientTransform="matrix(0 9 -9 0 12 12)" gradientUnits="userSpaceOnUse"><stop offset=".152" stopColor="#42a0b9"/><stop offset=".247" stopColor="#70c38d"/><stop offset=".344" stopColor="#6fc68f"/><stop offset=".488" stopColor="#3b74ce"/><stop offset=".66" stopColor="#954494"/><stop offset=".76" stopColor="#9a4290"/><stop offset=".871" stopColor="#7256ab"/><stop offset="1" stopColor="#3d7dc7"/></radialGradient></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(#SVGWLkQu2eT)" fill-rule="evenodd" d="M12 18a6 6 0 1 0 0-12a6 6 0 0 0 0 12m0 3a9 9 0 1 0 0-18a9 9 0 0 0 0 18" clip-rule="evenodd"/><defs><radialGradient id="SVGWLkQu2eT" cx="0" cy="0" r="1" gradientTransform="matrix(0 9 -9 0 12 12)" gradientUnits="userSpaceOnUse"><stop offset=".152" stop-color="#42a0b9"/><stop offset=".247" stop-color="#70c38d"/><stop offset=".344" stop-color="#6fc68f"/><stop offset=".488" stop-color="#3b74ce"/><stop offset=".66" stop-color="#954494"/><stop offset=".76" stop-color="#9a4290"/><stop offset=".871" stop-color="#7256ab"/><stop offset="1" stop-color="#3d7dc7"/></radialGradient></defs></g></svg>
</template>

CSS

.icon-telos {
  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(%23SVGWLkQu2eT)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2018a6%206%200%201%200%200-12a6%206%200%200%200%200%2012m0%203a9%209%200%201%200%200-18a9%209%200%200%200%200%2018%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGWLkQu2eT%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(0%209%20-9%200%2012%2012)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.152%22%20stop-color%3D%22%2342a0b9%22%2F%3E%3Cstop%20offset%3D%22.247%22%20stop-color%3D%22%2370c38d%22%2F%3E%3Cstop%20offset%3D%22.344%22%20stop-color%3D%22%236fc68f%22%2F%3E%3Cstop%20offset%3D%22.488%22%20stop-color%3D%22%233b74ce%22%2F%3E%3Cstop%20offset%3D%22.66%22%20stop-color%3D%22%23954494%22%2F%3E%3Cstop%20offset%3D%22.76%22%20stop-color%3D%22%239a4290%22%2F%3E%3Cstop%20offset%3D%22.871%22%20stop-color%3D%22%237256ab%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233d7dc7%22%2F%3E%3C%2FradialGradient%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(%23SVGWLkQu2eT)%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2018a6%206%200%201%200%200-12a6%206%200%200%200%200%2012m0%203a9%209%200%201%200%200-18a9%209%200%200%200%200%2018%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGWLkQu2eT%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22matrix(0%209%20-9%200%2012%2012)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.152%22%20stop-color%3D%22%2342a0b9%22%2F%3E%3Cstop%20offset%3D%22.247%22%20stop-color%3D%22%2370c38d%22%2F%3E%3Cstop%20offset%3D%22.344%22%20stop-color%3D%22%236fc68f%22%2F%3E%3Cstop%20offset%3D%22.488%22%20stop-color%3D%22%233b74ce%22%2F%3E%3Cstop%20offset%3D%22.66%22%20stop-color%3D%22%23954494%22%2F%3E%3Cstop%20offset%3D%22.76%22%20stop-color%3D%22%239a4290%22%2F%3E%3Cstop%20offset%3D%22.871%22%20stop-color%3D%22%237256ab%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%233d7dc7%22%2F%3E%3C%2FradialGradient%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/telos.svg?color=%231a73e8&size=48