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

Name
crpt
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 crpt logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#2992fb" d="M17.178 6.885a6.35 6.35 0 0 0-4.14-1.515a6.57 6.57 0 0 0-6.495 6.18h-.675a7.22 7.22 0 0 1 7.17-6.87c1.688 0 3.301.622 4.613 1.725zm-.232 2.265a4.8 4.8 0 0 0-3.9-2.025A4.853 4.853 0 0 0 8.23 12a4.86 4.86 0 0 0 4.807 4.912a4.78 4.78 0 0 0 3.9-2.025l.48.48a5.45 5.45 0 0 1-4.38 2.235A5.55 5.55 0 0 1 7.563 12a5.535 5.535 0 0 1 5.475-5.565a5.44 5.44 0 0 1 4.38 2.235zm.772-1.755l.473-.48c.165.173.3.345.434.518l-.472.48a6 6 0 0 0-.435-.518m-4.71 11.955a7.22 7.22 0 0 1-7.17-6.87h.675a6.57 6.57 0 0 0 6.495 6.187a6.4 6.4 0 0 0 4.14-1.515l.473.48a7.1 7.1 0 0 1-4.613 1.726zm4.71-2.715c.165-.173.3-.337.435-.51l.473.48a7 7 0 0 1-.435.51zM4.893 12a8.25 8.25 0 0 0 8.145 8.31a7.93 7.93 0 0 0 6.263-3.022l.472.48A8.63 8.63 0 0 1 13.039 21c-4.875 0-8.813-4.05-8.813-9c0-4.98 3.975-9 8.813-9c2.595 0 5.055 1.17 6.734 3.225l-.472.488a8.03 8.03 0 0 0-6.262-3.023A8.25 8.25 0 0 0 4.9 12z"/></svg>

React

import type { SVGProps } from "react";

export function TokenBrandedCrpt(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#2992fb" d="M17.178 6.885a6.35 6.35 0 0 0-4.14-1.515a6.57 6.57 0 0 0-6.495 6.18h-.675a7.22 7.22 0 0 1 7.17-6.87c1.688 0 3.301.622 4.613 1.725zm-.232 2.265a4.8 4.8 0 0 0-3.9-2.025A4.853 4.853 0 0 0 8.23 12a4.86 4.86 0 0 0 4.807 4.912a4.78 4.78 0 0 0 3.9-2.025l.48.48a5.45 5.45 0 0 1-4.38 2.235A5.55 5.55 0 0 1 7.563 12a5.535 5.535 0 0 1 5.475-5.565a5.44 5.44 0 0 1 4.38 2.235zm.772-1.755l.473-.48c.165.173.3.345.434.518l-.472.48a6 6 0 0 0-.435-.518m-4.71 11.955a7.22 7.22 0 0 1-7.17-6.87h.675a6.57 6.57 0 0 0 6.495 6.187a6.4 6.4 0 0 0 4.14-1.515l.473.48a7.1 7.1 0 0 1-4.613 1.726zm4.71-2.715c.165-.173.3-.337.435-.51l.473.48a7 7 0 0 1-.435.51zM4.893 12a8.25 8.25 0 0 0 8.145 8.31a7.93 7.93 0 0 0 6.263-3.022l.472.48A8.63 8.63 0 0 1 13.039 21c-4.875 0-8.813-4.05-8.813-9c0-4.98 3.975-9 8.813-9c2.595 0 5.055 1.17 6.734 3.225l-.472.488a8.03 8.03 0 0 0-6.262-3.023A8.25 8.25 0 0 0 4.9 12z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#2992fb" d="M17.178 6.885a6.35 6.35 0 0 0-4.14-1.515a6.57 6.57 0 0 0-6.495 6.18h-.675a7.22 7.22 0 0 1 7.17-6.87c1.688 0 3.301.622 4.613 1.725zm-.232 2.265a4.8 4.8 0 0 0-3.9-2.025A4.853 4.853 0 0 0 8.23 12a4.86 4.86 0 0 0 4.807 4.912a4.78 4.78 0 0 0 3.9-2.025l.48.48a5.45 5.45 0 0 1-4.38 2.235A5.55 5.55 0 0 1 7.563 12a5.535 5.535 0 0 1 5.475-5.565a5.44 5.44 0 0 1 4.38 2.235zm.772-1.755l.473-.48c.165.173.3.345.434.518l-.472.48a6 6 0 0 0-.435-.518m-4.71 11.955a7.22 7.22 0 0 1-7.17-6.87h.675a6.57 6.57 0 0 0 6.495 6.187a6.4 6.4 0 0 0 4.14-1.515l.473.48a7.1 7.1 0 0 1-4.613 1.726zm4.71-2.715c.165-.173.3-.337.435-.51l.473.48a7 7 0 0 1-.435.51zM4.893 12a8.25 8.25 0 0 0 8.145 8.31a7.93 7.93 0 0 0 6.263-3.022l.472.48A8.63 8.63 0 0 1 13.039 21c-4.875 0-8.813-4.05-8.813-9c0-4.98 3.975-9 8.813-9c2.595 0 5.055 1.17 6.734 3.225l-.472.488a8.03 8.03 0 0 0-6.262-3.023A8.25 8.25 0 0 0 4.9 12z"/></svg>
</template>

CSS

.icon-crpt {
  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%22%232992fb%22%20d%3D%22M17.178%206.885a6.35%206.35%200%200%200-4.14-1.515a6.57%206.57%200%200%200-6.495%206.18h-.675a7.22%207.22%200%200%201%207.17-6.87c1.688%200%203.301.622%204.613%201.725zm-.232%202.265a4.8%204.8%200%200%200-3.9-2.025A4.853%204.853%200%200%200%208.23%2012a4.86%204.86%200%200%200%204.807%204.912a4.78%204.78%200%200%200%203.9-2.025l.48.48a5.45%205.45%200%200%201-4.38%202.235A5.55%205.55%200%200%201%207.563%2012a5.535%205.535%200%200%201%205.475-5.565a5.44%205.44%200%200%201%204.38%202.235zm.772-1.755l.473-.48c.165.173.3.345.434.518l-.472.48a6%206%200%200%200-.435-.518m-4.71%2011.955a7.22%207.22%200%200%201-7.17-6.87h.675a6.57%206.57%200%200%200%206.495%206.187a6.4%206.4%200%200%200%204.14-1.515l.473.48a7.1%207.1%200%200%201-4.613%201.726zm4.71-2.715c.165-.173.3-.337.435-.51l.473.48a7%207%200%200%201-.435.51zM4.893%2012a8.25%208.25%200%200%200%208.145%208.31a7.93%207.93%200%200%200%206.263-3.022l.472.48A8.63%208.63%200%200%201%2013.039%2021c-4.875%200-8.813-4.05-8.813-9c0-4.98%203.975-9%208.813-9c2.595%200%205.055%201.17%206.734%203.225l-.472.488a8.03%208.03%200%200%200-6.262-3.023A8.25%208.25%200%200%200%204.9%2012z%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%22%232992fb%22%20d%3D%22M17.178%206.885a6.35%206.35%200%200%200-4.14-1.515a6.57%206.57%200%200%200-6.495%206.18h-.675a7.22%207.22%200%200%201%207.17-6.87c1.688%200%203.301.622%204.613%201.725zm-.232%202.265a4.8%204.8%200%200%200-3.9-2.025A4.853%204.853%200%200%200%208.23%2012a4.86%204.86%200%200%200%204.807%204.912a4.78%204.78%200%200%200%203.9-2.025l.48.48a5.45%205.45%200%200%201-4.38%202.235A5.55%205.55%200%200%201%207.563%2012a5.535%205.535%200%200%201%205.475-5.565a5.44%205.44%200%200%201%204.38%202.235zm.772-1.755l.473-.48c.165.173.3.345.434.518l-.472.48a6%206%200%200%200-.435-.518m-4.71%2011.955a7.22%207.22%200%200%201-7.17-6.87h.675a6.57%206.57%200%200%200%206.495%206.187a6.4%206.4%200%200%200%204.14-1.515l.473.48a7.1%207.1%200%200%201-4.613%201.726zm4.71-2.715c.165-.173.3-.337.435-.51l.473.48a7%207%200%200%201-.435.51zM4.893%2012a8.25%208.25%200%200%200%208.145%208.31a7.93%207.93%200%200%200%206.263-3.022l.472.48A8.63%208.63%200%200%201%2013.039%2021c-4.875%200-8.813-4.05-8.813-9c0-4.98%203.975-9%208.813-9c2.595%200%205.055%201.17%206.734%203.225l-.472.488a8.03%208.03%200%200%200-6.262-3.023A8.25%208.25%200%200%200%204.9%2012z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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