umami logo
umami from Web3 Icons by 0xa3k5 · Mono · MIT Free for personal and commercial use.
- Name
- umami
- Set
- Web3 Icons
- Style
- Mono
- Viewbox
- 24×24
- License
- MIT
The same logo in other sets
Use the umami logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.692 16.497H3.006v1.967c0 1.574 1.5 1.968 2.248 1.968h13.492c1.799 0 2.248-1.53 2.248-2.294v-1.641H9.751v.984c0 .326-.354.983-1.124.983s-1.124-.657-1.124-.983v-.984H6.94v2.248c0 .844-.484 1.125-1.125 1.125c-.511 0-1.124-.281-1.124-1.08zM3.006 12.28c0-.467.432-.844.96-.844H20.04c.528 0 .961.377.961.844s-.433.843-.961.843H3.96c-.528 0-.961-.377-.961-.843z"/><path fill="currentColor" fill-rule="evenodd" d="M12 3.568c-6.645 0-8.995 3.323-8.995 5.313v1.995h17.99V8.881c0-1.99-3.093-5.313-8.995-5.313m-1.608.664c-1.928 0-5.846 1.197-6.1 5.981h1.603c.112-1.44 1.158-4.649 4.497-5.981" clip-rule="evenodd"/><path fill="currentColor" d="M3.005 14.884v-1.76c.32.354 1.158 1.057 1.929 1.057c.96 0 1.326-1.057 2.287-1.057c.962 0 1.243 1.057 1.89 1.057c.64 0 .471-1.057 1.765-1.057c1.292 0 1.124 1.057 2.085 1.057c.967 0 .242-1.057 1.85-1.057c1.607 0 1.045 1.057 2.006 1.057c.967 0 .32-1.057 1.929-1.057c1.287 0 1.287 1.405 2.248 1.405v1.406c-1.287 0-1.405-1.125-2.248-1.125s-.641 1.125-1.929 1.125c-1.281 0-1.045-1.125-2.007-1.125c-.96 0-.562 1.125-1.849 1.125c-1.282 0-1.124-1.125-2.085-1.125c-.962 0-.484 1.125-1.766 1.125c-1.287 0-.927-1.125-1.889-1.125c-.96 0-1.006 1.125-2.287 1.125a2.36 2.36 0 0 1-1.929-1.057z"/></svg>
React
import type { SVGProps } from "react";
export function TokenUmami(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="M4.692 16.497H3.006v1.967c0 1.574 1.5 1.968 2.248 1.968h13.492c1.799 0 2.248-1.53 2.248-2.294v-1.641H9.751v.984c0 .326-.354.983-1.124.983s-1.124-.657-1.124-.983v-.984H6.94v2.248c0 .844-.484 1.125-1.125 1.125c-.511 0-1.124-.281-1.124-1.08zM3.006 12.28c0-.467.432-.844.96-.844H20.04c.528 0 .961.377.961.844s-.433.843-.961.843H3.96c-.528 0-.961-.377-.961-.843z"/><path fill="currentColor" fillRule="evenodd" d="M12 3.568c-6.645 0-8.995 3.323-8.995 5.313v1.995h17.99V8.881c0-1.99-3.093-5.313-8.995-5.313m-1.608.664c-1.928 0-5.846 1.197-6.1 5.981h1.603c.112-1.44 1.158-4.649 4.497-5.981" clipRule="evenodd"/><path fill="currentColor" d="M3.005 14.884v-1.76c.32.354 1.158 1.057 1.929 1.057c.96 0 1.326-1.057 2.287-1.057c.962 0 1.243 1.057 1.89 1.057c.64 0 .471-1.057 1.765-1.057c1.292 0 1.124 1.057 2.085 1.057c.967 0 .242-1.057 1.85-1.057c1.607 0 1.045 1.057 2.006 1.057c.967 0 .32-1.057 1.929-1.057c1.287 0 1.287 1.405 2.248 1.405v1.406c-1.287 0-1.405-1.125-2.248-1.125s-.641 1.125-1.929 1.125c-1.281 0-1.045-1.125-2.007-1.125c-.96 0-.562 1.125-1.849 1.125c-1.282 0-1.124-1.125-2.085-1.125c-.962 0-.484 1.125-1.766 1.125c-1.287 0-.927-1.125-1.889-1.125c-.96 0-1.006 1.125-2.287 1.125a2.36 2.36 0 0 1-1.929-1.057z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M4.692 16.497H3.006v1.967c0 1.574 1.5 1.968 2.248 1.968h13.492c1.799 0 2.248-1.53 2.248-2.294v-1.641H9.751v.984c0 .326-.354.983-1.124.983s-1.124-.657-1.124-.983v-.984H6.94v2.248c0 .844-.484 1.125-1.125 1.125c-.511 0-1.124-.281-1.124-1.08zM3.006 12.28c0-.467.432-.844.96-.844H20.04c.528 0 .961.377.961.844s-.433.843-.961.843H3.96c-.528 0-.961-.377-.961-.843z"/><path fill="currentColor" fill-rule="evenodd" d="M12 3.568c-6.645 0-8.995 3.323-8.995 5.313v1.995h17.99V8.881c0-1.99-3.093-5.313-8.995-5.313m-1.608.664c-1.928 0-5.846 1.197-6.1 5.981h1.603c.112-1.44 1.158-4.649 4.497-5.981" clip-rule="evenodd"/><path fill="currentColor" d="M3.005 14.884v-1.76c.32.354 1.158 1.057 1.929 1.057c.96 0 1.326-1.057 2.287-1.057c.962 0 1.243 1.057 1.89 1.057c.64 0 .471-1.057 1.765-1.057c1.292 0 1.124 1.057 2.085 1.057c.967 0 .242-1.057 1.85-1.057c1.607 0 1.045 1.057 2.006 1.057c.967 0 .32-1.057 1.929-1.057c1.287 0 1.287 1.405 2.248 1.405v1.406c-1.287 0-1.405-1.125-2.248-1.125s-.641 1.125-1.929 1.125c-1.281 0-1.045-1.125-2.007-1.125c-.96 0-.562 1.125-1.849 1.125c-1.282 0-1.124-1.125-2.085-1.125c-.962 0-.484 1.125-1.766 1.125c-1.287 0-.927-1.125-1.889-1.125c-.96 0-1.006 1.125-2.287 1.125a2.36 2.36 0 0 1-1.929-1.057z"/></svg> </template>
CSS
.icon-umami {
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%22M4.692%2016.497H3.006v1.967c0%201.574%201.5%201.968%202.248%201.968h13.492c1.799%200%202.248-1.53%202.248-2.294v-1.641H9.751v.984c0%20.326-.354.983-1.124.983s-1.124-.657-1.124-.983v-.984H6.94v2.248c0%20.844-.484%201.125-1.125%201.125c-.511%200-1.124-.281-1.124-1.08zM3.006%2012.28c0-.467.432-.844.96-.844H20.04c.528%200%20.961.377.961.844s-.433.843-.961.843H3.96c-.528%200-.961-.377-.961-.843z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%203.568c-6.645%200-8.995%203.323-8.995%205.313v1.995h17.99V8.881c0-1.99-3.093-5.313-8.995-5.313m-1.608.664c-1.928%200-5.846%201.197-6.1%205.981h1.603c.112-1.44%201.158-4.649%204.497-5.981%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.005%2014.884v-1.76c.32.354%201.158%201.057%201.929%201.057c.96%200%201.326-1.057%202.287-1.057c.962%200%201.243%201.057%201.89%201.057c.64%200%20.471-1.057%201.765-1.057c1.292%200%201.124%201.057%202.085%201.057c.967%200%20.242-1.057%201.85-1.057c1.607%200%201.045%201.057%202.006%201.057c.967%200%20.32-1.057%201.929-1.057c1.287%200%201.287%201.405%202.248%201.405v1.406c-1.287%200-1.405-1.125-2.248-1.125s-.641%201.125-1.929%201.125c-1.281%200-1.045-1.125-2.007-1.125c-.96%200-.562%201.125-1.849%201.125c-1.282%200-1.124-1.125-2.085-1.125c-.962%200-.484%201.125-1.766%201.125c-1.287%200-.927-1.125-1.889-1.125c-.96%200-1.006%201.125-2.287%201.125a2.36%202.36%200%200%201-1.929-1.057z%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%22M4.692%2016.497H3.006v1.967c0%201.574%201.5%201.968%202.248%201.968h13.492c1.799%200%202.248-1.53%202.248-2.294v-1.641H9.751v.984c0%20.326-.354.983-1.124.983s-1.124-.657-1.124-.983v-.984H6.94v2.248c0%20.844-.484%201.125-1.125%201.125c-.511%200-1.124-.281-1.124-1.08zM3.006%2012.28c0-.467.432-.844.96-.844H20.04c.528%200%20.961.377.961.844s-.433.843-.961.843H3.96c-.528%200-.961-.377-.961-.843z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M12%203.568c-6.645%200-8.995%203.323-8.995%205.313v1.995h17.99V8.881c0-1.99-3.093-5.313-8.995-5.313m-1.608.664c-1.928%200-5.846%201.197-6.1%205.981h1.603c.112-1.44%201.158-4.649%204.497-5.981%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M3.005%2014.884v-1.76c.32.354%201.158%201.057%201.929%201.057c.96%200%201.326-1.057%202.287-1.057c.962%200%201.243%201.057%201.89%201.057c.64%200%20.471-1.057%201.765-1.057c1.292%200%201.124%201.057%202.085%201.057c.967%200%20.242-1.057%201.85-1.057c1.607%200%201.045%201.057%202.006%201.057c.967%200%20.32-1.057%201.929-1.057c1.287%200%201.287%201.405%202.248%201.405v1.406c-1.287%200-1.405-1.125-2.248-1.125s-.641%201.125-1.929%201.125c-1.281%200-1.045-1.125-2.007-1.125c-.96%200-.562%201.125-1.849%201.125c-1.282%200-1.124-1.125-2.085-1.125c-.962%200-.484%201.125-1.766%201.125c-1.287%200-.927-1.125-1.889-1.125c-.96%200-1.006%201.125-2.287%201.125a2.36%202.36%200%200%201-1.929-1.057z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/token/umami.svg?color=%231a73e8&size=48