smartcredit logo
smartcredit from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.
- Name
- smartcredit
- 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 smartcredit logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#5999e9" fill-rule="evenodd" d="M4.1 16.659c-.084-.168-.09-.62.551-1.09c.094-.07.225-.16.382-.269c1.185-.817 3.934-2.715 4.967-5.083c.87-1.995 1.126-4.875 1.21-5.816c.012-.132.02-.226.026-.274c.05-.387.335-1.074.67-1.124c.334-.05.735.553.768 1.124c.19 3.23.521 4.856 1.192 6.09c.525.967 3.628 4.048 5.427 5.351c.274.146.779.568.619 1.09c-.16.524-.959.33-1.338.169c-1.282-.72-4.41-2.135-6.669-2.04c-2.257.094-5.079 1.287-6.206 1.872c-.448.175-1.393.422-1.599 0m2.075-5.718a2.118 2.118 0 1 0 0-4.236a2.118 2.118 0 0 0 0 4.236m11.647 0a2.118 2.118 0 1 0 0-4.236a2.118 2.118 0 0 0 0 4.236m-3.705 7.941a2.117 2.117 0 1 1-4.235 0a2.117 2.117 0 0 1 4.235 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedSmartcredit(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#5999e9" fillRule="evenodd" d="M4.1 16.659c-.084-.168-.09-.62.551-1.09c.094-.07.225-.16.382-.269c1.185-.817 3.934-2.715 4.967-5.083c.87-1.995 1.126-4.875 1.21-5.816c.012-.132.02-.226.026-.274c.05-.387.335-1.074.67-1.124c.334-.05.735.553.768 1.124c.19 3.23.521 4.856 1.192 6.09c.525.967 3.628 4.048 5.427 5.351c.274.146.779.568.619 1.09c-.16.524-.959.33-1.338.169c-1.282-.72-4.41-2.135-6.669-2.04c-2.257.094-5.079 1.287-6.206 1.872c-.448.175-1.393.422-1.599 0m2.075-5.718a2.118 2.118 0 1 0 0-4.236a2.118 2.118 0 0 0 0 4.236m11.647 0a2.118 2.118 0 1 0 0-4.236a2.118 2.118 0 0 0 0 4.236m-3.705 7.941a2.117 2.117 0 1 1-4.235 0a2.117 2.117 0 0 1 4.235 0" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#5999e9" fill-rule="evenodd" d="M4.1 16.659c-.084-.168-.09-.62.551-1.09c.094-.07.225-.16.382-.269c1.185-.817 3.934-2.715 4.967-5.083c.87-1.995 1.126-4.875 1.21-5.816c.012-.132.02-.226.026-.274c.05-.387.335-1.074.67-1.124c.334-.05.735.553.768 1.124c.19 3.23.521 4.856 1.192 6.09c.525.967 3.628 4.048 5.427 5.351c.274.146.779.568.619 1.09c-.16.524-.959.33-1.338.169c-1.282-.72-4.41-2.135-6.669-2.04c-2.257.094-5.079 1.287-6.206 1.872c-.448.175-1.393.422-1.599 0m2.075-5.718a2.118 2.118 0 1 0 0-4.236a2.118 2.118 0 0 0 0 4.236m11.647 0a2.118 2.118 0 1 0 0-4.236a2.118 2.118 0 0 0 0 4.236m-3.705 7.941a2.117 2.117 0 1 1-4.235 0a2.117 2.117 0 0 1 4.235 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-smartcredit {
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%235999e9%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.1%2016.659c-.084-.168-.09-.62.551-1.09c.094-.07.225-.16.382-.269c1.185-.817%203.934-2.715%204.967-5.083c.87-1.995%201.126-4.875%201.21-5.816c.012-.132.02-.226.026-.274c.05-.387.335-1.074.67-1.124c.334-.05.735.553.768%201.124c.19%203.23.521%204.856%201.192%206.09c.525.967%203.628%204.048%205.427%205.351c.274.146.779.568.619%201.09c-.16.524-.959.33-1.338.169c-1.282-.72-4.41-2.135-6.669-2.04c-2.257.094-5.079%201.287-6.206%201.872c-.448.175-1.393.422-1.599%200m2.075-5.718a2.118%202.118%200%201%200%200-4.236a2.118%202.118%200%200%200%200%204.236m11.647%200a2.118%202.118%200%201%200%200-4.236a2.118%202.118%200%200%200%200%204.236m-3.705%207.941a2.117%202.117%200%201%201-4.235%200a2.117%202.117%200%200%201%204.235%200%22%20clip-rule%3D%22evenodd%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%235999e9%22%20fill-rule%3D%22evenodd%22%20d%3D%22M4.1%2016.659c-.084-.168-.09-.62.551-1.09c.094-.07.225-.16.382-.269c1.185-.817%203.934-2.715%204.967-5.083c.87-1.995%201.126-4.875%201.21-5.816c.012-.132.02-.226.026-.274c.05-.387.335-1.074.67-1.124c.334-.05.735.553.768%201.124c.19%203.23.521%204.856%201.192%206.09c.525.967%203.628%204.048%205.427%205.351c.274.146.779.568.619%201.09c-.16.524-.959.33-1.338.169c-1.282-.72-4.41-2.135-6.669-2.04c-2.257.094-5.079%201.287-6.206%201.872c-.448.175-1.393.422-1.599%200m2.075-5.718a2.118%202.118%200%201%200%200-4.236a2.118%202.118%200%200%200%200%204.236m11.647%200a2.118%202.118%200%201%200%200-4.236a2.118%202.118%200%200%200%200%204.236m-3.705%207.941a2.117%202.117%200%201%201-4.235%200a2.117%202.117%200%200%201%204.235%200%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token-branded/smartcredit.svg?color=%231a73e8&size=48