Hanami Dango icon

Hanami Dango is a Google Material Symbol from the Maps category. It comes in outlined, rounded and sharp styles, filled or unfilled, at seven weights from 100 to 700. Download it as SVG or PNG, or copy code for HTML, React, Vue, Angular, Flutter and Android — it's free to use under the Apache License 2.0.

Outlined

SVG

Outlined, filled

SVG

Every style, fill and weight

Material Symbols are variable: each icon comes in three styles, with or without fill, at seven weights. Pick a combination to preview it, download it, or copy the code for your platform.

Outlined, unfilled, weight 400

hanami_dango_outlined_fill0_wght400.svg

Hanami Dango icon in HTML

Load the Material Symbols font from Google Fonts (this link loads just this icon), then use the icon's name as text.

<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=hanami_dango" />

<span class="material-symbols-outlined">hanami_dango</span>

Hanami Dango icon in React

// With the font from the HTML tab:
export function HanamiDangoIcon() {
  return (
    <span className="material-symbols-outlined">
      hanami_dango
    </span>
  );
}

// Or as an SVG component (Vite + vite-plugin-svgr) instead:
//   npm install @material-symbols/svg-400
//   import HanamiDangoIcon from "@material-symbols/svg-400/outlined/hanami_dango.svg?react";

Hanami Dango icon in Vue

<!-- With the font from the HTML tab -->
<template>
  <span class="material-symbols-outlined">hanami_dango</span>
</template>

<!-- Or as an SVG component (Vite + vite-svg-loader):
     npm install @material-symbols/svg-400
     import HanamiDangoIcon from "@material-symbols/svg-400/outlined/hanami_dango.svg?component"; -->

Hanami Dango icon in Angular

With Angular Material and the font from the HTML tab:

<mat-icon fontSet="material-symbols-outlined">hanami_dango</mat-icon>

Hanami Dango icon in Flutter

Uses the community material_symbols_icons package.

flutter pub add material_symbols_icons

import 'package:material_symbols_icons/symbols.dart';

Icon(Symbols.hanami_dango, fill: 0, weight: 400)

Hanami Dango icon in Android

A vector drawable of the selected style, fill and weight:

<!-- res/drawable/hanami_dango.xml -->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:width="24dp"
    android:height="24dp"
    android:viewportWidth="24"
    android:viewportHeight="24"
    android:tint="?attr/colorControlNormal">
        <path android:fillColor="@android:color/white" android:pathData="m21.45 22.5-2.15-2.15q-1.2 .85-2.7 .725t-2.575-1.2q-.8-.8-1.062-1.812T12.925 16.025q-1 .225-2.025-.05t-1.8-1.05q-.8-.8-1.062-1.812T8 11.075q-1 .225-2.012-.037T4.175 9.975q-1.075-1.075-1.2-2.562T3.675 4.725l-2.175-2.175 1.075-1.05 2.15 2.15q1.2-.825 2.688-.7T9.975 4.15q.8 .8 1.075 1.813t.05 2.012q1.025-.225 2.038 .038T14.95 9.075q.8 .8 1.063 1.813T16.05 12.925q1-.225 2.025 .05t1.8 1.05q1.075 1.075 1.188 2.563T20.35 19.275l2.175 2.175-1.075 1.05ZM16.944 19.575Q18.05 19.575 18.825 18.818q.775-.756 .775-1.862 0-1.106-.775-1.868-.775-.763-1.881-.763-1.106 0-1.862 .757Q14.325 15.838 14.325 16.944q0 1.106 .757 1.869 .756 .762 1.862 .762ZM12.025 14.65q1.108 0 1.867-.775Q14.65 13.1 14.65 11.994q0-1.106-.757-1.862Q13.137 9.375 12.031 9.375 10.925 9.375 10.15 10.137q-.775 .762-.775 1.875t.766 1.876Q10.906 14.65 12.025 14.65ZM8.938 8.943q.762-.756 .762-1.862Q9.7 5.975 8.943 5.2q-.756-.775-1.862-.775-1.106 0-1.868 .775-.763 .775-.763 1.881 0 1.106 .757 1.862Q5.963 9.7 7.069 9.7q1.106 0 1.869-.757ZM16.975 16.95ZM12.025 12ZM7.075 7.05Z" />
</vector>

Hanami Dango icon in SVG

npm install @material-symbols/svg-400

import icon from "@material-symbols/svg-400/outlined/hanami_dango.svg";

<!-- or load it from a CDN -->
<img src="https://cdn.jsdelivr.net/npm/@material-symbols/[email protected]/outlined/hanami_dango.svg" width="24" height="24" alt="Hanami Dango">

Hanami Dango icon in Power Apps

Paste into an Image control's Image property. The Copy button copies the full formula with this icon's SVG.

"data:image/svg+xml;utf8, " & EncodeUrl("<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'>…</svg>")

Details

NameHanami Dango
Ligaturehanami_dango
Code pointU+F23F
CategoryMaps
StylesOutlined, Rounded, Sharp — each unfilled or filled
Weights100, 200, 300, 400, 500, 600, 700
Files@material-symbols/svg-400/outlined/hanami_dango.svg, hanami_dango-fill.svg
FlutterSymbols.hanami_dango
LicenseApache License 2.0 (© Google LLC)

Keywords

mapsobjectfoodcirclessnackjapanstickjapaneseasian fooddessertsweettreatdelicious

Related icons