hanami dango icon
hanami-dango-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- hanami-dango-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
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="M18.95 20.375q-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.688L2.2 3.625q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3L5.05 3.625q1.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.675l1.425 1.425q.275.3.275.7t-.3.7t-.7.3t-.7-.3z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsHanamiDangoRounded(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.95 20.375q-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.688L2.2 3.625q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3L5.05 3.625q1.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.675l1.425 1.425q.275.3.275.7t-.3.7t-.7.3t-.7-.3z"/></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.95 20.375q-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.688L2.2 3.625q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3L5.05 3.625q1.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.675l1.425 1.425q.275.3.275.7t-.3.7t-.7.3t-.7-.3z"/></svg> </template>
CSS
.icon-hanami-dango-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.95%2020.375q-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.688L2.2%203.625q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3L5.05%203.625q1.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.675l1.425%201.425q.275.3.275.7t-.3.7t-.7.3t-.7-.3z%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.95%2020.375q-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.688L2.2%203.625q-.3-.3-.3-.712t.3-.713t.713-.3t.712.3L5.05%203.625q1.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.675l1.425%201.425q.275.3.275.7t-.3.7t-.7.3t-.7-.3z%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-rounded.svg?color=%231a73e8&size=48