oasys logo
oasys from Web3 Icons Branded by 0xa3k5 · Branded · MIT Free for personal and commercial use.
- Name
- oasys
- 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 oasys logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#00a84f" d="M16.853 14.376q.487-.533.867-1.174a6.6 6.6 0 0 0 .915-3.407a6.7 6.7 0 0 0-.909-3.432a6.73 6.73 0 0 0-2.437-2.461A6.4 6.4 0 0 0 11.98 3c-1.187 0-2.31.3-3.337.902a6.8 6.8 0 0 0-2.456 2.454a6.54 6.54 0 0 0-.914 3.392c0 1.227.306 2.426.914 3.467q.391.666.893 1.208c-1.133.7-1.829 1.639-1.829 2.67C5.25 19.247 8.277 21 12 21s6.75-1.753 6.75-3.907c0-1.053-.724-2.012-1.9-2.714zM7.16 18.763c-.671-.506-1.036-1.085-1.036-1.673c0-.724.555-1.44 1.56-2.015l.06-.032q.414.342.886.62c.03.02.065.035.096.054c-1.08.538-1.766 1.338-1.766 2.227q.002.426.2.82m4.846 1.234c-1.532 0-2.368-.674-2.368-1.022s.836-1.021 2.368-1.021s2.369.673 2.369 1.021s-.836 1.022-2.369 1.022m3.214-.79q.024-.114.025-.232c0-1.05-1.454-1.9-3.239-1.9s-3.239.853-3.239 1.9q.001.118.025.231c-.593-.357-.961-.8-.961-1.262c0-.696.833-1.348 2.01-1.724a6.3 6.3 0 0 0 2.056.335q1.148 0 2.19-.36c1.224.37 2.095 1.04 2.095 1.75c0 .461-.368.904-.961 1.261m1.633-.444c.13-.259.2-.534.2-.819c0-.911-.718-1.724-1.839-2.265l.047-.025q.502-.29.933-.652l.134.073c1.005.576 1.56 1.29 1.56 2.015c0 .585-.361 1.167-1.035 1.673"/></svg>
React
import type { SVGProps } from "react";
export function TokenBrandedOasys(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#00a84f" d="M16.853 14.376q.487-.533.867-1.174a6.6 6.6 0 0 0 .915-3.407a6.7 6.7 0 0 0-.909-3.432a6.73 6.73 0 0 0-2.437-2.461A6.4 6.4 0 0 0 11.98 3c-1.187 0-2.31.3-3.337.902a6.8 6.8 0 0 0-2.456 2.454a6.54 6.54 0 0 0-.914 3.392c0 1.227.306 2.426.914 3.467q.391.666.893 1.208c-1.133.7-1.829 1.639-1.829 2.67C5.25 19.247 8.277 21 12 21s6.75-1.753 6.75-3.907c0-1.053-.724-2.012-1.9-2.714zM7.16 18.763c-.671-.506-1.036-1.085-1.036-1.673c0-.724.555-1.44 1.56-2.015l.06-.032q.414.342.886.62c.03.02.065.035.096.054c-1.08.538-1.766 1.338-1.766 2.227q.002.426.2.82m4.846 1.234c-1.532 0-2.368-.674-2.368-1.022s.836-1.021 2.368-1.021s2.369.673 2.369 1.021s-.836 1.022-2.369 1.022m3.214-.79q.024-.114.025-.232c0-1.05-1.454-1.9-3.239-1.9s-3.239.853-3.239 1.9q.001.118.025.231c-.593-.357-.961-.8-.961-1.262c0-.696.833-1.348 2.01-1.724a6.3 6.3 0 0 0 2.056.335q1.148 0 2.19-.36c1.224.37 2.095 1.04 2.095 1.75c0 .461-.368.904-.961 1.261m1.633-.444c.13-.259.2-.534.2-.819c0-.911-.718-1.724-1.839-2.265l.047-.025q.502-.29.933-.652l.134.073c1.005.576 1.56 1.29 1.56 2.015c0 .585-.361 1.167-1.035 1.673"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="#00a84f" d="M16.853 14.376q.487-.533.867-1.174a6.6 6.6 0 0 0 .915-3.407a6.7 6.7 0 0 0-.909-3.432a6.73 6.73 0 0 0-2.437-2.461A6.4 6.4 0 0 0 11.98 3c-1.187 0-2.31.3-3.337.902a6.8 6.8 0 0 0-2.456 2.454a6.54 6.54 0 0 0-.914 3.392c0 1.227.306 2.426.914 3.467q.391.666.893 1.208c-1.133.7-1.829 1.639-1.829 2.67C5.25 19.247 8.277 21 12 21s6.75-1.753 6.75-3.907c0-1.053-.724-2.012-1.9-2.714zM7.16 18.763c-.671-.506-1.036-1.085-1.036-1.673c0-.724.555-1.44 1.56-2.015l.06-.032q.414.342.886.62c.03.02.065.035.096.054c-1.08.538-1.766 1.338-1.766 2.227q.002.426.2.82m4.846 1.234c-1.532 0-2.368-.674-2.368-1.022s.836-1.021 2.368-1.021s2.369.673 2.369 1.021s-.836 1.022-2.369 1.022m3.214-.79q.024-.114.025-.232c0-1.05-1.454-1.9-3.239-1.9s-3.239.853-3.239 1.9q.001.118.025.231c-.593-.357-.961-.8-.961-1.262c0-.696.833-1.348 2.01-1.724a6.3 6.3 0 0 0 2.056.335q1.148 0 2.19-.36c1.224.37 2.095 1.04 2.095 1.75c0 .461-.368.904-.961 1.261m1.633-.444c.13-.259.2-.534.2-.819c0-.911-.718-1.724-1.839-2.265l.047-.025q.502-.29.933-.652l.134.073c1.005.576 1.56 1.29 1.56 2.015c0 .585-.361 1.167-1.035 1.673"/></svg> </template>
CSS
.icon-oasys {
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%2300a84f%22%20d%3D%22M16.853%2014.376q.487-.533.867-1.174a6.6%206.6%200%200%200%20.915-3.407a6.7%206.7%200%200%200-.909-3.432a6.73%206.73%200%200%200-2.437-2.461A6.4%206.4%200%200%200%2011.98%203c-1.187%200-2.31.3-3.337.902a6.8%206.8%200%200%200-2.456%202.454a6.54%206.54%200%200%200-.914%203.392c0%201.227.306%202.426.914%203.467q.391.666.893%201.208c-1.133.7-1.829%201.639-1.829%202.67C5.25%2019.247%208.277%2021%2012%2021s6.75-1.753%206.75-3.907c0-1.053-.724-2.012-1.9-2.714zM7.16%2018.763c-.671-.506-1.036-1.085-1.036-1.673c0-.724.555-1.44%201.56-2.015l.06-.032q.414.342.886.62c.03.02.065.035.096.054c-1.08.538-1.766%201.338-1.766%202.227q.002.426.2.82m4.846%201.234c-1.532%200-2.368-.674-2.368-1.022s.836-1.021%202.368-1.021s2.369.673%202.369%201.021s-.836%201.022-2.369%201.022m3.214-.79q.024-.114.025-.232c0-1.05-1.454-1.9-3.239-1.9s-3.239.853-3.239%201.9q.001.118.025.231c-.593-.357-.961-.8-.961-1.262c0-.696.833-1.348%202.01-1.724a6.3%206.3%200%200%200%202.056.335q1.148%200%202.19-.36c1.224.37%202.095%201.04%202.095%201.75c0%20.461-.368.904-.961%201.261m1.633-.444c.13-.259.2-.534.2-.819c0-.911-.718-1.724-1.839-2.265l.047-.025q.502-.29.933-.652l.134.073c1.005.576%201.56%201.29%201.56%202.015c0%20.585-.361%201.167-1.035%201.673%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%2300a84f%22%20d%3D%22M16.853%2014.376q.487-.533.867-1.174a6.6%206.6%200%200%200%20.915-3.407a6.7%206.7%200%200%200-.909-3.432a6.73%206.73%200%200%200-2.437-2.461A6.4%206.4%200%200%200%2011.98%203c-1.187%200-2.31.3-3.337.902a6.8%206.8%200%200%200-2.456%202.454a6.54%206.54%200%200%200-.914%203.392c0%201.227.306%202.426.914%203.467q.391.666.893%201.208c-1.133.7-1.829%201.639-1.829%202.67C5.25%2019.247%208.277%2021%2012%2021s6.75-1.753%206.75-3.907c0-1.053-.724-2.012-1.9-2.714zM7.16%2018.763c-.671-.506-1.036-1.085-1.036-1.673c0-.724.555-1.44%201.56-2.015l.06-.032q.414.342.886.62c.03.02.065.035.096.054c-1.08.538-1.766%201.338-1.766%202.227q.002.426.2.82m4.846%201.234c-1.532%200-2.368-.674-2.368-1.022s.836-1.021%202.368-1.021s2.369.673%202.369%201.021s-.836%201.022-2.369%201.022m3.214-.79q.024-.114.025-.232c0-1.05-1.454-1.9-3.239-1.9s-3.239.853-3.239%201.9q.001.118.025.231c-.593-.357-.961-.8-.961-1.262c0-.696.833-1.348%202.01-1.724a6.3%206.3%200%200%200%202.056.335q1.148%200%202.19-.36c1.224.37%202.095%201.04%202.095%201.75c0%20.461-.368.904-.961%201.261m1.633-.444c.13-.259.2-.534.2-.819c0-.911-.718-1.724-1.839-2.265l.047-.025q.502-.29.933-.652l.134.073c1.005.576%201.56%201.29%201.56%202.015c0%20.585-.361%201.167-1.035%201.673%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token-branded/oasys.svg?color=%231a73e8&size=48