uqc logo
uqc from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- uqc
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the uqc logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.193 14.322V3.29l2.903 5.806v11.418c-.871.195-2.903.195-2.903.195zl-1.742 3.484h-2.904l-1.741-3.484v6.387s-1.786.03-2.904-.195V9.096L8.806 3.29v11.032z"/><path fill="currentColor" d="M5.903 20.514C4.694 20.232 3 19.037 3 17.823V3.29l2.903 5.806zm12.194 0C19.306 20.232 21 19.037 21 17.823V3.29l-2.903 5.806z"/><path fill="currentColor" d="M5.903 9.096L3 3.29h5.806zm12.194 0L21 3.29h-5.806zm-2.905 11.612H8.805l1.742-2.903h2.903zm-4.645-2.904l-1.742 2.903V14.32zm4.645 2.903l-1.742-2.903l1.742-3.484z"/></svg>
React
import type { SVGProps } from "react";
export function TokenUqc(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="M15.193 14.322V3.29l2.903 5.806v11.418c-.871.195-2.903.195-2.903.195zl-1.742 3.484h-2.904l-1.741-3.484v6.387s-1.786.03-2.904-.195V9.096L8.806 3.29v11.032z"/><path fill="currentColor" d="M5.903 20.514C4.694 20.232 3 19.037 3 17.823V3.29l2.903 5.806zm12.194 0C19.306 20.232 21 19.037 21 17.823V3.29l-2.903 5.806z"/><path fill="currentColor" d="M5.903 9.096L3 3.29h5.806zm12.194 0L21 3.29h-5.806zm-2.905 11.612H8.805l1.742-2.903h2.903zm-4.645-2.904l-1.742 2.903V14.32zm4.645 2.903l-1.742-2.903l1.742-3.484z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.193 14.322V3.29l2.903 5.806v11.418c-.871.195-2.903.195-2.903.195zl-1.742 3.484h-2.904l-1.741-3.484v6.387s-1.786.03-2.904-.195V9.096L8.806 3.29v11.032z"/><path fill="currentColor" d="M5.903 20.514C4.694 20.232 3 19.037 3 17.823V3.29l2.903 5.806zm12.194 0C19.306 20.232 21 19.037 21 17.823V3.29l-2.903 5.806z"/><path fill="currentColor" d="M5.903 9.096L3 3.29h5.806zm12.194 0L21 3.29h-5.806zm-2.905 11.612H8.805l1.742-2.903h2.903zm-4.645-2.904l-1.742 2.903V14.32zm4.645 2.903l-1.742-2.903l1.742-3.484z"/></svg> </template>
CSS
.icon-uqc {
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%22M15.193%2014.322V3.29l2.903%205.806v11.418c-.871.195-2.903.195-2.903.195zl-1.742%203.484h-2.904l-1.741-3.484v6.387s-1.786.03-2.904-.195V9.096L8.806%203.29v11.032z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.903%2020.514C4.694%2020.232%203%2019.037%203%2017.823V3.29l2.903%205.806zm12.194%200C19.306%2020.232%2021%2019.037%2021%2017.823V3.29l-2.903%205.806z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.903%209.096L3%203.29h5.806zm12.194%200L21%203.29h-5.806zm-2.905%2011.612H8.805l1.742-2.903h2.903zm-4.645-2.904l-1.742%202.903V14.32zm4.645%202.903l-1.742-2.903l1.742-3.484z%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%22M15.193%2014.322V3.29l2.903%205.806v11.418c-.871.195-2.903.195-2.903.195zl-1.742%203.484h-2.904l-1.741-3.484v6.387s-1.786.03-2.904-.195V9.096L8.806%203.29v11.032z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.903%2020.514C4.694%2020.232%203%2019.037%203%2017.823V3.29l2.903%205.806zm12.194%200C19.306%2020.232%2021%2019.037%2021%2017.823V3.29l-2.903%205.806z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M5.903%209.096L3%203.29h5.806zm12.194%200L21%203.29h-5.806zm-2.905%2011.612H8.805l1.742-2.903h2.903zm-4.645-2.904l-1.742%202.903V14.32zm4.645%202.903l-1.742-2.903l1.742-3.484z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/uqc.svg?color=%231a73e8&size=48