qrdo logo
qrdo from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- qrdo
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the qrdo logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 5.81a6.187 6.187 0 0 0-6.064 7.424a1.407 1.407 0 0 1-2.756.563a9 9 0 1 1 17.82-1.8h-2.813A6.19 6.19 0 0 0 12 5.809"/><path fill="currentColor" d="M19.2 9.186a1.407 1.407 0 0 1 1.643 1.125q.157.831.157 1.677v.005c0 2.295-.86 4.388-2.273 5.98l.546.658a1.406 1.406 0 0 1-2.171 1.788l-.546-.663A8.999 8.999 0 0 1 3 11.993h2.812a6.187 6.187 0 0 0 8.922 5.552l-.822-.996a1.407 1.407 0 1 1 2.172-1.788l.832 1.007a6.16 6.16 0 0 0 1.17-4.933a1.406 1.406 0 0 1 1.12-1.643z"/><path fill="currentColor" d="M5.83 12.47q.032.395.106.765a1.406 1.406 0 1 1-2.756.562a9 9 0 0 1-.18-1.8h2.812"/></svg>
React
import type { SVGProps } from "react";
export function TokenQrdo(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="M12 5.81a6.187 6.187 0 0 0-6.064 7.424a1.407 1.407 0 0 1-2.756.563a9 9 0 1 1 17.82-1.8h-2.813A6.19 6.19 0 0 0 12 5.809"/><path fill="currentColor" d="M19.2 9.186a1.407 1.407 0 0 1 1.643 1.125q.157.831.157 1.677v.005c0 2.295-.86 4.388-2.273 5.98l.546.658a1.406 1.406 0 0 1-2.171 1.788l-.546-.663A8.999 8.999 0 0 1 3 11.993h2.812a6.187 6.187 0 0 0 8.922 5.552l-.822-.996a1.407 1.407 0 1 1 2.172-1.788l.832 1.007a6.16 6.16 0 0 0 1.17-4.933a1.406 1.406 0 0 1 1.12-1.643z"/><path fill="currentColor" d="M5.83 12.47q.032.395.106.765a1.406 1.406 0 1 1-2.756.562a9 9 0 0 1-.18-1.8h2.812"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12 5.81a6.187 6.187 0 0 0-6.064 7.424a1.407 1.407 0 0 1-2.756.563a9 9 0 1 1 17.82-1.8h-2.813A6.19 6.19 0 0 0 12 5.809"/><path fill="currentColor" d="M19.2 9.186a1.407 1.407 0 0 1 1.643 1.125q.157.831.157 1.677v.005c0 2.295-.86 4.388-2.273 5.98l.546.658a1.406 1.406 0 0 1-2.171 1.788l-.546-.663A8.999 8.999 0 0 1 3 11.993h2.812a6.187 6.187 0 0 0 8.922 5.552l-.822-.996a1.407 1.407 0 1 1 2.172-1.788l.832 1.007a6.16 6.16 0 0 0 1.17-4.933a1.406 1.406 0 0 1 1.12-1.643z"/><path fill="currentColor" d="M5.83 12.47q.032.395.106.765a1.406 1.406 0 1 1-2.756.562a9 9 0 0 1-.18-1.8h2.812"/></svg> </template>
CSS
.icon-qrdo {
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%22M12%205.81a6.187%206.187%200%200%200-6.064%207.424a1.407%201.407%200%200%201-2.756.563a9%209%200%201%201%2017.82-1.8h-2.813A6.19%206.19%200%200%200%2012%205.809%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.2%209.186a1.407%201.407%200%200%201%201.643%201.125q.157.831.157%201.677v.005c0%202.295-.86%204.388-2.273%205.98l.546.658a1.406%201.406%200%200%201-2.171%201.788l-.546-.663A8.999%208.999%200%200%201%203%2011.993h2.812a6.187%206.187%200%200%200%208.922%205.552l-.822-.996a1.407%201.407%200%201%201%202.172-1.788l.832%201.007a6.16%206.16%200%200%200%201.17-4.933a1.406%201.406%200%200%201%201.12-1.643z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.83%2012.47q.032.395.106.765a1.406%201.406%200%201%201-2.756.562a9%209%200%200%201-.18-1.8h2.812%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%22M12%205.81a6.187%206.187%200%200%200-6.064%207.424a1.407%201.407%200%200%201-2.756.563a9%209%200%201%201%2017.82-1.8h-2.813A6.19%206.19%200%200%200%2012%205.809%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M19.2%209.186a1.407%201.407%200%200%201%201.643%201.125q.157.831.157%201.677v.005c0%202.295-.86%204.388-2.273%205.98l.546.658a1.406%201.406%200%200%201-2.171%201.788l-.546-.663A8.999%208.999%200%200%201%203%2011.993h2.812a6.187%206.187%200%200%200%208.922%205.552l-.822-.996a1.407%201.407%200%201%201%202.172-1.788l.832%201.007a6.16%206.16%200%200%200%201.17-4.933a1.406%201.406%200%200%201%201.12-1.643z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.83%2012.47q.032.395.106.765a1.406%201.406%200%201%201-2.756.562a9%209%200%200%201-.18-1.8h2.812%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/qrdo.svg?color=%231a73e8&size=48