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

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

3 other variants in Material Symbols

The same icon in other sets

More maps icons from Material Symbols

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="m21.075 22.5l-2.125-2.125q-1.225.75-2.675.6T13.75 19.75q-.725-.725-1.025-1.662T12.55 16.2q-.95.125-1.888-.175T9 15t-1.025-1.662T7.8 11.45q-.95.125-1.888-.175T4.25 10.25Q3.175 9.175 3.025 7.713t.6-2.688L1.5 2.9l1.4-1.4l2.15 2.125q1.225-.75 2.675-.6T10.25 4.25q.725.725 1.025 1.65t.175 1.875q.95-.125 1.888.188T15 9t1.025 1.65t.175 1.875q.95-.125 1.888.188t1.662 1.037q1.075 1.075 1.225 2.525t-.6 2.675l2.125 2.125z"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsHanamiDango(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="m21.075 22.5l-2.125-2.125q-1.225.75-2.675.6T13.75 19.75q-.725-.725-1.025-1.662T12.55 16.2q-.95.125-1.888-.175T9 15t-1.025-1.662T7.8 11.45q-.95.125-1.888-.175T4.25 10.25Q3.175 9.175 3.025 7.713t.6-2.688L1.5 2.9l1.4-1.4l2.15 2.125q1.225-.75 2.675-.6T10.25 4.25q.725.725 1.025 1.65t.175 1.875q.95-.125 1.888.188T15 9t1.025 1.65t.175 1.875q.95-.125 1.888.188t1.662 1.037q1.075 1.075 1.225 2.525t-.6 2.675l2.125 2.125z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m21.075 22.5l-2.125-2.125q-1.225.75-2.675.6T13.75 19.75q-.725-.725-1.025-1.662T12.55 16.2q-.95.125-1.888-.175T9 15t-1.025-1.662T7.8 11.45q-.95.125-1.888-.175T4.25 10.25Q3.175 9.175 3.025 7.713t.6-2.688L1.5 2.9l1.4-1.4l2.15 2.125q1.225-.75 2.675-.6T10.25 4.25q.725.725 1.025 1.65t.175 1.875q.95-.125 1.888.188T15 9t1.025 1.65t.175 1.875q.95-.125 1.888.188t1.662 1.037q1.075 1.075 1.225 2.525t-.6 2.675l2.125 2.125z"/></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%22m21.075%2022.5l-2.125-2.125q-1.225.75-2.675.6T13.75%2019.75q-.725-.725-1.025-1.662T12.55%2016.2q-.95.125-1.888-.175T9%2015t-1.025-1.662T7.8%2011.45q-.95.125-1.888-.175T4.25%2010.25Q3.175%209.175%203.025%207.713t.6-2.688L1.5%202.9l1.4-1.4l2.15%202.125q1.225-.75%202.675-.6T10.25%204.25q.725.725%201.025%201.65t.175%201.875q.95-.125%201.888.188T15%209t1.025%201.65t.175%201.875q.95-.125%201.888.188t1.662%201.037q1.075%201.075%201.225%202.525t-.6%202.675l2.125%202.125z%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%22m21.075%2022.5l-2.125-2.125q-1.225.75-2.675.6T13.75%2019.75q-.725-.725-1.025-1.662T12.55%2016.2q-.95.125-1.888-.175T9%2015t-1.025-1.662T7.8%2011.45q-.95.125-1.888-.175T4.25%2010.25Q3.175%209.175%203.025%207.713t.6-2.688L1.5%202.9l1.4-1.4l2.15%202.125q1.225-.75%202.675-.6T10.25%204.25q.725.725%201.025%201.65t.175%201.875q.95-.125%201.888.188T15%209t1.025%201.65t.175%201.875q.95-.125%201.888.188t1.662%201.037q1.075%201.075%201.225%202.525t-.6%202.675l2.125%202.125z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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