ilv logo
ilv from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- ilv
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the ilv logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.89 9.981c-.064-.068-.098-.131-.03-.219a9.6 9.6 0 0 0 1.858-4.004c.122-.588.166-1.187.214-1.78c.025-.326.049-.652.088-.978h.034v7.443c-.005.94-.02 3.552 0 5.08l.015.875l.01.598c.004.375.106.72.36 1.012q.132.154.243.321c.077.112.077.22-.05.307a73 73 0 0 0-2.928 2.199l-.082.034c.175-.385.296-.745.423-1.1v-.01c.393-1.198.58-2.455.55-3.716V14.13l.004-1.96c-.01-.745-.165-1.63-.71-2.19m6.056 3.493V7.262c.01-.735.005-1.489 0-2.238V3h.044c.111 1.085.233 2.17.476 3.235a9.3 9.3 0 0 0 1.528 3.333c.204.287.204.291 0 .554l-.01.01c-.438.56-.574 1.343-.574 2.038l-.005 3.868c0 1.128.239 2.189.487 3.284l.097.437c.073.326.243.779.39 1.105c-.069.005-.103-.025-.137-.059l-.02-.014c-.875-.691-1.926-1.508-2.84-2.15c-.137-.093-.156-.195-.069-.322a1 1 0 0 1 .103-.136a1.97 1.97 0 0 0 .53-1.46v-3.259zM8.595 21v-.024c.515-.38 1.036-.74 1.556-1.1a42 42 0 0 0 1.645-1.158a.37.37 0 0 1 .204-.087c.068 0 .131.034.204.087c.54.404 1.09.779 1.64 1.158c.525.36 1.046.72 1.561 1.1V21l-.029-.015l-.058-.029A7.6 7.6 0 0 0 12 20.051c-1.085 0-2.374.404-3.318.905l-.053.03z"/></svg>
React
import type { SVGProps } from "react";
export function TokenIlv(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="M7.89 9.981c-.064-.068-.098-.131-.03-.219a9.6 9.6 0 0 0 1.858-4.004c.122-.588.166-1.187.214-1.78c.025-.326.049-.652.088-.978h.034v7.443c-.005.94-.02 3.552 0 5.08l.015.875l.01.598c.004.375.106.72.36 1.012q.132.154.243.321c.077.112.077.22-.05.307a73 73 0 0 0-2.928 2.199l-.082.034c.175-.385.296-.745.423-1.1v-.01c.393-1.198.58-2.455.55-3.716V14.13l.004-1.96c-.01-.745-.165-1.63-.71-2.19m6.056 3.493V7.262c.01-.735.005-1.489 0-2.238V3h.044c.111 1.085.233 2.17.476 3.235a9.3 9.3 0 0 0 1.528 3.333c.204.287.204.291 0 .554l-.01.01c-.438.56-.574 1.343-.574 2.038l-.005 3.868c0 1.128.239 2.189.487 3.284l.097.437c.073.326.243.779.39 1.105c-.069.005-.103-.025-.137-.059l-.02-.014c-.875-.691-1.926-1.508-2.84-2.15c-.137-.093-.156-.195-.069-.322a1 1 0 0 1 .103-.136a1.97 1.97 0 0 0 .53-1.46v-3.259zM8.595 21v-.024c.515-.38 1.036-.74 1.556-1.1a42 42 0 0 0 1.645-1.158a.37.37 0 0 1 .204-.087c.068 0 .131.034.204.087c.54.404 1.09.779 1.64 1.158c.525.36 1.046.72 1.561 1.1V21l-.029-.015l-.058-.029A7.6 7.6 0 0 0 12 20.051c-1.085 0-2.374.404-3.318.905l-.053.03z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M7.89 9.981c-.064-.068-.098-.131-.03-.219a9.6 9.6 0 0 0 1.858-4.004c.122-.588.166-1.187.214-1.78c.025-.326.049-.652.088-.978h.034v7.443c-.005.94-.02 3.552 0 5.08l.015.875l.01.598c.004.375.106.72.36 1.012q.132.154.243.321c.077.112.077.22-.05.307a73 73 0 0 0-2.928 2.199l-.082.034c.175-.385.296-.745.423-1.1v-.01c.393-1.198.58-2.455.55-3.716V14.13l.004-1.96c-.01-.745-.165-1.63-.71-2.19m6.056 3.493V7.262c.01-.735.005-1.489 0-2.238V3h.044c.111 1.085.233 2.17.476 3.235a9.3 9.3 0 0 0 1.528 3.333c.204.287.204.291 0 .554l-.01.01c-.438.56-.574 1.343-.574 2.038l-.005 3.868c0 1.128.239 2.189.487 3.284l.097.437c.073.326.243.779.39 1.105c-.069.005-.103-.025-.137-.059l-.02-.014c-.875-.691-1.926-1.508-2.84-2.15c-.137-.093-.156-.195-.069-.322a1 1 0 0 1 .103-.136a1.97 1.97 0 0 0 .53-1.46v-3.259zM8.595 21v-.024c.515-.38 1.036-.74 1.556-1.1a42 42 0 0 0 1.645-1.158a.37.37 0 0 1 .204-.087c.068 0 .131.034.204.087c.54.404 1.09.779 1.64 1.158c.525.36 1.046.72 1.561 1.1V21l-.029-.015l-.058-.029A7.6 7.6 0 0 0 12 20.051c-1.085 0-2.374.404-3.318.905l-.053.03z"/></svg> </template>
CSS
.icon-ilv {
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%22M7.89%209.981c-.064-.068-.098-.131-.03-.219a9.6%209.6%200%200%200%201.858-4.004c.122-.588.166-1.187.214-1.78c.025-.326.049-.652.088-.978h.034v7.443c-.005.94-.02%203.552%200%205.08l.015.875l.01.598c.004.375.106.72.36%201.012q.132.154.243.321c.077.112.077.22-.05.307a73%2073%200%200%200-2.928%202.199l-.082.034c.175-.385.296-.745.423-1.1v-.01c.393-1.198.58-2.455.55-3.716V14.13l.004-1.96c-.01-.745-.165-1.63-.71-2.19m6.056%203.493V7.262c.01-.735.005-1.489%200-2.238V3h.044c.111%201.085.233%202.17.476%203.235a9.3%209.3%200%200%200%201.528%203.333c.204.287.204.291%200%20.554l-.01.01c-.438.56-.574%201.343-.574%202.038l-.005%203.868c0%201.128.239%202.189.487%203.284l.097.437c.073.326.243.779.39%201.105c-.069.005-.103-.025-.137-.059l-.02-.014c-.875-.691-1.926-1.508-2.84-2.15c-.137-.093-.156-.195-.069-.322a1%201%200%200%201%20.103-.136a1.97%201.97%200%200%200%20.53-1.46v-3.259zM8.595%2021v-.024c.515-.38%201.036-.74%201.556-1.1a42%2042%200%200%200%201.645-1.158a.37.37%200%200%201%20.204-.087c.068%200%20.131.034.204.087c.54.404%201.09.779%201.64%201.158c.525.36%201.046.72%201.561%201.1V21l-.029-.015l-.058-.029A7.6%207.6%200%200%200%2012%2020.051c-1.085%200-2.374.404-3.318.905l-.053.03z%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%22M7.89%209.981c-.064-.068-.098-.131-.03-.219a9.6%209.6%200%200%200%201.858-4.004c.122-.588.166-1.187.214-1.78c.025-.326.049-.652.088-.978h.034v7.443c-.005.94-.02%203.552%200%205.08l.015.875l.01.598c.004.375.106.72.36%201.012q.132.154.243.321c.077.112.077.22-.05.307a73%2073%200%200%200-2.928%202.199l-.082.034c.175-.385.296-.745.423-1.1v-.01c.393-1.198.58-2.455.55-3.716V14.13l.004-1.96c-.01-.745-.165-1.63-.71-2.19m6.056%203.493V7.262c.01-.735.005-1.489%200-2.238V3h.044c.111%201.085.233%202.17.476%203.235a9.3%209.3%200%200%200%201.528%203.333c.204.287.204.291%200%20.554l-.01.01c-.438.56-.574%201.343-.574%202.038l-.005%203.868c0%201.128.239%202.189.487%203.284l.097.437c.073.326.243.779.39%201.105c-.069.005-.103-.025-.137-.059l-.02-.014c-.875-.691-1.926-1.508-2.84-2.15c-.137-.093-.156-.195-.069-.322a1%201%200%200%201%20.103-.136a1.97%201.97%200%200%200%20.53-1.46v-3.259zM8.595%2021v-.024c.515-.38%201.036-.74%201.556-1.1a42%2042%200%200%200%201.645-1.158a.37.37%200%200%201%20.204-.087c.068%200%20.131.034.204.087c.54.404%201.09.779%201.64%201.158c.525.36%201.046.72%201.561%201.1V21l-.029-.015l-.058-.029A7.6%207.6%200%200%200%2012%2020.051c-1.085%200-2.374.404-3.318.905l-.053.03z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/ilv.svg?color=%231a73e8&size=48