dango emoji
dango from Firefox OS Emoji by Mozilla · Default · Objects · Apache-2.0 Free for personal and commercial use.
- Name
- dango
- Set
- Firefox OS Emoji
- Style
- Default
- Category
- Objects
- Viewbox
- 512×512
- License
- Apache 2.0
The same emoji in other sets
More objects icons from Firefox OS Emoji
admissionticketsalienmonsteramericanfootballartistpaletteauberginebabybottlebackofenvelopeballoonballotboldscriptxballotboxboldcheckballotboxwithboldscriptxballottboxwithballottballottboxwithscriptxballottscriptxbananabanknotedollarbanknoteeurobanknotepoundbanknoteyenbarchartbaseballbasketballandhoopbathbathtub
Use the dango emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FCDDB1" d="M503.392 501.921c-3.222 3.222-7.444 4.833-11.667 4.833s-8.445-1.611-11.667-4.833L377.686 399.55l-.007-.008L267.836 289.7l-.005-.005l-22.081-22.08l-.013-.015L56.887 78.751c-6.444-6.444-6.444-16.891 0-23.335c6.444-6.443 16.891-6.443 23.334 0l53.641 53.641a16.5 16.5 0 0 1 3.151 2.447l22.08 22.081c.966.966 1.769 2.03 2.446 3.149L276.444 251.64l14.721 14.72l.009.01l212.217 212.217c6.445 6.443 6.445 16.891.001 23.334"/><path fill="#A5E077" d="M402.931 424.795c-14.278 10.375-31.793 16.489-50.722 16.489c-48.033 0-86.972-39.342-86.972-87.873s38.939-87.873 86.972-87.873s86.972 39.342 86.972 87.873c0 17.415-5.015 33.646-13.664 47.301l-24.497-24.497c-6.443-6.443-16.891-6.443-23.334 0s-6.444 16.891 0 23.334z"/><path fill="#FFD469" d="M272.83 293.107c-14.442 10.784-32.301 17.162-51.637 17.162c-48.033 0-86.972-39.342-86.972-87.873s38.939-87.873 86.972-87.873s86.972 39.342 86.972 87.873c0 17.684-5.175 34.145-14.072 47.93a16.5 16.5 0 0 0-2.929-3.967l-22.081-22.08c-6.443-6.443-16.891-6.443-23.334 0c-6.443 6.444-6.443 16.891 0 23.335l22.081 22.08a16.4 16.4 0 0 0 5 3.413"/><path fill="#FFA1E0" d="M140.467 160.195c-14.496 10.926-32.476 17.395-51.952 17.395c-48.033 0-86.972-39.342-86.972-87.873S40.482 1.845 88.515 1.845s86.972 39.342 86.972 87.873c0 17.455-5.038 33.721-13.724 47.396a16.5 16.5 0 0 0-2.67-3.529l-22.08-22.081c-6.443-6.443-16.891-6.444-23.334 0s-6.444 16.891 0 23.334l22.08 22.081a16.4 16.4 0 0 0 4.708 3.276"/></svg>
React
import type { SVGProps } from "react";
export function FxemojiDango(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FCDDB1" d="M503.392 501.921c-3.222 3.222-7.444 4.833-11.667 4.833s-8.445-1.611-11.667-4.833L377.686 399.55l-.007-.008L267.836 289.7l-.005-.005l-22.081-22.08l-.013-.015L56.887 78.751c-6.444-6.444-6.444-16.891 0-23.335c6.444-6.443 16.891-6.443 23.334 0l53.641 53.641a16.5 16.5 0 0 1 3.151 2.447l22.08 22.081c.966.966 1.769 2.03 2.446 3.149L276.444 251.64l14.721 14.72l.009.01l212.217 212.217c6.445 6.443 6.445 16.891.001 23.334"/><path fill="#A5E077" d="M402.931 424.795c-14.278 10.375-31.793 16.489-50.722 16.489c-48.033 0-86.972-39.342-86.972-87.873s38.939-87.873 86.972-87.873s86.972 39.342 86.972 87.873c0 17.415-5.015 33.646-13.664 47.301l-24.497-24.497c-6.443-6.443-16.891-6.443-23.334 0s-6.444 16.891 0 23.334z"/><path fill="#FFD469" d="M272.83 293.107c-14.442 10.784-32.301 17.162-51.637 17.162c-48.033 0-86.972-39.342-86.972-87.873s38.939-87.873 86.972-87.873s86.972 39.342 86.972 87.873c0 17.684-5.175 34.145-14.072 47.93a16.5 16.5 0 0 0-2.929-3.967l-22.081-22.08c-6.443-6.443-16.891-6.443-23.334 0c-6.443 6.444-6.443 16.891 0 23.335l22.081 22.08a16.4 16.4 0 0 0 5 3.413"/><path fill="#FFA1E0" d="M140.467 160.195c-14.496 10.926-32.476 17.395-51.952 17.395c-48.033 0-86.972-39.342-86.972-87.873S40.482 1.845 88.515 1.845s86.972 39.342 86.972 87.873c0 17.455-5.038 33.721-13.724 47.396a16.5 16.5 0 0 0-2.67-3.529l-22.08-22.081c-6.443-6.443-16.891-6.444-23.334 0s-6.444 16.891 0 23.334l22.08 22.081a16.4 16.4 0 0 0 4.708 3.276"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="#FCDDB1" d="M503.392 501.921c-3.222 3.222-7.444 4.833-11.667 4.833s-8.445-1.611-11.667-4.833L377.686 399.55l-.007-.008L267.836 289.7l-.005-.005l-22.081-22.08l-.013-.015L56.887 78.751c-6.444-6.444-6.444-16.891 0-23.335c6.444-6.443 16.891-6.443 23.334 0l53.641 53.641a16.5 16.5 0 0 1 3.151 2.447l22.08 22.081c.966.966 1.769 2.03 2.446 3.149L276.444 251.64l14.721 14.72l.009.01l212.217 212.217c6.445 6.443 6.445 16.891.001 23.334"/><path fill="#A5E077" d="M402.931 424.795c-14.278 10.375-31.793 16.489-50.722 16.489c-48.033 0-86.972-39.342-86.972-87.873s38.939-87.873 86.972-87.873s86.972 39.342 86.972 87.873c0 17.415-5.015 33.646-13.664 47.301l-24.497-24.497c-6.443-6.443-16.891-6.443-23.334 0s-6.444 16.891 0 23.334z"/><path fill="#FFD469" d="M272.83 293.107c-14.442 10.784-32.301 17.162-51.637 17.162c-48.033 0-86.972-39.342-86.972-87.873s38.939-87.873 86.972-87.873s86.972 39.342 86.972 87.873c0 17.684-5.175 34.145-14.072 47.93a16.5 16.5 0 0 0-2.929-3.967l-22.081-22.08c-6.443-6.443-16.891-6.443-23.334 0c-6.443 6.444-6.443 16.891 0 23.335l22.081 22.08a16.4 16.4 0 0 0 5 3.413"/><path fill="#FFA1E0" d="M140.467 160.195c-14.496 10.926-32.476 17.395-51.952 17.395c-48.033 0-86.972-39.342-86.972-87.873S40.482 1.845 88.515 1.845s86.972 39.342 86.972 87.873c0 17.455-5.038 33.721-13.724 47.396a16.5 16.5 0 0 0-2.67-3.529l-22.08-22.081c-6.443-6.443-16.891-6.444-23.334 0s-6.444 16.891 0 23.334l22.08 22.081a16.4 16.4 0 0 0 4.708 3.276"/></svg> </template>
CSS
.icon-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%20512%20512%22%3E%3Cpath%20fill%3D%22%23FCDDB1%22%20d%3D%22M503.392%20501.921c-3.222%203.222-7.444%204.833-11.667%204.833s-8.445-1.611-11.667-4.833L377.686%20399.55l-.007-.008L267.836%20289.7l-.005-.005l-22.081-22.08l-.013-.015L56.887%2078.751c-6.444-6.444-6.444-16.891%200-23.335c6.444-6.443%2016.891-6.443%2023.334%200l53.641%2053.641a16.5%2016.5%200%200%201%203.151%202.447l22.08%2022.081c.966.966%201.769%202.03%202.446%203.149L276.444%20251.64l14.721%2014.72l.009.01l212.217%20212.217c6.445%206.443%206.445%2016.891.001%2023.334%22%2F%3E%3Cpath%20fill%3D%22%23A5E077%22%20d%3D%22M402.931%20424.795c-14.278%2010.375-31.793%2016.489-50.722%2016.489c-48.033%200-86.972-39.342-86.972-87.873s38.939-87.873%2086.972-87.873s86.972%2039.342%2086.972%2087.873c0%2017.415-5.015%2033.646-13.664%2047.301l-24.497-24.497c-6.443-6.443-16.891-6.443-23.334%200s-6.444%2016.891%200%2023.334z%22%2F%3E%3Cpath%20fill%3D%22%23FFD469%22%20d%3D%22M272.83%20293.107c-14.442%2010.784-32.301%2017.162-51.637%2017.162c-48.033%200-86.972-39.342-86.972-87.873s38.939-87.873%2086.972-87.873s86.972%2039.342%2086.972%2087.873c0%2017.684-5.175%2034.145-14.072%2047.93a16.5%2016.5%200%200%200-2.929-3.967l-22.081-22.08c-6.443-6.443-16.891-6.443-23.334%200c-6.443%206.444-6.443%2016.891%200%2023.335l22.081%2022.08a16.4%2016.4%200%200%200%205%203.413%22%2F%3E%3Cpath%20fill%3D%22%23FFA1E0%22%20d%3D%22M140.467%20160.195c-14.496%2010.926-32.476%2017.395-51.952%2017.395c-48.033%200-86.972-39.342-86.972-87.873S40.482%201.845%2088.515%201.845s86.972%2039.342%2086.972%2087.873c0%2017.455-5.038%2033.721-13.724%2047.396a16.5%2016.5%200%200%200-2.67-3.529l-22.08-22.081c-6.443-6.443-16.891-6.444-23.334%200s-6.444%2016.891%200%2023.334l22.08%2022.081a16.4%2016.4%200%200%200%204.708%203.276%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%20512%20512%22%3E%3Cpath%20fill%3D%22%23FCDDB1%22%20d%3D%22M503.392%20501.921c-3.222%203.222-7.444%204.833-11.667%204.833s-8.445-1.611-11.667-4.833L377.686%20399.55l-.007-.008L267.836%20289.7l-.005-.005l-22.081-22.08l-.013-.015L56.887%2078.751c-6.444-6.444-6.444-16.891%200-23.335c6.444-6.443%2016.891-6.443%2023.334%200l53.641%2053.641a16.5%2016.5%200%200%201%203.151%202.447l22.08%2022.081c.966.966%201.769%202.03%202.446%203.149L276.444%20251.64l14.721%2014.72l.009.01l212.217%20212.217c6.445%206.443%206.445%2016.891.001%2023.334%22%2F%3E%3Cpath%20fill%3D%22%23A5E077%22%20d%3D%22M402.931%20424.795c-14.278%2010.375-31.793%2016.489-50.722%2016.489c-48.033%200-86.972-39.342-86.972-87.873s38.939-87.873%2086.972-87.873s86.972%2039.342%2086.972%2087.873c0%2017.415-5.015%2033.646-13.664%2047.301l-24.497-24.497c-6.443-6.443-16.891-6.443-23.334%200s-6.444%2016.891%200%2023.334z%22%2F%3E%3Cpath%20fill%3D%22%23FFD469%22%20d%3D%22M272.83%20293.107c-14.442%2010.784-32.301%2017.162-51.637%2017.162c-48.033%200-86.972-39.342-86.972-87.873s38.939-87.873%2086.972-87.873s86.972%2039.342%2086.972%2087.873c0%2017.684-5.175%2034.145-14.072%2047.93a16.5%2016.5%200%200%200-2.929-3.967l-22.081-22.08c-6.443-6.443-16.891-6.443-23.334%200c-6.443%206.444-6.443%2016.891%200%2023.335l22.081%2022.08a16.4%2016.4%200%200%200%205%203.413%22%2F%3E%3Cpath%20fill%3D%22%23FFA1E0%22%20d%3D%22M140.467%20160.195c-14.496%2010.926-32.476%2017.395-51.952%2017.395c-48.033%200-86.972-39.342-86.972-87.873S40.482%201.845%2088.515%201.845s86.972%2039.342%2086.972%2087.873c0%2017.455-5.038%2033.721-13.724%2047.396a16.5%2016.5%200%200%200-2.67-3.529l-22.08-22.081c-6.443-6.443-16.891-6.444-23.334%200s-6.444%2016.891%200%2023.334l22.08%2022.081a16.4%2016.4%200%200%200%204.708%203.276%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fxemoji/dango.svg?color=%231a73e8&size=48