potato from Fluent Emoji High Contrast by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.

Name
potato
Set
Fluent Emoji High Contrast
Style
Default
Category
Food & Drink
Viewbox
32×32
License
MIT

The same emoji in other sets

More food & drink icons from Fluent Emoji High Contrast

Use the potato emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M19.967 7.946a1.4 1.4 0 1 0 0-2.8a1.4 1.4 0 0 0 0 2.8m.36 5.55a1.83 1.83 0 1 1-3.66 0a1.83 1.83 0 0 1 3.66 0m-8.65 5.51a1.68 1.68 0 1 1-3.36 0a1.68 1.68 0 0 1 3.36 0m-.37 6.03a1.16 1.16 0 1 0 0-2.32a1.16 1.16 0 0 0 0 2.32m14.35-10.38a1.16 1.16 0 1 1-2.32 0a1.16 1.16 0 0 1 2.32 0"/><path d="M23.684 2.021A10.706 10.706 0 0 0 10.49 5.374l-5.24 7.14c-4.323 5.888-2.188 14.26 4.42 17.367c5.834 2.746 12.772.206 15.474-5.635a2294 2294 0 0 0 2.413-5.225l1.297-2.817c2.46-5.34.154-11.67-5.171-14.183m-11.58 4.536A8.706 8.706 0 0 1 22.83 3.83c4.335 2.046 6.209 7.196 4.209 11.537l-1.297 2.816v.002c-.65 1.41-.665 1.444-2.413 5.22c-2.237 4.839-7.98 6.938-12.806 4.666c-5.471-2.573-7.237-9.502-3.66-14.374z"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiHighContrastPotato(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M19.967 7.946a1.4 1.4 0 1 0 0-2.8a1.4 1.4 0 0 0 0 2.8m.36 5.55a1.83 1.83 0 1 1-3.66 0a1.83 1.83 0 0 1 3.66 0m-8.65 5.51a1.68 1.68 0 1 1-3.36 0a1.68 1.68 0 0 1 3.36 0m-.37 6.03a1.16 1.16 0 1 0 0-2.32a1.16 1.16 0 0 0 0 2.32m14.35-10.38a1.16 1.16 0 1 1-2.32 0a1.16 1.16 0 0 1 2.32 0"/><path d="M23.684 2.021A10.706 10.706 0 0 0 10.49 5.374l-5.24 7.14c-4.323 5.888-2.188 14.26 4.42 17.367c5.834 2.746 12.772.206 15.474-5.635a2294 2294 0 0 0 2.413-5.225l1.297-2.817c2.46-5.34.154-11.67-5.171-14.183m-11.58 4.536A8.706 8.706 0 0 1 22.83 3.83c4.335 2.046 6.209 7.196 4.209 11.537l-1.297 2.816v.002c-.65 1.41-.665 1.444-2.413 5.22c-2.237 4.839-7.98 6.938-12.806 4.666c-5.471-2.573-7.237-9.502-3.66-14.374z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="currentColor"><path d="M19.967 7.946a1.4 1.4 0 1 0 0-2.8a1.4 1.4 0 0 0 0 2.8m.36 5.55a1.83 1.83 0 1 1-3.66 0a1.83 1.83 0 0 1 3.66 0m-8.65 5.51a1.68 1.68 0 1 1-3.36 0a1.68 1.68 0 0 1 3.36 0m-.37 6.03a1.16 1.16 0 1 0 0-2.32a1.16 1.16 0 0 0 0 2.32m14.35-10.38a1.16 1.16 0 1 1-2.32 0a1.16 1.16 0 0 1 2.32 0"/><path d="M23.684 2.021A10.706 10.706 0 0 0 10.49 5.374l-5.24 7.14c-4.323 5.888-2.188 14.26 4.42 17.367c5.834 2.746 12.772.206 15.474-5.635a2294 2294 0 0 0 2.413-5.225l1.297-2.817c2.46-5.34.154-11.67-5.171-14.183m-11.58 4.536A8.706 8.706 0 0 1 22.83 3.83c4.335 2.046 6.209 7.196 4.209 11.537l-1.297 2.816v.002c-.65 1.41-.665 1.444-2.413 5.22c-2.237 4.839-7.98 6.938-12.806 4.666c-5.471-2.573-7.237-9.502-3.66-14.374z"/></g></svg>
</template>

CSS

.icon-potato {
  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%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M19.967%207.946a1.4%201.4%200%201%200%200-2.8a1.4%201.4%200%200%200%200%202.8m.36%205.55a1.83%201.83%200%201%201-3.66%200a1.83%201.83%200%200%201%203.66%200m-8.65%205.51a1.68%201.68%200%201%201-3.36%200a1.68%201.68%200%200%201%203.36%200m-.37%206.03a1.16%201.16%200%201%200%200-2.32a1.16%201.16%200%200%200%200%202.32m14.35-10.38a1.16%201.16%200%201%201-2.32%200a1.16%201.16%200%200%201%202.32%200%22%2F%3E%3Cpath%20d%3D%22M23.684%202.021A10.706%2010.706%200%200%200%2010.49%205.374l-5.24%207.14c-4.323%205.888-2.188%2014.26%204.42%2017.367c5.834%202.746%2012.772.206%2015.474-5.635a2294%202294%200%200%200%202.413-5.225l1.297-2.817c2.46-5.34.154-11.67-5.171-14.183m-11.58%204.536A8.706%208.706%200%200%201%2022.83%203.83c4.335%202.046%206.209%207.196%204.209%2011.537l-1.297%202.816v.002c-.65%201.41-.665%201.444-2.413%205.22c-2.237%204.839-7.98%206.938-12.806%204.666c-5.471-2.573-7.237-9.502-3.66-14.374z%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%2032%2032%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20d%3D%22M19.967%207.946a1.4%201.4%200%201%200%200-2.8a1.4%201.4%200%200%200%200%202.8m.36%205.55a1.83%201.83%200%201%201-3.66%200a1.83%201.83%200%200%201%203.66%200m-8.65%205.51a1.68%201.68%200%201%201-3.36%200a1.68%201.68%200%200%201%203.36%200m-.37%206.03a1.16%201.16%200%201%200%200-2.32a1.16%201.16%200%200%200%200%202.32m14.35-10.38a1.16%201.16%200%201%201-2.32%200a1.16%201.16%200%200%201%202.32%200%22%2F%3E%3Cpath%20d%3D%22M23.684%202.021A10.706%2010.706%200%200%200%2010.49%205.374l-5.24%207.14c-4.323%205.888-2.188%2014.26%204.42%2017.367c5.834%202.746%2012.772.206%2015.474-5.635a2294%202294%200%200%200%202.413-5.225l1.297-2.817c2.46-5.34.154-11.67-5.171-14.183m-11.58%204.536A8.706%208.706%200%200%201%2022.83%203.83c4.335%202.046%206.209%207.196%204.209%2011.537l-1.297%202.816v.002c-.65%201.41-.665%201.444-2.413%205.22c-2.237%204.839-7.98%206.938-12.806%204.666c-5.471-2.573-7.237-9.502-3.66-14.374z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-emoji-high-contrast/potato.svg?color=%231a73e8&size=48