mihon logo
mihon from Simple Icons by Simple Icons Collaborators · Brand · CC0-1.0 Free for personal and commercial use.
- Name
- mihon
- Set
- Simple Icons
- Style
- Brand
- Viewbox
- 24×24
- License
- CC0 1.0
Use the mihon logo
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.292 5.102l-.175-4.047c.527.1 1.156.126 2.588.126c1.733 0 4.02-.1 5.202-.25c.503-.051.704-.127 1.03-.303l2.714 2.313c-.251.352-.326.503-.603 1.206c-.225.553-1.257 3.745-1.659 5.102c1.86.376 2.89.653 4.297 1.23c.177-1.23.201-1.884.201-4.121c0-.578-.024-.905-.1-1.432l4.373.15c-.126.604-.15.855-.176 1.835c-.1 2.362-.201 3.493-.453 5.202c1.735.88 1.735.88 2.614 1.357c.453.251.553.302.855.402l-1.458 4.7c-.704-.628-1.683-1.307-3.117-2.112c-1.255 2.99-3.342 5.178-6.507 6.912c-1.056-1.408-1.86-2.262-3.143-3.266c1.86-.88 2.715-1.434 3.696-2.363c.955-.93 1.582-1.836 2.186-3.191c-1.609-.73-2.639-1.056-4.424-1.434c-1.03 3.067-1.858 5.027-2.588 6.208c-.98 1.582-2.313 2.413-3.845 2.413c-1.18 0-2.387-.529-3.268-1.432C.527 19.276 0 17.844 0 16.185c0-2.463 1.18-4.6 3.242-5.932C4.575 9.4 5.98 9.022 8.218 8.897c.453-1.484.829-2.765 1.18-4.197c-1.105.1-2.487.175-4.171.252c-.904.024-1.205.05-1.935.15m3.82 7.64c-1.182.2-1.886.577-2.513 1.382a2.86 2.86 0 0 0-.704 1.91c0 .778.378 1.357.855 1.357c.577 0 1.23-1.307 2.362-4.65"/></svg>
React
import type { SVGProps } from "react";
export function SimpleIconsMihon(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="m3.292 5.102l-.175-4.047c.527.1 1.156.126 2.588.126c1.733 0 4.02-.1 5.202-.25c.503-.051.704-.127 1.03-.303l2.714 2.313c-.251.352-.326.503-.603 1.206c-.225.553-1.257 3.745-1.659 5.102c1.86.376 2.89.653 4.297 1.23c.177-1.23.201-1.884.201-4.121c0-.578-.024-.905-.1-1.432l4.373.15c-.126.604-.15.855-.176 1.835c-.1 2.362-.201 3.493-.453 5.202c1.735.88 1.735.88 2.614 1.357c.453.251.553.302.855.402l-1.458 4.7c-.704-.628-1.683-1.307-3.117-2.112c-1.255 2.99-3.342 5.178-6.507 6.912c-1.056-1.408-1.86-2.262-3.143-3.266c1.86-.88 2.715-1.434 3.696-2.363c.955-.93 1.582-1.836 2.186-3.191c-1.609-.73-2.639-1.056-4.424-1.434c-1.03 3.067-1.858 5.027-2.588 6.208c-.98 1.582-2.313 2.413-3.845 2.413c-1.18 0-2.387-.529-3.268-1.432C.527 19.276 0 17.844 0 16.185c0-2.463 1.18-4.6 3.242-5.932C4.575 9.4 5.98 9.022 8.218 8.897c.453-1.484.829-2.765 1.18-4.197c-1.105.1-2.487.175-4.171.252c-.904.024-1.205.05-1.935.15m3.82 7.64c-1.182.2-1.886.577-2.513 1.382a2.86 2.86 0 0 0-.704 1.91c0 .778.378 1.357.855 1.357c.577 0 1.23-1.307 2.362-4.65"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m3.292 5.102l-.175-4.047c.527.1 1.156.126 2.588.126c1.733 0 4.02-.1 5.202-.25c.503-.051.704-.127 1.03-.303l2.714 2.313c-.251.352-.326.503-.603 1.206c-.225.553-1.257 3.745-1.659 5.102c1.86.376 2.89.653 4.297 1.23c.177-1.23.201-1.884.201-4.121c0-.578-.024-.905-.1-1.432l4.373.15c-.126.604-.15.855-.176 1.835c-.1 2.362-.201 3.493-.453 5.202c1.735.88 1.735.88 2.614 1.357c.453.251.553.302.855.402l-1.458 4.7c-.704-.628-1.683-1.307-3.117-2.112c-1.255 2.99-3.342 5.178-6.507 6.912c-1.056-1.408-1.86-2.262-3.143-3.266c1.86-.88 2.715-1.434 3.696-2.363c.955-.93 1.582-1.836 2.186-3.191c-1.609-.73-2.639-1.056-4.424-1.434c-1.03 3.067-1.858 5.027-2.588 6.208c-.98 1.582-2.313 2.413-3.845 2.413c-1.18 0-2.387-.529-3.268-1.432C.527 19.276 0 17.844 0 16.185c0-2.463 1.18-4.6 3.242-5.932C4.575 9.4 5.98 9.022 8.218 8.897c.453-1.484.829-2.765 1.18-4.197c-1.105.1-2.487.175-4.171.252c-.904.024-1.205.05-1.935.15m3.82 7.64c-1.182.2-1.886.577-2.513 1.382a2.86 2.86 0 0 0-.704 1.91c0 .778.378 1.357.855 1.357c.577 0 1.23-1.307 2.362-4.65"/></svg> </template>
CSS
.icon-mihon {
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%22m3.292%205.102l-.175-4.047c.527.1%201.156.126%202.588.126c1.733%200%204.02-.1%205.202-.25c.503-.051.704-.127%201.03-.303l2.714%202.313c-.251.352-.326.503-.603%201.206c-.225.553-1.257%203.745-1.659%205.102c1.86.376%202.89.653%204.297%201.23c.177-1.23.201-1.884.201-4.121c0-.578-.024-.905-.1-1.432l4.373.15c-.126.604-.15.855-.176%201.835c-.1%202.362-.201%203.493-.453%205.202c1.735.88%201.735.88%202.614%201.357c.453.251.553.302.855.402l-1.458%204.7c-.704-.628-1.683-1.307-3.117-2.112c-1.255%202.99-3.342%205.178-6.507%206.912c-1.056-1.408-1.86-2.262-3.143-3.266c1.86-.88%202.715-1.434%203.696-2.363c.955-.93%201.582-1.836%202.186-3.191c-1.609-.73-2.639-1.056-4.424-1.434c-1.03%203.067-1.858%205.027-2.588%206.208c-.98%201.582-2.313%202.413-3.845%202.413c-1.18%200-2.387-.529-3.268-1.432C.527%2019.276%200%2017.844%200%2016.185c0-2.463%201.18-4.6%203.242-5.932C4.575%209.4%205.98%209.022%208.218%208.897c.453-1.484.829-2.765%201.18-4.197c-1.105.1-2.487.175-4.171.252c-.904.024-1.205.05-1.935.15m3.82%207.64c-1.182.2-1.886.577-2.513%201.382a2.86%202.86%200%200%200-.704%201.91c0%20.778.378%201.357.855%201.357c.577%200%201.23-1.307%202.362-4.65%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%22m3.292%205.102l-.175-4.047c.527.1%201.156.126%202.588.126c1.733%200%204.02-.1%205.202-.25c.503-.051.704-.127%201.03-.303l2.714%202.313c-.251.352-.326.503-.603%201.206c-.225.553-1.257%203.745-1.659%205.102c1.86.376%202.89.653%204.297%201.23c.177-1.23.201-1.884.201-4.121c0-.578-.024-.905-.1-1.432l4.373.15c-.126.604-.15.855-.176%201.835c-.1%202.362-.201%203.493-.453%205.202c1.735.88%201.735.88%202.614%201.357c.453.251.553.302.855.402l-1.458%204.7c-.704-.628-1.683-1.307-3.117-2.112c-1.255%202.99-3.342%205.178-6.507%206.912c-1.056-1.408-1.86-2.262-3.143-3.266c1.86-.88%202.715-1.434%203.696-2.363c.955-.93%201.582-1.836%202.186-3.191c-1.609-.73-2.639-1.056-4.424-1.434c-1.03%203.067-1.858%205.027-2.588%206.208c-.98%201.582-2.313%202.413-3.845%202.413c-1.18%200-2.387-.529-3.268-1.432C.527%2019.276%200%2017.844%200%2016.185c0-2.463%201.18-4.6%203.242-5.932C4.575%209.4%205.98%209.022%208.218%208.897c.453-1.484.829-2.765%201.18-4.197c-1.105.1-2.487.175-4.171.252c-.904.024-1.205.05-1.935.15m3.82%207.64c-1.182.2-1.886.577-2.513%201.382a2.86%202.86%200%200%200-.704%201.91c0%20.778.378%201.357.855%201.357c.577%200%201.23-1.307%202.362-4.65%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/simple-icons/mihon.svg?color=%231a73e8&size=48