umi logo
umi from Material Icon Theme by Material Extensions · Color · MIT Free for personal and commercial use.
- Name
- umi
- Set
- Material Icon Theme
- Style
- Color
- Viewbox
- 16×16
- License
- MIT
Use the umi logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#455a64" d="M1 8a7 7 0 0 0 4 6.316V15h6v-.684A7 7 0 0 0 15 8z"/><path fill="#f5f5f5" d="M8 3a5 5 0 0 0-5 5h10a5 5 0 0 0-5-5"/><path fill="#2196f3" d="M2.092 9A6 6 0 0 0 8 14a6 6 0 0 0 5.908-5z"/><g fill="#455a64"><g stroke-width="0"><circle cx="5.5" cy="6.5" r=".5"/><circle cx="10.5" cy="6.5" r=".5"/><circle cx="6.5" cy="5.5" r=".5"/></g><path d="M8 2a6 6 0 0 0-6 6h1a5 5 0 0 1 5-5a5 5 0 0 1 5 5h1a6 6 0 0 0-6-6"/></g></svg>
React
import type { SVGProps } from "react";
export function MaterialIconThemeUmi(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#455a64" d="M1 8a7 7 0 0 0 4 6.316V15h6v-.684A7 7 0 0 0 15 8z"/><path fill="#f5f5f5" d="M8 3a5 5 0 0 0-5 5h10a5 5 0 0 0-5-5"/><path fill="#2196f3" d="M2.092 9A6 6 0 0 0 8 14a6 6 0 0 0 5.908-5z"/><g fill="#455a64"><g strokeWidth="0"><circle cx="5.5" cy="6.5" r=".5"/><circle cx="10.5" cy="6.5" r=".5"/><circle cx="6.5" cy="5.5" r=".5"/></g><path d="M8 2a6 6 0 0 0-6 6h1a5 5 0 0 1 5-5a5 5 0 0 1 5 5h1a6 6 0 0 0-6-6"/></g></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="#455a64" d="M1 8a7 7 0 0 0 4 6.316V15h6v-.684A7 7 0 0 0 15 8z"/><path fill="#f5f5f5" d="M8 3a5 5 0 0 0-5 5h10a5 5 0 0 0-5-5"/><path fill="#2196f3" d="M2.092 9A6 6 0 0 0 8 14a6 6 0 0 0 5.908-5z"/><g fill="#455a64"><g stroke-width="0"><circle cx="5.5" cy="6.5" r=".5"/><circle cx="10.5" cy="6.5" r=".5"/><circle cx="6.5" cy="5.5" r=".5"/></g><path d="M8 2a6 6 0 0 0-6 6h1a5 5 0 0 1 5-5a5 5 0 0 1 5 5h1a6 6 0 0 0-6-6"/></g></svg> </template>
CSS
.icon-umi {
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%2016%2016%22%3E%3Cpath%20fill%3D%22%23455a64%22%20d%3D%22M1%208a7%207%200%200%200%204%206.316V15h6v-.684A7%207%200%200%200%2015%208z%22%2F%3E%3Cpath%20fill%3D%22%23f5f5f5%22%20d%3D%22M8%203a5%205%200%200%200-5%205h10a5%205%200%200%200-5-5%22%2F%3E%3Cpath%20fill%3D%22%232196f3%22%20d%3D%22M2.092%209A6%206%200%200%200%208%2014a6%206%200%200%200%205.908-5z%22%2F%3E%3Cg%20fill%3D%22%23455a64%22%3E%3Cg%20stroke-width%3D%220%22%3E%3Ccircle%20cx%3D%225.5%22%20cy%3D%226.5%22%20r%3D%22.5%22%2F%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%226.5%22%20r%3D%22.5%22%2F%3E%3Ccircle%20cx%3D%226.5%22%20cy%3D%225.5%22%20r%3D%22.5%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M8%202a6%206%200%200%200-6%206h1a5%205%200%200%201%205-5a5%205%200%200%201%205%205h1a6%206%200%200%200-6-6%22%2F%3E%3C%2Fg%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%2016%2016%22%3E%3Cpath%20fill%3D%22%23455a64%22%20d%3D%22M1%208a7%207%200%200%200%204%206.316V15h6v-.684A7%207%200%200%200%2015%208z%22%2F%3E%3Cpath%20fill%3D%22%23f5f5f5%22%20d%3D%22M8%203a5%205%200%200%200-5%205h10a5%205%200%200%200-5-5%22%2F%3E%3Cpath%20fill%3D%22%232196f3%22%20d%3D%22M2.092%209A6%206%200%200%200%208%2014a6%206%200%200%200%205.908-5z%22%2F%3E%3Cg%20fill%3D%22%23455a64%22%3E%3Cg%20stroke-width%3D%220%22%3E%3Ccircle%20cx%3D%225.5%22%20cy%3D%226.5%22%20r%3D%22.5%22%2F%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%226.5%22%20r%3D%22.5%22%2F%3E%3Ccircle%20cx%3D%226.5%22%20cy%3D%225.5%22%20r%3D%22.5%22%2F%3E%3C%2Fg%3E%3Cpath%20d%3D%22M8%202a6%206%200%200%200-6%206h1a5%205%200%200%201%205-5a5%205%200%200%201%205%205h1a6%206%200%200%200-6-6%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-icon-theme/umi.svg?color=%231a73e8&size=48