ice cream icon

ice-cream-solid from Iconoir by Luca Burgio · Solid · Food · MIT Free for personal and commercial use.

Name
ice-cream-solid
Set
Iconoir
Style
Solid
Category
Food
Viewbox
24×24
License
MIT
Aliases
ice-cream-solid-solid

1 other variant in Iconoir

The same icon in other sets

More food icons from Iconoir

Use the ice cream icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M10.75 20a1.25 1.25 0 1 0 2.5 0v-2h1.5v2a2.75 2.75 0 1 1-5.5 0v-2h1.5z"/><path d="M4.25 16a2.75 2.75 0 0 0 2.751 2.75H17A2.75 2.75 0 0 0 19.75 16V9a7.75 7.75 0 0 0-15.5 0zm13-3.25a.75.75 0 0 0 0-1.5H6.75a.75.75 0 0 0 0 1.5z"/></g></svg>

React

import type { SVGProps } from "react";

export function IconoirIceCreamSolid(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fillRule="evenodd" clipRule="evenodd"><path d="M10.75 20a1.25 1.25 0 1 0 2.5 0v-2h1.5v2a2.75 2.75 0 1 1-5.5 0v-2h1.5z"/><path d="M4.25 16a2.75 2.75 0 0 0 2.751 2.75H17A2.75 2.75 0 0 0 19.75 16V9a7.75 7.75 0 0 0-15.5 0zm13-3.25a.75.75 0 0 0 0-1.5H6.75a.75.75 0 0 0 0 1.5z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor" fill-rule="evenodd" clip-rule="evenodd"><path d="M10.75 20a1.25 1.25 0 1 0 2.5 0v-2h1.5v2a2.75 2.75 0 1 1-5.5 0v-2h1.5z"/><path d="M4.25 16a2.75 2.75 0 0 0 2.751 2.75H17A2.75 2.75 0 0 0 19.75 16V9a7.75 7.75 0 0 0-15.5 0zm13-3.25a.75.75 0 0 0 0-1.5H6.75a.75.75 0 0 0 0 1.5z"/></g></svg>
</template>

CSS

.icon-ice-cream-solid {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M10.75%2020a1.25%201.25%200%201%200%202.5%200v-2h1.5v2a2.75%202.75%200%201%201-5.5%200v-2h1.5z%22%2F%3E%3Cpath%20d%3D%22M4.25%2016a2.75%202.75%200%200%200%202.751%202.75H17A2.75%202.75%200%200%200%2019.75%2016V9a7.75%207.75%200%200%200-15.5%200zm13-3.25a.75.75%200%200%200%200-1.5H6.75a.75.75%200%200%200%200%201.5z%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%3E%3Cpath%20d%3D%22M10.75%2020a1.25%201.25%200%201%200%202.5%200v-2h1.5v2a2.75%202.75%200%201%201-5.5%200v-2h1.5z%22%2F%3E%3Cpath%20d%3D%22M4.25%2016a2.75%202.75%200%200%200%202.751%202.75H17A2.75%202.75%200%200%200%2019.75%2016V9a7.75%207.75%200%200%200-15.5%200zm13-3.25a.75.75%200%200%200%200-1.5H6.75a.75.75%200%200%200%200%201.5z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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