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

Name
ctr
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 ctr 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(#SVGCdTtIM4o)" d="M16.701 11.469a5.373 5.373 0 0 1-4.982 7.306c-2.954 0-5.347-2.404-5.347-5.363a5.352 5.352 0 0 1 6.168-5.305l1.398-4.203A8.455 8.455 0 0 0 3 11.998c0 4.68 3.78 8.471 8.439 8.471a8.455 8.455 0 0 0 8.418-9z"/><path fill="url(#SVGB6BcucMR)" d="M18.088 10.41a2.912 2.912 0 1 0 0-5.823a2.912 2.912 0 0 0 0 5.824"/><defs><linearGradient id="SVGCdTtIM4o" x1="18.604" x2="6.611" y1="8.044" y2="18.357" gradientUnits="userSpaceOnUse"><stop stop-color="#6c7af1"/><stop offset=".35" stop-color="#8958eb"/><stop offset="1" stop-color="#c746a6"/></linearGradient><linearGradient id="SVGB6BcucMR" x1="18.088" x2="18.088" y1="4.587" y2="10.411" gradientUnits="userSpaceOnUse"><stop stop-color="#32c5ff"/><stop offset="1" stop-color="#904ee8"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedCtr(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(#SVGCdTtIM4o)" d="M16.701 11.469a5.373 5.373 0 0 1-4.982 7.306c-2.954 0-5.347-2.404-5.347-5.363a5.352 5.352 0 0 1 6.168-5.305l1.398-4.203A8.455 8.455 0 0 0 3 11.998c0 4.68 3.78 8.471 8.439 8.471a8.455 8.455 0 0 0 8.418-9z"/><path fill="url(#SVGB6BcucMR)" d="M18.088 10.41a2.912 2.912 0 1 0 0-5.823a2.912 2.912 0 0 0 0 5.824"/><defs><linearGradient id="SVGCdTtIM4o" x1="18.604" x2="6.611" y1="8.044" y2="18.357" gradientUnits="userSpaceOnUse"><stop stopColor="#6c7af1"/><stop offset=".35" stopColor="#8958eb"/><stop offset="1" stopColor="#c746a6"/></linearGradient><linearGradient id="SVGB6BcucMR" x1="18.088" x2="18.088" y1="4.587" y2="10.411" gradientUnits="userSpaceOnUse"><stop stopColor="#32c5ff"/><stop offset="1" stopColor="#904ee8"/></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(#SVGCdTtIM4o)" d="M16.701 11.469a5.373 5.373 0 0 1-4.982 7.306c-2.954 0-5.347-2.404-5.347-5.363a5.352 5.352 0 0 1 6.168-5.305l1.398-4.203A8.455 8.455 0 0 0 3 11.998c0 4.68 3.78 8.471 8.439 8.471a8.455 8.455 0 0 0 8.418-9z"/><path fill="url(#SVGB6BcucMR)" d="M18.088 10.41a2.912 2.912 0 1 0 0-5.823a2.912 2.912 0 0 0 0 5.824"/><defs><linearGradient id="SVGCdTtIM4o" x1="18.604" x2="6.611" y1="8.044" y2="18.357" gradientUnits="userSpaceOnUse"><stop stop-color="#6c7af1"/><stop offset=".35" stop-color="#8958eb"/><stop offset="1" stop-color="#c746a6"/></linearGradient><linearGradient id="SVGB6BcucMR" x1="18.088" x2="18.088" y1="4.587" y2="10.411" gradientUnits="userSpaceOnUse"><stop stop-color="#32c5ff"/><stop offset="1" stop-color="#904ee8"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-ctr {
  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(%23SVGCdTtIM4o)%22%20d%3D%22M16.701%2011.469a5.373%205.373%200%200%201-4.982%207.306c-2.954%200-5.347-2.404-5.347-5.363a5.352%205.352%200%200%201%206.168-5.305l1.398-4.203A8.455%208.455%200%200%200%203%2011.998c0%204.68%203.78%208.471%208.439%208.471a8.455%208.455%200%200%200%208.418-9z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGB6BcucMR)%22%20d%3D%22M18.088%2010.41a2.912%202.912%200%201%200%200-5.823a2.912%202.912%200%200%200%200%205.824%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGCdTtIM4o%22%20x1%3D%2218.604%22%20x2%3D%226.611%22%20y1%3D%228.044%22%20y2%3D%2218.357%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%236c7af1%22%2F%3E%3Cstop%20offset%3D%22.35%22%20stop-color%3D%22%238958eb%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23c746a6%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGB6BcucMR%22%20x1%3D%2218.088%22%20x2%3D%2218.088%22%20y1%3D%224.587%22%20y2%3D%2210.411%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2332c5ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23904ee8%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(%23SVGCdTtIM4o)%22%20d%3D%22M16.701%2011.469a5.373%205.373%200%200%201-4.982%207.306c-2.954%200-5.347-2.404-5.347-5.363a5.352%205.352%200%200%201%206.168-5.305l1.398-4.203A8.455%208.455%200%200%200%203%2011.998c0%204.68%203.78%208.471%208.439%208.471a8.455%208.455%200%200%200%208.418-9z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGB6BcucMR)%22%20d%3D%22M18.088%2010.41a2.912%202.912%200%201%200%200-5.823a2.912%202.912%200%200%200%200%205.824%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGCdTtIM4o%22%20x1%3D%2218.604%22%20x2%3D%226.611%22%20y1%3D%228.044%22%20y2%3D%2218.357%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%236c7af1%22%2F%3E%3Cstop%20offset%3D%22.35%22%20stop-color%3D%22%238958eb%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23c746a6%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGB6BcucMR%22%20x1%3D%2218.088%22%20x2%3D%2218.088%22%20y1%3D%224.587%22%20y2%3D%2210.411%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2332c5ff%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23904ee8%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/ctr.svg?color=%231a73e8&size=48