french fries icon

french-fries from IconPark by ByteDance · Color · Foods · Apache-2.0 Free for personal and commercial use.

Name
french-fries
Set
IconPark
Style
Color
Category
Foods
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More foods icons from IconPark

Use the french fries icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-width="4"><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M21 22V12C21 10.8954 20.1046 10 19 10H16C14.8954 10 14 10.8954 14 12V21"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M35 21V14C35 12.8954 34.1046 12 33 12H30C28.8954 12 28 12.8954 28 14V22"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M28 22V6C28 4.89543 27.1046 4 26 4H23C21.8954 4 21 4.89543 21 6V22"/><path fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M7 18C7 18 14 23 24 23C34 23 41 18 41 18L36.1819 44H11.8182L7 18Z"/><ellipse cx="24" cy="33" fill="#43CCF8" stroke="#fff" rx="6" ry="3"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkFrenchFries(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" strokeWidth="4"><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" d="M21 22V12C21 10.8954 20.1046 10 19 10H16C14.8954 10 14 10.8954 14 12V21"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" d="M35 21V14C35 12.8954 34.1046 12 33 12H30C28.8954 12 28 12.8954 28 14V22"/><path stroke="#000" strokeLinecap="round" strokeLinejoin="round" d="M28 22V6C28 4.89543 27.1046 4 26 4H23C21.8954 4 21 4.89543 21 6V22"/><path fill="#2F88FF" stroke="#000" strokeLinecap="round" strokeLinejoin="round" d="M7 18C7 18 14 23 24 23C34 23 41 18 41 18L36.1819 44H11.8182L7 18Z"/><ellipse cx="24" cy="33" fill="#43CCF8" stroke="#fff" rx="6" ry="3"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke-width="4"><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M21 22V12C21 10.8954 20.1046 10 19 10H16C14.8954 10 14 10.8954 14 12V21"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M35 21V14C35 12.8954 34.1046 12 33 12H30C28.8954 12 28 12.8954 28 14V22"/><path stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M28 22V6C28 4.89543 27.1046 4 26 4H23C21.8954 4 21 4.89543 21 6V22"/><path fill="#2F88FF" stroke="#000" stroke-linecap="round" stroke-linejoin="round" d="M7 18C7 18 14 23 24 23C34 23 41 18 41 18L36.1819 44H11.8182L7 18Z"/><ellipse cx="24" cy="33" fill="#43CCF8" stroke="#fff" rx="6" ry="3"/></g></svg>
</template>

CSS

.icon-french-fries {
  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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21%2022V12C21%2010.8954%2020.1046%2010%2019%2010H16C14.8954%2010%2014%2010.8954%2014%2012V21%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M35%2021V14C35%2012.8954%2034.1046%2012%2033%2012H30C28.8954%2012%2028%2012.8954%2028%2014V22%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28%2022V6C28%204.89543%2027.1046%204%2026%204H23C21.8954%204%2021%204.89543%2021%206V22%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2018C7%2018%2014%2023%2024%2023C34%2023%2041%2018%2041%2018L36.1819%2044H11.8182L7%2018Z%22%2F%3E%3Cellipse%20cx%3D%2224%22%20cy%3D%2233%22%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20rx%3D%226%22%20ry%3D%223%22%2F%3E%3C%2Fg%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke-width%3D%224%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M21%2022V12C21%2010.8954%2020.1046%2010%2019%2010H16C14.8954%2010%2014%2010.8954%2014%2012V21%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M35%2021V14C35%2012.8954%2034.1046%2012%2033%2012H30C28.8954%2012%2028%2012.8954%2028%2014V22%22%2F%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M28%2022V6C28%204.89543%2027.1046%204%2026%204H23C21.8954%204%2021%204.89543%2021%206V22%22%2F%3E%3Cpath%20fill%3D%22%232F88FF%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20d%3D%22M7%2018C7%2018%2014%2023%2024%2023C34%2023%2041%2018%2041%2018L36.1819%2044H11.8182L7%2018Z%22%2F%3E%3Cellipse%20cx%3D%2224%22%20cy%3D%2233%22%20fill%3D%22%2343CCF8%22%20stroke%3D%22%23fff%22%20rx%3D%226%22%20ry%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/icon-park/french-fries.svg?color=%231a73e8&size=48