french fries 02 icon

french-fries-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
french-fries-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the french fries 02 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="m5.23 18.354l-2.188-7.637c-.02-.074-.031-.11-.036-.14a.5.5 0 0 1 .443-.573c.03-.004.069-.004.146-.004H4.84c1.828 0 3.435 1.19 3.937 2.917c.1.345.422.583.787.583h4.874a.82.82 0 0 0 .787-.583C15.726 11.19 17.333 10 19.161 10h1.244c.077 0 .116 0 .146.004a.5.5 0 0 1 .443.574a1 1 0 0 1-.036.139l-2.187 7.637c-.503 1.754-.754 2.631-1.435 3.139c-.682.507-1.61.507-3.465.507h-3.742c-1.855 0-2.783 0-3.465-.507c-.681-.508-.932-1.385-1.435-3.14Z"/><path d="M14 13V3.76c0-.83 0-1.245-.268-1.502C13.464 2 13.033 2 12.172 2h-.343c-.862 0-1.293 0-1.561.258C10 2.515 10 2.93 10 3.76V13"/><path stroke-linecap="round" d="M10 8.134L8.2 4.47c-.43-.878-.646-1.317-1.042-1.44c-.396-.12-.808.125-1.632.618l-.221.132c-.785.469-1.177.703-1.28 1.101s.123.805.576 1.617L6.555 10M14 9.835l1.94-3.513c.438-.795.658-1.193 1.03-1.297c.373-.105.753.125 1.514.584l.197.12c.806.486 1.209.729 1.3 1.14c.093.41-.165.815-.68 1.625L18.344 10"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsFrenchFries02(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeWidth="1.5"><path strokeLinecap="round" d="m5.23 18.354l-2.188-7.637c-.02-.074-.031-.11-.036-.14a.5.5 0 0 1 .443-.573c.03-.004.069-.004.146-.004H4.84c1.828 0 3.435 1.19 3.937 2.917c.1.345.422.583.787.583h4.874a.82.82 0 0 0 .787-.583C15.726 11.19 17.333 10 19.161 10h1.244c.077 0 .116 0 .146.004a.5.5 0 0 1 .443.574a1 1 0 0 1-.036.139l-2.187 7.637c-.503 1.754-.754 2.631-1.435 3.139c-.682.507-1.61.507-3.465.507h-3.742c-1.855 0-2.783 0-3.465-.507c-.681-.508-.932-1.385-1.435-3.14Z"/><path d="M14 13V3.76c0-.83 0-1.245-.268-1.502C13.464 2 13.033 2 12.172 2h-.343c-.862 0-1.293 0-1.561.258C10 2.515 10 2.93 10 3.76V13"/><path strokeLinecap="round" d="M10 8.134L8.2 4.47c-.43-.878-.646-1.317-1.042-1.44c-.396-.12-.808.125-1.632.618l-.221.132c-.785.469-1.177.703-1.28 1.101s.123.805.576 1.617L6.555 10M14 9.835l1.94-3.513c.438-.795.658-1.193 1.03-1.297c.373-.105.753.125 1.514.584l.197.12c.806.486 1.209.729 1.3 1.14c.093.41-.165.815-.68 1.625L18.344 10"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-width="1.5"><path stroke-linecap="round" d="m5.23 18.354l-2.188-7.637c-.02-.074-.031-.11-.036-.14a.5.5 0 0 1 .443-.573c.03-.004.069-.004.146-.004H4.84c1.828 0 3.435 1.19 3.937 2.917c.1.345.422.583.787.583h4.874a.82.82 0 0 0 .787-.583C15.726 11.19 17.333 10 19.161 10h1.244c.077 0 .116 0 .146.004a.5.5 0 0 1 .443.574a1 1 0 0 1-.036.139l-2.187 7.637c-.503 1.754-.754 2.631-1.435 3.139c-.682.507-1.61.507-3.465.507h-3.742c-1.855 0-2.783 0-3.465-.507c-.681-.508-.932-1.385-1.435-3.14Z"/><path d="M14 13V3.76c0-.83 0-1.245-.268-1.502C13.464 2 13.033 2 12.172 2h-.343c-.862 0-1.293 0-1.561.258C10 2.515 10 2.93 10 3.76V13"/><path stroke-linecap="round" d="M10 8.134L8.2 4.47c-.43-.878-.646-1.317-1.042-1.44c-.396-.12-.808.125-1.632.618l-.221.132c-.785.469-1.177.703-1.28 1.101s.123.805.576 1.617L6.555 10M14 9.835l1.94-3.513c.438-.795.658-1.193 1.03-1.297c.373-.105.753.125 1.514.584l.197.12c.806.486 1.209.729 1.3 1.14c.093.41-.165.815-.68 1.625L18.344 10"/></g></svg>
</template>

CSS

.icon-french-fries-02 {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m5.23%2018.354l-2.188-7.637c-.02-.074-.031-.11-.036-.14a.5.5%200%200%201%20.443-.573c.03-.004.069-.004.146-.004H4.84c1.828%200%203.435%201.19%203.937%202.917c.1.345.422.583.787.583h4.874a.82.82%200%200%200%20.787-.583C15.726%2011.19%2017.333%2010%2019.161%2010h1.244c.077%200%20.116%200%20.146.004a.5.5%200%200%201%20.443.574a1%201%200%200%201-.036.139l-2.187%207.637c-.503%201.754-.754%202.631-1.435%203.139c-.682.507-1.61.507-3.465.507h-3.742c-1.855%200-2.783%200-3.465-.507c-.681-.508-.932-1.385-1.435-3.14Z%22%2F%3E%3Cpath%20d%3D%22M14%2013V3.76c0-.83%200-1.245-.268-1.502C13.464%202%2013.033%202%2012.172%202h-.343c-.862%200-1.293%200-1.561.258C10%202.515%2010%202.93%2010%203.76V13%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%208.134L8.2%204.47c-.43-.878-.646-1.317-1.042-1.44c-.396-.12-.808.125-1.632.618l-.221.132c-.785.469-1.177.703-1.28%201.101s.123.805.576%201.617L6.555%2010M14%209.835l1.94-3.513c.438-.795.658-1.193%201.03-1.297c.373-.105.753.125%201.514.584l.197.12c.806.486%201.209.729%201.3%201.14c.093.41-.165.815-.68%201.625L18.344%2010%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%2024%2024%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m5.23%2018.354l-2.188-7.637c-.02-.074-.031-.11-.036-.14a.5.5%200%200%201%20.443-.573c.03-.004.069-.004.146-.004H4.84c1.828%200%203.435%201.19%203.937%202.917c.1.345.422.583.787.583h4.874a.82.82%200%200%200%20.787-.583C15.726%2011.19%2017.333%2010%2019.161%2010h1.244c.077%200%20.116%200%20.146.004a.5.5%200%200%201%20.443.574a1%201%200%200%201-.036.139l-2.187%207.637c-.503%201.754-.754%202.631-1.435%203.139c-.682.507-1.61.507-3.465.507h-3.742c-1.855%200-2.783%200-3.465-.507c-.681-.508-.932-1.385-1.435-3.14Z%22%2F%3E%3Cpath%20d%3D%22M14%2013V3.76c0-.83%200-1.245-.268-1.502C13.464%202%2013.033%202%2012.172%202h-.343c-.862%200-1.293%200-1.561.258C10%202.515%2010%202.93%2010%203.76V13%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M10%208.134L8.2%204.47c-.43-.878-.646-1.317-1.042-1.44c-.396-.12-.808.125-1.632.618l-.221.132c-.785.469-1.177.703-1.28%201.101s.123.805.576%201.617L6.555%2010M14%209.835l1.94-3.513c.438-.795.658-1.193%201.03-1.297c.373-.105.753.125%201.514.584l.197.12c.806.486%201.209.729%201.3%201.14c.093.41-.165.815-.68%201.625L18.344%2010%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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