food hot dog icon
food-hot-dog from Material Design Icons by Pictogrammers · Filled · Food / Drink · Apache-2.0 Free for personal and commercial use.
- Name
- food-hot-dog
- Set
- Material Design Icons
- Style
- Filled
- Category
- Food / Drink
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- food-frankfurter, food-weiner
More food / drink icons from Material Design Icons
Use the food hot dog icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 5.77c-.15-.12-.28-.22-.41-.32l.03-.04c.78-.78.78-2.04 0-2.82s-2.04-.78-2.83 0l-.74.74a3.465 3.465 0 0 0-4.55.32L3.65 12.5a3.465 3.465 0 0 0-.32 4.55l-.74.74c-.79.79-.79 2.05 0 2.83c.78.78 2.04.78 2.82 0l.04-.03c.1.13.2.26.32.41c1.36 1.34 3.58 1.34 4.95 0l10.25-10.28A3.52 3.52 0 0 0 21 5.77M4.77 15.61a1.5 1.5 0 0 1 .29-1.71l8.84-8.84a1.5 1.5 0 0 1 1.71-.29zM19.56 9.3L9.3 19.56c-.58.59-1.53.59-2.12 0c-.58-.56-.58-1.56 0-2.12L17.44 7.18c.56-.58 1.56-.58 2.12 0c.59.59.59 1.54 0 2.12"/></svg>
React
import type { SVGProps } from "react";
export function MdiFoodHotDog(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="M21 5.77c-.15-.12-.28-.22-.41-.32l.03-.04c.78-.78.78-2.04 0-2.82s-2.04-.78-2.83 0l-.74.74a3.465 3.465 0 0 0-4.55.32L3.65 12.5a3.465 3.465 0 0 0-.32 4.55l-.74.74c-.79.79-.79 2.05 0 2.83c.78.78 2.04.78 2.82 0l.04-.03c.1.13.2.26.32.41c1.36 1.34 3.58 1.34 4.95 0l10.25-10.28A3.52 3.52 0 0 0 21 5.77M4.77 15.61a1.5 1.5 0 0 1 .29-1.71l8.84-8.84a1.5 1.5 0 0 1 1.71-.29zM19.56 9.3L9.3 19.56c-.58.59-1.53.59-2.12 0c-.58-.56-.58-1.56 0-2.12L17.44 7.18c.56-.58 1.56-.58 2.12 0c.59.59.59 1.54 0 2.12"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M21 5.77c-.15-.12-.28-.22-.41-.32l.03-.04c.78-.78.78-2.04 0-2.82s-2.04-.78-2.83 0l-.74.74a3.465 3.465 0 0 0-4.55.32L3.65 12.5a3.465 3.465 0 0 0-.32 4.55l-.74.74c-.79.79-.79 2.05 0 2.83c.78.78 2.04.78 2.82 0l.04-.03c.1.13.2.26.32.41c1.36 1.34 3.58 1.34 4.95 0l10.25-10.28A3.52 3.52 0 0 0 21 5.77M4.77 15.61a1.5 1.5 0 0 1 .29-1.71l8.84-8.84a1.5 1.5 0 0 1 1.71-.29zM19.56 9.3L9.3 19.56c-.58.59-1.53.59-2.12 0c-.58-.56-.58-1.56 0-2.12L17.44 7.18c.56-.58 1.56-.58 2.12 0c.59.59.59 1.54 0 2.12"/></svg> </template>
CSS
.icon-food-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21%205.77c-.15-.12-.28-.22-.41-.32l.03-.04c.78-.78.78-2.04%200-2.82s-2.04-.78-2.83%200l-.74.74a3.465%203.465%200%200%200-4.55.32L3.65%2012.5a3.465%203.465%200%200%200-.32%204.55l-.74.74c-.79.79-.79%202.05%200%202.83c.78.78%202.04.78%202.82%200l.04-.03c.1.13.2.26.32.41c1.36%201.34%203.58%201.34%204.95%200l10.25-10.28A3.52%203.52%200%200%200%2021%205.77M4.77%2015.61a1.5%201.5%200%200%201%20.29-1.71l8.84-8.84a1.5%201.5%200%200%201%201.71-.29zM19.56%209.3L9.3%2019.56c-.58.59-1.53.59-2.12%200c-.58-.56-.58-1.56%200-2.12L17.44%207.18c.56-.58%201.56-.58%202.12%200c.59.59.59%201.54%200%202.12%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%22M21%205.77c-.15-.12-.28-.22-.41-.32l.03-.04c.78-.78.78-2.04%200-2.82s-2.04-.78-2.83%200l-.74.74a3.465%203.465%200%200%200-4.55.32L3.65%2012.5a3.465%203.465%200%200%200-.32%204.55l-.74.74c-.79.79-.79%202.05%200%202.83c.78.78%202.04.78%202.82%200l.04-.03c.1.13.2.26.32.41c1.36%201.34%203.58%201.34%204.95%200l10.25-10.28A3.52%203.52%200%200%200%2021%205.77M4.77%2015.61a1.5%201.5%200%200%201%20.29-1.71l8.84-8.84a1.5%201.5%200%200%201%201.71-.29zM19.56%209.3L9.3%2019.56c-.58.59-1.53.59-2.12%200c-.58-.56-.58-1.56%200-2.12L17.44%207.18c.56-.58%201.56-.58%202.12%200c.59.59.59%201.54%200%202.12%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/food-hot-dog.svg?color=%231a73e8&size=48