hanami-dango from Material Symbols Light by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.

Name
hanami-dango
Set
Material Symbols Light
Style
Regular
Category
Maps
Viewbox
24×24
License
Apache 2.0
Aliases
hanami-dango-sharp

3 other variants in Material Symbols Light

The same icon in other sets

More maps icons from Material Symbols Light

Use the hanami dango icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.806 21.5l-1.99-1.99q-1.091.807-2.445.724q-1.354-.082-2.332-1.061q-.764-.763-.968-1.797t.152-1.984q-.95.356-1.974.162t-1.807-.977q-.763-.763-.976-1.787q-.214-1.024.142-1.974q-.95.355-1.974.142q-1.024-.214-1.788-.977q-.979-.979-1.071-2.345t.735-2.438L2.5 3.188l.708-.688l2.015 1.99q1.09-.807 2.444-.725T10 4.828q.764.764.967 1.785q.204 1.02-.151 1.97q.95-.355 1.974-.129t1.787.99t.977 1.784t-.142 1.971q.95-.356 1.973-.158t1.807.98q.98.978 1.072 2.342t-.735 2.434l1.99 1.99z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHanamiDango(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="m20.806 21.5l-1.99-1.99q-1.091.807-2.445.724q-1.354-.082-2.332-1.061q-.764-.763-.968-1.797t.152-1.984q-.95.356-1.974.162t-1.807-.977q-.763-.763-.976-1.787q-.214-1.024.142-1.974q-.95.355-1.974.142q-1.024-.214-1.788-.977q-.979-.979-1.071-2.345t.735-2.438L2.5 3.188l.708-.688l2.015 1.99q1.09-.807 2.444-.725T10 4.828q.764.764.967 1.785q.204 1.02-.151 1.97q.95-.355 1.974-.129t1.787.99t.977 1.784t-.142 1.971q.95-.356 1.973-.158t1.807.98q.98.978 1.072 2.342t-.735 2.434l1.99 1.99z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m20.806 21.5l-1.99-1.99q-1.091.807-2.445.724q-1.354-.082-2.332-1.061q-.764-.763-.968-1.797t.152-1.984q-.95.356-1.974.162t-1.807-.977q-.763-.763-.976-1.787q-.214-1.024.142-1.974q-.95.355-1.974.142q-1.024-.214-1.788-.977q-.979-.979-1.071-2.345t.735-2.438L2.5 3.188l.708-.688l2.015 1.99q1.09-.807 2.444-.725T10 4.828q.764.764.967 1.785q.204 1.02-.151 1.97q.95-.355 1.974-.129t1.787.99t.977 1.784t-.142 1.971q.95-.356 1.973-.158t1.807.98q.98.978 1.072 2.342t-.735 2.434l1.99 1.99z"/></svg>
</template>

CSS

.icon-hanami-dango {
  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%22m20.806%2021.5l-1.99-1.99q-1.091.807-2.445.724q-1.354-.082-2.332-1.061q-.764-.763-.968-1.797t.152-1.984q-.95.356-1.974.162t-1.807-.977q-.763-.763-.976-1.787q-.214-1.024.142-1.974q-.95.355-1.974.142q-1.024-.214-1.788-.977q-.979-.979-1.071-2.345t.735-2.438L2.5%203.188l.708-.688l2.015%201.99q1.09-.807%202.444-.725T10%204.828q.764.764.967%201.785q.204%201.02-.151%201.97q.95-.355%201.974-.129t1.787.99t.977%201.784t-.142%201.971q.95-.356%201.973-.158t1.807.98q.98.978%201.072%202.342t-.735%202.434l1.99%201.99z%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%22m20.806%2021.5l-1.99-1.99q-1.091.807-2.445.724q-1.354-.082-2.332-1.061q-.764-.763-.968-1.797t.152-1.984q-.95.356-1.974.162t-1.807-.977q-.763-.763-.976-1.787q-.214-1.024.142-1.974q-.95.355-1.974.142q-1.024-.214-1.788-.977q-.979-.979-1.071-2.345t.735-2.438L2.5%203.188l.708-.688l2.015%201.99q1.09-.807%202.444-.725T10%204.828q.764.764.967%201.785q.204%201.02-.151%201.97q.95-.355%201.974-.129t1.787.99t.977%201.784t-.142%201.971q.95-.356%201.973-.158t1.807.98q.98.978%201.072%202.342t-.735%202.434l1.99%201.99z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/hanami-dango.svg?color=%231a73e8&size=48

Hanami Dango icon — Material Symbols Light · IconsDB