ice-cream from Twitter Emoji by Twitter · Default · Food & Drink · CC-BY-4.0 Attribution required.

Name
ice-cream
Set
Twitter Emoji
Style
Default
Category
Food & Drink
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More food & drink icons from Twitter Emoji

Use the ice cream emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#55acee" d="M20 28.625S30.661 25.9 33.356 15.72c.396-1.495-1.518-2.72-3.868-2.72H5.999c-1.175 0-3.74.493-3.072 2.894C5.711 25.9 16 28.625 16 28.625v1.173s-4.634 2.443-5.588 3.01c-1.027.588-.268 1.526.144 1.689c.684.269 2.39 1.15 7.116 1.15c4.847 0 7.497-.954 8.083-1.15c.226-.075 1.197-.973-.198-1.799c-2.484-1.47-5.557-2.9-5.557-2.9z"/><path fill="#3b88c3" d="M33.291 15.248c0 1.692-6.835 3.064-15.269 3.064c-8.432 0-15.268-1.371-15.268-3.064s6.836-3.064 15.268-3.064c8.434 0 15.269 1.371 15.269 3.064"/><path fill="#f4abba" d="M25.982 6.908c0 1.613-3.133 4.745-7.832 4.745c-4.325 0-7.831-2.088-7.831-4.745c0-4.325 3.505-6.787 7.831-6.787c4.327.001 7.832 2.462 7.832 6.787"/><path fill="#ffe8b6" d="M33.291 14.217c0 1.613-3.132 4.223-7.83 4.223c-4.326 0-7.832 1.393-7.832-4.223a7.831 7.831 0 0 1 15.662 0"/><path fill="#8a4b38" d="M18.672 14.217c0 5.182-3.132 4.311-7.831 4.311c-4.325 0-7.831-1.653-7.831-4.311a7.83 7.83 0 1 1 15.662 0"/><path fill="#3b88c3" d="M30.837 21.098a16.5 16.5 0 0 0 2.082-3.995c-13.485 4.732-26.07 1.375-29.477.336a16.8 16.8 0 0 0 1.797 3.446c11.35 3.251 21.551 1.204 25.598.213"/><path fill="#55acee" d="M2.837 15.177c1.396.6 15.488 5.046 30.498.087c0 .652-.411 2.477-.653 3.175c-.391 1.132-15.401 4.83-28.888.261c-.392-.173-1.566-3.784-.957-3.523"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiIceCream(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#55acee" d="M20 28.625S30.661 25.9 33.356 15.72c.396-1.495-1.518-2.72-3.868-2.72H5.999c-1.175 0-3.74.493-3.072 2.894C5.711 25.9 16 28.625 16 28.625v1.173s-4.634 2.443-5.588 3.01c-1.027.588-.268 1.526.144 1.689c.684.269 2.39 1.15 7.116 1.15c4.847 0 7.497-.954 8.083-1.15c.226-.075 1.197-.973-.198-1.799c-2.484-1.47-5.557-2.9-5.557-2.9z"/><path fill="#3b88c3" d="M33.291 15.248c0 1.692-6.835 3.064-15.269 3.064c-8.432 0-15.268-1.371-15.268-3.064s6.836-3.064 15.268-3.064c8.434 0 15.269 1.371 15.269 3.064"/><path fill="#f4abba" d="M25.982 6.908c0 1.613-3.133 4.745-7.832 4.745c-4.325 0-7.831-2.088-7.831-4.745c0-4.325 3.505-6.787 7.831-6.787c4.327.001 7.832 2.462 7.832 6.787"/><path fill="#ffe8b6" d="M33.291 14.217c0 1.613-3.132 4.223-7.83 4.223c-4.326 0-7.832 1.393-7.832-4.223a7.831 7.831 0 0 1 15.662 0"/><path fill="#8a4b38" d="M18.672 14.217c0 5.182-3.132 4.311-7.831 4.311c-4.325 0-7.831-1.653-7.831-4.311a7.83 7.83 0 1 1 15.662 0"/><path fill="#3b88c3" d="M30.837 21.098a16.5 16.5 0 0 0 2.082-3.995c-13.485 4.732-26.07 1.375-29.477.336a16.8 16.8 0 0 0 1.797 3.446c11.35 3.251 21.551 1.204 25.598.213"/><path fill="#55acee" d="M2.837 15.177c1.396.6 15.488 5.046 30.498.087c0 .652-.411 2.477-.653 3.175c-.391 1.132-15.401 4.83-28.888.261c-.392-.173-1.566-3.784-.957-3.523"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#55acee" d="M20 28.625S30.661 25.9 33.356 15.72c.396-1.495-1.518-2.72-3.868-2.72H5.999c-1.175 0-3.74.493-3.072 2.894C5.711 25.9 16 28.625 16 28.625v1.173s-4.634 2.443-5.588 3.01c-1.027.588-.268 1.526.144 1.689c.684.269 2.39 1.15 7.116 1.15c4.847 0 7.497-.954 8.083-1.15c.226-.075 1.197-.973-.198-1.799c-2.484-1.47-5.557-2.9-5.557-2.9z"/><path fill="#3b88c3" d="M33.291 15.248c0 1.692-6.835 3.064-15.269 3.064c-8.432 0-15.268-1.371-15.268-3.064s6.836-3.064 15.268-3.064c8.434 0 15.269 1.371 15.269 3.064"/><path fill="#f4abba" d="M25.982 6.908c0 1.613-3.133 4.745-7.832 4.745c-4.325 0-7.831-2.088-7.831-4.745c0-4.325 3.505-6.787 7.831-6.787c4.327.001 7.832 2.462 7.832 6.787"/><path fill="#ffe8b6" d="M33.291 14.217c0 1.613-3.132 4.223-7.83 4.223c-4.326 0-7.832 1.393-7.832-4.223a7.831 7.831 0 0 1 15.662 0"/><path fill="#8a4b38" d="M18.672 14.217c0 5.182-3.132 4.311-7.831 4.311c-4.325 0-7.831-1.653-7.831-4.311a7.83 7.83 0 1 1 15.662 0"/><path fill="#3b88c3" d="M30.837 21.098a16.5 16.5 0 0 0 2.082-3.995c-13.485 4.732-26.07 1.375-29.477.336a16.8 16.8 0 0 0 1.797 3.446c11.35 3.251 21.551 1.204 25.598.213"/><path fill="#55acee" d="M2.837 15.177c1.396.6 15.488 5.046 30.498.087c0 .652-.411 2.477-.653 3.175c-.391 1.132-15.401 4.83-28.888.261c-.392-.173-1.566-3.784-.957-3.523"/></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%2036%2036%22%3E%3Cpath%20fill%3D%22%2355acee%22%20d%3D%22M20%2028.625S30.661%2025.9%2033.356%2015.72c.396-1.495-1.518-2.72-3.868-2.72H5.999c-1.175%200-3.74.493-3.072%202.894C5.711%2025.9%2016%2028.625%2016%2028.625v1.173s-4.634%202.443-5.588%203.01c-1.027.588-.268%201.526.144%201.689c.684.269%202.39%201.15%207.116%201.15c4.847%200%207.497-.954%208.083-1.15c.226-.075%201.197-.973-.198-1.799c-2.484-1.47-5.557-2.9-5.557-2.9z%22%2F%3E%3Cpath%20fill%3D%22%233b88c3%22%20d%3D%22M33.291%2015.248c0%201.692-6.835%203.064-15.269%203.064c-8.432%200-15.268-1.371-15.268-3.064s6.836-3.064%2015.268-3.064c8.434%200%2015.269%201.371%2015.269%203.064%22%2F%3E%3Cpath%20fill%3D%22%23f4abba%22%20d%3D%22M25.982%206.908c0%201.613-3.133%204.745-7.832%204.745c-4.325%200-7.831-2.088-7.831-4.745c0-4.325%203.505-6.787%207.831-6.787c4.327.001%207.832%202.462%207.832%206.787%22%2F%3E%3Cpath%20fill%3D%22%23ffe8b6%22%20d%3D%22M33.291%2014.217c0%201.613-3.132%204.223-7.83%204.223c-4.326%200-7.832%201.393-7.832-4.223a7.831%207.831%200%200%201%2015.662%200%22%2F%3E%3Cpath%20fill%3D%22%238a4b38%22%20d%3D%22M18.672%2014.217c0%205.182-3.132%204.311-7.831%204.311c-4.325%200-7.831-1.653-7.831-4.311a7.83%207.83%200%201%201%2015.662%200%22%2F%3E%3Cpath%20fill%3D%22%233b88c3%22%20d%3D%22M30.837%2021.098a16.5%2016.5%200%200%200%202.082-3.995c-13.485%204.732-26.07%201.375-29.477.336a16.8%2016.8%200%200%200%201.797%203.446c11.35%203.251%2021.551%201.204%2025.598.213%22%2F%3E%3Cpath%20fill%3D%22%2355acee%22%20d%3D%22M2.837%2015.177c1.396.6%2015.488%205.046%2030.498.087c0%20.652-.411%202.477-.653%203.175c-.391%201.132-15.401%204.83-28.888.261c-.392-.173-1.566-3.784-.957-3.523%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%2036%2036%22%3E%3Cpath%20fill%3D%22%2355acee%22%20d%3D%22M20%2028.625S30.661%2025.9%2033.356%2015.72c.396-1.495-1.518-2.72-3.868-2.72H5.999c-1.175%200-3.74.493-3.072%202.894C5.711%2025.9%2016%2028.625%2016%2028.625v1.173s-4.634%202.443-5.588%203.01c-1.027.588-.268%201.526.144%201.689c.684.269%202.39%201.15%207.116%201.15c4.847%200%207.497-.954%208.083-1.15c.226-.075%201.197-.973-.198-1.799c-2.484-1.47-5.557-2.9-5.557-2.9z%22%2F%3E%3Cpath%20fill%3D%22%233b88c3%22%20d%3D%22M33.291%2015.248c0%201.692-6.835%203.064-15.269%203.064c-8.432%200-15.268-1.371-15.268-3.064s6.836-3.064%2015.268-3.064c8.434%200%2015.269%201.371%2015.269%203.064%22%2F%3E%3Cpath%20fill%3D%22%23f4abba%22%20d%3D%22M25.982%206.908c0%201.613-3.133%204.745-7.832%204.745c-4.325%200-7.831-2.088-7.831-4.745c0-4.325%203.505-6.787%207.831-6.787c4.327.001%207.832%202.462%207.832%206.787%22%2F%3E%3Cpath%20fill%3D%22%23ffe8b6%22%20d%3D%22M33.291%2014.217c0%201.613-3.132%204.223-7.83%204.223c-4.326%200-7.832%201.393-7.832-4.223a7.831%207.831%200%200%201%2015.662%200%22%2F%3E%3Cpath%20fill%3D%22%238a4b38%22%20d%3D%22M18.672%2014.217c0%205.182-3.132%204.311-7.831%204.311c-4.325%200-7.831-1.653-7.831-4.311a7.83%207.83%200%201%201%2015.662%200%22%2F%3E%3Cpath%20fill%3D%22%233b88c3%22%20d%3D%22M30.837%2021.098a16.5%2016.5%200%200%200%202.082-3.995c-13.485%204.732-26.07%201.375-29.477.336a16.8%2016.8%200%200%200%201.797%203.446c11.35%203.251%2021.551%201.204%2025.598.213%22%2F%3E%3Cpath%20fill%3D%22%2355acee%22%20d%3D%22M2.837%2015.177c1.396.6%2015.488%205.046%2030.498.087c0%20.652-.411%202.477-.653%203.175c-.391%201.132-15.401%204.83-28.888.261c-.392-.173-1.566-3.784-.957-3.523%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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