french fries emoji
french-fries from Fluent Emoji High Contrast by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.
- Name
- french-fries
- Set
- Fluent Emoji High Contrast
- Style
- Default
- Category
- Food & Drink
- Viewbox
- 32×32
- License
- MIT
The same emoji in other sets
french-friesEmoji One (Colored)french-friesFluent Emojifrench-friesFluent Emoji Flatfrench-friesIconParkfrench-friesIconPark Outlinefrench-friesIconPark Solidfrench-friesIconPark TwoTonefrench-friesMaterial Design Iconsfrench-friesNoto Emojifrench-friesOpenMojifrench-friesStreamline Emojisfrench-friesTwitter Emoji
More food & drink icons from Fluent Emoji High Contrast
Use the french fries emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 12.33C2 6.067 7.078 1 13.33 1h5.21c6.262 0 11.33 5.068 11.33 11.33a1 1 0 0 1-.019.193l.001.03l-.21.918c-.768 3.354-3.24 14.15-3.424 15.025c-.321 1.526-1.7 2.604-3.248 2.604H8.91a3.32 3.32 0 0 1-3.245-2.588l-3.6-15.824A1 1 0 0 1 2 12.33m6.301-.874a2.44 2.44 0 0 1 1.614 1.901a6.12 6.12 0 0 0 1.876 3.43l-.953-8.703l-.208-1.244a.835.835 0 0 0-.96-.68l-2.19.37zm4.585 6.137a6.1 6.1 0 0 0 3.165.816L14.89 7.82a.833.833 0 0 0-.92-.74l-2.21.24zm4.658.604a6.1 6.1 0 0 0 2.88-1.744L21.56 7.75a.83.83 0 0 1 .519-.668l.021-.162a.843.843 0 0 0-.72-.94l-2.2-.29zm4.699-5.623a2.4 2.4 0 0 1 2.107-1.244h.766l.37-.001l.394-3.019a.835.835 0 0 0-.72-.94l-2.2-.29l-.001.01h.001zm-5.58 2.246l.697-5.331V4.44a.82.82 0 0 0-.83-.83h-2.22v2.482c.816.11 1.48.763 1.574 1.619zm7.687-1.49a.43.43 0 0 0-.415.371v.003c-.673 3.808-3.99 6.706-7.995 6.706s-7.322-2.898-7.995-6.706V13.7a.43.43 0 0 0-.415-.371H4.263l3.352 14.738c.137.603.67 1.032 1.295 1.032h14.06c.633 0 1.171-.446 1.292-1.016c.183-.869 2.525-11.104 3.361-14.757h-.83l-1.672.002z"/></svg>
React
import type { SVGProps } from "react";
export function FluentEmojiHighContrastFrenchFries(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 12.33C2 6.067 7.078 1 13.33 1h5.21c6.262 0 11.33 5.068 11.33 11.33a1 1 0 0 1-.019.193l.001.03l-.21.918c-.768 3.354-3.24 14.15-3.424 15.025c-.321 1.526-1.7 2.604-3.248 2.604H8.91a3.32 3.32 0 0 1-3.245-2.588l-3.6-15.824A1 1 0 0 1 2 12.33m6.301-.874a2.44 2.44 0 0 1 1.614 1.901a6.12 6.12 0 0 0 1.876 3.43l-.953-8.703l-.208-1.244a.835.835 0 0 0-.96-.68l-2.19.37zm4.585 6.137a6.1 6.1 0 0 0 3.165.816L14.89 7.82a.833.833 0 0 0-.92-.74l-2.21.24zm4.658.604a6.1 6.1 0 0 0 2.88-1.744L21.56 7.75a.83.83 0 0 1 .519-.668l.021-.162a.843.843 0 0 0-.72-.94l-2.2-.29zm4.699-5.623a2.4 2.4 0 0 1 2.107-1.244h.766l.37-.001l.394-3.019a.835.835 0 0 0-.72-.94l-2.2-.29l-.001.01h.001zm-5.58 2.246l.697-5.331V4.44a.82.82 0 0 0-.83-.83h-2.22v2.482c.816.11 1.48.763 1.574 1.619zm7.687-1.49a.43.43 0 0 0-.415.371v.003c-.673 3.808-3.99 6.706-7.995 6.706s-7.322-2.898-7.995-6.706V13.7a.43.43 0 0 0-.415-.371H4.263l3.352 14.738c.137.603.67 1.032 1.295 1.032h14.06c.633 0 1.171-.446 1.292-1.016c.183-.869 2.525-11.104 3.361-14.757h-.83l-1.672.002z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M2 12.33C2 6.067 7.078 1 13.33 1h5.21c6.262 0 11.33 5.068 11.33 11.33a1 1 0 0 1-.019.193l.001.03l-.21.918c-.768 3.354-3.24 14.15-3.424 15.025c-.321 1.526-1.7 2.604-3.248 2.604H8.91a3.32 3.32 0 0 1-3.245-2.588l-3.6-15.824A1 1 0 0 1 2 12.33m6.301-.874a2.44 2.44 0 0 1 1.614 1.901a6.12 6.12 0 0 0 1.876 3.43l-.953-8.703l-.208-1.244a.835.835 0 0 0-.96-.68l-2.19.37zm4.585 6.137a6.1 6.1 0 0 0 3.165.816L14.89 7.82a.833.833 0 0 0-.92-.74l-2.21.24zm4.658.604a6.1 6.1 0 0 0 2.88-1.744L21.56 7.75a.83.83 0 0 1 .519-.668l.021-.162a.843.843 0 0 0-.72-.94l-2.2-.29zm4.699-5.623a2.4 2.4 0 0 1 2.107-1.244h.766l.37-.001l.394-3.019a.835.835 0 0 0-.72-.94l-2.2-.29l-.001.01h.001zm-5.58 2.246l.697-5.331V4.44a.82.82 0 0 0-.83-.83h-2.22v2.482c.816.11 1.48.763 1.574 1.619zm7.687-1.49a.43.43 0 0 0-.415.371v.003c-.673 3.808-3.99 6.706-7.995 6.706s-7.322-2.898-7.995-6.706V13.7a.43.43 0 0 0-.415-.371H4.263l3.352 14.738c.137.603.67 1.032 1.295 1.032h14.06c.633 0 1.171-.446 1.292-1.016c.183-.869 2.525-11.104 3.361-14.757h-.83l-1.672.002z"/></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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2012.33C2%206.067%207.078%201%2013.33%201h5.21c6.262%200%2011.33%205.068%2011.33%2011.33a1%201%200%200%201-.019.193l.001.03l-.21.918c-.768%203.354-3.24%2014.15-3.424%2015.025c-.321%201.526-1.7%202.604-3.248%202.604H8.91a3.32%203.32%200%200%201-3.245-2.588l-3.6-15.824A1%201%200%200%201%202%2012.33m6.301-.874a2.44%202.44%200%200%201%201.614%201.901a6.12%206.12%200%200%200%201.876%203.43l-.953-8.703l-.208-1.244a.835.835%200%200%200-.96-.68l-2.19.37zm4.585%206.137a6.1%206.1%200%200%200%203.165.816L14.89%207.82a.833.833%200%200%200-.92-.74l-2.21.24zm4.658.604a6.1%206.1%200%200%200%202.88-1.744L21.56%207.75a.83.83%200%200%201%20.519-.668l.021-.162a.843.843%200%200%200-.72-.94l-2.2-.29zm4.699-5.623a2.4%202.4%200%200%201%202.107-1.244h.766l.37-.001l.394-3.019a.835.835%200%200%200-.72-.94l-2.2-.29l-.001.01h.001zm-5.58%202.246l.697-5.331V4.44a.82.82%200%200%200-.83-.83h-2.22v2.482c.816.11%201.48.763%201.574%201.619zm7.687-1.49a.43.43%200%200%200-.415.371v.003c-.673%203.808-3.99%206.706-7.995%206.706s-7.322-2.898-7.995-6.706V13.7a.43.43%200%200%200-.415-.371H4.263l3.352%2014.738c.137.603.67%201.032%201.295%201.032h14.06c.633%200%201.171-.446%201.292-1.016c.183-.869%202.525-11.104%203.361-14.757h-.83l-1.672.002z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M2%2012.33C2%206.067%207.078%201%2013.33%201h5.21c6.262%200%2011.33%205.068%2011.33%2011.33a1%201%200%200%201-.019.193l.001.03l-.21.918c-.768%203.354-3.24%2014.15-3.424%2015.025c-.321%201.526-1.7%202.604-3.248%202.604H8.91a3.32%203.32%200%200%201-3.245-2.588l-3.6-15.824A1%201%200%200%201%202%2012.33m6.301-.874a2.44%202.44%200%200%201%201.614%201.901a6.12%206.12%200%200%200%201.876%203.43l-.953-8.703l-.208-1.244a.835.835%200%200%200-.96-.68l-2.19.37zm4.585%206.137a6.1%206.1%200%200%200%203.165.816L14.89%207.82a.833.833%200%200%200-.92-.74l-2.21.24zm4.658.604a6.1%206.1%200%200%200%202.88-1.744L21.56%207.75a.83.83%200%200%201%20.519-.668l.021-.162a.843.843%200%200%200-.72-.94l-2.2-.29zm4.699-5.623a2.4%202.4%200%200%201%202.107-1.244h.766l.37-.001l.394-3.019a.835.835%200%200%200-.72-.94l-2.2-.29l-.001.01h.001zm-5.58%202.246l.697-5.331V4.44a.82.82%200%200%200-.83-.83h-2.22v2.482c.816.11%201.48.763%201.574%201.619zm7.687-1.49a.43.43%200%200%200-.415.371v.003c-.673%203.808-3.99%206.706-7.995%206.706s-7.322-2.898-7.995-6.706V13.7a.43.43%200%200%200-.415-.371H4.263l3.352%2014.738c.137.603.67%201.032%201.295%201.032h14.06c.633%200%201.171-.446%201.292-1.016c.183-.869%202.525-11.104%203.361-14.757h-.83l-1.672.002z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/french-fries.svg?color=%231a73e8&size=48