lai logo
lai from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- lai
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
Use the lai 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="M17.395 21c-.782 0-1.66-.169-2.616-.495c-.97-.34-1.902-.781-2.78-1.316a14.5 14.5 0 0 1-2.784 1.322c-.956.326-1.833.489-2.61.489c-1.102 0-2.008-.326-2.643-.962c-1.092-1.091-1.26-2.959-.473-5.26c.342-.97.785-1.901 1.322-2.778a14.6 14.6 0 0 1-1.322-2.78c-.787-2.305-.619-4.167.473-5.259c1.09-1.091 2.958-1.26 5.26-.472c.91.31 1.844.76 2.778 1.322c.934-.563 1.867-1.013 2.779-1.322c2.3-.788 4.168-.619 5.26.472c1.09 1.092 1.26 2.96.472 5.26c-.342.97-.785 1.902-1.322 2.779c.563.934 1.012 1.867 1.322 2.778c.787 2.307.619 4.169-.473 5.26c-.635.636-1.541.956-2.643.956zm-1.677-5.288A21.2 21.2 0 0 1 12 18.7a21 21 0 0 1-3.718-2.981C7.1 14.537 6.088 13.27 5.3 12c.788-1.277 1.8-2.543 2.982-3.724c1.181-1.181 2.441-2.194 3.713-2.982c1.276.788 2.542 1.8 3.723 2.982C16.9 9.457 17.912 10.723 18.7 12a21 21 0 0 1-2.982 3.712m.293.299a21.6 21.6 0 0 1-3.612 2.93a13.8 13.8 0 0 0 2.515 1.176c2.137.731 3.859.602 4.832-.371c.973-.974 1.102-2.69.371-4.838a13.8 13.8 0 0 0-1.176-2.515a21.3 21.3 0 0 1-2.93 3.617m-8.022 0a21.6 21.6 0 0 1-2.93-3.618a14 14 0 0 0-1.176 2.52c-.731 2.138-.602 3.86.371 4.833s2.689 1.102 4.832.37c.821-.28 1.67-.674 2.515-1.175a21.6 21.6 0 0 1-3.612-2.93m0-8.022A21.6 21.6 0 0 0 5.06 11.6a14 14 0 0 1-1.176-2.514c-.731-2.143-.602-3.859.371-4.838c.563-.551 1.361-.838 2.351-.838c.732 0 1.57.158 2.481.473a14 14 0 0 1 2.515 1.17A21.6 21.6 0 0 0 7.99 7.989m8.022 0a21.6 21.6 0 0 0-3.617-2.936a14 14 0 0 1 2.52-1.176a7.8 7.8 0 0 1 2.48-.467c.99 0 1.795.281 2.352.844c.973.973 1.102 2.689.371 4.832a13.6 13.6 0 0 1-1.176 2.514a21.6 21.6 0 0 0-2.925-3.611zM7.5 11.999c4.421-.635 4.455-4.5 4.455-4.5v.046a4.79 4.79 0 0 0 4.545 4.41V12c-4.421.635-4.455 4.5-4.455 4.5v-.045c-.641-4.377-4.545-4.41-4.545-4.41z" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TokenLai(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="M17.395 21c-.782 0-1.66-.169-2.616-.495c-.97-.34-1.902-.781-2.78-1.316a14.5 14.5 0 0 1-2.784 1.322c-.956.326-1.833.489-2.61.489c-1.102 0-2.008-.326-2.643-.962c-1.092-1.091-1.26-2.959-.473-5.26c.342-.97.785-1.901 1.322-2.778a14.6 14.6 0 0 1-1.322-2.78c-.787-2.305-.619-4.167.473-5.259c1.09-1.091 2.958-1.26 5.26-.472c.91.31 1.844.76 2.778 1.322c.934-.563 1.867-1.013 2.779-1.322c2.3-.788 4.168-.619 5.26.472c1.09 1.092 1.26 2.96.472 5.26c-.342.97-.785 1.902-1.322 2.779c.563.934 1.012 1.867 1.322 2.778c.787 2.307.619 4.169-.473 5.26c-.635.636-1.541.956-2.643.956zm-1.677-5.288A21.2 21.2 0 0 1 12 18.7a21 21 0 0 1-3.718-2.981C7.1 14.537 6.088 13.27 5.3 12c.788-1.277 1.8-2.543 2.982-3.724c1.181-1.181 2.441-2.194 3.713-2.982c1.276.788 2.542 1.8 3.723 2.982C16.9 9.457 17.912 10.723 18.7 12a21 21 0 0 1-2.982 3.712m.293.299a21.6 21.6 0 0 1-3.612 2.93a13.8 13.8 0 0 0 2.515 1.176c2.137.731 3.859.602 4.832-.371c.973-.974 1.102-2.69.371-4.838a13.8 13.8 0 0 0-1.176-2.515a21.3 21.3 0 0 1-2.93 3.617m-8.022 0a21.6 21.6 0 0 1-2.93-3.618a14 14 0 0 0-1.176 2.52c-.731 2.138-.602 3.86.371 4.833s2.689 1.102 4.832.37c.821-.28 1.67-.674 2.515-1.175a21.6 21.6 0 0 1-3.612-2.93m0-8.022A21.6 21.6 0 0 0 5.06 11.6a14 14 0 0 1-1.176-2.514c-.731-2.143-.602-3.859.371-4.838c.563-.551 1.361-.838 2.351-.838c.732 0 1.57.158 2.481.473a14 14 0 0 1 2.515 1.17A21.6 21.6 0 0 0 7.99 7.989m8.022 0a21.6 21.6 0 0 0-3.617-2.936a14 14 0 0 1 2.52-1.176a7.8 7.8 0 0 1 2.48-.467c.99 0 1.795.281 2.352.844c.973.973 1.102 2.689.371 4.832a13.6 13.6 0 0 1-1.176 2.514a21.6 21.6 0 0 0-2.925-3.611zM7.5 11.999c4.421-.635 4.455-4.5 4.455-4.5v.046a4.79 4.79 0 0 0 4.545 4.41V12c-4.421.635-4.455 4.5-4.455 4.5v-.045c-.641-4.377-4.545-4.41-4.545-4.41z" 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="M17.395 21c-.782 0-1.66-.169-2.616-.495c-.97-.34-1.902-.781-2.78-1.316a14.5 14.5 0 0 1-2.784 1.322c-.956.326-1.833.489-2.61.489c-1.102 0-2.008-.326-2.643-.962c-1.092-1.091-1.26-2.959-.473-5.26c.342-.97.785-1.901 1.322-2.778a14.6 14.6 0 0 1-1.322-2.78c-.787-2.305-.619-4.167.473-5.259c1.09-1.091 2.958-1.26 5.26-.472c.91.31 1.844.76 2.778 1.322c.934-.563 1.867-1.013 2.779-1.322c2.3-.788 4.168-.619 5.26.472c1.09 1.092 1.26 2.96.472 5.26c-.342.97-.785 1.902-1.322 2.779c.563.934 1.012 1.867 1.322 2.778c.787 2.307.619 4.169-.473 5.26c-.635.636-1.541.956-2.643.956zm-1.677-5.288A21.2 21.2 0 0 1 12 18.7a21 21 0 0 1-3.718-2.981C7.1 14.537 6.088 13.27 5.3 12c.788-1.277 1.8-2.543 2.982-3.724c1.181-1.181 2.441-2.194 3.713-2.982c1.276.788 2.542 1.8 3.723 2.982C16.9 9.457 17.912 10.723 18.7 12a21 21 0 0 1-2.982 3.712m.293.299a21.6 21.6 0 0 1-3.612 2.93a13.8 13.8 0 0 0 2.515 1.176c2.137.731 3.859.602 4.832-.371c.973-.974 1.102-2.69.371-4.838a13.8 13.8 0 0 0-1.176-2.515a21.3 21.3 0 0 1-2.93 3.617m-8.022 0a21.6 21.6 0 0 1-2.93-3.618a14 14 0 0 0-1.176 2.52c-.731 2.138-.602 3.86.371 4.833s2.689 1.102 4.832.37c.821-.28 1.67-.674 2.515-1.175a21.6 21.6 0 0 1-3.612-2.93m0-8.022A21.6 21.6 0 0 0 5.06 11.6a14 14 0 0 1-1.176-2.514c-.731-2.143-.602-3.859.371-4.838c.563-.551 1.361-.838 2.351-.838c.732 0 1.57.158 2.481.473a14 14 0 0 1 2.515 1.17A21.6 21.6 0 0 0 7.99 7.989m8.022 0a21.6 21.6 0 0 0-3.617-2.936a14 14 0 0 1 2.52-1.176a7.8 7.8 0 0 1 2.48-.467c.99 0 1.795.281 2.352.844c.973.973 1.102 2.689.371 4.832a13.6 13.6 0 0 1-1.176 2.514a21.6 21.6 0 0 0-2.925-3.611zM7.5 11.999c4.421-.635 4.455-4.5 4.455-4.5v.046a4.79 4.79 0 0 0 4.545 4.41V12c-4.421.635-4.455 4.5-4.455 4.5v-.045c-.641-4.377-4.545-4.41-4.545-4.41z" clip-rule="evenodd"/></svg> </template>
CSS
.icon-lai {
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%22M17.395%2021c-.782%200-1.66-.169-2.616-.495c-.97-.34-1.902-.781-2.78-1.316a14.5%2014.5%200%200%201-2.784%201.322c-.956.326-1.833.489-2.61.489c-1.102%200-2.008-.326-2.643-.962c-1.092-1.091-1.26-2.959-.473-5.26c.342-.97.785-1.901%201.322-2.778a14.6%2014.6%200%200%201-1.322-2.78c-.787-2.305-.619-4.167.473-5.259c1.09-1.091%202.958-1.26%205.26-.472c.91.31%201.844.76%202.778%201.322c.934-.563%201.867-1.013%202.779-1.322c2.3-.788%204.168-.619%205.26.472c1.09%201.092%201.26%202.96.472%205.26c-.342.97-.785%201.902-1.322%202.779c.563.934%201.012%201.867%201.322%202.778c.787%202.307.619%204.169-.473%205.26c-.635.636-1.541.956-2.643.956zm-1.677-5.288A21.2%2021.2%200%200%201%2012%2018.7a21%2021%200%200%201-3.718-2.981C7.1%2014.537%206.088%2013.27%205.3%2012c.788-1.277%201.8-2.543%202.982-3.724c1.181-1.181%202.441-2.194%203.713-2.982c1.276.788%202.542%201.8%203.723%202.982C16.9%209.457%2017.912%2010.723%2018.7%2012a21%2021%200%200%201-2.982%203.712m.293.299a21.6%2021.6%200%200%201-3.612%202.93a13.8%2013.8%200%200%200%202.515%201.176c2.137.731%203.859.602%204.832-.371c.973-.974%201.102-2.69.371-4.838a13.8%2013.8%200%200%200-1.176-2.515a21.3%2021.3%200%200%201-2.93%203.617m-8.022%200a21.6%2021.6%200%200%201-2.93-3.618a14%2014%200%200%200-1.176%202.52c-.731%202.138-.602%203.86.371%204.833s2.689%201.102%204.832.37c.821-.28%201.67-.674%202.515-1.175a21.6%2021.6%200%200%201-3.612-2.93m0-8.022A21.6%2021.6%200%200%200%205.06%2011.6a14%2014%200%200%201-1.176-2.514c-.731-2.143-.602-3.859.371-4.838c.563-.551%201.361-.838%202.351-.838c.732%200%201.57.158%202.481.473a14%2014%200%200%201%202.515%201.17A21.6%2021.6%200%200%200%207.99%207.989m8.022%200a21.6%2021.6%200%200%200-3.617-2.936a14%2014%200%200%201%202.52-1.176a7.8%207.8%200%200%201%202.48-.467c.99%200%201.795.281%202.352.844c.973.973%201.102%202.689.371%204.832a13.6%2013.6%200%200%201-1.176%202.514a21.6%2021.6%200%200%200-2.925-3.611zM7.5%2011.999c4.421-.635%204.455-4.5%204.455-4.5v.046a4.79%204.79%200%200%200%204.545%204.41V12c-4.421.635-4.455%204.5-4.455%204.5v-.045c-.641-4.377-4.545-4.41-4.545-4.41z%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%22M17.395%2021c-.782%200-1.66-.169-2.616-.495c-.97-.34-1.902-.781-2.78-1.316a14.5%2014.5%200%200%201-2.784%201.322c-.956.326-1.833.489-2.61.489c-1.102%200-2.008-.326-2.643-.962c-1.092-1.091-1.26-2.959-.473-5.26c.342-.97.785-1.901%201.322-2.778a14.6%2014.6%200%200%201-1.322-2.78c-.787-2.305-.619-4.167.473-5.259c1.09-1.091%202.958-1.26%205.26-.472c.91.31%201.844.76%202.778%201.322c.934-.563%201.867-1.013%202.779-1.322c2.3-.788%204.168-.619%205.26.472c1.09%201.092%201.26%202.96.472%205.26c-.342.97-.785%201.902-1.322%202.779c.563.934%201.012%201.867%201.322%202.778c.787%202.307.619%204.169-.473%205.26c-.635.636-1.541.956-2.643.956zm-1.677-5.288A21.2%2021.2%200%200%201%2012%2018.7a21%2021%200%200%201-3.718-2.981C7.1%2014.537%206.088%2013.27%205.3%2012c.788-1.277%201.8-2.543%202.982-3.724c1.181-1.181%202.441-2.194%203.713-2.982c1.276.788%202.542%201.8%203.723%202.982C16.9%209.457%2017.912%2010.723%2018.7%2012a21%2021%200%200%201-2.982%203.712m.293.299a21.6%2021.6%200%200%201-3.612%202.93a13.8%2013.8%200%200%200%202.515%201.176c2.137.731%203.859.602%204.832-.371c.973-.974%201.102-2.69.371-4.838a13.8%2013.8%200%200%200-1.176-2.515a21.3%2021.3%200%200%201-2.93%203.617m-8.022%200a21.6%2021.6%200%200%201-2.93-3.618a14%2014%200%200%200-1.176%202.52c-.731%202.138-.602%203.86.371%204.833s2.689%201.102%204.832.37c.821-.28%201.67-.674%202.515-1.175a21.6%2021.6%200%200%201-3.612-2.93m0-8.022A21.6%2021.6%200%200%200%205.06%2011.6a14%2014%200%200%201-1.176-2.514c-.731-2.143-.602-3.859.371-4.838c.563-.551%201.361-.838%202.351-.838c.732%200%201.57.158%202.481.473a14%2014%200%200%201%202.515%201.17A21.6%2021.6%200%200%200%207.99%207.989m8.022%200a21.6%2021.6%200%200%200-3.617-2.936a14%2014%200%200%201%202.52-1.176a7.8%207.8%200%200%201%202.48-.467c.99%200%201.795.281%202.352.844c.973.973%201.102%202.689.371%204.832a13.6%2013.6%200%200%201-1.176%202.514a21.6%2021.6%200%200%200-2.925-3.611zM7.5%2011.999c4.421-.635%204.455-4.5%204.455-4.5v.046a4.79%204.79%200%200%200%204.545%204.41V12c-4.421.635-4.455%204.5-4.455%204.5v-.045c-.641-4.377-4.545-4.41-4.545-4.41z%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/lai.svg?color=%231a73e8&size=48