mav logo
mav from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- mav
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the mav logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.573 10.264v-.005c-.127.37-.43 1.297-.673 2.065c-.736 2.165-1.583 2.853-1.9 2.853c-.344 0-1.154-.688-1.906-2.858l-.434-1.366l-1.033-3.156a.5.5 0 0 1 .18-.031c.599 0 1.15.974 1.885 2.265l.355.625l.212.397c.29.556.518.932.74.948c.223-.016.45-.392.742-.953l.212-.392l.354-.625c.736-1.291 1.287-2.265 1.885-2.265q.097 0 .185.031zm.217.742c.217.773.47 1.773.519 2.35c.052.514.105 1.017.158 1.387c.037.27.265.466.54.466h1.594a.22.22 0 0 0 .222-.249c-.317-2.16-1.07-5.823-2.065-6.893l-.968 2.944zm-8.614 3.96c.318-2.166 1.075-5.834 2.075-6.899L9.21 11c-.212.779-.471 1.78-.52 2.361a40 40 0 0 1-.158 1.387a.54.54 0 0 1-.54.466H6.4a.22.22 0 0 1-.17-.072a.22.22 0 0 1-.053-.176"/><path fill="currentColor" fill-rule="evenodd" d="M12 21a9 9 0 1 0 0-17.999A9 9 0 0 0 12 21m0-.53a8.47 8.47 0 1 0 0-16.94a8.47 8.47 0 0 0 0 16.94" clip-rule="evenodd"/></svg>
React
import type { SVGProps } from "react";
export function TokenMav(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="M14.573 10.264v-.005c-.127.37-.43 1.297-.673 2.065c-.736 2.165-1.583 2.853-1.9 2.853c-.344 0-1.154-.688-1.906-2.858l-.434-1.366l-1.033-3.156a.5.5 0 0 1 .18-.031c.599 0 1.15.974 1.885 2.265l.355.625l.212.397c.29.556.518.932.74.948c.223-.016.45-.392.742-.953l.212-.392l.354-.625c.736-1.291 1.287-2.265 1.885-2.265q.097 0 .185.031zm.217.742c.217.773.47 1.773.519 2.35c.052.514.105 1.017.158 1.387c.037.27.265.466.54.466h1.594a.22.22 0 0 0 .222-.249c-.317-2.16-1.07-5.823-2.065-6.893l-.968 2.944zm-8.614 3.96c.318-2.166 1.075-5.834 2.075-6.899L9.21 11c-.212.779-.471 1.78-.52 2.361a40 40 0 0 1-.158 1.387a.54.54 0 0 1-.54.466H6.4a.22.22 0 0 1-.17-.072a.22.22 0 0 1-.053-.176"/><path fill="currentColor" fillRule="evenodd" d="M12 21a9 9 0 1 0 0-17.999A9 9 0 0 0 12 21m0-.53a8.47 8.47 0 1 0 0-16.94a8.47 8.47 0 0 0 0 16.94" 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" d="M14.573 10.264v-.005c-.127.37-.43 1.297-.673 2.065c-.736 2.165-1.583 2.853-1.9 2.853c-.344 0-1.154-.688-1.906-2.858l-.434-1.366l-1.033-3.156a.5.5 0 0 1 .18-.031c.599 0 1.15.974 1.885 2.265l.355.625l.212.397c.29.556.518.932.74.948c.223-.016.45-.392.742-.953l.212-.392l.354-.625c.736-1.291 1.287-2.265 1.885-2.265q.097 0 .185.031zm.217.742c.217.773.47 1.773.519 2.35c.052.514.105 1.017.158 1.387c.037.27.265.466.54.466h1.594a.22.22 0 0 0 .222-.249c-.317-2.16-1.07-5.823-2.065-6.893l-.968 2.944zm-8.614 3.96c.318-2.166 1.075-5.834 2.075-6.899L9.21 11c-.212.779-.471 1.78-.52 2.361a40 40 0 0 1-.158 1.387a.54.54 0 0 1-.54.466H6.4a.22.22 0 0 1-.17-.072a.22.22 0 0 1-.053-.176"/><path fill="currentColor" fill-rule="evenodd" d="M12 21a9 9 0 1 0 0-17.999A9 9 0 0 0 12 21m0-.53a8.47 8.47 0 1 0 0-16.94a8.47 8.47 0 0 0 0 16.94" clip-rule="evenodd"/></svg> </template>
CSS
.icon-mav {
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%22M14.573%2010.264v-.005c-.127.37-.43%201.297-.673%202.065c-.736%202.165-1.583%202.853-1.9%202.853c-.344%200-1.154-.688-1.906-2.858l-.434-1.366l-1.033-3.156a.5.5%200%200%201%20.18-.031c.599%200%201.15.974%201.885%202.265l.355.625l.212.397c.29.556.518.932.74.948c.223-.016.45-.392.742-.953l.212-.392l.354-.625c.736-1.291%201.287-2.265%201.885-2.265q.097%200%20.185.031zm.217.742c.217.773.47%201.773.519%202.35c.052.514.105%201.017.158%201.387c.037.27.265.466.54.466h1.594a.22.22%200%200%200%20.222-.249c-.317-2.16-1.07-5.823-2.065-6.893l-.968%202.944zm-8.614%203.96c.318-2.166%201.075-5.834%202.075-6.899L9.21%2011c-.212.779-.471%201.78-.52%202.361a40%2040%200%200%201-.158%201.387a.54.54%200%200%201-.54.466H6.4a.22.22%200%200%201-.17-.072a.22.22%200%200%201-.053-.176%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2021a9%209%200%201%200%200-17.999A9%209%200%200%200%2012%2021m0-.53a8.47%208.47%200%201%200%200-16.94a8.47%208.47%200%200%200%200%2016.94%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%20d%3D%22M14.573%2010.264v-.005c-.127.37-.43%201.297-.673%202.065c-.736%202.165-1.583%202.853-1.9%202.853c-.344%200-1.154-.688-1.906-2.858l-.434-1.366l-1.033-3.156a.5.5%200%200%201%20.18-.031c.599%200%201.15.974%201.885%202.265l.355.625l.212.397c.29.556.518.932.74.948c.223-.016.45-.392.742-.953l.212-.392l.354-.625c.736-1.291%201.287-2.265%201.885-2.265q.097%200%20.185.031zm.217.742c.217.773.47%201.773.519%202.35c.052.514.105%201.017.158%201.387c.037.27.265.466.54.466h1.594a.22.22%200%200%200%20.222-.249c-.317-2.16-1.07-5.823-2.065-6.893l-.968%202.944zm-8.614%203.96c.318-2.166%201.075-5.834%202.075-6.899L9.21%2011c-.212.779-.471%201.78-.52%202.361a40%2040%200%200%201-.158%201.387a.54.54%200%200%201-.54.466H6.4a.22.22%200%200%201-.17-.072a.22.22%200%200%201-.053-.176%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%2021a9%209%200%201%200%200-17.999A9%209%200%200%200%2012%2021m0-.53a8.47%208.47%200%201%200%200-16.94a8.47%208.47%200%200%200%200%2016.94%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/mav.svg?color=%231a73e8&size=48