ice cream icon

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

Name
ice-cream-bold
Set
Phosphor
Style
Bold
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="M228 116a32.14 32.14 0 0 0-16.37-27.92a84 84 0 0 0-167.26 0a32 32 0 0 0 12.51 59.77l53.75 94.07a20 20 0 0 0 34.74 0l53.75-94.07A32 32 0 0 0 228 116m-169.61-7.84A12 12 0 0 0 68 96.4V96a60 60 0 0 1 120 0v.4a12 12 0 0 0 9.61 11.76A8 8 0 0 1 196 124H60a8 8 0 0 1-1.61-15.84m113 39.84l-16.5 28.88l-16.5-28.88Zm-86.78 0h26.14l30.32 53.06L128 223.94Z"/></svg>

React

import type { SVGProps } from "react";

export function PhIceCreamBold(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="M228 116a32.14 32.14 0 0 0-16.37-27.92a84 84 0 0 0-167.26 0a32 32 0 0 0 12.51 59.77l53.75 94.07a20 20 0 0 0 34.74 0l53.75-94.07A32 32 0 0 0 228 116m-169.61-7.84A12 12 0 0 0 68 96.4V96a60 60 0 0 1 120 0v.4a12 12 0 0 0 9.61 11.76A8 8 0 0 1 196 124H60a8 8 0 0 1-1.61-15.84m113 39.84l-16.5 28.88l-16.5-28.88Zm-86.78 0h26.14l30.32 53.06L128 223.94Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 256 256"><path fill="currentColor" d="M228 116a32.14 32.14 0 0 0-16.37-27.92a84 84 0 0 0-167.26 0a32 32 0 0 0 12.51 59.77l53.75 94.07a20 20 0 0 0 34.74 0l53.75-94.07A32 32 0 0 0 228 116m-169.61-7.84A12 12 0 0 0 68 96.4V96a60 60 0 0 1 120 0v.4a12 12 0 0 0 9.61 11.76A8 8 0 0 1 196 124H60a8 8 0 0 1-1.61-15.84m113 39.84l-16.5 28.88l-16.5-28.88Zm-86.78 0h26.14l30.32 53.06L128 223.94Z"/></svg>
</template>

CSS

.icon-ice-cream-bold {
  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%22M228%20116a32.14%2032.14%200%200%200-16.37-27.92a84%2084%200%200%200-167.26%200a32%2032%200%200%200%2012.51%2059.77l53.75%2094.07a20%2020%200%200%200%2034.74%200l53.75-94.07A32%2032%200%200%200%20228%20116m-169.61-7.84A12%2012%200%200%200%2068%2096.4V96a60%2060%200%200%201%20120%200v.4a12%2012%200%200%200%209.61%2011.76A8%208%200%200%201%20196%20124H60a8%208%200%200%201-1.61-15.84m113%2039.84l-16.5%2028.88l-16.5-28.88Zm-86.78%200h26.14l30.32%2053.06L128%20223.94Z%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%22M228%20116a32.14%2032.14%200%200%200-16.37-27.92a84%2084%200%200%200-167.26%200a32%2032%200%200%200%2012.51%2059.77l53.75%2094.07a20%2020%200%200%200%2034.74%200l53.75-94.07A32%2032%200%200%200%20228%20116m-169.61-7.84A12%2012%200%200%200%2068%2096.4V96a60%2060%200%200%201%20120%200v.4a12%2012%200%200%200%209.61%2011.76A8%208%200%200%201%20196%20124H60a8%208%200%200%201-1.61-15.84m113%2039.84l-16.5%2028.88l-16.5-28.88Zm-86.78%200h26.14l30.32%2053.06L128%20223.94Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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