hot dog emoji
hot-dog from Emoji One (Colored) by Emoji One · Default · Food · CC-BY-4.0 Attribution required.
- Name
- hot-dog
- Set
- Emoji One (Colored)
- Style
- Default
- Category
- Food
- Viewbox
- 64×64
- License
- CC BY 4.0
The same emoji in other sets
More food icons from Emoji One (Colored)
Use the hot dog emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#d9a559" d="M51.3 4.4c5.8 5.8 0 21-12.9 34s-28.2 18.7-34 12.9c-8.6-8.6 8.2-12.8 21.1-25.8S42.7-4.3 51.3 4.4"/><path fill="#fbbf67" d="M27.2 27.2C39.6 14.7 44-1.2 51.9 5.1c-.2-.3-.4-.5-.6-.8c-8.6-8.6-12.8 8.2-25.8 21.1c-13 13-29.8 17.2-21.1 25.8c.2.2.5.4.8.6c-6.4-7.8 9.5-12.2 22-24.6"/><path fill="#c94747" d="M54.6 5.2c5.8 5.8-2 20.3-15.8 34.1S10.4 61 4.6 55.2c-6.7-6.7 10.4-12 24.2-25.8C42.7 15.6 47.9-1.5 54.6 5.2"/><path fill="#fbbf67" d="M59.8 12.9c5.7 5.7-.1 20.9-13.1 33.9s-28.1 18.7-33.8 13s9-12 22-24.9c12.9-13 19.1-27.8 24.9-22"/><path fill="#3e4347" d="M54.5 12.5c.7-.4 1.3-.8 2-.9c.3-2.7-.3-4.9-1.8-6.5c-1.3-1.3-2.6-1.7-3.9-1.4c3.5 2.3 4.4 5.4 3.7 8.8m-41.3 41c-8.3 2.9-9.7-3.1-9.7-3.1c-.7 1.6-.5 3.2 1.1 4.8c1.7 1.7 4.1 2.2 7 1.8c0-1.1.6-2.2 1.6-3.5" opacity=".5"/><path fill="#d9a559" d="M43.7 43.7c-18.8 18.8-30.2 16-31.2 15.7c.1.2.3.3.4.5c5.7 5.7 20.9-.1 33.9-13.1C59 34.5 64.9 20.3 60.6 13.9c1.4 5.4-1.7 14.5-16.9 29.8"/><path fill="#3e4347" d="M14.4 44.9c2.2.5 3.9 1.4 3.7 1.9c-.2.6-2.1.6-4.3.1s-3.9-1.4-3.7-1.9c.1-.6 2-.6 4.3-.1m5.8-4.2c2.2.5 3.9 1.4 3.7 1.9s-2.1.6-4.3 0c-2.2-.5-3.9-1.4-3.7-1.9s2.1-.5 4.3 0m6.7-5c2.2.5 3.9 1.4 3.7 1.9s-2.1.6-4.3.1s-3.9-1.4-3.7-1.9c.2-.6 2.1-.6 4.3-.1m5.9-5.9c2.2.5 3.9 1.4 3.7 1.9c-.2.6-2.1.6-4.3.1s-3.9-1.4-3.7-1.9s2.1-.6 4.3-.1m6.7-6.7c2.2.5 3.9 1.4 3.7 1.9s-2.1.6-4.3.1s-3.9-1.4-3.7-1.9c.1-.6 2.1-.6 4.3-.1m5.9-7.5c2.2.5 3.9 1.4 3.7 1.9s-2.1.6-4.3.1s-3.9-1.4-3.7-1.9c.1-.6 2-.6 4.3-.1" opacity=".5"/><path fill="#ffce31" d="M10.5 52.1c.8-4.4 4.9-2.7 6.8-5.7c1-1.5 1.5-3.2 2.3-4.7c.7-1.4 3.6-.9 5.1-1.4c3.7-1.3 2.1-8.3 6.6-7.9c2.1.2 4.8-.8 5.1-3.2c.2-1.3.2-2.4 0-3.6c-.4-3.6 4.3-3 6-3.9c2.4-1.3 3.4-2.8 2.6-5.5c-.8-2.8 3.4.2 7.1-3.5c1.8-1.8.5-4.9-.5-6.1c-1.5-1.7-2.7.2-2.5 2.5c.1 1.6-3 .9-4.3.9c-.8 0-1.9.2-2.5.8c-1.8 1.9.4 4-.8 6.2c-1.5 2.7-5.2.9-7.6 4.4c-2.4 3.4-.5 7.7-3.8 7.4c-2.4-.2-4 2.2-5.1 4c-1.1 1.9-1.6 4.8-4.6 4.5c-1-.1-1.7.3-2.5.8c-3.2 2.2-1.8 5.8-6.2 7c-3.5.9-4.2 2.7-4.9 6.2c-.1 2.2 3.3 3.1 3.7.8"/></svg>
React
import type { SVGProps } from "react";
export function EmojioneHotDog(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#d9a559" d="M51.3 4.4c5.8 5.8 0 21-12.9 34s-28.2 18.7-34 12.9c-8.6-8.6 8.2-12.8 21.1-25.8S42.7-4.3 51.3 4.4"/><path fill="#fbbf67" d="M27.2 27.2C39.6 14.7 44-1.2 51.9 5.1c-.2-.3-.4-.5-.6-.8c-8.6-8.6-12.8 8.2-25.8 21.1c-13 13-29.8 17.2-21.1 25.8c.2.2.5.4.8.6c-6.4-7.8 9.5-12.2 22-24.6"/><path fill="#c94747" d="M54.6 5.2c5.8 5.8-2 20.3-15.8 34.1S10.4 61 4.6 55.2c-6.7-6.7 10.4-12 24.2-25.8C42.7 15.6 47.9-1.5 54.6 5.2"/><path fill="#fbbf67" d="M59.8 12.9c5.7 5.7-.1 20.9-13.1 33.9s-28.1 18.7-33.8 13s9-12 22-24.9c12.9-13 19.1-27.8 24.9-22"/><path fill="#3e4347" d="M54.5 12.5c.7-.4 1.3-.8 2-.9c.3-2.7-.3-4.9-1.8-6.5c-1.3-1.3-2.6-1.7-3.9-1.4c3.5 2.3 4.4 5.4 3.7 8.8m-41.3 41c-8.3 2.9-9.7-3.1-9.7-3.1c-.7 1.6-.5 3.2 1.1 4.8c1.7 1.7 4.1 2.2 7 1.8c0-1.1.6-2.2 1.6-3.5" opacity=".5"/><path fill="#d9a559" d="M43.7 43.7c-18.8 18.8-30.2 16-31.2 15.7c.1.2.3.3.4.5c5.7 5.7 20.9-.1 33.9-13.1C59 34.5 64.9 20.3 60.6 13.9c1.4 5.4-1.7 14.5-16.9 29.8"/><path fill="#3e4347" d="M14.4 44.9c2.2.5 3.9 1.4 3.7 1.9c-.2.6-2.1.6-4.3.1s-3.9-1.4-3.7-1.9c.1-.6 2-.6 4.3-.1m5.8-4.2c2.2.5 3.9 1.4 3.7 1.9s-2.1.6-4.3 0c-2.2-.5-3.9-1.4-3.7-1.9s2.1-.5 4.3 0m6.7-5c2.2.5 3.9 1.4 3.7 1.9s-2.1.6-4.3.1s-3.9-1.4-3.7-1.9c.2-.6 2.1-.6 4.3-.1m5.9-5.9c2.2.5 3.9 1.4 3.7 1.9c-.2.6-2.1.6-4.3.1s-3.9-1.4-3.7-1.9s2.1-.6 4.3-.1m6.7-6.7c2.2.5 3.9 1.4 3.7 1.9s-2.1.6-4.3.1s-3.9-1.4-3.7-1.9c.1-.6 2.1-.6 4.3-.1m5.9-7.5c2.2.5 3.9 1.4 3.7 1.9s-2.1.6-4.3.1s-3.9-1.4-3.7-1.9c.1-.6 2-.6 4.3-.1" opacity=".5"/><path fill="#ffce31" d="M10.5 52.1c.8-4.4 4.9-2.7 6.8-5.7c1-1.5 1.5-3.2 2.3-4.7c.7-1.4 3.6-.9 5.1-1.4c3.7-1.3 2.1-8.3 6.6-7.9c2.1.2 4.8-.8 5.1-3.2c.2-1.3.2-2.4 0-3.6c-.4-3.6 4.3-3 6-3.9c2.4-1.3 3.4-2.8 2.6-5.5c-.8-2.8 3.4.2 7.1-3.5c1.8-1.8.5-4.9-.5-6.1c-1.5-1.7-2.7.2-2.5 2.5c.1 1.6-3 .9-4.3.9c-.8 0-1.9.2-2.5.8c-1.8 1.9.4 4-.8 6.2c-1.5 2.7-5.2.9-7.6 4.4c-2.4 3.4-.5 7.7-3.8 7.4c-2.4-.2-4 2.2-5.1 4c-1.1 1.9-1.6 4.8-4.6 4.5c-1-.1-1.7.3-2.5.8c-3.2 2.2-1.8 5.8-6.2 7c-3.5.9-4.2 2.7-4.9 6.2c-.1 2.2 3.3 3.1 3.7.8"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><path fill="#d9a559" d="M51.3 4.4c5.8 5.8 0 21-12.9 34s-28.2 18.7-34 12.9c-8.6-8.6 8.2-12.8 21.1-25.8S42.7-4.3 51.3 4.4"/><path fill="#fbbf67" d="M27.2 27.2C39.6 14.7 44-1.2 51.9 5.1c-.2-.3-.4-.5-.6-.8c-8.6-8.6-12.8 8.2-25.8 21.1c-13 13-29.8 17.2-21.1 25.8c.2.2.5.4.8.6c-6.4-7.8 9.5-12.2 22-24.6"/><path fill="#c94747" d="M54.6 5.2c5.8 5.8-2 20.3-15.8 34.1S10.4 61 4.6 55.2c-6.7-6.7 10.4-12 24.2-25.8C42.7 15.6 47.9-1.5 54.6 5.2"/><path fill="#fbbf67" d="M59.8 12.9c5.7 5.7-.1 20.9-13.1 33.9s-28.1 18.7-33.8 13s9-12 22-24.9c12.9-13 19.1-27.8 24.9-22"/><path fill="#3e4347" d="M54.5 12.5c.7-.4 1.3-.8 2-.9c.3-2.7-.3-4.9-1.8-6.5c-1.3-1.3-2.6-1.7-3.9-1.4c3.5 2.3 4.4 5.4 3.7 8.8m-41.3 41c-8.3 2.9-9.7-3.1-9.7-3.1c-.7 1.6-.5 3.2 1.1 4.8c1.7 1.7 4.1 2.2 7 1.8c0-1.1.6-2.2 1.6-3.5" opacity=".5"/><path fill="#d9a559" d="M43.7 43.7c-18.8 18.8-30.2 16-31.2 15.7c.1.2.3.3.4.5c5.7 5.7 20.9-.1 33.9-13.1C59 34.5 64.9 20.3 60.6 13.9c1.4 5.4-1.7 14.5-16.9 29.8"/><path fill="#3e4347" d="M14.4 44.9c2.2.5 3.9 1.4 3.7 1.9c-.2.6-2.1.6-4.3.1s-3.9-1.4-3.7-1.9c.1-.6 2-.6 4.3-.1m5.8-4.2c2.2.5 3.9 1.4 3.7 1.9s-2.1.6-4.3 0c-2.2-.5-3.9-1.4-3.7-1.9s2.1-.5 4.3 0m6.7-5c2.2.5 3.9 1.4 3.7 1.9s-2.1.6-4.3.1s-3.9-1.4-3.7-1.9c.2-.6 2.1-.6 4.3-.1m5.9-5.9c2.2.5 3.9 1.4 3.7 1.9c-.2.6-2.1.6-4.3.1s-3.9-1.4-3.7-1.9s2.1-.6 4.3-.1m6.7-6.7c2.2.5 3.9 1.4 3.7 1.9s-2.1.6-4.3.1s-3.9-1.4-3.7-1.9c.1-.6 2.1-.6 4.3-.1m5.9-7.5c2.2.5 3.9 1.4 3.7 1.9s-2.1.6-4.3.1s-3.9-1.4-3.7-1.9c.1-.6 2-.6 4.3-.1" opacity=".5"/><path fill="#ffce31" d="M10.5 52.1c.8-4.4 4.9-2.7 6.8-5.7c1-1.5 1.5-3.2 2.3-4.7c.7-1.4 3.6-.9 5.1-1.4c3.7-1.3 2.1-8.3 6.6-7.9c2.1.2 4.8-.8 5.1-3.2c.2-1.3.2-2.4 0-3.6c-.4-3.6 4.3-3 6-3.9c2.4-1.3 3.4-2.8 2.6-5.5c-.8-2.8 3.4.2 7.1-3.5c1.8-1.8.5-4.9-.5-6.1c-1.5-1.7-2.7.2-2.5 2.5c.1 1.6-3 .9-4.3.9c-.8 0-1.9.2-2.5.8c-1.8 1.9.4 4-.8 6.2c-1.5 2.7-5.2.9-7.6 4.4c-2.4 3.4-.5 7.7-3.8 7.4c-2.4-.2-4 2.2-5.1 4c-1.1 1.9-1.6 4.8-4.6 4.5c-1-.1-1.7.3-2.5.8c-3.2 2.2-1.8 5.8-6.2 7c-3.5.9-4.2 2.7-4.9 6.2c-.1 2.2 3.3 3.1 3.7.8"/></svg> </template>
CSS
.icon-hot-dog {
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%2064%2064%22%3E%3Cpath%20fill%3D%22%23d9a559%22%20d%3D%22M51.3%204.4c5.8%205.8%200%2021-12.9%2034s-28.2%2018.7-34%2012.9c-8.6-8.6%208.2-12.8%2021.1-25.8S42.7-4.3%2051.3%204.4%22%2F%3E%3Cpath%20fill%3D%22%23fbbf67%22%20d%3D%22M27.2%2027.2C39.6%2014.7%2044-1.2%2051.9%205.1c-.2-.3-.4-.5-.6-.8c-8.6-8.6-12.8%208.2-25.8%2021.1c-13%2013-29.8%2017.2-21.1%2025.8c.2.2.5.4.8.6c-6.4-7.8%209.5-12.2%2022-24.6%22%2F%3E%3Cpath%20fill%3D%22%23c94747%22%20d%3D%22M54.6%205.2c5.8%205.8-2%2020.3-15.8%2034.1S10.4%2061%204.6%2055.2c-6.7-6.7%2010.4-12%2024.2-25.8C42.7%2015.6%2047.9-1.5%2054.6%205.2%22%2F%3E%3Cpath%20fill%3D%22%23fbbf67%22%20d%3D%22M59.8%2012.9c5.7%205.7-.1%2020.9-13.1%2033.9s-28.1%2018.7-33.8%2013s9-12%2022-24.9c12.9-13%2019.1-27.8%2024.9-22%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M54.5%2012.5c.7-.4%201.3-.8%202-.9c.3-2.7-.3-4.9-1.8-6.5c-1.3-1.3-2.6-1.7-3.9-1.4c3.5%202.3%204.4%205.4%203.7%208.8m-41.3%2041c-8.3%202.9-9.7-3.1-9.7-3.1c-.7%201.6-.5%203.2%201.1%204.8c1.7%201.7%204.1%202.2%207%201.8c0-1.1.6-2.2%201.6-3.5%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22%23d9a559%22%20d%3D%22M43.7%2043.7c-18.8%2018.8-30.2%2016-31.2%2015.7c.1.2.3.3.4.5c5.7%205.7%2020.9-.1%2033.9-13.1C59%2034.5%2064.9%2020.3%2060.6%2013.9c1.4%205.4-1.7%2014.5-16.9%2029.8%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M14.4%2044.9c2.2.5%203.9%201.4%203.7%201.9c-.2.6-2.1.6-4.3.1s-3.9-1.4-3.7-1.9c.1-.6%202-.6%204.3-.1m5.8-4.2c2.2.5%203.9%201.4%203.7%201.9s-2.1.6-4.3%200c-2.2-.5-3.9-1.4-3.7-1.9s2.1-.5%204.3%200m6.7-5c2.2.5%203.9%201.4%203.7%201.9s-2.1.6-4.3.1s-3.9-1.4-3.7-1.9c.2-.6%202.1-.6%204.3-.1m5.9-5.9c2.2.5%203.9%201.4%203.7%201.9c-.2.6-2.1.6-4.3.1s-3.9-1.4-3.7-1.9s2.1-.6%204.3-.1m6.7-6.7c2.2.5%203.9%201.4%203.7%201.9s-2.1.6-4.3.1s-3.9-1.4-3.7-1.9c.1-.6%202.1-.6%204.3-.1m5.9-7.5c2.2.5%203.9%201.4%203.7%201.9s-2.1.6-4.3.1s-3.9-1.4-3.7-1.9c.1-.6%202-.6%204.3-.1%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22%23ffce31%22%20d%3D%22M10.5%2052.1c.8-4.4%204.9-2.7%206.8-5.7c1-1.5%201.5-3.2%202.3-4.7c.7-1.4%203.6-.9%205.1-1.4c3.7-1.3%202.1-8.3%206.6-7.9c2.1.2%204.8-.8%205.1-3.2c.2-1.3.2-2.4%200-3.6c-.4-3.6%204.3-3%206-3.9c2.4-1.3%203.4-2.8%202.6-5.5c-.8-2.8%203.4.2%207.1-3.5c1.8-1.8.5-4.9-.5-6.1c-1.5-1.7-2.7.2-2.5%202.5c.1%201.6-3%20.9-4.3.9c-.8%200-1.9.2-2.5.8c-1.8%201.9.4%204-.8%206.2c-1.5%202.7-5.2.9-7.6%204.4c-2.4%203.4-.5%207.7-3.8%207.4c-2.4-.2-4%202.2-5.1%204c-1.1%201.9-1.6%204.8-4.6%204.5c-1-.1-1.7.3-2.5.8c-3.2%202.2-1.8%205.8-6.2%207c-3.5.9-4.2%202.7-4.9%206.2c-.1%202.2%203.3%203.1%203.7.8%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%2064%2064%22%3E%3Cpath%20fill%3D%22%23d9a559%22%20d%3D%22M51.3%204.4c5.8%205.8%200%2021-12.9%2034s-28.2%2018.7-34%2012.9c-8.6-8.6%208.2-12.8%2021.1-25.8S42.7-4.3%2051.3%204.4%22%2F%3E%3Cpath%20fill%3D%22%23fbbf67%22%20d%3D%22M27.2%2027.2C39.6%2014.7%2044-1.2%2051.9%205.1c-.2-.3-.4-.5-.6-.8c-8.6-8.6-12.8%208.2-25.8%2021.1c-13%2013-29.8%2017.2-21.1%2025.8c.2.2.5.4.8.6c-6.4-7.8%209.5-12.2%2022-24.6%22%2F%3E%3Cpath%20fill%3D%22%23c94747%22%20d%3D%22M54.6%205.2c5.8%205.8-2%2020.3-15.8%2034.1S10.4%2061%204.6%2055.2c-6.7-6.7%2010.4-12%2024.2-25.8C42.7%2015.6%2047.9-1.5%2054.6%205.2%22%2F%3E%3Cpath%20fill%3D%22%23fbbf67%22%20d%3D%22M59.8%2012.9c5.7%205.7-.1%2020.9-13.1%2033.9s-28.1%2018.7-33.8%2013s9-12%2022-24.9c12.9-13%2019.1-27.8%2024.9-22%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M54.5%2012.5c.7-.4%201.3-.8%202-.9c.3-2.7-.3-4.9-1.8-6.5c-1.3-1.3-2.6-1.7-3.9-1.4c3.5%202.3%204.4%205.4%203.7%208.8m-41.3%2041c-8.3%202.9-9.7-3.1-9.7-3.1c-.7%201.6-.5%203.2%201.1%204.8c1.7%201.7%204.1%202.2%207%201.8c0-1.1.6-2.2%201.6-3.5%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22%23d9a559%22%20d%3D%22M43.7%2043.7c-18.8%2018.8-30.2%2016-31.2%2015.7c.1.2.3.3.4.5c5.7%205.7%2020.9-.1%2033.9-13.1C59%2034.5%2064.9%2020.3%2060.6%2013.9c1.4%205.4-1.7%2014.5-16.9%2029.8%22%2F%3E%3Cpath%20fill%3D%22%233e4347%22%20d%3D%22M14.4%2044.9c2.2.5%203.9%201.4%203.7%201.9c-.2.6-2.1.6-4.3.1s-3.9-1.4-3.7-1.9c.1-.6%202-.6%204.3-.1m5.8-4.2c2.2.5%203.9%201.4%203.7%201.9s-2.1.6-4.3%200c-2.2-.5-3.9-1.4-3.7-1.9s2.1-.5%204.3%200m6.7-5c2.2.5%203.9%201.4%203.7%201.9s-2.1.6-4.3.1s-3.9-1.4-3.7-1.9c.2-.6%202.1-.6%204.3-.1m5.9-5.9c2.2.5%203.9%201.4%203.7%201.9c-.2.6-2.1.6-4.3.1s-3.9-1.4-3.7-1.9s2.1-.6%204.3-.1m6.7-6.7c2.2.5%203.9%201.4%203.7%201.9s-2.1.6-4.3.1s-3.9-1.4-3.7-1.9c.1-.6%202.1-.6%204.3-.1m5.9-7.5c2.2.5%203.9%201.4%203.7%201.9s-2.1.6-4.3.1s-3.9-1.4-3.7-1.9c.1-.6%202-.6%204.3-.1%22%20opacity%3D%22.5%22%2F%3E%3Cpath%20fill%3D%22%23ffce31%22%20d%3D%22M10.5%2052.1c.8-4.4%204.9-2.7%206.8-5.7c1-1.5%201.5-3.2%202.3-4.7c.7-1.4%203.6-.9%205.1-1.4c3.7-1.3%202.1-8.3%206.6-7.9c2.1.2%204.8-.8%205.1-3.2c.2-1.3.2-2.4%200-3.6c-.4-3.6%204.3-3%206-3.9c2.4-1.3%203.4-2.8%202.6-5.5c-.8-2.8%203.4.2%207.1-3.5c1.8-1.8.5-4.9-.5-6.1c-1.5-1.7-2.7.2-2.5%202.5c.1%201.6-3%20.9-4.3.9c-.8%200-1.9.2-2.5.8c-1.8%201.9.4%204-.8%206.2c-1.5%202.7-5.2.9-7.6%204.4c-2.4%203.4-.5%207.7-3.8%207.4c-2.4-.2-4%202.2-5.1%204c-1.1%201.9-1.6%204.8-4.6%204.5c-1-.1-1.7.3-2.5.8c-3.2%202.2-1.8%205.8-6.2%207c-3.5.9-4.2%202.7-4.9%206.2c-.1%202.2%203.3%203.1%203.7.8%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/emojione/hot-dog.svg?color=%231a73e8&size=48