hot dog emoji
hot-dog from Noto Emoji by Google Inc · Default · Food & Drink · Apache-2.0 Free for personal and commercial use.
- Name
- hot-dog
- Set
- Noto Emoji
- Style
- Default
- Category
- Food & Drink
- Viewbox
- 128×128
- License
- Apache 2.0
The same emoji in other sets
More food & drink icons from Noto Emoji
Use the hot dog emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#f8af3c" d="M31.05 41.19s-2.96-22.81 9.71-21.4c12.52 1.39 14.98 16.93 30.97 29C94.68 66.11 104.82 66.81 109.04 73s3.1 11.54 3.1 11.54s-34.49.99-51.81-13.8s-29.28-29.55-29.28-29.55"/><path fill="#ec6b31" d="M17.11 13.31c8.96-4.48 17.1 1.9 19.01 7.32C37.9 25.73 47.38 40.76 54 47.66C59.1 52.99 74.66 67.61 87.08 73c13.94 6.05 26.19 4.79 31.68 8.73s6.44 14.43 3.77 17.67s-9.26 6.83-19.96 2.89s-45.19-11.83-61.24-28.58S8.39 26.12 9.65 22.6s2.96-7.03 7.46-9.29"/><path fill="#af5832" d="M15.99 45.55c-3.16-5.74-7.88-10.63-7.18-19.43c.35-4.36 2.82-7.81 2.82-7.81s-.56 6.26 3.1 8.94s9.01 4.5 13.09 10.28s9.85 20.27 28.16 34.35c18.64 14.34 33.65 12.95 40.4 17.46c6.76 4.5 8.31 11.83 16.33 11.68c8.02-.14 10.7-3.24 10.7-3.24s-2.39 8.31-11.4 9.15s-16.05-3.1-19.99-4.5s-43.78-13.8-54.9-27.45s-19.58-26.61-21.13-29.43"/><path fill="#f5b03c" d="M29.5 95.11c18.76 14.93 41.53 22.38 55.75 18.86c16.71-4.14 14.94-14.5 13.66-17.18c-1.83-3.8-8.59-6.48-15.06-8.02c-6.48-1.55-21.72-5.34-37.03-19.43c-17.74-16.33-21.49-36.92-31.4-37.02c-6.54-.07-10.2 3.31-11.12 13.23c-.96 10.41 5.92 34.21 25.2 49.56"/><path fill="#ffe361" d="M26.87 14.3c-2.58-1.56-4.83.79-5.07 5.26c-.19 3.57 1.22 6.96 5.26 8.92c3.38 1.64 8.59 3 10.37 6.52s.19 15.49 5.26 20.51s16.64 3.93 21.09 8.53s5.37 13.48 11.85 16.81s12.39-1.36 18.35.47s10.84 10.18 11.5 11.4s2.79 3.66 4.93 2.25c2.34-1.55.19-4.27-.56-5.63s-7.09-11.73-14.92-13.89s-11.83 1.74-16.42-.19c-4.6-1.92-4.74-12.44-11.54-16.94s-15.77-3-19.8-7.18s-1.04-15.21-4.08-19.71C39.66 26.36 29 24.23 27.7 20.82c-1.08-2.76 1.27-5.25-.83-6.52"/></svg>
React
import type { SVGProps } from "react";
export function NotoHotDog(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#f8af3c" d="M31.05 41.19s-2.96-22.81 9.71-21.4c12.52 1.39 14.98 16.93 30.97 29C94.68 66.11 104.82 66.81 109.04 73s3.1 11.54 3.1 11.54s-34.49.99-51.81-13.8s-29.28-29.55-29.28-29.55"/><path fill="#ec6b31" d="M17.11 13.31c8.96-4.48 17.1 1.9 19.01 7.32C37.9 25.73 47.38 40.76 54 47.66C59.1 52.99 74.66 67.61 87.08 73c13.94 6.05 26.19 4.79 31.68 8.73s6.44 14.43 3.77 17.67s-9.26 6.83-19.96 2.89s-45.19-11.83-61.24-28.58S8.39 26.12 9.65 22.6s2.96-7.03 7.46-9.29"/><path fill="#af5832" d="M15.99 45.55c-3.16-5.74-7.88-10.63-7.18-19.43c.35-4.36 2.82-7.81 2.82-7.81s-.56 6.26 3.1 8.94s9.01 4.5 13.09 10.28s9.85 20.27 28.16 34.35c18.64 14.34 33.65 12.95 40.4 17.46c6.76 4.5 8.31 11.83 16.33 11.68c8.02-.14 10.7-3.24 10.7-3.24s-2.39 8.31-11.4 9.15s-16.05-3.1-19.99-4.5s-43.78-13.8-54.9-27.45s-19.58-26.61-21.13-29.43"/><path fill="#f5b03c" d="M29.5 95.11c18.76 14.93 41.53 22.38 55.75 18.86c16.71-4.14 14.94-14.5 13.66-17.18c-1.83-3.8-8.59-6.48-15.06-8.02c-6.48-1.55-21.72-5.34-37.03-19.43c-17.74-16.33-21.49-36.92-31.4-37.02c-6.54-.07-10.2 3.31-11.12 13.23c-.96 10.41 5.92 34.21 25.2 49.56"/><path fill="#ffe361" d="M26.87 14.3c-2.58-1.56-4.83.79-5.07 5.26c-.19 3.57 1.22 6.96 5.26 8.92c3.38 1.64 8.59 3 10.37 6.52s.19 15.49 5.26 20.51s16.64 3.93 21.09 8.53s5.37 13.48 11.85 16.81s12.39-1.36 18.35.47s10.84 10.18 11.5 11.4s2.79 3.66 4.93 2.25c2.34-1.55.19-4.27-.56-5.63s-7.09-11.73-14.92-13.89s-11.83 1.74-16.42-.19c-4.6-1.92-4.74-12.44-11.54-16.94s-15.77-3-19.8-7.18s-1.04-15.21-4.08-19.71C39.66 26.36 29 24.23 27.7 20.82c-1.08-2.76 1.27-5.25-.83-6.52"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 128 128"><path fill="#f8af3c" d="M31.05 41.19s-2.96-22.81 9.71-21.4c12.52 1.39 14.98 16.93 30.97 29C94.68 66.11 104.82 66.81 109.04 73s3.1 11.54 3.1 11.54s-34.49.99-51.81-13.8s-29.28-29.55-29.28-29.55"/><path fill="#ec6b31" d="M17.11 13.31c8.96-4.48 17.1 1.9 19.01 7.32C37.9 25.73 47.38 40.76 54 47.66C59.1 52.99 74.66 67.61 87.08 73c13.94 6.05 26.19 4.79 31.68 8.73s6.44 14.43 3.77 17.67s-9.26 6.83-19.96 2.89s-45.19-11.83-61.24-28.58S8.39 26.12 9.65 22.6s2.96-7.03 7.46-9.29"/><path fill="#af5832" d="M15.99 45.55c-3.16-5.74-7.88-10.63-7.18-19.43c.35-4.36 2.82-7.81 2.82-7.81s-.56 6.26 3.1 8.94s9.01 4.5 13.09 10.28s9.85 20.27 28.16 34.35c18.64 14.34 33.65 12.95 40.4 17.46c6.76 4.5 8.31 11.83 16.33 11.68c8.02-.14 10.7-3.24 10.7-3.24s-2.39 8.31-11.4 9.15s-16.05-3.1-19.99-4.5s-43.78-13.8-54.9-27.45s-19.58-26.61-21.13-29.43"/><path fill="#f5b03c" d="M29.5 95.11c18.76 14.93 41.53 22.38 55.75 18.86c16.71-4.14 14.94-14.5 13.66-17.18c-1.83-3.8-8.59-6.48-15.06-8.02c-6.48-1.55-21.72-5.34-37.03-19.43c-17.74-16.33-21.49-36.92-31.4-37.02c-6.54-.07-10.2 3.31-11.12 13.23c-.96 10.41 5.92 34.21 25.2 49.56"/><path fill="#ffe361" d="M26.87 14.3c-2.58-1.56-4.83.79-5.07 5.26c-.19 3.57 1.22 6.96 5.26 8.92c3.38 1.64 8.59 3 10.37 6.52s.19 15.49 5.26 20.51s16.64 3.93 21.09 8.53s5.37 13.48 11.85 16.81s12.39-1.36 18.35.47s10.84 10.18 11.5 11.4s2.79 3.66 4.93 2.25c2.34-1.55.19-4.27-.56-5.63s-7.09-11.73-14.92-13.89s-11.83 1.74-16.42-.19c-4.6-1.92-4.74-12.44-11.54-16.94s-15.77-3-19.8-7.18s-1.04-15.21-4.08-19.71C39.66 26.36 29 24.23 27.7 20.82c-1.08-2.76 1.27-5.25-.83-6.52"/></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%20128%20128%22%3E%3Cpath%20fill%3D%22%23f8af3c%22%20d%3D%22M31.05%2041.19s-2.96-22.81%209.71-21.4c12.52%201.39%2014.98%2016.93%2030.97%2029C94.68%2066.11%20104.82%2066.81%20109.04%2073s3.1%2011.54%203.1%2011.54s-34.49.99-51.81-13.8s-29.28-29.55-29.28-29.55%22%2F%3E%3Cpath%20fill%3D%22%23ec6b31%22%20d%3D%22M17.11%2013.31c8.96-4.48%2017.1%201.9%2019.01%207.32C37.9%2025.73%2047.38%2040.76%2054%2047.66C59.1%2052.99%2074.66%2067.61%2087.08%2073c13.94%206.05%2026.19%204.79%2031.68%208.73s6.44%2014.43%203.77%2017.67s-9.26%206.83-19.96%202.89s-45.19-11.83-61.24-28.58S8.39%2026.12%209.65%2022.6s2.96-7.03%207.46-9.29%22%2F%3E%3Cpath%20fill%3D%22%23af5832%22%20d%3D%22M15.99%2045.55c-3.16-5.74-7.88-10.63-7.18-19.43c.35-4.36%202.82-7.81%202.82-7.81s-.56%206.26%203.1%208.94s9.01%204.5%2013.09%2010.28s9.85%2020.27%2028.16%2034.35c18.64%2014.34%2033.65%2012.95%2040.4%2017.46c6.76%204.5%208.31%2011.83%2016.33%2011.68c8.02-.14%2010.7-3.24%2010.7-3.24s-2.39%208.31-11.4%209.15s-16.05-3.1-19.99-4.5s-43.78-13.8-54.9-27.45s-19.58-26.61-21.13-29.43%22%2F%3E%3Cpath%20fill%3D%22%23f5b03c%22%20d%3D%22M29.5%2095.11c18.76%2014.93%2041.53%2022.38%2055.75%2018.86c16.71-4.14%2014.94-14.5%2013.66-17.18c-1.83-3.8-8.59-6.48-15.06-8.02c-6.48-1.55-21.72-5.34-37.03-19.43c-17.74-16.33-21.49-36.92-31.4-37.02c-6.54-.07-10.2%203.31-11.12%2013.23c-.96%2010.41%205.92%2034.21%2025.2%2049.56%22%2F%3E%3Cpath%20fill%3D%22%23ffe361%22%20d%3D%22M26.87%2014.3c-2.58-1.56-4.83.79-5.07%205.26c-.19%203.57%201.22%206.96%205.26%208.92c3.38%201.64%208.59%203%2010.37%206.52s.19%2015.49%205.26%2020.51s16.64%203.93%2021.09%208.53s5.37%2013.48%2011.85%2016.81s12.39-1.36%2018.35.47s10.84%2010.18%2011.5%2011.4s2.79%203.66%204.93%202.25c2.34-1.55.19-4.27-.56-5.63s-7.09-11.73-14.92-13.89s-11.83%201.74-16.42-.19c-4.6-1.92-4.74-12.44-11.54-16.94s-15.77-3-19.8-7.18s-1.04-15.21-4.08-19.71C39.66%2026.36%2029%2024.23%2027.7%2020.82c-1.08-2.76%201.27-5.25-.83-6.52%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%20128%20128%22%3E%3Cpath%20fill%3D%22%23f8af3c%22%20d%3D%22M31.05%2041.19s-2.96-22.81%209.71-21.4c12.52%201.39%2014.98%2016.93%2030.97%2029C94.68%2066.11%20104.82%2066.81%20109.04%2073s3.1%2011.54%203.1%2011.54s-34.49.99-51.81-13.8s-29.28-29.55-29.28-29.55%22%2F%3E%3Cpath%20fill%3D%22%23ec6b31%22%20d%3D%22M17.11%2013.31c8.96-4.48%2017.1%201.9%2019.01%207.32C37.9%2025.73%2047.38%2040.76%2054%2047.66C59.1%2052.99%2074.66%2067.61%2087.08%2073c13.94%206.05%2026.19%204.79%2031.68%208.73s6.44%2014.43%203.77%2017.67s-9.26%206.83-19.96%202.89s-45.19-11.83-61.24-28.58S8.39%2026.12%209.65%2022.6s2.96-7.03%207.46-9.29%22%2F%3E%3Cpath%20fill%3D%22%23af5832%22%20d%3D%22M15.99%2045.55c-3.16-5.74-7.88-10.63-7.18-19.43c.35-4.36%202.82-7.81%202.82-7.81s-.56%206.26%203.1%208.94s9.01%204.5%2013.09%2010.28s9.85%2020.27%2028.16%2034.35c18.64%2014.34%2033.65%2012.95%2040.4%2017.46c6.76%204.5%208.31%2011.83%2016.33%2011.68c8.02-.14%2010.7-3.24%2010.7-3.24s-2.39%208.31-11.4%209.15s-16.05-3.1-19.99-4.5s-43.78-13.8-54.9-27.45s-19.58-26.61-21.13-29.43%22%2F%3E%3Cpath%20fill%3D%22%23f5b03c%22%20d%3D%22M29.5%2095.11c18.76%2014.93%2041.53%2022.38%2055.75%2018.86c16.71-4.14%2014.94-14.5%2013.66-17.18c-1.83-3.8-8.59-6.48-15.06-8.02c-6.48-1.55-21.72-5.34-37.03-19.43c-17.74-16.33-21.49-36.92-31.4-37.02c-6.54-.07-10.2%203.31-11.12%2013.23c-.96%2010.41%205.92%2034.21%2025.2%2049.56%22%2F%3E%3Cpath%20fill%3D%22%23ffe361%22%20d%3D%22M26.87%2014.3c-2.58-1.56-4.83.79-5.07%205.26c-.19%203.57%201.22%206.96%205.26%208.92c3.38%201.64%208.59%203%2010.37%206.52s.19%2015.49%205.26%2020.51s16.64%203.93%2021.09%208.53s5.37%2013.48%2011.85%2016.81s12.39-1.36%2018.35.47s10.84%2010.18%2011.5%2011.4s2.79%203.66%204.93%202.25c2.34-1.55.19-4.27-.56-5.63s-7.09-11.73-14.92-13.89s-11.83%201.74-16.42-.19c-4.6-1.92-4.74-12.44-11.54-16.94s-15.77-3-19.8-7.18s-1.04-15.21-4.08-19.71C39.66%2026.36%2029%2024.23%2027.7%2020.82c-1.08-2.76%201.27-5.25-.83-6.52%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/noto/hot-dog.svg?color=%231a73e8&size=48