hotdog icon
hotdog from Font Awesome 6 Solid by Dave Gandy · Regular · Food · CC-BY-4.0 Attribution required.
- Name
- hotdog
- Set
- Font Awesome 6 Solid
- Style
- Regular
- Category
- Food
- Viewbox
- 512×512
- License
- CC BY 4.0
The same icon in other sets
More food icons from Font Awesome 6 Solid
Use the hotdog icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M488.6 23.4c31.2 31.2 31.2 81.9 0 113.1l-352 352c-31.2 31.2-81.9 31.2-113.1 0s-31.2-81.9 0-113.1l352-352c31.2-31.2 81.9-31.2 113.1 0m-45.3 69.3c-6.2-6.2-16.4-6.2-22.6 0c-12.5 12.5-23.8 15.1-37.5 17.6l-2.5.4c-13.8 2.5-31.6 5.6-48 22c-16.7 16.7-20.9 36-24.1 50.9l-.2 1c-3.4 15.6-6 26.4-15.7 36.1s-20.5 12.3-36.1 15.7l-1 .2c-14.9 3.2-34.2 7.4-50.9 24.1s-20.9 36-24.1 50.9l-.2 1c-3.4 15.6-6 26.4-15.7 36.1c-9.2 9.2-18 10.8-32.7 13.4l-.9.2c-15.6 2.8-34.9 6.9-54.4 26.4c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0c12.5-12.5 23.8-15.1 37.5-17.6l2.5-.4c13.8-2.5 31.6-5.6 48-22c16.7-16.7 20.9-36 24.1-50.9l.2-1c3.4-15.6 6-26.4 15.7-36.1s20.5-12.3 36.1-15.7l1-.2c14.9-3.2 34.2-7.4 50.9-24.1s20.9-36 24.1-50.9l.2-1c3.4-15.6 6-26.4 15.7-36.1c9.2-9.2 18-10.8 32.7-13.4l.9-.2c15.6-2.8 34.9-6.9 54.4-26.4c6.2-6.2 6.2-16.4 0-22.6M191.2 479.2l288-288L495 207c10.9 10.9 17 25.6 17 41s-6.1 30.1-17 41L289 495c-10.9 10.9-25.6 17-41 17s-30.1-6.1-41-17zM17 305C6.1 294.1 0 279.4 0 264s6.1-30.1 17-41L223 17c10.9-10.9 25.6-17 41-17s30.1 6.1 41 17l15.8 15.8l-288 288z"/></svg>
React
import type { SVGProps } from "react";
export function Fa6SolidHotdog(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M488.6 23.4c31.2 31.2 31.2 81.9 0 113.1l-352 352c-31.2 31.2-81.9 31.2-113.1 0s-31.2-81.9 0-113.1l352-352c31.2-31.2 81.9-31.2 113.1 0m-45.3 69.3c-6.2-6.2-16.4-6.2-22.6 0c-12.5 12.5-23.8 15.1-37.5 17.6l-2.5.4c-13.8 2.5-31.6 5.6-48 22c-16.7 16.7-20.9 36-24.1 50.9l-.2 1c-3.4 15.6-6 26.4-15.7 36.1s-20.5 12.3-36.1 15.7l-1 .2c-14.9 3.2-34.2 7.4-50.9 24.1s-20.9 36-24.1 50.9l-.2 1c-3.4 15.6-6 26.4-15.7 36.1c-9.2 9.2-18 10.8-32.7 13.4l-.9.2c-15.6 2.8-34.9 6.9-54.4 26.4c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0c12.5-12.5 23.8-15.1 37.5-17.6l2.5-.4c13.8-2.5 31.6-5.6 48-22c16.7-16.7 20.9-36 24.1-50.9l.2-1c3.4-15.6 6-26.4 15.7-36.1s20.5-12.3 36.1-15.7l1-.2c14.9-3.2 34.2-7.4 50.9-24.1s20.9-36 24.1-50.9l.2-1c3.4-15.6 6-26.4 15.7-36.1c9.2-9.2 18-10.8 32.7-13.4l.9-.2c15.6-2.8 34.9-6.9 54.4-26.4c6.2-6.2 6.2-16.4 0-22.6M191.2 479.2l288-288L495 207c10.9 10.9 17 25.6 17 41s-6.1 30.1-17 41L289 495c-10.9 10.9-25.6 17-41 17s-30.1-6.1-41-17zM17 305C6.1 294.1 0 279.4 0 264s6.1-30.1 17-41L223 17c10.9-10.9 25.6-17 41-17s30.1 6.1 41 17l15.8 15.8l-288 288z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M488.6 23.4c31.2 31.2 31.2 81.9 0 113.1l-352 352c-31.2 31.2-81.9 31.2-113.1 0s-31.2-81.9 0-113.1l352-352c31.2-31.2 81.9-31.2 113.1 0m-45.3 69.3c-6.2-6.2-16.4-6.2-22.6 0c-12.5 12.5-23.8 15.1-37.5 17.6l-2.5.4c-13.8 2.5-31.6 5.6-48 22c-16.7 16.7-20.9 36-24.1 50.9l-.2 1c-3.4 15.6-6 26.4-15.7 36.1s-20.5 12.3-36.1 15.7l-1 .2c-14.9 3.2-34.2 7.4-50.9 24.1s-20.9 36-24.1 50.9l-.2 1c-3.4 15.6-6 26.4-15.7 36.1c-9.2 9.2-18 10.8-32.7 13.4l-.9.2c-15.6 2.8-34.9 6.9-54.4 26.4c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0c12.5-12.5 23.8-15.1 37.5-17.6l2.5-.4c13.8-2.5 31.6-5.6 48-22c16.7-16.7 20.9-36 24.1-50.9l.2-1c3.4-15.6 6-26.4 15.7-36.1s20.5-12.3 36.1-15.7l1-.2c14.9-3.2 34.2-7.4 50.9-24.1s20.9-36 24.1-50.9l.2-1c3.4-15.6 6-26.4 15.7-36.1c9.2-9.2 18-10.8 32.7-13.4l.9-.2c15.6-2.8 34.9-6.9 54.4-26.4c6.2-6.2 6.2-16.4 0-22.6M191.2 479.2l288-288L495 207c10.9 10.9 17 25.6 17 41s-6.1 30.1-17 41L289 495c-10.9 10.9-25.6 17-41 17s-30.1-6.1-41-17zM17 305C6.1 294.1 0 279.4 0 264s6.1-30.1 17-41L223 17c10.9-10.9 25.6-17 41-17s30.1 6.1 41 17l15.8 15.8l-288 288z"/></svg> </template>
CSS
.icon-hotdog {
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%22currentColor%22%20d%3D%22M488.6%2023.4c31.2%2031.2%2031.2%2081.9%200%20113.1l-352%20352c-31.2%2031.2-81.9%2031.2-113.1%200s-31.2-81.9%200-113.1l352-352c31.2-31.2%2081.9-31.2%20113.1%200m-45.3%2069.3c-6.2-6.2-16.4-6.2-22.6%200c-12.5%2012.5-23.8%2015.1-37.5%2017.6l-2.5.4c-13.8%202.5-31.6%205.6-48%2022c-16.7%2016.7-20.9%2036-24.1%2050.9l-.2%201c-3.4%2015.6-6%2026.4-15.7%2036.1s-20.5%2012.3-36.1%2015.7l-1%20.2c-14.9%203.2-34.2%207.4-50.9%2024.1s-20.9%2036-24.1%2050.9l-.2%201c-3.4%2015.6-6%2026.4-15.7%2036.1c-9.2%209.2-18%2010.8-32.7%2013.4l-.9.2c-15.6%202.8-34.9%206.9-54.4%2026.4c-6.2%206.2-6.2%2016.4%200%2022.6s16.4%206.2%2022.6%200c12.5-12.5%2023.8-15.1%2037.5-17.6l2.5-.4c13.8-2.5%2031.6-5.6%2048-22c16.7-16.7%2020.9-36%2024.1-50.9l.2-1c3.4-15.6%206-26.4%2015.7-36.1s20.5-12.3%2036.1-15.7l1-.2c14.9-3.2%2034.2-7.4%2050.9-24.1s20.9-36%2024.1-50.9l.2-1c3.4-15.6%206-26.4%2015.7-36.1c9.2-9.2%2018-10.8%2032.7-13.4l.9-.2c15.6-2.8%2034.9-6.9%2054.4-26.4c6.2-6.2%206.2-16.4%200-22.6M191.2%20479.2l288-288L495%20207c10.9%2010.9%2017%2025.6%2017%2041s-6.1%2030.1-17%2041L289%20495c-10.9%2010.9-25.6%2017-41%2017s-30.1-6.1-41-17zM17%20305C6.1%20294.1%200%20279.4%200%20264s6.1-30.1%2017-41L223%2017c10.9-10.9%2025.6-17%2041-17s30.1%206.1%2041%2017l15.8%2015.8l-288%20288z%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%22currentColor%22%20d%3D%22M488.6%2023.4c31.2%2031.2%2031.2%2081.9%200%20113.1l-352%20352c-31.2%2031.2-81.9%2031.2-113.1%200s-31.2-81.9%200-113.1l352-352c31.2-31.2%2081.9-31.2%20113.1%200m-45.3%2069.3c-6.2-6.2-16.4-6.2-22.6%200c-12.5%2012.5-23.8%2015.1-37.5%2017.6l-2.5.4c-13.8%202.5-31.6%205.6-48%2022c-16.7%2016.7-20.9%2036-24.1%2050.9l-.2%201c-3.4%2015.6-6%2026.4-15.7%2036.1s-20.5%2012.3-36.1%2015.7l-1%20.2c-14.9%203.2-34.2%207.4-50.9%2024.1s-20.9%2036-24.1%2050.9l-.2%201c-3.4%2015.6-6%2026.4-15.7%2036.1c-9.2%209.2-18%2010.8-32.7%2013.4l-.9.2c-15.6%202.8-34.9%206.9-54.4%2026.4c-6.2%206.2-6.2%2016.4%200%2022.6s16.4%206.2%2022.6%200c12.5-12.5%2023.8-15.1%2037.5-17.6l2.5-.4c13.8-2.5%2031.6-5.6%2048-22c16.7-16.7%2020.9-36%2024.1-50.9l.2-1c3.4-15.6%206-26.4%2015.7-36.1s20.5-12.3%2036.1-15.7l1-.2c14.9-3.2%2034.2-7.4%2050.9-24.1s20.9-36%2024.1-50.9l.2-1c3.4-15.6%206-26.4%2015.7-36.1c9.2-9.2%2018-10.8%2032.7-13.4l.9-.2c15.6-2.8%2034.9-6.9%2054.4-26.4c6.2-6.2%206.2-16.4%200-22.6M191.2%20479.2l288-288L495%20207c10.9%2010.9%2017%2025.6%2017%2041s-6.1%2030.1-17%2041L289%20495c-10.9%2010.9-25.6%2017-41%2017s-30.1-6.1-41-17zM17%20305C6.1%20294.1%200%20279.4%200%20264s6.1-30.1%2017-41L223%2017c10.9-10.9%2025.6-17%2041-17s30.1%206.1%2041%2017l15.8%2015.8l-288%20288z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fa6-solid/hotdog.svg?color=%231a73e8&size=48