mimo logo
mimo from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- mimo
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the mimo logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.814 6.774h.238c.313 0 .56.162.684.257c.147.11.29.247.418.394c.266.286.552.675.837 1.094c.332.494.68 1.06.998 1.616q.445-.759.922-1.498c.285-.427.57-.84.841-1.155a3.5 3.5 0 0 1 .418-.427c.12-.09.376-.28.713-.28c.252 0 .452.109.552.17c.118.076.233.167.332.262c.195.19.41.437.628.727c.442.575.955 1.374 1.454 2.281c.18.324.357.675.532 1.032a11 11 0 0 0 1.607-.428a.743.743 0 0 1 .965.437a.767.767 0 0 1-.437.98c-.447.166-.97.308-1.502.427a14.3 14.3 0 0 1 1.021 3.731a.752.752 0 0 1-1.487.162a13.3 13.3 0 0 0-1.046-3.617c-.404.062-.765.11-1.046.147l-.18.024a.747.747 0 0 1-.841-.651a.756.756 0 0 1 .641-.851l.157-.02l.6-.08l-.296-.56a17 17 0 0 0-1.326-2.092a8 8 0 0 0-.323-.39c-.204.243-.456.594-.727 1.013c-.5.76-1.027 1.658-1.412 2.324l-.1.17a.794.794 0 0 1-1.397-.047A26 26 0 0 0 9.75 9.374a9 9 0 0 0-.675-.903c-.741.68-1.416 1.716-1.991 2.918c.285.057.532.1.727.129a.75.75 0 0 1 .642.85a.75.75 0 0 1-.842.652a17 17 0 0 1-1.13-.21a20 20 0 0 0-1.037 3.784a.75.75 0 0 1-.855.627a.76.76 0 0 1-.623-.865a21.4 21.4 0 0 1 1.036-3.878l-1.497-.371a.76.76 0 0 1 .366-1.469c.447.114 1.07.271 1.71.419c.742-1.635 1.75-3.242 3.043-4.15l.19-.137z"/></svg>
React
import type { SVGProps } from "react";
export function TokenMimo(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="M8.814 6.774h.238c.313 0 .56.162.684.257c.147.11.29.247.418.394c.266.286.552.675.837 1.094c.332.494.68 1.06.998 1.616q.445-.759.922-1.498c.285-.427.57-.84.841-1.155a3.5 3.5 0 0 1 .418-.427c.12-.09.376-.28.713-.28c.252 0 .452.109.552.17c.118.076.233.167.332.262c.195.19.41.437.628.727c.442.575.955 1.374 1.454 2.281c.18.324.357.675.532 1.032a11 11 0 0 0 1.607-.428a.743.743 0 0 1 .965.437a.767.767 0 0 1-.437.98c-.447.166-.97.308-1.502.427a14.3 14.3 0 0 1 1.021 3.731a.752.752 0 0 1-1.487.162a13.3 13.3 0 0 0-1.046-3.617c-.404.062-.765.11-1.046.147l-.18.024a.747.747 0 0 1-.841-.651a.756.756 0 0 1 .641-.851l.157-.02l.6-.08l-.296-.56a17 17 0 0 0-1.326-2.092a8 8 0 0 0-.323-.39c-.204.243-.456.594-.727 1.013c-.5.76-1.027 1.658-1.412 2.324l-.1.17a.794.794 0 0 1-1.397-.047A26 26 0 0 0 9.75 9.374a9 9 0 0 0-.675-.903c-.741.68-1.416 1.716-1.991 2.918c.285.057.532.1.727.129a.75.75 0 0 1 .642.85a.75.75 0 0 1-.842.652a17 17 0 0 1-1.13-.21a20 20 0 0 0-1.037 3.784a.75.75 0 0 1-.855.627a.76.76 0 0 1-.623-.865a21.4 21.4 0 0 1 1.036-3.878l-1.497-.371a.76.76 0 0 1 .366-1.469c.447.114 1.07.271 1.71.419c.742-1.635 1.75-3.242 3.043-4.15l.19-.137z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.814 6.774h.238c.313 0 .56.162.684.257c.147.11.29.247.418.394c.266.286.552.675.837 1.094c.332.494.68 1.06.998 1.616q.445-.759.922-1.498c.285-.427.57-.84.841-1.155a3.5 3.5 0 0 1 .418-.427c.12-.09.376-.28.713-.28c.252 0 .452.109.552.17c.118.076.233.167.332.262c.195.19.41.437.628.727c.442.575.955 1.374 1.454 2.281c.18.324.357.675.532 1.032a11 11 0 0 0 1.607-.428a.743.743 0 0 1 .965.437a.767.767 0 0 1-.437.98c-.447.166-.97.308-1.502.427a14.3 14.3 0 0 1 1.021 3.731a.752.752 0 0 1-1.487.162a13.3 13.3 0 0 0-1.046-3.617c-.404.062-.765.11-1.046.147l-.18.024a.747.747 0 0 1-.841-.651a.756.756 0 0 1 .641-.851l.157-.02l.6-.08l-.296-.56a17 17 0 0 0-1.326-2.092a8 8 0 0 0-.323-.39c-.204.243-.456.594-.727 1.013c-.5.76-1.027 1.658-1.412 2.324l-.1.17a.794.794 0 0 1-1.397-.047A26 26 0 0 0 9.75 9.374a9 9 0 0 0-.675-.903c-.741.68-1.416 1.716-1.991 2.918c.285.057.532.1.727.129a.75.75 0 0 1 .642.85a.75.75 0 0 1-.842.652a17 17 0 0 1-1.13-.21a20 20 0 0 0-1.037 3.784a.75.75 0 0 1-.855.627a.76.76 0 0 1-.623-.865a21.4 21.4 0 0 1 1.036-3.878l-1.497-.371a.76.76 0 0 1 .366-1.469c.447.114 1.07.271 1.71.419c.742-1.635 1.75-3.242 3.043-4.15l.19-.137z"/></svg> </template>
CSS
.icon-mimo {
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%22M8.814%206.774h.238c.313%200%20.56.162.684.257c.147.11.29.247.418.394c.266.286.552.675.837%201.094c.332.494.68%201.06.998%201.616q.445-.759.922-1.498c.285-.427.57-.84.841-1.155a3.5%203.5%200%200%201%20.418-.427c.12-.09.376-.28.713-.28c.252%200%20.452.109.552.17c.118.076.233.167.332.262c.195.19.41.437.628.727c.442.575.955%201.374%201.454%202.281c.18.324.357.675.532%201.032a11%2011%200%200%200%201.607-.428a.743.743%200%200%201%20.965.437a.767.767%200%200%201-.437.98c-.447.166-.97.308-1.502.427a14.3%2014.3%200%200%201%201.021%203.731a.752.752%200%200%201-1.487.162a13.3%2013.3%200%200%200-1.046-3.617c-.404.062-.765.11-1.046.147l-.18.024a.747.747%200%200%201-.841-.651a.756.756%200%200%201%20.641-.851l.157-.02l.6-.08l-.296-.56a17%2017%200%200%200-1.326-2.092a8%208%200%200%200-.323-.39c-.204.243-.456.594-.727%201.013c-.5.76-1.027%201.658-1.412%202.324l-.1.17a.794.794%200%200%201-1.397-.047A26%2026%200%200%200%209.75%209.374a9%209%200%200%200-.675-.903c-.741.68-1.416%201.716-1.991%202.918c.285.057.532.1.727.129a.75.75%200%200%201%20.642.85a.75.75%200%200%201-.842.652a17%2017%200%200%201-1.13-.21a20%2020%200%200%200-1.037%203.784a.75.75%200%200%201-.855.627a.76.76%200%200%201-.623-.865a21.4%2021.4%200%200%201%201.036-3.878l-1.497-.371a.76.76%200%200%201%20.366-1.469c.447.114%201.07.271%201.71.419c.742-1.635%201.75-3.242%203.043-4.15l.19-.137z%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%22M8.814%206.774h.238c.313%200%20.56.162.684.257c.147.11.29.247.418.394c.266.286.552.675.837%201.094c.332.494.68%201.06.998%201.616q.445-.759.922-1.498c.285-.427.57-.84.841-1.155a3.5%203.5%200%200%201%20.418-.427c.12-.09.376-.28.713-.28c.252%200%20.452.109.552.17c.118.076.233.167.332.262c.195.19.41.437.628.727c.442.575.955%201.374%201.454%202.281c.18.324.357.675.532%201.032a11%2011%200%200%200%201.607-.428a.743.743%200%200%201%20.965.437a.767.767%200%200%201-.437.98c-.447.166-.97.308-1.502.427a14.3%2014.3%200%200%201%201.021%203.731a.752.752%200%200%201-1.487.162a13.3%2013.3%200%200%200-1.046-3.617c-.404.062-.765.11-1.046.147l-.18.024a.747.747%200%200%201-.841-.651a.756.756%200%200%201%20.641-.851l.157-.02l.6-.08l-.296-.56a17%2017%200%200%200-1.326-2.092a8%208%200%200%200-.323-.39c-.204.243-.456.594-.727%201.013c-.5.76-1.027%201.658-1.412%202.324l-.1.17a.794.794%200%200%201-1.397-.047A26%2026%200%200%200%209.75%209.374a9%209%200%200%200-.675-.903c-.741.68-1.416%201.716-1.991%202.918c.285.057.532.1.727.129a.75.75%200%200%201%20.642.85a.75.75%200%200%201-.842.652a17%2017%200%200%201-1.13-.21a20%2020%200%200%200-1.037%203.784a.75.75%200%200%201-.855.627a.76.76%200%200%201-.623-.865a21.4%2021.4%200%200%201%201.036-3.878l-1.497-.371a.76.76%200%200%201%20.366-1.469c.447.114%201.07.271%201.71.419c.742-1.635%201.75-3.242%203.043-4.15l.19-.137z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/mimo.svg?color=%231a73e8&size=48