ice-cream from Fluent Emoji Flat by Microsoft Corporation · Default · Food & Drink · MIT Free for personal and commercial use.

Name
ice-cream
Set
Fluent Emoji Flat
Style
Default
Category
Food & Drink
Viewbox
32×32
License
MIT

The same emoji in other sets

More food & drink icons from Fluent Emoji Flat

Use the ice cream emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#e19747" d="M26.778 4.439a.875.875 0 0 0-1.376-1.081l-6.16 7.842a.875.875 0 0 0 .868 1.397a.877.877 0 0 0 1.284.602l8.049-4.467a.875.875 0 1 0-.85-1.53l-7.066 3.922z"/><path fill="#6d4534" d="M15.59 17.75a6.75 6.75 0 1 1-13.5 0a6.75 6.75 0 0 1 13.5 0"/><path fill="#ff8687" d="M29.01 17.625a6.75 6.75 0 1 1-13.5 0a6.75 6.75 0 0 1 13.5 0"/><path fill="#feefc2" d="M24.078 14.922a8.078 8.078 0 1 1-16.156 0a8.078 8.078 0 0 1 16.156 0"/><path fill="#00a6ed" d="M2.722 21.042h25.494c.622 0 .97.71.58 1.194c-.82 1.02-1.98 2.413-2.655 3c-.726.63-2.171 1.55-3.104 2.124a4.16 4.16 0 0 0-1.396 1.399l-.135.224a2 2 0 0 1-1.715.97h-8.644a2 2 0 0 1-1.715-.97l-.134-.224a4.2 4.2 0 0 0-1.397-1.4c-.933-.573-2.378-1.494-3.103-2.124c-.675-.585-1.835-1.978-2.656-2.999a.734.734 0 0 1 .58-1.195"/><path fill="#f8312f" d="M17.95 5.983c0 1.096-.725 1.863-1.984 1.863s-1.983-.767-1.983-1.863a1.983 1.983 0 1 1 3.966 0"/></g></svg>

React

import type { SVGProps } from "react";

export function FluentEmojiFlatIceCream(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#e19747" d="M26.778 4.439a.875.875 0 0 0-1.376-1.081l-6.16 7.842a.875.875 0 0 0 .868 1.397a.877.877 0 0 0 1.284.602l8.049-4.467a.875.875 0 1 0-.85-1.53l-7.066 3.922z"/><path fill="#6d4534" d="M15.59 17.75a6.75 6.75 0 1 1-13.5 0a6.75 6.75 0 0 1 13.5 0"/><path fill="#ff8687" d="M29.01 17.625a6.75 6.75 0 1 1-13.5 0a6.75 6.75 0 0 1 13.5 0"/><path fill="#feefc2" d="M24.078 14.922a8.078 8.078 0 1 1-16.156 0a8.078 8.078 0 0 1 16.156 0"/><path fill="#00a6ed" d="M2.722 21.042h25.494c.622 0 .97.71.58 1.194c-.82 1.02-1.98 2.413-2.655 3c-.726.63-2.171 1.55-3.104 2.124a4.16 4.16 0 0 0-1.396 1.399l-.135.224a2 2 0 0 1-1.715.97h-8.644a2 2 0 0 1-1.715-.97l-.134-.224a4.2 4.2 0 0 0-1.397-1.4c-.933-.573-2.378-1.494-3.103-2.124c-.675-.585-1.835-1.978-2.656-2.999a.734.734 0 0 1 .58-1.195"/><path fill="#f8312f" d="M17.95 5.983c0 1.096-.725 1.863-1.984 1.863s-1.983-.767-1.983-1.863a1.983 1.983 0 1 1 3.966 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><g fill="none"><path fill="#e19747" d="M26.778 4.439a.875.875 0 0 0-1.376-1.081l-6.16 7.842a.875.875 0 0 0 .868 1.397a.877.877 0 0 0 1.284.602l8.049-4.467a.875.875 0 1 0-.85-1.53l-7.066 3.922z"/><path fill="#6d4534" d="M15.59 17.75a6.75 6.75 0 1 1-13.5 0a6.75 6.75 0 0 1 13.5 0"/><path fill="#ff8687" d="M29.01 17.625a6.75 6.75 0 1 1-13.5 0a6.75 6.75 0 0 1 13.5 0"/><path fill="#feefc2" d="M24.078 14.922a8.078 8.078 0 1 1-16.156 0a8.078 8.078 0 0 1 16.156 0"/><path fill="#00a6ed" d="M2.722 21.042h25.494c.622 0 .97.71.58 1.194c-.82 1.02-1.98 2.413-2.655 3c-.726.63-2.171 1.55-3.104 2.124a4.16 4.16 0 0 0-1.396 1.399l-.135.224a2 2 0 0 1-1.715.97h-8.644a2 2 0 0 1-1.715-.97l-.134-.224a4.2 4.2 0 0 0-1.397-1.4c-.933-.573-2.378-1.494-3.103-2.124c-.675-.585-1.835-1.978-2.656-2.999a.734.734 0 0 1 .58-1.195"/><path fill="#f8312f" d="M17.95 5.983c0 1.096-.725 1.863-1.984 1.863s-1.983-.767-1.983-1.863a1.983 1.983 0 1 1 3.966 0"/></g></svg>
</template>

CSS

.icon-ice-cream {
  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%22none%22%3E%3Cpath%20fill%3D%22%23e19747%22%20d%3D%22M26.778%204.439a.875.875%200%200%200-1.376-1.081l-6.16%207.842a.875.875%200%200%200%20.868%201.397a.877.877%200%200%200%201.284.602l8.049-4.467a.875.875%200%201%200-.85-1.53l-7.066%203.922z%22%2F%3E%3Cpath%20fill%3D%22%236d4534%22%20d%3D%22M15.59%2017.75a6.75%206.75%200%201%201-13.5%200a6.75%206.75%200%200%201%2013.5%200%22%2F%3E%3Cpath%20fill%3D%22%23ff8687%22%20d%3D%22M29.01%2017.625a6.75%206.75%200%201%201-13.5%200a6.75%206.75%200%200%201%2013.5%200%22%2F%3E%3Cpath%20fill%3D%22%23feefc2%22%20d%3D%22M24.078%2014.922a8.078%208.078%200%201%201-16.156%200a8.078%208.078%200%200%201%2016.156%200%22%2F%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M2.722%2021.042h25.494c.622%200%20.97.71.58%201.194c-.82%201.02-1.98%202.413-2.655%203c-.726.63-2.171%201.55-3.104%202.124a4.16%204.16%200%200%200-1.396%201.399l-.135.224a2%202%200%200%201-1.715.97h-8.644a2%202%200%200%201-1.715-.97l-.134-.224a4.2%204.2%200%200%200-1.397-1.4c-.933-.573-2.378-1.494-3.103-2.124c-.675-.585-1.835-1.978-2.656-2.999a.734.734%200%200%201%20.58-1.195%22%2F%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M17.95%205.983c0%201.096-.725%201.863-1.984%201.863s-1.983-.767-1.983-1.863a1.983%201.983%200%201%201%203.966%200%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%22none%22%3E%3Cpath%20fill%3D%22%23e19747%22%20d%3D%22M26.778%204.439a.875.875%200%200%200-1.376-1.081l-6.16%207.842a.875.875%200%200%200%20.868%201.397a.877.877%200%200%200%201.284.602l8.049-4.467a.875.875%200%201%200-.85-1.53l-7.066%203.922z%22%2F%3E%3Cpath%20fill%3D%22%236d4534%22%20d%3D%22M15.59%2017.75a6.75%206.75%200%201%201-13.5%200a6.75%206.75%200%200%201%2013.5%200%22%2F%3E%3Cpath%20fill%3D%22%23ff8687%22%20d%3D%22M29.01%2017.625a6.75%206.75%200%201%201-13.5%200a6.75%206.75%200%200%201%2013.5%200%22%2F%3E%3Cpath%20fill%3D%22%23feefc2%22%20d%3D%22M24.078%2014.922a8.078%208.078%200%201%201-16.156%200a8.078%208.078%200%200%201%2016.156%200%22%2F%3E%3Cpath%20fill%3D%22%2300a6ed%22%20d%3D%22M2.722%2021.042h25.494c.622%200%20.97.71.58%201.194c-.82%201.02-1.98%202.413-2.655%203c-.726.63-2.171%201.55-3.104%202.124a4.16%204.16%200%200%200-1.396%201.399l-.135.224a2%202%200%200%201-1.715.97h-8.644a2%202%200%200%201-1.715-.97l-.134-.224a4.2%204.2%200%200%200-1.397-1.4c-.933-.573-2.378-1.494-3.103-2.124c-.675-.585-1.835-1.978-2.656-2.999a.734.734%200%200%201%20.58-1.195%22%2F%3E%3Cpath%20fill%3D%22%23f8312f%22%20d%3D%22M17.95%205.983c0%201.096-.725%201.863-1.984%201.863s-1.983-.767-1.983-1.863a1.983%201.983%200%201%201%203.966%200%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-flat/ice-cream.svg?color=%231a73e8&size=48