fast food icon
fast-food-sharp from IonIcons by Ben Sperry · Sharp · MIT Free for personal and commercial use.
- Name
- fast-food-sharp
- Set
- IonIcons
- Style
- Sharp
- Viewbox
- 512×512
- License
- MIT
2 other variants in IonIcons
Use the fast food icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M384 352H184.36l-41 35l-41-35H16v24c0 30.59 21.13 55.51 47.26 56c2.43 15.12 8.31 28.78 17.16 39.47C93.51 487.28 112.54 496 134 496h132c21.46 0 40.49-8.72 53.58-24.55c8.85-10.69 14.73-24.35 17.16-39.47c13.88-.25 26.35-7.4 35-18.63A61.26 61.26 0 0 0 384 376Zm-279-32l38.33 28.19L182 320h202v-8a40.07 40.07 0 0 0-32-39.2c-.82-29.69-13-54.54-35.51-72C295.67 184.56 267.85 176 236 176h-72c-68.22 0-114.43 38.77-116 96.8A40.07 40.07 0 0 0 16 312v8z"/><path fill="currentColor" d="M463.08 96h-74.59l8.92-35.66L442 45l-10-29l-62 20l-14.49 60H208v32h18.75l1.86 16H236c39 0 73.66 10.9 100.12 31.52A121.9 121.9 0 0 1 371 218.07a124.2 124.2 0 0 1 10.73 32.65a72 72 0 0 1 27.89 90.9A96 96 0 0 1 416 376c0 22.34-7.6 43.63-21.4 59.95a80 80 0 0 1-31.83 22.95a109.2 109.2 0 0 1-18.53 33c-1.18 1.42-2.39 2.81-3.63 4.15H416c16 0 23-8 25-23l36.4-345H496V96Z"/></svg>
React
import type { SVGProps } from "react";
export function IonFastFoodSharp(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="M384 352H184.36l-41 35l-41-35H16v24c0 30.59 21.13 55.51 47.26 56c2.43 15.12 8.31 28.78 17.16 39.47C93.51 487.28 112.54 496 134 496h132c21.46 0 40.49-8.72 53.58-24.55c8.85-10.69 14.73-24.35 17.16-39.47c13.88-.25 26.35-7.4 35-18.63A61.26 61.26 0 0 0 384 376Zm-279-32l38.33 28.19L182 320h202v-8a40.07 40.07 0 0 0-32-39.2c-.82-29.69-13-54.54-35.51-72C295.67 184.56 267.85 176 236 176h-72c-68.22 0-114.43 38.77-116 96.8A40.07 40.07 0 0 0 16 312v8z"/><path fill="currentColor" d="M463.08 96h-74.59l8.92-35.66L442 45l-10-29l-62 20l-14.49 60H208v32h18.75l1.86 16H236c39 0 73.66 10.9 100.12 31.52A121.9 121.9 0 0 1 371 218.07a124.2 124.2 0 0 1 10.73 32.65a72 72 0 0 1 27.89 90.9A96 96 0 0 1 416 376c0 22.34-7.6 43.63-21.4 59.95a80 80 0 0 1-31.83 22.95a109.2 109.2 0 0 1-18.53 33c-1.18 1.42-2.39 2.81-3.63 4.15H416c16 0 23-8 25-23l36.4-345H496V96Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 512 512"><path fill="currentColor" d="M384 352H184.36l-41 35l-41-35H16v24c0 30.59 21.13 55.51 47.26 56c2.43 15.12 8.31 28.78 17.16 39.47C93.51 487.28 112.54 496 134 496h132c21.46 0 40.49-8.72 53.58-24.55c8.85-10.69 14.73-24.35 17.16-39.47c13.88-.25 26.35-7.4 35-18.63A61.26 61.26 0 0 0 384 376Zm-279-32l38.33 28.19L182 320h202v-8a40.07 40.07 0 0 0-32-39.2c-.82-29.69-13-54.54-35.51-72C295.67 184.56 267.85 176 236 176h-72c-68.22 0-114.43 38.77-116 96.8A40.07 40.07 0 0 0 16 312v8z"/><path fill="currentColor" d="M463.08 96h-74.59l8.92-35.66L442 45l-10-29l-62 20l-14.49 60H208v32h18.75l1.86 16H236c39 0 73.66 10.9 100.12 31.52A121.9 121.9 0 0 1 371 218.07a124.2 124.2 0 0 1 10.73 32.65a72 72 0 0 1 27.89 90.9A96 96 0 0 1 416 376c0 22.34-7.6 43.63-21.4 59.95a80 80 0 0 1-31.83 22.95a109.2 109.2 0 0 1-18.53 33c-1.18 1.42-2.39 2.81-3.63 4.15H416c16 0 23-8 25-23l36.4-345H496V96Z"/></svg> </template>
CSS
.icon-fast-food-sharp {
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%22M384%20352H184.36l-41%2035l-41-35H16v24c0%2030.59%2021.13%2055.51%2047.26%2056c2.43%2015.12%208.31%2028.78%2017.16%2039.47C93.51%20487.28%20112.54%20496%20134%20496h132c21.46%200%2040.49-8.72%2053.58-24.55c8.85-10.69%2014.73-24.35%2017.16-39.47c13.88-.25%2026.35-7.4%2035-18.63A61.26%2061.26%200%200%200%20384%20376Zm-279-32l38.33%2028.19L182%20320h202v-8a40.07%2040.07%200%200%200-32-39.2c-.82-29.69-13-54.54-35.51-72C295.67%20184.56%20267.85%20176%20236%20176h-72c-68.22%200-114.43%2038.77-116%2096.8A40.07%2040.07%200%200%200%2016%20312v8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M463.08%2096h-74.59l8.92-35.66L442%2045l-10-29l-62%2020l-14.49%2060H208v32h18.75l1.86%2016H236c39%200%2073.66%2010.9%20100.12%2031.52A121.9%20121.9%200%200%201%20371%20218.07a124.2%20124.2%200%200%201%2010.73%2032.65a72%2072%200%200%201%2027.89%2090.9A96%2096%200%200%201%20416%20376c0%2022.34-7.6%2043.63-21.4%2059.95a80%2080%200%200%201-31.83%2022.95a109.2%20109.2%200%200%201-18.53%2033c-1.18%201.42-2.39%202.81-3.63%204.15H416c16%200%2023-8%2025-23l36.4-345H496V96Z%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%22M384%20352H184.36l-41%2035l-41-35H16v24c0%2030.59%2021.13%2055.51%2047.26%2056c2.43%2015.12%208.31%2028.78%2017.16%2039.47C93.51%20487.28%20112.54%20496%20134%20496h132c21.46%200%2040.49-8.72%2053.58-24.55c8.85-10.69%2014.73-24.35%2017.16-39.47c13.88-.25%2026.35-7.4%2035-18.63A61.26%2061.26%200%200%200%20384%20376Zm-279-32l38.33%2028.19L182%20320h202v-8a40.07%2040.07%200%200%200-32-39.2c-.82-29.69-13-54.54-35.51-72C295.67%20184.56%20267.85%20176%20236%20176h-72c-68.22%200-114.43%2038.77-116%2096.8A40.07%2040.07%200%200%200%2016%20312v8z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M463.08%2096h-74.59l8.92-35.66L442%2045l-10-29l-62%2020l-14.49%2060H208v32h18.75l1.86%2016H236c39%200%2073.66%2010.9%20100.12%2031.52A121.9%20121.9%200%200%201%20371%20218.07a124.2%20124.2%200%200%201%2010.73%2032.65a72%2072%200%200%201%2027.89%2090.9A96%2096%200%200%201%20416%20376c0%2022.34-7.6%2043.63-21.4%2059.95a80%2080%200%200%201-31.83%2022.95a109.2%20109.2%200%200%201-18.53%2033c-1.18%201.42-2.39%202.81-3.63%204.15H416c16%200%2023-8%2025-23l36.4-345H496V96Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ion/fast-food-sharp.svg?color=%231a73e8&size=48