ice-cream from Emoji One (Colored) by Emoji One · Default · Food · CC-BY-4.0 Attribution required.

Name
ice-cream
Set
Emoji One (Colored)
Style
Default
Category
Food
Viewbox
64×64
License
CC BY 4.0

The same emoji in other sets

More food icons from Emoji One (Colored)

Use the ice cream emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><ellipse cx="32" cy="57.8" fill="#c1c9cb" rx="14.4" ry="4.2"/><path fill="#acafb5" d="M37.2 55.7c3.5 3.3-13.8 3.3-10.3 0c5.4-5.1 5.2-31.4 5.2-31.4s-.2 26.3 5.1 31.4"/><path fill="#839391" d="M23.2 18.1S13.1 6.6 12.2 5.5c-1-1.2-3.1-3.3-5.8-3.3c-6 0-5.8 4 0 4.2c3.8.2 13.7 14 13.7 14z"/><path fill="#dfe9eb" d="M62 25.8c0 15.6-13.4 23.9-30 23.9S2 41.4 2 25.8c0-10.6 13.4-14.5 30-14.5s30 3.9 30 14.5"/><ellipse cx="32" cy="16.2" fill="#ff78b5" rx="15" ry="14.2"/><ellipse cx="44.4" cy="26.4" fill="#bedd4b" rx="15" ry="14.2"/><ellipse cx="19.6" cy="26.4" fill="#9b5c54" rx="15" ry="14.2"/><path fill="#dfe9eb" d="M59 18.4v5.2C59 30.8 46.9 34 32 34S5 30.8 5 23.6v-5.2c-1.9 2-3 4.4-3 7.4c0 15.6 13.4 23.9 30 23.9s30-8.3 30-23.9c0-3-1.1-5.4-3-7.4"/><g fill="#fff"><path d="M60.8 27.9c.1 1.1-.4 2.1-1.1 3c-.7.8-1.6 1.5-2.5 2.1c-1.8 1.2-3.8 2.1-5.8 2.8c-4.1 1.4-8.3 2.1-12.6 2.5c-4.3.3-8.5.3-12.8-.3c-4.2-.5-8.4-1.4-12.4-2.9c4.2.7 8.3 1.2 12.5 1.4s8.3.2 12.5-.2c4.1-.3 8.3-1 12.3-2c2-.6 4-1.2 5.8-2.1c.9-.5 1.8-1 2.6-1.7c.7-.7 1.4-1.5 1.5-2.6"/><path d="m24.867 21.77l1.485-1.485l1.485 1.486l-1.485 1.484zm-1.47-4.048l.99-.99l.99.991l-.99.99zm4.931 2.274l.99-.99l.99.991l-.99.99zm-1.425 5.59l.99-.99l.99.99l-.99.99zM20.345 23.8l.99-.99l.99.99l-.99.99zm7.532-5.538l.495-.495l.495.496l-.496.494zm-7.315-2.887l.495-.494l.495.495l-.496.495zm-.482 1.393l.495-.494l.494.495l-.495.495zm8.683 6.521l.496-.495l.494.496l-.495.494zm-6.926 1.937l.495-.495l.495.496l-.496.494zm4.553 2.73l.496-.495l.495.496l-.496.494zM48.842 22.3l1.485-1.484l1.485 1.485l-1.486 1.485zm-1.397-3.977l.99-.99l.99.99l-.99.99zm-5.65-2.753l.99-.99l.99.991l-.99.99zm3.207 12.818l.99-.99l.99.99l-.99.99zm7.303-7.863l.99-.99l.99.99l-.99.99zm-6.809.95l.99-.99l.99.99l-.99.99zm6.355-2.682l.496-.494l.494.495l-.495.495zm-3.871-3.661l.496-.494l.494.495l-.495.495zm4.898 8.687l.496-.494l.494.495l-.495.494zm-5.944 2.561l.495-.494l.495.495l-.496.495zm-4.205-8.016l.495-.494l.495.495l-.496.495zm5.624 10.328l.495-.494l.495.495l-.496.495zm-14.514-22.4l.99-.99l.99.991l-.99.99zm1.124 2.892l.99-.99l.99.991l-.99.99zm-2.169 3.427l.99-.99l.99.99l-.99.99zm3.664-7l.496-.494l.494.495l-.495.495zm2.506 2.104l.495-.494l.495.495l-.496.495zm-5.603.494l.496-.495l.494.496l-.495.494zm-1.023 2.51l.496-.495l.494.495l-.495.495zM28.76 5.29l.495-.494l.494.496l-.495.494zm3.07-1.068l.496-.495l.494.496l-.495.494z" opacity=".3"/></g></svg>

React

import type { SVGProps } from "react";

export function EmojioneIceCream(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><ellipse cx="32" cy="57.8" fill="#c1c9cb" rx="14.4" ry="4.2"/><path fill="#acafb5" d="M37.2 55.7c3.5 3.3-13.8 3.3-10.3 0c5.4-5.1 5.2-31.4 5.2-31.4s-.2 26.3 5.1 31.4"/><path fill="#839391" d="M23.2 18.1S13.1 6.6 12.2 5.5c-1-1.2-3.1-3.3-5.8-3.3c-6 0-5.8 4 0 4.2c3.8.2 13.7 14 13.7 14z"/><path fill="#dfe9eb" d="M62 25.8c0 15.6-13.4 23.9-30 23.9S2 41.4 2 25.8c0-10.6 13.4-14.5 30-14.5s30 3.9 30 14.5"/><ellipse cx="32" cy="16.2" fill="#ff78b5" rx="15" ry="14.2"/><ellipse cx="44.4" cy="26.4" fill="#bedd4b" rx="15" ry="14.2"/><ellipse cx="19.6" cy="26.4" fill="#9b5c54" rx="15" ry="14.2"/><path fill="#dfe9eb" d="M59 18.4v5.2C59 30.8 46.9 34 32 34S5 30.8 5 23.6v-5.2c-1.9 2-3 4.4-3 7.4c0 15.6 13.4 23.9 30 23.9s30-8.3 30-23.9c0-3-1.1-5.4-3-7.4"/><g fill="#fff"><path d="M60.8 27.9c.1 1.1-.4 2.1-1.1 3c-.7.8-1.6 1.5-2.5 2.1c-1.8 1.2-3.8 2.1-5.8 2.8c-4.1 1.4-8.3 2.1-12.6 2.5c-4.3.3-8.5.3-12.8-.3c-4.2-.5-8.4-1.4-12.4-2.9c4.2.7 8.3 1.2 12.5 1.4s8.3.2 12.5-.2c4.1-.3 8.3-1 12.3-2c2-.6 4-1.2 5.8-2.1c.9-.5 1.8-1 2.6-1.7c.7-.7 1.4-1.5 1.5-2.6"/><path d="m24.867 21.77l1.485-1.485l1.485 1.486l-1.485 1.484zm-1.47-4.048l.99-.99l.99.991l-.99.99zm4.931 2.274l.99-.99l.99.991l-.99.99zm-1.425 5.59l.99-.99l.99.99l-.99.99zM20.345 23.8l.99-.99l.99.99l-.99.99zm7.532-5.538l.495-.495l.495.496l-.496.494zm-7.315-2.887l.495-.494l.495.495l-.496.495zm-.482 1.393l.495-.494l.494.495l-.495.495zm8.683 6.521l.496-.495l.494.496l-.495.494zm-6.926 1.937l.495-.495l.495.496l-.496.494zm4.553 2.73l.496-.495l.495.496l-.496.494zM48.842 22.3l1.485-1.484l1.485 1.485l-1.486 1.485zm-1.397-3.977l.99-.99l.99.99l-.99.99zm-5.65-2.753l.99-.99l.99.991l-.99.99zm3.207 12.818l.99-.99l.99.99l-.99.99zm7.303-7.863l.99-.99l.99.99l-.99.99zm-6.809.95l.99-.99l.99.99l-.99.99zm6.355-2.682l.496-.494l.494.495l-.495.495zm-3.871-3.661l.496-.494l.494.495l-.495.495zm4.898 8.687l.496-.494l.494.495l-.495.494zm-5.944 2.561l.495-.494l.495.495l-.496.495zm-4.205-8.016l.495-.494l.495.495l-.496.495zm5.624 10.328l.495-.494l.495.495l-.496.495zm-14.514-22.4l.99-.99l.99.991l-.99.99zm1.124 2.892l.99-.99l.99.991l-.99.99zm-2.169 3.427l.99-.99l.99.99l-.99.99zm3.664-7l.496-.494l.494.495l-.495.495zm2.506 2.104l.495-.494l.495.495l-.496.495zm-5.603.494l.496-.495l.494.496l-.495.494zm-1.023 2.51l.496-.495l.494.495l-.495.495zM28.76 5.29l.495-.494l.494.496l-.495.494zm3.07-1.068l.496-.495l.494.496l-.495.494z" opacity=".3"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 64 64"><ellipse cx="32" cy="57.8" fill="#c1c9cb" rx="14.4" ry="4.2"/><path fill="#acafb5" d="M37.2 55.7c3.5 3.3-13.8 3.3-10.3 0c5.4-5.1 5.2-31.4 5.2-31.4s-.2 26.3 5.1 31.4"/><path fill="#839391" d="M23.2 18.1S13.1 6.6 12.2 5.5c-1-1.2-3.1-3.3-5.8-3.3c-6 0-5.8 4 0 4.2c3.8.2 13.7 14 13.7 14z"/><path fill="#dfe9eb" d="M62 25.8c0 15.6-13.4 23.9-30 23.9S2 41.4 2 25.8c0-10.6 13.4-14.5 30-14.5s30 3.9 30 14.5"/><ellipse cx="32" cy="16.2" fill="#ff78b5" rx="15" ry="14.2"/><ellipse cx="44.4" cy="26.4" fill="#bedd4b" rx="15" ry="14.2"/><ellipse cx="19.6" cy="26.4" fill="#9b5c54" rx="15" ry="14.2"/><path fill="#dfe9eb" d="M59 18.4v5.2C59 30.8 46.9 34 32 34S5 30.8 5 23.6v-5.2c-1.9 2-3 4.4-3 7.4c0 15.6 13.4 23.9 30 23.9s30-8.3 30-23.9c0-3-1.1-5.4-3-7.4"/><g fill="#fff"><path d="M60.8 27.9c.1 1.1-.4 2.1-1.1 3c-.7.8-1.6 1.5-2.5 2.1c-1.8 1.2-3.8 2.1-5.8 2.8c-4.1 1.4-8.3 2.1-12.6 2.5c-4.3.3-8.5.3-12.8-.3c-4.2-.5-8.4-1.4-12.4-2.9c4.2.7 8.3 1.2 12.5 1.4s8.3.2 12.5-.2c4.1-.3 8.3-1 12.3-2c2-.6 4-1.2 5.8-2.1c.9-.5 1.8-1 2.6-1.7c.7-.7 1.4-1.5 1.5-2.6"/><path d="m24.867 21.77l1.485-1.485l1.485 1.486l-1.485 1.484zm-1.47-4.048l.99-.99l.99.991l-.99.99zm4.931 2.274l.99-.99l.99.991l-.99.99zm-1.425 5.59l.99-.99l.99.99l-.99.99zM20.345 23.8l.99-.99l.99.99l-.99.99zm7.532-5.538l.495-.495l.495.496l-.496.494zm-7.315-2.887l.495-.494l.495.495l-.496.495zm-.482 1.393l.495-.494l.494.495l-.495.495zm8.683 6.521l.496-.495l.494.496l-.495.494zm-6.926 1.937l.495-.495l.495.496l-.496.494zm4.553 2.73l.496-.495l.495.496l-.496.494zM48.842 22.3l1.485-1.484l1.485 1.485l-1.486 1.485zm-1.397-3.977l.99-.99l.99.99l-.99.99zm-5.65-2.753l.99-.99l.99.991l-.99.99zm3.207 12.818l.99-.99l.99.99l-.99.99zm7.303-7.863l.99-.99l.99.99l-.99.99zm-6.809.95l.99-.99l.99.99l-.99.99zm6.355-2.682l.496-.494l.494.495l-.495.495zm-3.871-3.661l.496-.494l.494.495l-.495.495zm4.898 8.687l.496-.494l.494.495l-.495.494zm-5.944 2.561l.495-.494l.495.495l-.496.495zm-4.205-8.016l.495-.494l.495.495l-.496.495zm5.624 10.328l.495-.494l.495.495l-.496.495zm-14.514-22.4l.99-.99l.99.991l-.99.99zm1.124 2.892l.99-.99l.99.991l-.99.99zm-2.169 3.427l.99-.99l.99.99l-.99.99zm3.664-7l.496-.494l.494.495l-.495.495zm2.506 2.104l.495-.494l.495.495l-.496.495zm-5.603.494l.496-.495l.494.496l-.495.494zm-1.023 2.51l.496-.495l.494.495l-.495.495zM28.76 5.29l.495-.494l.494.496l-.495.494zm3.07-1.068l.496-.495l.494.496l-.495.494z" opacity=".3"/></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%2064%2064%22%3E%3Cellipse%20cx%3D%2232%22%20cy%3D%2257.8%22%20fill%3D%22%23c1c9cb%22%20rx%3D%2214.4%22%20ry%3D%224.2%22%2F%3E%3Cpath%20fill%3D%22%23acafb5%22%20d%3D%22M37.2%2055.7c3.5%203.3-13.8%203.3-10.3%200c5.4-5.1%205.2-31.4%205.2-31.4s-.2%2026.3%205.1%2031.4%22%2F%3E%3Cpath%20fill%3D%22%23839391%22%20d%3D%22M23.2%2018.1S13.1%206.6%2012.2%205.5c-1-1.2-3.1-3.3-5.8-3.3c-6%200-5.8%204%200%204.2c3.8.2%2013.7%2014%2013.7%2014z%22%2F%3E%3Cpath%20fill%3D%22%23dfe9eb%22%20d%3D%22M62%2025.8c0%2015.6-13.4%2023.9-30%2023.9S2%2041.4%202%2025.8c0-10.6%2013.4-14.5%2030-14.5s30%203.9%2030%2014.5%22%2F%3E%3Cellipse%20cx%3D%2232%22%20cy%3D%2216.2%22%20fill%3D%22%23ff78b5%22%20rx%3D%2215%22%20ry%3D%2214.2%22%2F%3E%3Cellipse%20cx%3D%2244.4%22%20cy%3D%2226.4%22%20fill%3D%22%23bedd4b%22%20rx%3D%2215%22%20ry%3D%2214.2%22%2F%3E%3Cellipse%20cx%3D%2219.6%22%20cy%3D%2226.4%22%20fill%3D%22%239b5c54%22%20rx%3D%2215%22%20ry%3D%2214.2%22%2F%3E%3Cpath%20fill%3D%22%23dfe9eb%22%20d%3D%22M59%2018.4v5.2C59%2030.8%2046.9%2034%2032%2034S5%2030.8%205%2023.6v-5.2c-1.9%202-3%204.4-3%207.4c0%2015.6%2013.4%2023.9%2030%2023.9s30-8.3%2030-23.9c0-3-1.1-5.4-3-7.4%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M60.8%2027.9c.1%201.1-.4%202.1-1.1%203c-.7.8-1.6%201.5-2.5%202.1c-1.8%201.2-3.8%202.1-5.8%202.8c-4.1%201.4-8.3%202.1-12.6%202.5c-4.3.3-8.5.3-12.8-.3c-4.2-.5-8.4-1.4-12.4-2.9c4.2.7%208.3%201.2%2012.5%201.4s8.3.2%2012.5-.2c4.1-.3%208.3-1%2012.3-2c2-.6%204-1.2%205.8-2.1c.9-.5%201.8-1%202.6-1.7c.7-.7%201.4-1.5%201.5-2.6%22%2F%3E%3Cpath%20d%3D%22m24.867%2021.77l1.485-1.485l1.485%201.486l-1.485%201.484zm-1.47-4.048l.99-.99l.99.991l-.99.99zm4.931%202.274l.99-.99l.99.991l-.99.99zm-1.425%205.59l.99-.99l.99.99l-.99.99zM20.345%2023.8l.99-.99l.99.99l-.99.99zm7.532-5.538l.495-.495l.495.496l-.496.494zm-7.315-2.887l.495-.494l.495.495l-.496.495zm-.482%201.393l.495-.494l.494.495l-.495.495zm8.683%206.521l.496-.495l.494.496l-.495.494zm-6.926%201.937l.495-.495l.495.496l-.496.494zm4.553%202.73l.496-.495l.495.496l-.496.494zM48.842%2022.3l1.485-1.484l1.485%201.485l-1.486%201.485zm-1.397-3.977l.99-.99l.99.99l-.99.99zm-5.65-2.753l.99-.99l.99.991l-.99.99zm3.207%2012.818l.99-.99l.99.99l-.99.99zm7.303-7.863l.99-.99l.99.99l-.99.99zm-6.809.95l.99-.99l.99.99l-.99.99zm6.355-2.682l.496-.494l.494.495l-.495.495zm-3.871-3.661l.496-.494l.494.495l-.495.495zm4.898%208.687l.496-.494l.494.495l-.495.494zm-5.944%202.561l.495-.494l.495.495l-.496.495zm-4.205-8.016l.495-.494l.495.495l-.496.495zm5.624%2010.328l.495-.494l.495.495l-.496.495zm-14.514-22.4l.99-.99l.99.991l-.99.99zm1.124%202.892l.99-.99l.99.991l-.99.99zm-2.169%203.427l.99-.99l.99.99l-.99.99zm3.664-7l.496-.494l.494.495l-.495.495zm2.506%202.104l.495-.494l.495.495l-.496.495zm-5.603.494l.496-.495l.494.496l-.495.494zm-1.023%202.51l.496-.495l.494.495l-.495.495zM28.76%205.29l.495-.494l.494.496l-.495.494zm3.07-1.068l.496-.495l.494.496l-.495.494z%22%20opacity%3D%22.3%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%2064%2064%22%3E%3Cellipse%20cx%3D%2232%22%20cy%3D%2257.8%22%20fill%3D%22%23c1c9cb%22%20rx%3D%2214.4%22%20ry%3D%224.2%22%2F%3E%3Cpath%20fill%3D%22%23acafb5%22%20d%3D%22M37.2%2055.7c3.5%203.3-13.8%203.3-10.3%200c5.4-5.1%205.2-31.4%205.2-31.4s-.2%2026.3%205.1%2031.4%22%2F%3E%3Cpath%20fill%3D%22%23839391%22%20d%3D%22M23.2%2018.1S13.1%206.6%2012.2%205.5c-1-1.2-3.1-3.3-5.8-3.3c-6%200-5.8%204%200%204.2c3.8.2%2013.7%2014%2013.7%2014z%22%2F%3E%3Cpath%20fill%3D%22%23dfe9eb%22%20d%3D%22M62%2025.8c0%2015.6-13.4%2023.9-30%2023.9S2%2041.4%202%2025.8c0-10.6%2013.4-14.5%2030-14.5s30%203.9%2030%2014.5%22%2F%3E%3Cellipse%20cx%3D%2232%22%20cy%3D%2216.2%22%20fill%3D%22%23ff78b5%22%20rx%3D%2215%22%20ry%3D%2214.2%22%2F%3E%3Cellipse%20cx%3D%2244.4%22%20cy%3D%2226.4%22%20fill%3D%22%23bedd4b%22%20rx%3D%2215%22%20ry%3D%2214.2%22%2F%3E%3Cellipse%20cx%3D%2219.6%22%20cy%3D%2226.4%22%20fill%3D%22%239b5c54%22%20rx%3D%2215%22%20ry%3D%2214.2%22%2F%3E%3Cpath%20fill%3D%22%23dfe9eb%22%20d%3D%22M59%2018.4v5.2C59%2030.8%2046.9%2034%2032%2034S5%2030.8%205%2023.6v-5.2c-1.9%202-3%204.4-3%207.4c0%2015.6%2013.4%2023.9%2030%2023.9s30-8.3%2030-23.9c0-3-1.1-5.4-3-7.4%22%2F%3E%3Cg%20fill%3D%22%23fff%22%3E%3Cpath%20d%3D%22M60.8%2027.9c.1%201.1-.4%202.1-1.1%203c-.7.8-1.6%201.5-2.5%202.1c-1.8%201.2-3.8%202.1-5.8%202.8c-4.1%201.4-8.3%202.1-12.6%202.5c-4.3.3-8.5.3-12.8-.3c-4.2-.5-8.4-1.4-12.4-2.9c4.2.7%208.3%201.2%2012.5%201.4s8.3.2%2012.5-.2c4.1-.3%208.3-1%2012.3-2c2-.6%204-1.2%205.8-2.1c.9-.5%201.8-1%202.6-1.7c.7-.7%201.4-1.5%201.5-2.6%22%2F%3E%3Cpath%20d%3D%22m24.867%2021.77l1.485-1.485l1.485%201.486l-1.485%201.484zm-1.47-4.048l.99-.99l.99.991l-.99.99zm4.931%202.274l.99-.99l.99.991l-.99.99zm-1.425%205.59l.99-.99l.99.99l-.99.99zM20.345%2023.8l.99-.99l.99.99l-.99.99zm7.532-5.538l.495-.495l.495.496l-.496.494zm-7.315-2.887l.495-.494l.495.495l-.496.495zm-.482%201.393l.495-.494l.494.495l-.495.495zm8.683%206.521l.496-.495l.494.496l-.495.494zm-6.926%201.937l.495-.495l.495.496l-.496.494zm4.553%202.73l.496-.495l.495.496l-.496.494zM48.842%2022.3l1.485-1.484l1.485%201.485l-1.486%201.485zm-1.397-3.977l.99-.99l.99.99l-.99.99zm-5.65-2.753l.99-.99l.99.991l-.99.99zm3.207%2012.818l.99-.99l.99.99l-.99.99zm7.303-7.863l.99-.99l.99.99l-.99.99zm-6.809.95l.99-.99l.99.99l-.99.99zm6.355-2.682l.496-.494l.494.495l-.495.495zm-3.871-3.661l.496-.494l.494.495l-.495.495zm4.898%208.687l.496-.494l.494.495l-.495.494zm-5.944%202.561l.495-.494l.495.495l-.496.495zm-4.205-8.016l.495-.494l.495.495l-.496.495zm5.624%2010.328l.495-.494l.495.495l-.496.495zm-14.514-22.4l.99-.99l.99.991l-.99.99zm1.124%202.892l.99-.99l.99.991l-.99.99zm-2.169%203.427l.99-.99l.99.99l-.99.99zm3.664-7l.496-.494l.494.495l-.495.495zm2.506%202.104l.495-.494l.495.495l-.496.495zm-5.603.494l.496-.495l.494.496l-.495.494zm-1.023%202.51l.496-.495l.494.495l-.495.495zM28.76%205.29l.495-.494l.494.496l-.495.494zm3.07-1.068l.496-.495l.494.496l-.495.494z%22%20opacity%3D%22.3%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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