fastfood icon
fastfood-rounded from Material Symbols by Google · Rounded · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- fastfood-rounded
- Set
- Material Symbols
- Style
- Rounded
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols
The same icon in other sets
More maps icons from Material Symbols
Use the fastfood icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 9q1.15 0 2.338.288t2.2.887t1.737 1.5t.975 2.125q.1.475-.2.837t-.775.363H2.225q-.475 0-.775-.363t-.2-.837q.25-1.225.988-2.125t1.75-1.5t2.187-.888T8.5 9M2 19q-.425 0-.712-.288T1 18t.288-.712T2 17h13q.425 0 .713.288T16 18t-.288.713T15 19zm0 4q-.425 0-.712-.288T1 22t.288-.712T2 21h13q.425 0 .713.288T16 22t-.288.713T15 23zm18.3 0H19q-.425 0-.712-.288T18 22v-7q0-2.7-1.763-4.712t-4.362-2.813q-.275-.075-.45-.287T11.2 6.7l-.075-.575q-.05-.45.25-.787t.75-.338H16V2q0-.425.288-.712T17 1t.713.288T18 2v3h3.9q.45 0 .75.325t.25.775l-1.6 16q-.05.375-.325.638T20.3 23"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsFastfoodRounded(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="M8.5 9q1.15 0 2.338.288t2.2.887t1.737 1.5t.975 2.125q.1.475-.2.837t-.775.363H2.225q-.475 0-.775-.363t-.2-.837q.25-1.225.988-2.125t1.75-1.5t2.187-.888T8.5 9M2 19q-.425 0-.712-.288T1 18t.288-.712T2 17h13q.425 0 .713.288T16 18t-.288.713T15 19zm0 4q-.425 0-.712-.288T1 22t.288-.712T2 21h13q.425 0 .713.288T16 22t-.288.713T15 23zm18.3 0H19q-.425 0-.712-.288T18 22v-7q0-2.7-1.763-4.712t-4.362-2.813q-.275-.075-.45-.287T11.2 6.7l-.075-.575q-.05-.45.25-.787t.75-.338H16V2q0-.425.288-.712T17 1t.713.288T18 2v3h3.9q.45 0 .75.325t.25.775l-1.6 16q-.05.375-.325.638T20.3 23"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.5 9q1.15 0 2.338.288t2.2.887t1.737 1.5t.975 2.125q.1.475-.2.837t-.775.363H2.225q-.475 0-.775-.363t-.2-.837q.25-1.225.988-2.125t1.75-1.5t2.187-.888T8.5 9M2 19q-.425 0-.712-.288T1 18t.288-.712T2 17h13q.425 0 .713.288T16 18t-.288.713T15 19zm0 4q-.425 0-.712-.288T1 22t.288-.712T2 21h13q.425 0 .713.288T16 22t-.288.713T15 23zm18.3 0H19q-.425 0-.712-.288T18 22v-7q0-2.7-1.763-4.712t-4.362-2.813q-.275-.075-.45-.287T11.2 6.7l-.075-.575q-.05-.45.25-.787t.75-.338H16V2q0-.425.288-.712T17 1t.713.288T18 2v3h3.9q.45 0 .75.325t.25.775l-1.6 16q-.05.375-.325.638T20.3 23"/></svg> </template>
CSS
.icon-fastfood-rounded {
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%22M8.5%209q1.15%200%202.338.288t2.2.887t1.737%201.5t.975%202.125q.1.475-.2.837t-.775.363H2.225q-.475%200-.775-.363t-.2-.837q.25-1.225.988-2.125t1.75-1.5t2.187-.888T8.5%209M2%2019q-.425%200-.712-.288T1%2018t.288-.712T2%2017h13q.425%200%20.713.288T16%2018t-.288.713T15%2019zm0%204q-.425%200-.712-.288T1%2022t.288-.712T2%2021h13q.425%200%20.713.288T16%2022t-.288.713T15%2023zm18.3%200H19q-.425%200-.712-.288T18%2022v-7q0-2.7-1.763-4.712t-4.362-2.813q-.275-.075-.45-.287T11.2%206.7l-.075-.575q-.05-.45.25-.787t.75-.338H16V2q0-.425.288-.712T17%201t.713.288T18%202v3h3.9q.45%200%20.75.325t.25.775l-1.6%2016q-.05.375-.325.638T20.3%2023%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%22M8.5%209q1.15%200%202.338.288t2.2.887t1.737%201.5t.975%202.125q.1.475-.2.837t-.775.363H2.225q-.475%200-.775-.363t-.2-.837q.25-1.225.988-2.125t1.75-1.5t2.187-.888T8.5%209M2%2019q-.425%200-.712-.288T1%2018t.288-.712T2%2017h13q.425%200%20.713.288T16%2018t-.288.713T15%2019zm0%204q-.425%200-.712-.288T1%2022t.288-.712T2%2021h13q.425%200%20.713.288T16%2022t-.288.713T15%2023zm18.3%200H19q-.425%200-.712-.288T18%2022v-7q0-2.7-1.763-4.712t-4.362-2.813q-.275-.075-.45-.287T11.2%206.7l-.075-.575q-.05-.45.25-.787t.75-.338H16V2q0-.425.288-.712T17%201t.713.288T18%202v3h3.9q.45%200%20.75.325t.25.775l-1.6%2016q-.05.375-.325.638T20.3%2023%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols/fastfood-rounded.svg?color=%231a73e8&size=48