mizuni from Font Awesome 6 Brands by Dave Gandy · Regular · CC-BY-4.0 Attribution required.

Name
mizuni
Set
Font Awesome 6 Brands
Style
Regular
Viewbox
496×512
License
CC BY 4.0

The same logo in other sets

Use the mizuni logo

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 496 512"><path fill="currentColor" d="M248 8C111 8 0 119.1 0 256c0 137 111 248 248 248s248-111 248-248C496 119.1 385 8 248 8m-80 351.9c-31.4 10.6-58.8 27.3-80 48.2V136c0-22.1 17.9-40 40-40s40 17.9 40 40zm120-9.9c-12.9-2-26.2-3.1-39.8-3.1c-13.8 0-27.2 1.1-40.2 3.1V136c0-22.1 17.9-40 40-40s40 17.9 40 40zm120 57.7c-21.2-20.8-48.6-37.4-80-48V136c0-22.1 17.9-40 40-40s40 17.9 40 40z"/></svg>

React

import type { SVGProps } from "react";

export function Fa6BrandsMizuni(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 496 512"><path fill="currentColor" d="M248 8C111 8 0 119.1 0 256c0 137 111 248 248 248s248-111 248-248C496 119.1 385 8 248 8m-80 351.9c-31.4 10.6-58.8 27.3-80 48.2V136c0-22.1 17.9-40 40-40s40 17.9 40 40zm120-9.9c-12.9-2-26.2-3.1-39.8-3.1c-13.8 0-27.2 1.1-40.2 3.1V136c0-22.1 17.9-40 40-40s40 17.9 40 40zm120 57.7c-21.2-20.8-48.6-37.4-80-48V136c0-22.1 17.9-40 40-40s40 17.9 40 40z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 496 512"><path fill="currentColor" d="M248 8C111 8 0 119.1 0 256c0 137 111 248 248 248s248-111 248-248C496 119.1 385 8 248 8m-80 351.9c-31.4 10.6-58.8 27.3-80 48.2V136c0-22.1 17.9-40 40-40s40 17.9 40 40zm120-9.9c-12.9-2-26.2-3.1-39.8-3.1c-13.8 0-27.2 1.1-40.2 3.1V136c0-22.1 17.9-40 40-40s40 17.9 40 40zm120 57.7c-21.2-20.8-48.6-37.4-80-48V136c0-22.1 17.9-40 40-40s40 17.9 40 40z"/></svg>
</template>

CSS

.icon-mizuni {
  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%20496%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M248%208C111%208%200%20119.1%200%20256c0%20137%20111%20248%20248%20248s248-111%20248-248C496%20119.1%20385%208%20248%208m-80%20351.9c-31.4%2010.6-58.8%2027.3-80%2048.2V136c0-22.1%2017.9-40%2040-40s40%2017.9%2040%2040zm120-9.9c-12.9-2-26.2-3.1-39.8-3.1c-13.8%200-27.2%201.1-40.2%203.1V136c0-22.1%2017.9-40%2040-40s40%2017.9%2040%2040zm120%2057.7c-21.2-20.8-48.6-37.4-80-48V136c0-22.1%2017.9-40%2040-40s40%2017.9%2040%2040z%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%20496%20512%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M248%208C111%208%200%20119.1%200%20256c0%20137%20111%20248%20248%20248s248-111%20248-248C496%20119.1%20385%208%20248%208m-80%20351.9c-31.4%2010.6-58.8%2027.3-80%2048.2V136c0-22.1%2017.9-40%2040-40s40%2017.9%2040%2040zm120-9.9c-12.9-2-26.2-3.1-39.8-3.1c-13.8%200-27.2%201.1-40.2%203.1V136c0-22.1%2017.9-40%2040-40s40%2017.9%2040%2040zm120%2057.7c-21.2-20.8-48.6-37.4-80-48V136c0-22.1%2017.9-40%2040-40s40%2017.9%2040%2040z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-brands/mizuni.svg?color=%231a73e8&size=48