ustc logo
ustc from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.
- Name
- ustc
- Set
- Web3 Icons Branded
- Style
- Branded
- Viewbox
- 24×24
- License
- MIT
1 other variant in Web3 Icons Branded
Use the ustc logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none"><path fill="#183ea4" d="M6.758 6.805A4.6 4.6 0 0 0 8.714 9.02c1.249.77 6.383-2.148 8.795-3.7c-.5-.585-2.227-1.754-5.145-1.754c-2.924 0-4.695 1.428-5.218 2.148l-.394 1.09zm8.496 13.028c-.298.135-1.04.467-1.389.45c-.416-.011-1.743-.709-2.502-2.03c-.765-1.321-.776-2.193-.158-2.98a11.3 11.3 0 0 1 1.985-1.743l6.523 1.108c.067.37-.152 1.461-1.558 2.923c-1.405 1.446-2.434 2.08-2.777 2.216z"/><path fill="url(#SVGj2SRebCn)" d="M9.439 5.494c-1.125 1.709-4.881 2.912-5.5 2.727l-.005-.011q.344-.71.81-1.344a9.1 9.1 0 0 1 2.665-2.44a2.64 2.64 0 0 1 1.237-.338c1.675.034.804 1.389.793 1.406"/><path fill="url(#SVG6ePsFdeo)" d="M8.517 17.572c.079.54 0 2.66-.113 2.84c-.095.005-.286.016-.854-.304a9 9 0 0 1-3.543-3.711a9.05 9.05 0 0 1-.883-5.646a9 9 0 0 1 .433-1.664c.653.871 1.406 1.659 2.041 2.53a40 40 0 0 1 1.614 2.497c1.057 1.81 1.226 2.924 1.305 3.458"/><path fill="url(#SVGXhX1LPVK)" d="M21 12.225a9.2 9.2 0 0 1-.624 3.335c-1.063 1.147-8.21-1.682-8.277-1.71c-.978-.433-3.953-1.743-4.217-3.812c-.388-2.97 5.583-5.038 8.21-5.117c.314.006 1.276.017 1.832.472A9.08 9.08 0 0 1 21 12.225"/><path fill="url(#SVGTiN5vcMB)" d="M16.164 20.272c-.781.365-1.636.1-1.417-.664c.433-1.468 4.161-2.98 4.988-3.059c.107-.005.146.062.101.14a9.1 9.1 0 0 1-3.672 3.582"/><defs><linearGradient id="SVGj2SRebCn" x1="5.679" x2="21.726" y1="18.186" y2="13.907" gradientUnits="userSpaceOnUse"><stop stop-color="#58c07b"/><stop offset="1" stop-color="#5599e0"/></linearGradient><linearGradient id="SVG6ePsFdeo" x1=".43" x2="17.496" y1="8.807" y2="5.271" gradientUnits="userSpaceOnUse"><stop offset=".32" stop-color="#57bc87"/><stop offset=".99" stop-color="#5493f1"/></linearGradient><linearGradient id="SVGXhX1LPVK" x1="3.372" x2="21.95" y1="11.997" y2="11.628" gradientUnits="userSpaceOnUse"><stop stop-color="#58c56e"/><stop offset="1" stop-color="#5492f3"/></linearGradient><linearGradient id="SVGTiN5vcMB" x1="14.961" x2="20.027" y1="19.08" y2="17.218" gradientUnits="userSpaceOnUse"><stop stop-color="#58c178"/><stop offset="1" stop-color="#5493f0"/></linearGradient></defs></g></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedUstc(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="#183ea4" d="M6.758 6.805A4.6 4.6 0 0 0 8.714 9.02c1.249.77 6.383-2.148 8.795-3.7c-.5-.585-2.227-1.754-5.145-1.754c-2.924 0-4.695 1.428-5.218 2.148l-.394 1.09zm8.496 13.028c-.298.135-1.04.467-1.389.45c-.416-.011-1.743-.709-2.502-2.03c-.765-1.321-.776-2.193-.158-2.98a11.3 11.3 0 0 1 1.985-1.743l6.523 1.108c.067.37-.152 1.461-1.558 2.923c-1.405 1.446-2.434 2.08-2.777 2.216z"/><path fill="url(#SVGj2SRebCn)" d="M9.439 5.494c-1.125 1.709-4.881 2.912-5.5 2.727l-.005-.011q.344-.71.81-1.344a9.1 9.1 0 0 1 2.665-2.44a2.64 2.64 0 0 1 1.237-.338c1.675.034.804 1.389.793 1.406"/><path fill="url(#SVG6ePsFdeo)" d="M8.517 17.572c.079.54 0 2.66-.113 2.84c-.095.005-.286.016-.854-.304a9 9 0 0 1-3.543-3.711a9.05 9.05 0 0 1-.883-5.646a9 9 0 0 1 .433-1.664c.653.871 1.406 1.659 2.041 2.53a40 40 0 0 1 1.614 2.497c1.057 1.81 1.226 2.924 1.305 3.458"/><path fill="url(#SVGXhX1LPVK)" d="M21 12.225a9.2 9.2 0 0 1-.624 3.335c-1.063 1.147-8.21-1.682-8.277-1.71c-.978-.433-3.953-1.743-4.217-3.812c-.388-2.97 5.583-5.038 8.21-5.117c.314.006 1.276.017 1.832.472A9.08 9.08 0 0 1 21 12.225"/><path fill="url(#SVGTiN5vcMB)" d="M16.164 20.272c-.781.365-1.636.1-1.417-.664c.433-1.468 4.161-2.98 4.988-3.059c.107-.005.146.062.101.14a9.1 9.1 0 0 1-3.672 3.582"/><defs><linearGradient id="SVGj2SRebCn" x1="5.679" x2="21.726" y1="18.186" y2="13.907" gradientUnits="userSpaceOnUse"><stop stopColor="#58c07b"/><stop offset="1" stopColor="#5599e0"/></linearGradient><linearGradient id="SVG6ePsFdeo" x1=".43" x2="17.496" y1="8.807" y2="5.271" gradientUnits="userSpaceOnUse"><stop offset=".32" stopColor="#57bc87"/><stop offset=".99" stopColor="#5493f1"/></linearGradient><linearGradient id="SVGXhX1LPVK" x1="3.372" x2="21.95" y1="11.997" y2="11.628" gradientUnits="userSpaceOnUse"><stop stopColor="#58c56e"/><stop offset="1" stopColor="#5492f3"/></linearGradient><linearGradient id="SVGTiN5vcMB" x1="14.961" x2="20.027" y1="19.08" y2="17.218" gradientUnits="userSpaceOnUse"><stop stopColor="#58c178"/><stop offset="1" stopColor="#5493f0"/></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="#183ea4" d="M6.758 6.805A4.6 4.6 0 0 0 8.714 9.02c1.249.77 6.383-2.148 8.795-3.7c-.5-.585-2.227-1.754-5.145-1.754c-2.924 0-4.695 1.428-5.218 2.148l-.394 1.09zm8.496 13.028c-.298.135-1.04.467-1.389.45c-.416-.011-1.743-.709-2.502-2.03c-.765-1.321-.776-2.193-.158-2.98a11.3 11.3 0 0 1 1.985-1.743l6.523 1.108c.067.37-.152 1.461-1.558 2.923c-1.405 1.446-2.434 2.08-2.777 2.216z"/><path fill="url(#SVGj2SRebCn)" d="M9.439 5.494c-1.125 1.709-4.881 2.912-5.5 2.727l-.005-.011q.344-.71.81-1.344a9.1 9.1 0 0 1 2.665-2.44a2.64 2.64 0 0 1 1.237-.338c1.675.034.804 1.389.793 1.406"/><path fill="url(#SVG6ePsFdeo)" d="M8.517 17.572c.079.54 0 2.66-.113 2.84c-.095.005-.286.016-.854-.304a9 9 0 0 1-3.543-3.711a9.05 9.05 0 0 1-.883-5.646a9 9 0 0 1 .433-1.664c.653.871 1.406 1.659 2.041 2.53a40 40 0 0 1 1.614 2.497c1.057 1.81 1.226 2.924 1.305 3.458"/><path fill="url(#SVGXhX1LPVK)" d="M21 12.225a9.2 9.2 0 0 1-.624 3.335c-1.063 1.147-8.21-1.682-8.277-1.71c-.978-.433-3.953-1.743-4.217-3.812c-.388-2.97 5.583-5.038 8.21-5.117c.314.006 1.276.017 1.832.472A9.08 9.08 0 0 1 21 12.225"/><path fill="url(#SVGTiN5vcMB)" d="M16.164 20.272c-.781.365-1.636.1-1.417-.664c.433-1.468 4.161-2.98 4.988-3.059c.107-.005.146.062.101.14a9.1 9.1 0 0 1-3.672 3.582"/><defs><linearGradient id="SVGj2SRebCn" x1="5.679" x2="21.726" y1="18.186" y2="13.907" gradientUnits="userSpaceOnUse"><stop stop-color="#58c07b"/><stop offset="1" stop-color="#5599e0"/></linearGradient><linearGradient id="SVG6ePsFdeo" x1=".43" x2="17.496" y1="8.807" y2="5.271" gradientUnits="userSpaceOnUse"><stop offset=".32" stop-color="#57bc87"/><stop offset=".99" stop-color="#5493f1"/></linearGradient><linearGradient id="SVGXhX1LPVK" x1="3.372" x2="21.95" y1="11.997" y2="11.628" gradientUnits="userSpaceOnUse"><stop stop-color="#58c56e"/><stop offset="1" stop-color="#5492f3"/></linearGradient><linearGradient id="SVGTiN5vcMB" x1="14.961" x2="20.027" y1="19.08" y2="17.218" gradientUnits="userSpaceOnUse"><stop stop-color="#58c178"/><stop offset="1" stop-color="#5493f0"/></linearGradient></defs></g></svg> </template>
CSS
.icon-ustc {
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%22%23183ea4%22%20d%3D%22M6.758%206.805A4.6%204.6%200%200%200%208.714%209.02c1.249.77%206.383-2.148%208.795-3.7c-.5-.585-2.227-1.754-5.145-1.754c-2.924%200-4.695%201.428-5.218%202.148l-.394%201.09zm8.496%2013.028c-.298.135-1.04.467-1.389.45c-.416-.011-1.743-.709-2.502-2.03c-.765-1.321-.776-2.193-.158-2.98a11.3%2011.3%200%200%201%201.985-1.743l6.523%201.108c.067.37-.152%201.461-1.558%202.923c-1.405%201.446-2.434%202.08-2.777%202.216z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGj2SRebCn)%22%20d%3D%22M9.439%205.494c-1.125%201.709-4.881%202.912-5.5%202.727l-.005-.011q.344-.71.81-1.344a9.1%209.1%200%200%201%202.665-2.44a2.64%202.64%200%200%201%201.237-.338c1.675.034.804%201.389.793%201.406%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG6ePsFdeo)%22%20d%3D%22M8.517%2017.572c.079.54%200%202.66-.113%202.84c-.095.005-.286.016-.854-.304a9%209%200%200%201-3.543-3.711a9.05%209.05%200%200%201-.883-5.646a9%209%200%200%201%20.433-1.664c.653.871%201.406%201.659%202.041%202.53a40%2040%200%200%201%201.614%202.497c1.057%201.81%201.226%202.924%201.305%203.458%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGXhX1LPVK)%22%20d%3D%22M21%2012.225a9.2%209.2%200%200%201-.624%203.335c-1.063%201.147-8.21-1.682-8.277-1.71c-.978-.433-3.953-1.743-4.217-3.812c-.388-2.97%205.583-5.038%208.21-5.117c.314.006%201.276.017%201.832.472A9.08%209.08%200%200%201%2021%2012.225%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGTiN5vcMB)%22%20d%3D%22M16.164%2020.272c-.781.365-1.636.1-1.417-.664c.433-1.468%204.161-2.98%204.988-3.059c.107-.005.146.062.101.14a9.1%209.1%200%200%201-3.672%203.582%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGj2SRebCn%22%20x1%3D%225.679%22%20x2%3D%2221.726%22%20y1%3D%2218.186%22%20y2%3D%2213.907%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2358c07b%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235599e0%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG6ePsFdeo%22%20x1%3D%22.43%22%20x2%3D%2217.496%22%20y1%3D%228.807%22%20y2%3D%225.271%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.32%22%20stop-color%3D%22%2357bc87%22%2F%3E%3Cstop%20offset%3D%22.99%22%20stop-color%3D%22%235493f1%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGXhX1LPVK%22%20x1%3D%223.372%22%20x2%3D%2221.95%22%20y1%3D%2211.997%22%20y2%3D%2211.628%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2358c56e%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235492f3%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGTiN5vcMB%22%20x1%3D%2214.961%22%20x2%3D%2220.027%22%20y1%3D%2219.08%22%20y2%3D%2217.218%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2358c178%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235493f0%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%22%23183ea4%22%20d%3D%22M6.758%206.805A4.6%204.6%200%200%200%208.714%209.02c1.249.77%206.383-2.148%208.795-3.7c-.5-.585-2.227-1.754-5.145-1.754c-2.924%200-4.695%201.428-5.218%202.148l-.394%201.09zm8.496%2013.028c-.298.135-1.04.467-1.389.45c-.416-.011-1.743-.709-2.502-2.03c-.765-1.321-.776-2.193-.158-2.98a11.3%2011.3%200%200%201%201.985-1.743l6.523%201.108c.067.37-.152%201.461-1.558%202.923c-1.405%201.446-2.434%202.08-2.777%202.216z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGj2SRebCn)%22%20d%3D%22M9.439%205.494c-1.125%201.709-4.881%202.912-5.5%202.727l-.005-.011q.344-.71.81-1.344a9.1%209.1%200%200%201%202.665-2.44a2.64%202.64%200%200%201%201.237-.338c1.675.034.804%201.389.793%201.406%22%2F%3E%3Cpath%20fill%3D%22url(%23SVG6ePsFdeo)%22%20d%3D%22M8.517%2017.572c.079.54%200%202.66-.113%202.84c-.095.005-.286.016-.854-.304a9%209%200%200%201-3.543-3.711a9.05%209.05%200%200%201-.883-5.646a9%209%200%200%201%20.433-1.664c.653.871%201.406%201.659%202.041%202.53a40%2040%200%200%201%201.614%202.497c1.057%201.81%201.226%202.924%201.305%203.458%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGXhX1LPVK)%22%20d%3D%22M21%2012.225a9.2%209.2%200%200%201-.624%203.335c-1.063%201.147-8.21-1.682-8.277-1.71c-.978-.433-3.953-1.743-4.217-3.812c-.388-2.97%205.583-5.038%208.21-5.117c.314.006%201.276.017%201.832.472A9.08%209.08%200%200%201%2021%2012.225%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGTiN5vcMB)%22%20d%3D%22M16.164%2020.272c-.781.365-1.636.1-1.417-.664c.433-1.468%204.161-2.98%204.988-3.059c.107-.005.146.062.101.14a9.1%209.1%200%200%201-3.672%203.582%22%2F%3E%3Cdefs%3E%3ClinearGradient%20id%3D%22SVGj2SRebCn%22%20x1%3D%225.679%22%20x2%3D%2221.726%22%20y1%3D%2218.186%22%20y2%3D%2213.907%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2358c07b%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235599e0%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVG6ePsFdeo%22%20x1%3D%22.43%22%20x2%3D%2217.496%22%20y1%3D%228.807%22%20y2%3D%225.271%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.32%22%20stop-color%3D%22%2357bc87%22%2F%3E%3Cstop%20offset%3D%22.99%22%20stop-color%3D%22%235493f1%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGXhX1LPVK%22%20x1%3D%223.372%22%20x2%3D%2221.95%22%20y1%3D%2211.997%22%20y2%3D%2211.628%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2358c56e%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235492f3%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGTiN5vcMB%22%20x1%3D%2214.961%22%20x2%3D%2220.027%22%20y1%3D%2219.08%22%20y2%3D%2217.218%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%2358c178%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%235493f0%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/ustc.svg?color=%231a73e8&size=48