osmo logo
osmo from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- osmo
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the osmo 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="M18.254 3.985c1.04.786 1.619 1.491 1.799 2.197c.115.4.013.879-.244 1.238c-.258.36-.669.56-1.144.56q-.27 0-.54-.08c-.106.307-.195.61-.258.897a8.04 8.04 0 0 1 1.248 4.321c0 4.354-3.406 7.882-7.608 7.882S3.9 17.472 3.9 13.118s3.405-7.881 7.607-7.881c.93 0 1.82.173 2.645.49a7 7 0 0 0 .555-.318c-.077-.12-.141-.252-.193-.359c-.141-.346-.09-.918.129-1.344c.18-.36.462-.6.784-.666c.128-.027.257-.04.398-.04c.707 0 1.593.36 2.429.985M14.606 5.92l.009-.005h.002a11.6 11.6 0 0 0 1.683-1.17c.257.106.591.292 1.003.572c.488.332.912.705 1.182.998c-.449.611-.744 1.448-.924 2.034a7.7 7.7 0 0 0-2.955-2.429m-.268.355a7 7 0 0 0-2.83-.599c-3.971 0-7.184 3.328-7.184 7.442s3.213 7.443 7.183 7.443c3.958 0 7.184-3.329 7.184-7.443a7.6 7.6 0 0 0-.921-3.65l-.005.056a7.74 7.74 0 0 0-3.427-3.249m.819-1.158l-.124.083a2 2 0 0 1-.172-.296c-.154-.373.026-1.345.643-1.478s1.58.16 2.531.879s1.49 1.358 1.658 1.983c.152.617-.307 1.53-1.44 1.24l.04-.095c.05.014.115.014.18.014c.153 0 .333-.027.475-.147c.102-.08.218-.226.205-.492c0-.253-.193-.573-.59-.959a9.5 9.5 0 0 0-1.055-.865c-1.105-.76-1.876-.972-2.223-.613c-.23.24-.205.533-.128.746m3.572 1.53a.4.4 0 0 1 .052.174c0 .12-.039.16-.065.186a.45.45 0 0 1-.244.067c.077-.16.167-.293.257-.426m-3.174-1.983c.039-.04.142-.066.309-.04c-.129.107-.258.2-.386.293c-.013-.093 0-.186.077-.253" clip-rule="evenodd"/><path fill="currentColor" d="M13.744 9.763c.64 0 1.157-.536 1.157-1.198s-.518-1.198-1.157-1.198c-.638 0-1.156.536-1.156 1.198s.518 1.198 1.156 1.198m1.889.892c.27 0 .488-.227.488-.506a.497.497 0 0 0-.488-.506a.497.497 0 0 0-.488.506c0 .28.218.506.488.506"/><path fill="currentColor" fill-rule="evenodd" d="m4.803 14.436l.041.046c.369.401.89.76 1.527 1.043c1.275.568 3.06.857 5.173.547c1.576-.233 2.621-.657 3.527-1.025c.314-.128.61-.248.907-.352a11 11 0 0 1 1.058-.297c.235-.058.466-.115.667-.178a2.4 2.4 0 0 0 .572-.253c-.434 3.47-3.301 6.155-6.767 6.155c-3.308 0-6.08-2.446-6.705-5.686m6.59 3.862a.366.366 0 0 1-.36.373a.366.366 0 0 1-.36-.373c0-.206.162-.372.36-.372c.2 0 .36.166.36.372m1.517.187c.198 0 .36-.167.36-.373a.366.366 0 0 0-.36-.373a.367.367 0 0 0-.36.373c0 .206.161.373.36.373m-.657.586c0 .154-.12.279-.27.279a.275.275 0 0 1-.27-.28c0-.154.121-.28.27-.28s.27.126.27.28m1.388.08c.15 0 .27-.126.27-.28s-.12-.28-.27-.28a.275.275 0 0 0-.27.28c0 .154.121.28.27.28m-3.546-1.226a.6.6 0 0 1-.592.613a.6.6 0 0 1-.59-.613c0-.338.264-.612.59-.612c.327 0 .592.274.592.613m4.69-.892a.6.6 0 0 0 .591-.612a.6.6 0 0 0-.59-.612a.6.6 0 0 0-.592.612c0 .338.265.613.591.613" clip-rule="evenodd"/><path fill="currentColor" d="M18.32 13.12c0-.813-1.362-1.279-3.174-1.439c-1.311-.106-2.635.027-4.15.506c-1.312.4-2.494.333-3.355.227c-1.914-.227-2.968-.253-2.968.705c0 1.385 2.724 3.116 6.81 2.517c2.07-.307 3.136-.932 4.357-1.358c1.323-.453 2.48-.44 2.48-1.159"/></svg>
React
import type { SVGProps } from "react";
export function TokenOsmo(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="M18.254 3.985c1.04.786 1.619 1.491 1.799 2.197c.115.4.013.879-.244 1.238c-.258.36-.669.56-1.144.56q-.27 0-.54-.08c-.106.307-.195.61-.258.897a8.04 8.04 0 0 1 1.248 4.321c0 4.354-3.406 7.882-7.608 7.882S3.9 17.472 3.9 13.118s3.405-7.881 7.607-7.881c.93 0 1.82.173 2.645.49a7 7 0 0 0 .555-.318c-.077-.12-.141-.252-.193-.359c-.141-.346-.09-.918.129-1.344c.18-.36.462-.6.784-.666c.128-.027.257-.04.398-.04c.707 0 1.593.36 2.429.985M14.606 5.92l.009-.005h.002a11.6 11.6 0 0 0 1.683-1.17c.257.106.591.292 1.003.572c.488.332.912.705 1.182.998c-.449.611-.744 1.448-.924 2.034a7.7 7.7 0 0 0-2.955-2.429m-.268.355a7 7 0 0 0-2.83-.599c-3.971 0-7.184 3.328-7.184 7.442s3.213 7.443 7.183 7.443c3.958 0 7.184-3.329 7.184-7.443a7.6 7.6 0 0 0-.921-3.65l-.005.056a7.74 7.74 0 0 0-3.427-3.249m.819-1.158l-.124.083a2 2 0 0 1-.172-.296c-.154-.373.026-1.345.643-1.478s1.58.16 2.531.879s1.49 1.358 1.658 1.983c.152.617-.307 1.53-1.44 1.24l.04-.095c.05.014.115.014.18.014c.153 0 .333-.027.475-.147c.102-.08.218-.226.205-.492c0-.253-.193-.573-.59-.959a9.5 9.5 0 0 0-1.055-.865c-1.105-.76-1.876-.972-2.223-.613c-.23.24-.205.533-.128.746m3.572 1.53a.4.4 0 0 1 .052.174c0 .12-.039.16-.065.186a.45.45 0 0 1-.244.067c.077-.16.167-.293.257-.426m-3.174-1.983c.039-.04.142-.066.309-.04c-.129.107-.258.2-.386.293c-.013-.093 0-.186.077-.253" clipRule="evenodd"/><path fill="currentColor" d="M13.744 9.763c.64 0 1.157-.536 1.157-1.198s-.518-1.198-1.157-1.198c-.638 0-1.156.536-1.156 1.198s.518 1.198 1.156 1.198m1.889.892c.27 0 .488-.227.488-.506a.497.497 0 0 0-.488-.506a.497.497 0 0 0-.488.506c0 .28.218.506.488.506"/><path fill="currentColor" fillRule="evenodd" d="m4.803 14.436l.041.046c.369.401.89.76 1.527 1.043c1.275.568 3.06.857 5.173.547c1.576-.233 2.621-.657 3.527-1.025c.314-.128.61-.248.907-.352a11 11 0 0 1 1.058-.297c.235-.058.466-.115.667-.178a2.4 2.4 0 0 0 .572-.253c-.434 3.47-3.301 6.155-6.767 6.155c-3.308 0-6.08-2.446-6.705-5.686m6.59 3.862a.366.366 0 0 1-.36.373a.366.366 0 0 1-.36-.373c0-.206.162-.372.36-.372c.2 0 .36.166.36.372m1.517.187c.198 0 .36-.167.36-.373a.366.366 0 0 0-.36-.373a.367.367 0 0 0-.36.373c0 .206.161.373.36.373m-.657.586c0 .154-.12.279-.27.279a.275.275 0 0 1-.27-.28c0-.154.121-.28.27-.28s.27.126.27.28m1.388.08c.15 0 .27-.126.27-.28s-.12-.28-.27-.28a.275.275 0 0 0-.27.28c0 .154.121.28.27.28m-3.546-1.226a.6.6 0 0 1-.592.613a.6.6 0 0 1-.59-.613c0-.338.264-.612.59-.612c.327 0 .592.274.592.613m4.69-.892a.6.6 0 0 0 .591-.612a.6.6 0 0 0-.59-.612a.6.6 0 0 0-.592.612c0 .338.265.613.591.613" clipRule="evenodd"/><path fill="currentColor" d="M18.32 13.12c0-.813-1.362-1.279-3.174-1.439c-1.311-.106-2.635.027-4.15.506c-1.312.4-2.494.333-3.355.227c-1.914-.227-2.968-.253-2.968.705c0 1.385 2.724 3.116 6.81 2.517c2.07-.307 3.136-.932 4.357-1.358c1.323-.453 2.48-.44 2.48-1.159"/></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="M18.254 3.985c1.04.786 1.619 1.491 1.799 2.197c.115.4.013.879-.244 1.238c-.258.36-.669.56-1.144.56q-.27 0-.54-.08c-.106.307-.195.61-.258.897a8.04 8.04 0 0 1 1.248 4.321c0 4.354-3.406 7.882-7.608 7.882S3.9 17.472 3.9 13.118s3.405-7.881 7.607-7.881c.93 0 1.82.173 2.645.49a7 7 0 0 0 .555-.318c-.077-.12-.141-.252-.193-.359c-.141-.346-.09-.918.129-1.344c.18-.36.462-.6.784-.666c.128-.027.257-.04.398-.04c.707 0 1.593.36 2.429.985M14.606 5.92l.009-.005h.002a11.6 11.6 0 0 0 1.683-1.17c.257.106.591.292 1.003.572c.488.332.912.705 1.182.998c-.449.611-.744 1.448-.924 2.034a7.7 7.7 0 0 0-2.955-2.429m-.268.355a7 7 0 0 0-2.83-.599c-3.971 0-7.184 3.328-7.184 7.442s3.213 7.443 7.183 7.443c3.958 0 7.184-3.329 7.184-7.443a7.6 7.6 0 0 0-.921-3.65l-.005.056a7.74 7.74 0 0 0-3.427-3.249m.819-1.158l-.124.083a2 2 0 0 1-.172-.296c-.154-.373.026-1.345.643-1.478s1.58.16 2.531.879s1.49 1.358 1.658 1.983c.152.617-.307 1.53-1.44 1.24l.04-.095c.05.014.115.014.18.014c.153 0 .333-.027.475-.147c.102-.08.218-.226.205-.492c0-.253-.193-.573-.59-.959a9.5 9.5 0 0 0-1.055-.865c-1.105-.76-1.876-.972-2.223-.613c-.23.24-.205.533-.128.746m3.572 1.53a.4.4 0 0 1 .052.174c0 .12-.039.16-.065.186a.45.45 0 0 1-.244.067c.077-.16.167-.293.257-.426m-3.174-1.983c.039-.04.142-.066.309-.04c-.129.107-.258.2-.386.293c-.013-.093 0-.186.077-.253" clip-rule="evenodd"/><path fill="currentColor" d="M13.744 9.763c.64 0 1.157-.536 1.157-1.198s-.518-1.198-1.157-1.198c-.638 0-1.156.536-1.156 1.198s.518 1.198 1.156 1.198m1.889.892c.27 0 .488-.227.488-.506a.497.497 0 0 0-.488-.506a.497.497 0 0 0-.488.506c0 .28.218.506.488.506"/><path fill="currentColor" fill-rule="evenodd" d="m4.803 14.436l.041.046c.369.401.89.76 1.527 1.043c1.275.568 3.06.857 5.173.547c1.576-.233 2.621-.657 3.527-1.025c.314-.128.61-.248.907-.352a11 11 0 0 1 1.058-.297c.235-.058.466-.115.667-.178a2.4 2.4 0 0 0 .572-.253c-.434 3.47-3.301 6.155-6.767 6.155c-3.308 0-6.08-2.446-6.705-5.686m6.59 3.862a.366.366 0 0 1-.36.373a.366.366 0 0 1-.36-.373c0-.206.162-.372.36-.372c.2 0 .36.166.36.372m1.517.187c.198 0 .36-.167.36-.373a.366.366 0 0 0-.36-.373a.367.367 0 0 0-.36.373c0 .206.161.373.36.373m-.657.586c0 .154-.12.279-.27.279a.275.275 0 0 1-.27-.28c0-.154.121-.28.27-.28s.27.126.27.28m1.388.08c.15 0 .27-.126.27-.28s-.12-.28-.27-.28a.275.275 0 0 0-.27.28c0 .154.121.28.27.28m-3.546-1.226a.6.6 0 0 1-.592.613a.6.6 0 0 1-.59-.613c0-.338.264-.612.59-.612c.327 0 .592.274.592.613m4.69-.892a.6.6 0 0 0 .591-.612a.6.6 0 0 0-.59-.612a.6.6 0 0 0-.592.612c0 .338.265.613.591.613" clip-rule="evenodd"/><path fill="currentColor" d="M18.32 13.12c0-.813-1.362-1.279-3.174-1.439c-1.311-.106-2.635.027-4.15.506c-1.312.4-2.494.333-3.355.227c-1.914-.227-2.968-.253-2.968.705c0 1.385 2.724 3.116 6.81 2.517c2.07-.307 3.136-.932 4.357-1.358c1.323-.453 2.48-.44 2.48-1.159"/></svg> </template>
CSS
.icon-osmo {
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%22M18.254%203.985c1.04.786%201.619%201.491%201.799%202.197c.115.4.013.879-.244%201.238c-.258.36-.669.56-1.144.56q-.27%200-.54-.08c-.106.307-.195.61-.258.897a8.04%208.04%200%200%201%201.248%204.321c0%204.354-3.406%207.882-7.608%207.882S3.9%2017.472%203.9%2013.118s3.405-7.881%207.607-7.881c.93%200%201.82.173%202.645.49a7%207%200%200%200%20.555-.318c-.077-.12-.141-.252-.193-.359c-.141-.346-.09-.918.129-1.344c.18-.36.462-.6.784-.666c.128-.027.257-.04.398-.04c.707%200%201.593.36%202.429.985M14.606%205.92l.009-.005h.002a11.6%2011.6%200%200%200%201.683-1.17c.257.106.591.292%201.003.572c.488.332.912.705%201.182.998c-.449.611-.744%201.448-.924%202.034a7.7%207.7%200%200%200-2.955-2.429m-.268.355a7%207%200%200%200-2.83-.599c-3.971%200-7.184%203.328-7.184%207.442s3.213%207.443%207.183%207.443c3.958%200%207.184-3.329%207.184-7.443a7.6%207.6%200%200%200-.921-3.65l-.005.056a7.74%207.74%200%200%200-3.427-3.249m.819-1.158l-.124.083a2%202%200%200%201-.172-.296c-.154-.373.026-1.345.643-1.478s1.58.16%202.531.879s1.49%201.358%201.658%201.983c.152.617-.307%201.53-1.44%201.24l.04-.095c.05.014.115.014.18.014c.153%200%20.333-.027.475-.147c.102-.08.218-.226.205-.492c0-.253-.193-.573-.59-.959a9.5%209.5%200%200%200-1.055-.865c-1.105-.76-1.876-.972-2.223-.613c-.23.24-.205.533-.128.746m3.572%201.53a.4.4%200%200%201%20.052.174c0%20.12-.039.16-.065.186a.45.45%200%200%201-.244.067c.077-.16.167-.293.257-.426m-3.174-1.983c.039-.04.142-.066.309-.04c-.129.107-.258.2-.386.293c-.013-.093%200-.186.077-.253%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.744%209.763c.64%200%201.157-.536%201.157-1.198s-.518-1.198-1.157-1.198c-.638%200-1.156.536-1.156%201.198s.518%201.198%201.156%201.198m1.889.892c.27%200%20.488-.227.488-.506a.497.497%200%200%200-.488-.506a.497.497%200%200%200-.488.506c0%20.28.218.506.488.506%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m4.803%2014.436l.041.046c.369.401.89.76%201.527%201.043c1.275.568%203.06.857%205.173.547c1.576-.233%202.621-.657%203.527-1.025c.314-.128.61-.248.907-.352a11%2011%200%200%201%201.058-.297c.235-.058.466-.115.667-.178a2.4%202.4%200%200%200%20.572-.253c-.434%203.47-3.301%206.155-6.767%206.155c-3.308%200-6.08-2.446-6.705-5.686m6.59%203.862a.366.366%200%200%201-.36.373a.366.366%200%200%201-.36-.373c0-.206.162-.372.36-.372c.2%200%20.36.166.36.372m1.517.187c.198%200%20.36-.167.36-.373a.366.366%200%200%200-.36-.373a.367.367%200%200%200-.36.373c0%20.206.161.373.36.373m-.657.586c0%20.154-.12.279-.27.279a.275.275%200%200%201-.27-.28c0-.154.121-.28.27-.28s.27.126.27.28m1.388.08c.15%200%20.27-.126.27-.28s-.12-.28-.27-.28a.275.275%200%200%200-.27.28c0%20.154.121.28.27.28m-3.546-1.226a.6.6%200%200%201-.592.613a.6.6%200%200%201-.59-.613c0-.338.264-.612.59-.612c.327%200%20.592.274.592.613m4.69-.892a.6.6%200%200%200%20.591-.612a.6.6%200%200%200-.59-.612a.6.6%200%200%200-.592.612c0%20.338.265.613.591.613%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.32%2013.12c0-.813-1.362-1.279-3.174-1.439c-1.311-.106-2.635.027-4.15.506c-1.312.4-2.494.333-3.355.227c-1.914-.227-2.968-.253-2.968.705c0%201.385%202.724%203.116%206.81%202.517c2.07-.307%203.136-.932%204.357-1.358c1.323-.453%202.48-.44%202.48-1.159%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%22M18.254%203.985c1.04.786%201.619%201.491%201.799%202.197c.115.4.013.879-.244%201.238c-.258.36-.669.56-1.144.56q-.27%200-.54-.08c-.106.307-.195.61-.258.897a8.04%208.04%200%200%201%201.248%204.321c0%204.354-3.406%207.882-7.608%207.882S3.9%2017.472%203.9%2013.118s3.405-7.881%207.607-7.881c.93%200%201.82.173%202.645.49a7%207%200%200%200%20.555-.318c-.077-.12-.141-.252-.193-.359c-.141-.346-.09-.918.129-1.344c.18-.36.462-.6.784-.666c.128-.027.257-.04.398-.04c.707%200%201.593.36%202.429.985M14.606%205.92l.009-.005h.002a11.6%2011.6%200%200%200%201.683-1.17c.257.106.591.292%201.003.572c.488.332.912.705%201.182.998c-.449.611-.744%201.448-.924%202.034a7.7%207.7%200%200%200-2.955-2.429m-.268.355a7%207%200%200%200-2.83-.599c-3.971%200-7.184%203.328-7.184%207.442s3.213%207.443%207.183%207.443c3.958%200%207.184-3.329%207.184-7.443a7.6%207.6%200%200%200-.921-3.65l-.005.056a7.74%207.74%200%200%200-3.427-3.249m.819-1.158l-.124.083a2%202%200%200%201-.172-.296c-.154-.373.026-1.345.643-1.478s1.58.16%202.531.879s1.49%201.358%201.658%201.983c.152.617-.307%201.53-1.44%201.24l.04-.095c.05.014.115.014.18.014c.153%200%20.333-.027.475-.147c.102-.08.218-.226.205-.492c0-.253-.193-.573-.59-.959a9.5%209.5%200%200%200-1.055-.865c-1.105-.76-1.876-.972-2.223-.613c-.23.24-.205.533-.128.746m3.572%201.53a.4.4%200%200%201%20.052.174c0%20.12-.039.16-.065.186a.45.45%200%200%201-.244.067c.077-.16.167-.293.257-.426m-3.174-1.983c.039-.04.142-.066.309-.04c-.129.107-.258.2-.386.293c-.013-.093%200-.186.077-.253%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M13.744%209.763c.64%200%201.157-.536%201.157-1.198s-.518-1.198-1.157-1.198c-.638%200-1.156.536-1.156%201.198s.518%201.198%201.156%201.198m1.889.892c.27%200%20.488-.227.488-.506a.497.497%200%200%200-.488-.506a.497.497%200%200%200-.488.506c0%20.28.218.506.488.506%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22m4.803%2014.436l.041.046c.369.401.89.76%201.527%201.043c1.275.568%203.06.857%205.173.547c1.576-.233%202.621-.657%203.527-1.025c.314-.128.61-.248.907-.352a11%2011%200%200%201%201.058-.297c.235-.058.466-.115.667-.178a2.4%202.4%200%200%200%20.572-.253c-.434%203.47-3.301%206.155-6.767%206.155c-3.308%200-6.08-2.446-6.705-5.686m6.59%203.862a.366.366%200%200%201-.36.373a.366.366%200%200%201-.36-.373c0-.206.162-.372.36-.372c.2%200%20.36.166.36.372m1.517.187c.198%200%20.36-.167.36-.373a.366.366%200%200%200-.36-.373a.367.367%200%200%200-.36.373c0%20.206.161.373.36.373m-.657.586c0%20.154-.12.279-.27.279a.275.275%200%200%201-.27-.28c0-.154.121-.28.27-.28s.27.126.27.28m1.388.08c.15%200%20.27-.126.27-.28s-.12-.28-.27-.28a.275.275%200%200%200-.27.28c0%20.154.121.28.27.28m-3.546-1.226a.6.6%200%200%201-.592.613a.6.6%200%200%201-.59-.613c0-.338.264-.612.59-.612c.327%200%20.592.274.592.613m4.69-.892a.6.6%200%200%200%20.591-.612a.6.6%200%200%200-.59-.612a.6.6%200%200%200-.592.612c0%20.338.265.613.591.613%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.32%2013.12c0-.813-1.362-1.279-3.174-1.439c-1.311-.106-2.635.027-4.15.506c-1.312.4-2.494.333-3.355.227c-1.914-.227-2.968-.253-2.968.705c0%201.385%202.724%203.116%206.81%202.517c2.07-.307%203.136-.932%204.357-1.358c1.323-.453%202.48-.44%202.48-1.159%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/osmo.svg?color=%231a73e8&size=48