oxy logo
oxy from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- oxy
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the oxy logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M12 5.25A1.125 1.125 0 1 0 12 3a1.125 1.125 0 0 0 0 2.25M12 21a1.125 1.125 0 1 0 0-2.25A1.125 1.125 0 0 0 12 21m1.125-12.938a1.125 1.125 0 1 1-2.25 0a1.125 1.125 0 0 1 2.25 0M8.344 6.937a.844.844 0 1 0 0-1.687a.844.844 0 0 0 0 1.687m.843 10.97a.844.844 0 1 1-1.688 0a.844.844 0 0 1 1.688 0m6.188-6.47a1.125 1.125 0 1 0 0-2.249a1.125 1.125 0 0 0 0 2.25m1.125 2.25a1.124 1.124 0 1 1-2.249 0a1.124 1.124 0 0 1 2.249 0M12 17.063a1.125 1.125 0 1 0 0-2.25a1.125 1.125 0 0 0 0 2.25M12.831 12a.835.835 0 0 1-.831.838a.835.835 0 0 1-.831-.838c0-.463.372-.838.831-.838s.831.375.831.838m-4.487 2.796a.844.844 0 1 0 0-1.687a.844.844 0 0 0 0 1.687m.843-4.798a.844.844 0 1 1-1.688 0a.844.844 0 0 1 1.688 0m-4.5-1.373a.563.563 0 1 0 0-1.125a.563.563 0 0 0 0 1.125M5.25 12a.563.563 0 1 1-1.126 0a.563.563 0 0 1 1.126 0m-.562 4.5a.563.563 0 1 0 0-1.126a.563.563 0 0 0 0 1.126M16.5 6.375a1.125 1.125 0 1 1-2.25 0a1.125 1.125 0 0 1 2.25 0M15.375 18.75a1.124 1.124 0 1 0 0-2.248a1.124 1.124 0 0 0 0 2.248m4.5-10.406a1.406 1.406 0 1 1-2.813 0a1.406 1.406 0 0 1 2.813 0m-1.406 8.719a1.406 1.406 0 1 0 0-2.812a1.406 1.406 0 0 0 0 2.812M19.875 12a1.406 1.406 0 1 1-2.812 0a1.406 1.406 0 0 1 2.812 0" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TokenOxy(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" fillRule="evenodd" d="M12 5.25A1.125 1.125 0 1 0 12 3a1.125 1.125 0 0 0 0 2.25M12 21a1.125 1.125 0 1 0 0-2.25A1.125 1.125 0 0 0 12 21m1.125-12.938a1.125 1.125 0 1 1-2.25 0a1.125 1.125 0 0 1 2.25 0M8.344 6.937a.844.844 0 1 0 0-1.687a.844.844 0 0 0 0 1.687m.843 10.97a.844.844 0 1 1-1.688 0a.844.844 0 0 1 1.688 0m6.188-6.47a1.125 1.125 0 1 0 0-2.249a1.125 1.125 0 0 0 0 2.25m1.125 2.25a1.124 1.124 0 1 1-2.249 0a1.124 1.124 0 0 1 2.249 0M12 17.063a1.125 1.125 0 1 0 0-2.25a1.125 1.125 0 0 0 0 2.25M12.831 12a.835.835 0 0 1-.831.838a.835.835 0 0 1-.831-.838c0-.463.372-.838.831-.838s.831.375.831.838m-4.487 2.796a.844.844 0 1 0 0-1.687a.844.844 0 0 0 0 1.687m.843-4.798a.844.844 0 1 1-1.688 0a.844.844 0 0 1 1.688 0m-4.5-1.373a.563.563 0 1 0 0-1.125a.563.563 0 0 0 0 1.125M5.25 12a.563.563 0 1 1-1.126 0a.563.563 0 0 1 1.126 0m-.562 4.5a.563.563 0 1 0 0-1.126a.563.563 0 0 0 0 1.126M16.5 6.375a1.125 1.125 0 1 1-2.25 0a1.125 1.125 0 0 1 2.25 0M15.375 18.75a1.124 1.124 0 1 0 0-2.248a1.124 1.124 0 0 0 0 2.248m4.5-10.406a1.406 1.406 0 1 1-2.813 0a1.406 1.406 0 0 1 2.813 0m-1.406 8.719a1.406 1.406 0 1 0 0-2.812a1.406 1.406 0 0 0 0 2.812M19.875 12a1.406 1.406 0 1 1-2.812 0a1.406 1.406 0 0 1 2.812 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="currentColor" fill-rule="evenodd" d="M12 5.25A1.125 1.125 0 1 0 12 3a1.125 1.125 0 0 0 0 2.25M12 21a1.125 1.125 0 1 0 0-2.25A1.125 1.125 0 0 0 12 21m1.125-12.938a1.125 1.125 0 1 1-2.25 0a1.125 1.125 0 0 1 2.25 0M8.344 6.937a.844.844 0 1 0 0-1.687a.844.844 0 0 0 0 1.687m.843 10.97a.844.844 0 1 1-1.688 0a.844.844 0 0 1 1.688 0m6.188-6.47a1.125 1.125 0 1 0 0-2.249a1.125 1.125 0 0 0 0 2.25m1.125 2.25a1.124 1.124 0 1 1-2.249 0a1.124 1.124 0 0 1 2.249 0M12 17.063a1.125 1.125 0 1 0 0-2.25a1.125 1.125 0 0 0 0 2.25M12.831 12a.835.835 0 0 1-.831.838a.835.835 0 0 1-.831-.838c0-.463.372-.838.831-.838s.831.375.831.838m-4.487 2.796a.844.844 0 1 0 0-1.687a.844.844 0 0 0 0 1.687m.843-4.798a.844.844 0 1 1-1.688 0a.844.844 0 0 1 1.688 0m-4.5-1.373a.563.563 0 1 0 0-1.125a.563.563 0 0 0 0 1.125M5.25 12a.563.563 0 1 1-1.126 0a.563.563 0 0 1 1.126 0m-.562 4.5a.563.563 0 1 0 0-1.126a.563.563 0 0 0 0 1.126M16.5 6.375a1.125 1.125 0 1 1-2.25 0a1.125 1.125 0 0 1 2.25 0M15.375 18.75a1.124 1.124 0 1 0 0-2.248a1.124 1.124 0 0 0 0 2.248m4.5-10.406a1.406 1.406 0 1 1-2.813 0a1.406 1.406 0 0 1 2.813 0m-1.406 8.719a1.406 1.406 0 1 0 0-2.812a1.406 1.406 0 0 0 0 2.812M19.875 12a1.406 1.406 0 1 1-2.812 0a1.406 1.406 0 0 1 2.812 0" clip-rule="evenodd"/></svg> </template>
CSS
.icon-oxy {
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%20fill-rule%3D%22evenodd%22%20d%3D%22M12%205.25A1.125%201.125%200%201%200%2012%203a1.125%201.125%200%200%200%200%202.25M12%2021a1.125%201.125%200%201%200%200-2.25A1.125%201.125%200%200%200%2012%2021m1.125-12.938a1.125%201.125%200%201%201-2.25%200a1.125%201.125%200%200%201%202.25%200M8.344%206.937a.844.844%200%201%200%200-1.687a.844.844%200%200%200%200%201.687m.843%2010.97a.844.844%200%201%201-1.688%200a.844.844%200%200%201%201.688%200m6.188-6.47a1.125%201.125%200%201%200%200-2.249a1.125%201.125%200%200%200%200%202.25m1.125%202.25a1.124%201.124%200%201%201-2.249%200a1.124%201.124%200%200%201%202.249%200M12%2017.063a1.125%201.125%200%201%200%200-2.25a1.125%201.125%200%200%200%200%202.25M12.831%2012a.835.835%200%200%201-.831.838a.835.835%200%200%201-.831-.838c0-.463.372-.838.831-.838s.831.375.831.838m-4.487%202.796a.844.844%200%201%200%200-1.687a.844.844%200%200%200%200%201.687m.843-4.798a.844.844%200%201%201-1.688%200a.844.844%200%200%201%201.688%200m-4.5-1.373a.563.563%200%201%200%200-1.125a.563.563%200%200%200%200%201.125M5.25%2012a.563.563%200%201%201-1.126%200a.563.563%200%200%201%201.126%200m-.562%204.5a.563.563%200%201%200%200-1.126a.563.563%200%200%200%200%201.126M16.5%206.375a1.125%201.125%200%201%201-2.25%200a1.125%201.125%200%200%201%202.25%200M15.375%2018.75a1.124%201.124%200%201%200%200-2.248a1.124%201.124%200%200%200%200%202.248m4.5-10.406a1.406%201.406%200%201%201-2.813%200a1.406%201.406%200%200%201%202.813%200m-1.406%208.719a1.406%201.406%200%201%200%200-2.812a1.406%201.406%200%200%200%200%202.812M19.875%2012a1.406%201.406%200%201%201-2.812%200a1.406%201.406%200%200%201%202.812%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%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%205.25A1.125%201.125%200%201%200%2012%203a1.125%201.125%200%200%200%200%202.25M12%2021a1.125%201.125%200%201%200%200-2.25A1.125%201.125%200%200%200%2012%2021m1.125-12.938a1.125%201.125%200%201%201-2.25%200a1.125%201.125%200%200%201%202.25%200M8.344%206.937a.844.844%200%201%200%200-1.687a.844.844%200%200%200%200%201.687m.843%2010.97a.844.844%200%201%201-1.688%200a.844.844%200%200%201%201.688%200m6.188-6.47a1.125%201.125%200%201%200%200-2.249a1.125%201.125%200%200%200%200%202.25m1.125%202.25a1.124%201.124%200%201%201-2.249%200a1.124%201.124%200%200%201%202.249%200M12%2017.063a1.125%201.125%200%201%200%200-2.25a1.125%201.125%200%200%200%200%202.25M12.831%2012a.835.835%200%200%201-.831.838a.835.835%200%200%201-.831-.838c0-.463.372-.838.831-.838s.831.375.831.838m-4.487%202.796a.844.844%200%201%200%200-1.687a.844.844%200%200%200%200%201.687m.843-4.798a.844.844%200%201%201-1.688%200a.844.844%200%200%201%201.688%200m-4.5-1.373a.563.563%200%201%200%200-1.125a.563.563%200%200%200%200%201.125M5.25%2012a.563.563%200%201%201-1.126%200a.563.563%200%200%201%201.126%200m-.562%204.5a.563.563%200%201%200%200-1.126a.563.563%200%200%200%200%201.126M16.5%206.375a1.125%201.125%200%201%201-2.25%200a1.125%201.125%200%200%201%202.25%200M15.375%2018.75a1.124%201.124%200%201%200%200-2.248a1.124%201.124%200%200%200%200%202.248m4.5-10.406a1.406%201.406%200%201%201-2.813%200a1.406%201.406%200%200%201%202.813%200m-1.406%208.719a1.406%201.406%200%201%200%200-2.812a1.406%201.406%200%200%200%200%202.812M19.875%2012a1.406%201.406%200%201%201-2.812%200a1.406%201.406%200%200%201%202.812%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/oxy.svg?color=%231a73e8&size=48