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

Name
hanami-dango-outline-rounded
Set
Material Symbols Light
Style
Outline Rounded
Category
Maps
Viewbox
24×24
License
Apache 2.0

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="M18.816 19.51q-1.091.807-2.445.725t-2.332-1.062q-.764-.763-.968-1.797t.152-1.984q-.95.356-1.974.162t-1.807-.977q-.763-.763-.977-1.787t.143-1.974q-.95.355-1.974.142q-1.025-.214-1.788-.977q-.979-.979-1.071-2.345t.734-2.438l-1.655-1.65q-.146-.146-.156-.357q-.01-.21.156-.356q.146-.146.356-.146q.211 0 .357.146L5.223 4.49q1.09-.808 2.444-.725T10 4.827q.764.764.967 1.785q.204 1.02-.152 1.97q.95-.355 1.975-.129q1.024.226 1.787.99t.977 1.784t-.142 1.971q.95-.356 1.973-.158t1.807.98q.98.978 1.072 2.342t-.735 2.434l1.637 1.637q.14.146.15.344t-.156.364t-.354.165t-.354-.165zm-2.2-.26q1.103 0 1.878-.775t.775-1.879t-.775-1.869t-1.878-.765t-1.88.765t-.774 1.87t.775 1.878t1.879.775m-4.597-4.596q1.104 0 1.87-.775q.765-.775.765-1.879t-.765-1.87t-1.87-.765t-1.879.766T9.365 12t.775 1.879t1.88.775M9.291 9.283q.766-.775.766-1.88q0-1.103-.766-1.878q-.765-.775-1.869-.775t-1.879.775t-.775 1.879t.775 1.879t1.879.775t1.87-.775m-1.87-1.88"/></svg>

React

import type { SVGProps } from "react";

export function MaterialSymbolsLightHanamiDangoOutlineRounded(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="M18.816 19.51q-1.091.807-2.445.725t-2.332-1.062q-.764-.763-.968-1.797t.152-1.984q-.95.356-1.974.162t-1.807-.977q-.763-.763-.977-1.787t.143-1.974q-.95.355-1.974.142q-1.025-.214-1.788-.977q-.979-.979-1.071-2.345t.734-2.438l-1.655-1.65q-.146-.146-.156-.357q-.01-.21.156-.356q.146-.146.356-.146q.211 0 .357.146L5.223 4.49q1.09-.808 2.444-.725T10 4.827q.764.764.967 1.785q.204 1.02-.152 1.97q.95-.355 1.975-.129q1.024.226 1.787.99t.977 1.784t-.142 1.971q.95-.356 1.973-.158t1.807.98q.98.978 1.072 2.342t-.735 2.434l1.637 1.637q.14.146.15.344t-.156.364t-.354.165t-.354-.165zm-2.2-.26q1.103 0 1.878-.775t.775-1.879t-.775-1.869t-1.878-.765t-1.88.765t-.774 1.87t.775 1.878t1.879.775m-4.597-4.596q1.104 0 1.87-.775q.765-.775.765-1.879t-.765-1.87t-1.87-.765t-1.879.766T9.365 12t.775 1.879t1.88.775M9.291 9.283q.766-.775.766-1.88q0-1.103-.766-1.878q-.765-.775-1.869-.775t-1.879.775t-.775 1.879t.775 1.879t1.879.775t1.87-.775m-1.87-1.88"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.816 19.51q-1.091.807-2.445.725t-2.332-1.062q-.764-.763-.968-1.797t.152-1.984q-.95.356-1.974.162t-1.807-.977q-.763-.763-.977-1.787t.143-1.974q-.95.355-1.974.142q-1.025-.214-1.788-.977q-.979-.979-1.071-2.345t.734-2.438l-1.655-1.65q-.146-.146-.156-.357q-.01-.21.156-.356q.146-.146.356-.146q.211 0 .357.146L5.223 4.49q1.09-.808 2.444-.725T10 4.827q.764.764.967 1.785q.204 1.02-.152 1.97q.95-.355 1.975-.129q1.024.226 1.787.99t.977 1.784t-.142 1.971q.95-.356 1.973-.158t1.807.98q.98.978 1.072 2.342t-.735 2.434l1.637 1.637q.14.146.15.344t-.156.364t-.354.165t-.354-.165zm-2.2-.26q1.103 0 1.878-.775t.775-1.879t-.775-1.869t-1.878-.765t-1.88.765t-.774 1.87t.775 1.878t1.879.775m-4.597-4.596q1.104 0 1.87-.775q.765-.775.765-1.879t-.765-1.87t-1.87-.765t-1.879.766T9.365 12t.775 1.879t1.88.775M9.291 9.283q.766-.775.766-1.88q0-1.103-.766-1.878q-.765-.775-1.869-.775t-1.879.775t-.775 1.879t.775 1.879t1.879.775t1.87-.775m-1.87-1.88"/></svg>
</template>

CSS

.icon-hanami-dango-outline-rounded {
  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%22M18.816%2019.51q-1.091.807-2.445.725t-2.332-1.062q-.764-.763-.968-1.797t.152-1.984q-.95.356-1.974.162t-1.807-.977q-.763-.763-.977-1.787t.143-1.974q-.95.355-1.974.142q-1.025-.214-1.788-.977q-.979-.979-1.071-2.345t.734-2.438l-1.655-1.65q-.146-.146-.156-.357q-.01-.21.156-.356q.146-.146.356-.146q.211%200%20.357.146L5.223%204.49q1.09-.808%202.444-.725T10%204.827q.764.764.967%201.785q.204%201.02-.152%201.97q.95-.355%201.975-.129q1.024.226%201.787.99t.977%201.784t-.142%201.971q.95-.356%201.973-.158t1.807.98q.98.978%201.072%202.342t-.735%202.434l1.637%201.637q.14.146.15.344t-.156.364t-.354.165t-.354-.165zm-2.2-.26q1.103%200%201.878-.775t.775-1.879t-.775-1.869t-1.878-.765t-1.88.765t-.774%201.87t.775%201.878t1.879.775m-4.597-4.596q1.104%200%201.87-.775q.765-.775.765-1.879t-.765-1.87t-1.87-.765t-1.879.766T9.365%2012t.775%201.879t1.88.775M9.291%209.283q.766-.775.766-1.88q0-1.103-.766-1.878q-.765-.775-1.869-.775t-1.879.775t-.775%201.879t.775%201.879t1.879.775t1.87-.775m-1.87-1.88%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%22M18.816%2019.51q-1.091.807-2.445.725t-2.332-1.062q-.764-.763-.968-1.797t.152-1.984q-.95.356-1.974.162t-1.807-.977q-.763-.763-.977-1.787t.143-1.974q-.95.355-1.974.142q-1.025-.214-1.788-.977q-.979-.979-1.071-2.345t.734-2.438l-1.655-1.65q-.146-.146-.156-.357q-.01-.21.156-.356q.146-.146.356-.146q.211%200%20.357.146L5.223%204.49q1.09-.808%202.444-.725T10%204.827q.764.764.967%201.785q.204%201.02-.152%201.97q.95-.355%201.975-.129q1.024.226%201.787.99t.977%201.784t-.142%201.971q.95-.356%201.973-.158t1.807.98q.98.978%201.072%202.342t-.735%202.434l1.637%201.637q.14.146.15.344t-.156.364t-.354.165t-.354-.165zm-2.2-.26q1.103%200%201.878-.775t.775-1.879t-.775-1.869t-1.878-.765t-1.88.765t-.774%201.87t.775%201.878t1.879.775m-4.597-4.596q1.104%200%201.87-.775q.765-.775.765-1.879t-.765-1.87t-1.87-.765t-1.879.766T9.365%2012t.775%201.879t1.88.775M9.291%209.283q.766-.775.766-1.88q0-1.103-.766-1.878q-.765-.775-1.869-.775t-1.879.775t-.775%201.879t.775%201.879t1.879.775t1.87-.775m-1.87-1.88%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-outline-rounded.svg?color=%231a73e8&size=48