ling logo
ling from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- ling
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the ling 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="M6.68 6C5.585 6 4.84 7.16 4.84 8.16c0 .26.05.5.11.685C4.1 10.94 3 13.375 3 15.67C3 16.72 3.57 18 4.785 18c1.7 0 3.35-2.29 4.235-3.5c.965.2 2 .515 2.98.5c.985.015 2.015-.3 2.98-.5c.845 1.15 2.525 3.5 4.235 3.5C20.43 18 21 16.72 21 15.67c0-2.3-1.1-4.73-1.95-6.825c.06-.19.11-.425.11-.685c0-1-.75-2.16-1.84-2.16c-.645 0-1.025.175-1.525.41l-.17.075C14.465 6.3 13.25 6 12 6s-2.465.3-3.625.485l-.17-.075c-.5-.235-.88-.41-1.525-.41M12 7.5c-1.25 0-2.415.11-3.565.36a.65.65 0 0 1-.4-.04l-.465-.2c-.445-.205-.55-.255-.89-.255c-.32 0-.5.55-.5.8a.8.8 0 0 0 .07.33c.11.185.125.415.04.615c-.85 2.065-1.79 4.29-1.79 6.56c0 .25.075.83.45.83c1.21-.02 2.67-2.4 3.25-3.22a.65.65 0 0 1 .695-.265c.89.215 2.32.47 3.105.485c.785-.015 2.215-.27 3.105-.485c.265-.065.54.04.7.265c.73 1.05 1.735 3.19 3.25 3.22c.37 0 .445-.575.445-.83c0-2.27-.94-4.5-1.79-6.56a.68.68 0 0 1 .04-.615a.8.8 0 0 0 .075-.335c0-.245-.185-.795-.5-.795c-.345 0-.45.05-.9.25l-.455.205a.65.65 0 0 1-.4.04c-1.155-.25-2.32-.36-3.57-.36" clip-rule="evenodd"/><path fill="currentColor" d="M9.001 9.501a.5.5 0 0 0-1 0v2a.5.5 0 0 0 1 0z"/><path fill="currentColor" d="M9.499 10.999a.5.5 0 1 0 0-1h-2a.5.5 0 0 0 0 1zm5.751.502a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg>
React
import type { SVGProps } from "react";
export function TokenLing(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="M6.68 6C5.585 6 4.84 7.16 4.84 8.16c0 .26.05.5.11.685C4.1 10.94 3 13.375 3 15.67C3 16.72 3.57 18 4.785 18c1.7 0 3.35-2.29 4.235-3.5c.965.2 2 .515 2.98.5c.985.015 2.015-.3 2.98-.5c.845 1.15 2.525 3.5 4.235 3.5C20.43 18 21 16.72 21 15.67c0-2.3-1.1-4.73-1.95-6.825c.06-.19.11-.425.11-.685c0-1-.75-2.16-1.84-2.16c-.645 0-1.025.175-1.525.41l-.17.075C14.465 6.3 13.25 6 12 6s-2.465.3-3.625.485l-.17-.075c-.5-.235-.88-.41-1.525-.41M12 7.5c-1.25 0-2.415.11-3.565.36a.65.65 0 0 1-.4-.04l-.465-.2c-.445-.205-.55-.255-.89-.255c-.32 0-.5.55-.5.8a.8.8 0 0 0 .07.33c.11.185.125.415.04.615c-.85 2.065-1.79 4.29-1.79 6.56c0 .25.075.83.45.83c1.21-.02 2.67-2.4 3.25-3.22a.65.65 0 0 1 .695-.265c.89.215 2.32.47 3.105.485c.785-.015 2.215-.27 3.105-.485c.265-.065.54.04.7.265c.73 1.05 1.735 3.19 3.25 3.22c.37 0 .445-.575.445-.83c0-2.27-.94-4.5-1.79-6.56a.68.68 0 0 1 .04-.615a.8.8 0 0 0 .075-.335c0-.245-.185-.795-.5-.795c-.345 0-.45.05-.9.25l-.455.205a.65.65 0 0 1-.4.04c-1.155-.25-2.32-.36-3.57-.36" clipRule="evenodd"/><path fill="currentColor" d="M9.001 9.501a.5.5 0 0 0-1 0v2a.5.5 0 0 0 1 0z"/><path fill="currentColor" d="M9.499 10.999a.5.5 0 1 0 0-1h-2a.5.5 0 0 0 0 1zm5.751.502a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></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="M6.68 6C5.585 6 4.84 7.16 4.84 8.16c0 .26.05.5.11.685C4.1 10.94 3 13.375 3 15.67C3 16.72 3.57 18 4.785 18c1.7 0 3.35-2.29 4.235-3.5c.965.2 2 .515 2.98.5c.985.015 2.015-.3 2.98-.5c.845 1.15 2.525 3.5 4.235 3.5C20.43 18 21 16.72 21 15.67c0-2.3-1.1-4.73-1.95-6.825c.06-.19.11-.425.11-.685c0-1-.75-2.16-1.84-2.16c-.645 0-1.025.175-1.525.41l-.17.075C14.465 6.3 13.25 6 12 6s-2.465.3-3.625.485l-.17-.075c-.5-.235-.88-.41-1.525-.41M12 7.5c-1.25 0-2.415.11-3.565.36a.65.65 0 0 1-.4-.04l-.465-.2c-.445-.205-.55-.255-.89-.255c-.32 0-.5.55-.5.8a.8.8 0 0 0 .07.33c.11.185.125.415.04.615c-.85 2.065-1.79 4.29-1.79 6.56c0 .25.075.83.45.83c1.21-.02 2.67-2.4 3.25-3.22a.65.65 0 0 1 .695-.265c.89.215 2.32.47 3.105.485c.785-.015 2.215-.27 3.105-.485c.265-.065.54.04.7.265c.73 1.05 1.735 3.19 3.25 3.22c.37 0 .445-.575.445-.83c0-2.27-.94-4.5-1.79-6.56a.68.68 0 0 1 .04-.615a.8.8 0 0 0 .075-.335c0-.245-.185-.795-.5-.795c-.345 0-.45.05-.9.25l-.455.205a.65.65 0 0 1-.4.04c-1.155-.25-2.32-.36-3.57-.36" clip-rule="evenodd"/><path fill="currentColor" d="M9.001 9.501a.5.5 0 0 0-1 0v2a.5.5 0 0 0 1 0z"/><path fill="currentColor" d="M9.499 10.999a.5.5 0 1 0 0-1h-2a.5.5 0 0 0 0 1zm5.751.502a1.25 1.25 0 1 0 0-2.5a1.25 1.25 0 0 0 0 2.5"/></svg> </template>
CSS
.icon-ling {
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%22M6.68%206C5.585%206%204.84%207.16%204.84%208.16c0%20.26.05.5.11.685C4.1%2010.94%203%2013.375%203%2015.67C3%2016.72%203.57%2018%204.785%2018c1.7%200%203.35-2.29%204.235-3.5c.965.2%202%20.515%202.98.5c.985.015%202.015-.3%202.98-.5c.845%201.15%202.525%203.5%204.235%203.5C20.43%2018%2021%2016.72%2021%2015.67c0-2.3-1.1-4.73-1.95-6.825c.06-.19.11-.425.11-.685c0-1-.75-2.16-1.84-2.16c-.645%200-1.025.175-1.525.41l-.17.075C14.465%206.3%2013.25%206%2012%206s-2.465.3-3.625.485l-.17-.075c-.5-.235-.88-.41-1.525-.41M12%207.5c-1.25%200-2.415.11-3.565.36a.65.65%200%200%201-.4-.04l-.465-.2c-.445-.205-.55-.255-.89-.255c-.32%200-.5.55-.5.8a.8.8%200%200%200%20.07.33c.11.185.125.415.04.615c-.85%202.065-1.79%204.29-1.79%206.56c0%20.25.075.83.45.83c1.21-.02%202.67-2.4%203.25-3.22a.65.65%200%200%201%20.695-.265c.89.215%202.32.47%203.105.485c.785-.015%202.215-.27%203.105-.485c.265-.065.54.04.7.265c.73%201.05%201.735%203.19%203.25%203.22c.37%200%20.445-.575.445-.83c0-2.27-.94-4.5-1.79-6.56a.68.68%200%200%201%20.04-.615a.8.8%200%200%200%20.075-.335c0-.245-.185-.795-.5-.795c-.345%200-.45.05-.9.25l-.455.205a.65.65%200%200%201-.4.04c-1.155-.25-2.32-.36-3.57-.36%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.001%209.501a.5.5%200%200%200-1%200v2a.5.5%200%200%200%201%200z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.499%2010.999a.5.5%200%201%200%200-1h-2a.5.5%200%200%200%200%201zm5.751.502a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5%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%22M6.68%206C5.585%206%204.84%207.16%204.84%208.16c0%20.26.05.5.11.685C4.1%2010.94%203%2013.375%203%2015.67C3%2016.72%203.57%2018%204.785%2018c1.7%200%203.35-2.29%204.235-3.5c.965.2%202%20.515%202.98.5c.985.015%202.015-.3%202.98-.5c.845%201.15%202.525%203.5%204.235%203.5C20.43%2018%2021%2016.72%2021%2015.67c0-2.3-1.1-4.73-1.95-6.825c.06-.19.11-.425.11-.685c0-1-.75-2.16-1.84-2.16c-.645%200-1.025.175-1.525.41l-.17.075C14.465%206.3%2013.25%206%2012%206s-2.465.3-3.625.485l-.17-.075c-.5-.235-.88-.41-1.525-.41M12%207.5c-1.25%200-2.415.11-3.565.36a.65.65%200%200%201-.4-.04l-.465-.2c-.445-.205-.55-.255-.89-.255c-.32%200-.5.55-.5.8a.8.8%200%200%200%20.07.33c.11.185.125.415.04.615c-.85%202.065-1.79%204.29-1.79%206.56c0%20.25.075.83.45.83c1.21-.02%202.67-2.4%203.25-3.22a.65.65%200%200%201%20.695-.265c.89.215%202.32.47%203.105.485c.785-.015%202.215-.27%203.105-.485c.265-.065.54.04.7.265c.73%201.05%201.735%203.19%203.25%203.22c.37%200%20.445-.575.445-.83c0-2.27-.94-4.5-1.79-6.56a.68.68%200%200%201%20.04-.615a.8.8%200%200%200%20.075-.335c0-.245-.185-.795-.5-.795c-.345%200-.45.05-.9.25l-.455.205a.65.65%200%200%201-.4.04c-1.155-.25-2.32-.36-3.57-.36%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.001%209.501a.5.5%200%200%200-1%200v2a.5.5%200%200%200%201%200z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.499%2010.999a.5.5%200%201%200%200-1h-2a.5.5%200%200%200%200%201zm5.751.502a1.25%201.25%200%201%200%200-2.5a1.25%201.25%200%200%200%200%202.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/ling.svg?color=%231a73e8&size=48