ice cream icon

ice-cream from Phosphor by Phosphor Icons · Regular · MIT Free for personal and commercial use.

Name
ice-cream
Set
Phosphor
Style
Regular
Viewbox
256×256
License
MIT

5 other variants in Phosphor

The same icon in other sets

Use the ice cream icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 97.37V96a80 80 0 0 0-160 0v1.37A24 24 0 0 0 56 144h3.29l54.82 95.94a16 16 0 0 0 27.78 0L196.71 144H200a24 24 0 0 0 8-46.63M77.71 144h19.36l40.61 71.06L128 232Zm57.08 0l21.75 38.06l-9.65 16.88L115.5 144Zm31 21.94L153.21 144h25.08ZM200 128H56a8 8 0 0 1 0-16a8 8 0 0 0 8-8v-8a64 64 0 0 1 128 0v8a8 8 0 0 0 8 8a8 8 0 0 1 0 16"/></svg>

React

import type { SVGProps } from "react";

export function PhIceCream(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 97.37V96a80 80 0 0 0-160 0v1.37A24 24 0 0 0 56 144h3.29l54.82 95.94a16 16 0 0 0 27.78 0L196.71 144H200a24 24 0 0 0 8-46.63M77.71 144h19.36l40.61 71.06L128 232Zm57.08 0l21.75 38.06l-9.65 16.88L115.5 144Zm31 21.94L153.21 144h25.08ZM200 128H56a8 8 0 0 1 0-16a8 8 0 0 0 8-8v-8a64 64 0 0 1 128 0v8a8 8 0 0 0 8 8a8 8 0 0 1 0 16"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M208 97.37V96a80 80 0 0 0-160 0v1.37A24 24 0 0 0 56 144h3.29l54.82 95.94a16 16 0 0 0 27.78 0L196.71 144H200a24 24 0 0 0 8-46.63M77.71 144h19.36l40.61 71.06L128 232Zm57.08 0l21.75 38.06l-9.65 16.88L115.5 144Zm31 21.94L153.21 144h25.08ZM200 128H56a8 8 0 0 1 0-16a8 8 0 0 0 8-8v-8a64 64 0 0 1 128 0v8a8 8 0 0 0 8 8a8 8 0 0 1 0 16"/></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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208%2097.37V96a80%2080%200%200%200-160%200v1.37A24%2024%200%200%200%2056%20144h3.29l54.82%2095.94a16%2016%200%200%200%2027.78%200L196.71%20144H200a24%2024%200%200%200%208-46.63M77.71%20144h19.36l40.61%2071.06L128%20232Zm57.08%200l21.75%2038.06l-9.65%2016.88L115.5%20144Zm31%2021.94L153.21%20144h25.08ZM200%20128H56a8%208%200%200%201%200-16a8%208%200%200%200%208-8v-8a64%2064%200%200%201%20128%200v8a8%208%200%200%200%208%208a8%208%200%200%201%200%2016%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%20256%20256%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M208%2097.37V96a80%2080%200%200%200-160%200v1.37A24%2024%200%200%200%2056%20144h3.29l54.82%2095.94a16%2016%200%200%200%2027.78%200L196.71%20144H200a24%2024%200%200%200%208-46.63M77.71%20144h19.36l40.61%2071.06L128%20232Zm57.08%200l21.75%2038.06l-9.65%2016.88L115.5%20144Zm31%2021.94L153.21%20144h25.08ZM200%20128H56a8%208%200%200%201%200-16a8%208%200%200%200%208-8v-8a64%2064%200%200%201%20128%200v8a8%208%200%200%200%208%208a8%208%200%200%201%200%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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