myria logo
myria from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- myria
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the myria logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.6 10.2c0-.99.796-1.8 1.8-1.8c1.003 0 1.8.81 1.8 1.8S10.997 12 12 12c1.085 0 1.8-.828 1.8-1.8c0-.99.797-1.8 1.8-1.8s1.769.81 1.769 1.8c0 1.103.796 1.778 1.831 1.8c.918 0 1.8.833 1.8 1.8a1.81 1.81 0 0 1-3.084 1.272A1.78 1.78 0 0 1 17.4 13.8c0-.99-.797-1.8-1.8-1.8a1.76 1.76 0 0 0-1.8 1.8c0 .99-.796 1.8-1.8 1.8s-1.8-.81-1.8-1.8S9.403 12 8.4 12a1.76 1.76 0 0 0-1.8 1.8c0 .99-.779 1.8-1.782 1.8A1.807 1.807 0 0 1 3 13.8c0-.98.828-1.8 1.818-1.8a1.75 1.75 0 0 0 1.663-1.106A1.7 1.7 0 0 0 6.6 10.2"/></svg>
React
import type { SVGProps } from "react";
export function TokenMyria(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" d="M6.6 10.2c0-.99.796-1.8 1.8-1.8c1.003 0 1.8.81 1.8 1.8S10.997 12 12 12c1.085 0 1.8-.828 1.8-1.8c0-.99.797-1.8 1.8-1.8s1.769.81 1.769 1.8c0 1.103.796 1.778 1.831 1.8c.918 0 1.8.833 1.8 1.8a1.81 1.81 0 0 1-3.084 1.272A1.78 1.78 0 0 1 17.4 13.8c0-.99-.797-1.8-1.8-1.8a1.76 1.76 0 0 0-1.8 1.8c0 .99-.796 1.8-1.8 1.8s-1.8-.81-1.8-1.8S9.403 12 8.4 12a1.76 1.76 0 0 0-1.8 1.8c0 .99-.779 1.8-1.782 1.8A1.807 1.807 0 0 1 3 13.8c0-.98.828-1.8 1.818-1.8a1.75 1.75 0 0 0 1.663-1.106A1.7 1.7 0 0 0 6.6 10.2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M6.6 10.2c0-.99.796-1.8 1.8-1.8c1.003 0 1.8.81 1.8 1.8S10.997 12 12 12c1.085 0 1.8-.828 1.8-1.8c0-.99.797-1.8 1.8-1.8s1.769.81 1.769 1.8c0 1.103.796 1.778 1.831 1.8c.918 0 1.8.833 1.8 1.8a1.81 1.81 0 0 1-3.084 1.272A1.78 1.78 0 0 1 17.4 13.8c0-.99-.797-1.8-1.8-1.8a1.76 1.76 0 0 0-1.8 1.8c0 .99-.796 1.8-1.8 1.8s-1.8-.81-1.8-1.8S9.403 12 8.4 12a1.76 1.76 0 0 0-1.8 1.8c0 .99-.779 1.8-1.782 1.8A1.807 1.807 0 0 1 3 13.8c0-.98.828-1.8 1.818-1.8a1.75 1.75 0 0 0 1.663-1.106A1.7 1.7 0 0 0 6.6 10.2"/></svg> </template>
CSS
.icon-myria {
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%20d%3D%22M6.6%2010.2c0-.99.796-1.8%201.8-1.8c1.003%200%201.8.81%201.8%201.8S10.997%2012%2012%2012c1.085%200%201.8-.828%201.8-1.8c0-.99.797-1.8%201.8-1.8s1.769.81%201.769%201.8c0%201.103.796%201.778%201.831%201.8c.918%200%201.8.833%201.8%201.8a1.81%201.81%200%200%201-3.084%201.272A1.78%201.78%200%200%201%2017.4%2013.8c0-.99-.797-1.8-1.8-1.8a1.76%201.76%200%200%200-1.8%201.8c0%20.99-.796%201.8-1.8%201.8s-1.8-.81-1.8-1.8S9.403%2012%208.4%2012a1.76%201.76%200%200%200-1.8%201.8c0%20.99-.779%201.8-1.782%201.8A1.807%201.807%200%200%201%203%2013.8c0-.98.828-1.8%201.818-1.8a1.75%201.75%200%200%200%201.663-1.106A1.7%201.7%200%200%200%206.6%2010.2%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%20d%3D%22M6.6%2010.2c0-.99.796-1.8%201.8-1.8c1.003%200%201.8.81%201.8%201.8S10.997%2012%2012%2012c1.085%200%201.8-.828%201.8-1.8c0-.99.797-1.8%201.8-1.8s1.769.81%201.769%201.8c0%201.103.796%201.778%201.831%201.8c.918%200%201.8.833%201.8%201.8a1.81%201.81%200%200%201-3.084%201.272A1.78%201.78%200%200%201%2017.4%2013.8c0-.99-.797-1.8-1.8-1.8a1.76%201.76%200%200%200-1.8%201.8c0%20.99-.796%201.8-1.8%201.8s-1.8-.81-1.8-1.8S9.403%2012%208.4%2012a1.76%201.76%200%200%200-1.8%201.8c0%20.99-.779%201.8-1.782%201.8A1.807%201.807%200%200%201%203%2013.8c0-.98.828-1.8%201.818-1.8a1.75%201.75%200%200%200%201.663-1.106A1.7%201.7%200%200%200%206.6%2010.2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/myria.svg?color=%231a73e8&size=48