satt logo
satt from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.
- Name
- satt
- 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 satt logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#1f2336" fill-rule="evenodd" d="M3 12a9 9 0 0 1 9-9a9 9 0 0 1 9 9a9 9 0 0 1-9 9a9 9 0 0 1-9-9m1.588 0c0 4.183 3.23 7.412 7.412 7.412s7.412-3.23 7.412-7.412S16.182 4.588 12 4.588S4.588 7.818 4.588 12M12 7.235c-1.906 0-3.433 1.058-4.242 2.647h10.106c.256.69.489 1.36.489 2.14c0 .778-.14 1.405-.396 2.096h-3.84v3.881c-.468.174-1.074.295-1.588.354v-4.235H11.47v4.235c-.513-.06-1.119-.18-1.588-.354v-3.881H6.001c-.172-.466-.293-.837-.352-1.347l-.002-.242h4.235v-1.058H5.648c.366-3.173 3.061-5.824 6.331-5.824c2.464 0 4.146 1.31 5.302 2.932h-1.816c-.86-.748-1.87-1.344-3.465-1.344m-.53 4.236v1.058h1.06v-1.058zm2.648 1.058h2.702l.026-.153c.02-.113.03-.17.03-.355c0-.203-.012-.28-.037-.43l-.018-.12h-2.703z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedSatt(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#1f2336" fillRule="evenodd" d="M3 12a9 9 0 0 1 9-9a9 9 0 0 1 9 9a9 9 0 0 1-9 9a9 9 0 0 1-9-9m1.588 0c0 4.183 3.23 7.412 7.412 7.412s7.412-3.23 7.412-7.412S16.182 4.588 12 4.588S4.588 7.818 4.588 12M12 7.235c-1.906 0-3.433 1.058-4.242 2.647h10.106c.256.69.489 1.36.489 2.14c0 .778-.14 1.405-.396 2.096h-3.84v3.881c-.468.174-1.074.295-1.588.354v-4.235H11.47v4.235c-.513-.06-1.119-.18-1.588-.354v-3.881H6.001c-.172-.466-.293-.837-.352-1.347l-.002-.242h4.235v-1.058H5.648c.366-3.173 3.061-5.824 6.331-5.824c2.464 0 4.146 1.31 5.302 2.932h-1.816c-.86-.748-1.87-1.344-3.465-1.344m-.53 4.236v1.058h1.06v-1.058zm2.648 1.058h2.702l.026-.153c.02-.113.03-.17.03-.355c0-.203-.012-.28-.037-.43l-.018-.12h-2.703z" clipRule="evenodd"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#1f2336" fill-rule="evenodd" d="M3 12a9 9 0 0 1 9-9a9 9 0 0 1 9 9a9 9 0 0 1-9 9a9 9 0 0 1-9-9m1.588 0c0 4.183 3.23 7.412 7.412 7.412s7.412-3.23 7.412-7.412S16.182 4.588 12 4.588S4.588 7.818 4.588 12M12 7.235c-1.906 0-3.433 1.058-4.242 2.647h10.106c.256.69.489 1.36.489 2.14c0 .778-.14 1.405-.396 2.096h-3.84v3.881c-.468.174-1.074.295-1.588.354v-4.235H11.47v4.235c-.513-.06-1.119-.18-1.588-.354v-3.881H6.001c-.172-.466-.293-.837-.352-1.347l-.002-.242h4.235v-1.058H5.648c.366-3.173 3.061-5.824 6.331-5.824c2.464 0 4.146 1.31 5.302 2.932h-1.816c-.86-.748-1.87-1.344-3.465-1.344m-.53 4.236v1.058h1.06v-1.058zm2.648 1.058h2.702l.026-.153c.02-.113.03-.17.03-.355c0-.203-.012-.28-.037-.43l-.018-.12h-2.703z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-satt {
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%231f2336%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3%2012a9%209%200%200%201%209-9a9%209%200%200%201%209%209a9%209%200%200%201-9%209a9%209%200%200%201-9-9m1.588%200c0%204.183%203.23%207.412%207.412%207.412s7.412-3.23%207.412-7.412S16.182%204.588%2012%204.588S4.588%207.818%204.588%2012M12%207.235c-1.906%200-3.433%201.058-4.242%202.647h10.106c.256.69.489%201.36.489%202.14c0%20.778-.14%201.405-.396%202.096h-3.84v3.881c-.468.174-1.074.295-1.588.354v-4.235H11.47v4.235c-.513-.06-1.119-.18-1.588-.354v-3.881H6.001c-.172-.466-.293-.837-.352-1.347l-.002-.242h4.235v-1.058H5.648c.366-3.173%203.061-5.824%206.331-5.824c2.464%200%204.146%201.31%205.302%202.932h-1.816c-.86-.748-1.87-1.344-3.465-1.344m-.53%204.236v1.058h1.06v-1.058zm2.648%201.058h2.702l.026-.153c.02-.113.03-.17.03-.355c0-.203-.012-.28-.037-.43l-.018-.12h-2.703z%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%231f2336%22%20fill-rule%3D%22evenodd%22%20d%3D%22M3%2012a9%209%200%200%201%209-9a9%209%200%200%201%209%209a9%209%200%200%201-9%209a9%209%200%200%201-9-9m1.588%200c0%204.183%203.23%207.412%207.412%207.412s7.412-3.23%207.412-7.412S16.182%204.588%2012%204.588S4.588%207.818%204.588%2012M12%207.235c-1.906%200-3.433%201.058-4.242%202.647h10.106c.256.69.489%201.36.489%202.14c0%20.778-.14%201.405-.396%202.096h-3.84v3.881c-.468.174-1.074.295-1.588.354v-4.235H11.47v4.235c-.513-.06-1.119-.18-1.588-.354v-3.881H6.001c-.172-.466-.293-.837-.352-1.347l-.002-.242h4.235v-1.058H5.648c.366-3.173%203.061-5.824%206.331-5.824c2.464%200%204.146%201.31%205.302%202.932h-1.816c-.86-.748-1.87-1.344-3.465-1.344m-.53%204.236v1.058h1.06v-1.058zm2.648%201.058h2.702l.026-.153c.02-.113.03-.17.03-.355c0-.203-.012-.28-.037-.43l-.018-.12h-2.703z%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/satt.svg?color=%231a73e8&size=48