ice cream bowl icon

ice-cream-bowl from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
ice-cream-bowl
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Related icons in Huge Icons

Use the ice cream bowl icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M5.337 12a3.5 3.5 0 1 1 6.326 0"/><path d="M12.337 12a3.5 3.5 0 1 1 6.326 0"/><path d="M15.465 7q.035-.245.035-.5a3.5 3.5 0 1 0-6.965.5m11.555 5H3.91c-.574 0-1.005.514-.892 1.065C3.486 15.353 5.54 17 7.925 17h2.03l-.117.184c-.847 1.326-1.27 1.99-1.188 2.536c.054.359.24.686.522.922C9.602 21 10.402 21 12 21c1.599 0 2.398 0 2.828-.358c.282-.236.468-.563.522-.922c.083-.547-.34-1.21-1.188-2.536L14.044 17h2.031c2.386 0 4.44-1.647 4.907-3.935c.113-.551-.318-1.065-.892-1.065"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsIceCreamBowl(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M5.337 12a3.5 3.5 0 1 1 6.326 0"/><path d="M12.337 12a3.5 3.5 0 1 1 6.326 0"/><path d="M15.465 7q.035-.245.035-.5a3.5 3.5 0 1 0-6.965.5m11.555 5H3.91c-.574 0-1.005.514-.892 1.065C3.486 15.353 5.54 17 7.925 17h2.03l-.117.184c-.847 1.326-1.27 1.99-1.188 2.536c.054.359.24.686.522.922C9.602 21 10.402 21 12 21c1.599 0 2.398 0 2.828-.358c.282-.236.468-.563.522-.922c.083-.547-.34-1.21-1.188-2.536L14.044 17h2.031c2.386 0 4.44-1.647 4.907-3.935c.113-.551-.318-1.065-.892-1.065"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M5.337 12a3.5 3.5 0 1 1 6.326 0"/><path d="M12.337 12a3.5 3.5 0 1 1 6.326 0"/><path d="M15.465 7q.035-.245.035-.5a3.5 3.5 0 1 0-6.965.5m11.555 5H3.91c-.574 0-1.005.514-.892 1.065C3.486 15.353 5.54 17 7.925 17h2.03l-.117.184c-.847 1.326-1.27 1.99-1.188 2.536c.054.359.24.686.522.922C9.602 21 10.402 21 12 21c1.599 0 2.398 0 2.828-.358c.282-.236.468-.563.522-.922c.083-.547-.34-1.21-1.188-2.536L14.044 17h2.031c2.386 0 4.44-1.647 4.907-3.935c.113-.551-.318-1.065-.892-1.065"/></g></svg>
</template>

CSS

.icon-ice-cream-bowl {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5.337%2012a3.5%203.5%200%201%201%206.326%200%22%2F%3E%3Cpath%20d%3D%22M12.337%2012a3.5%203.5%200%201%201%206.326%200%22%2F%3E%3Cpath%20d%3D%22M15.465%207q.035-.245.035-.5a3.5%203.5%200%201%200-6.965.5m11.555%205H3.91c-.574%200-1.005.514-.892%201.065C3.486%2015.353%205.54%2017%207.925%2017h2.03l-.117.184c-.847%201.326-1.27%201.99-1.188%202.536c.054.359.24.686.522.922C9.602%2021%2010.402%2021%2012%2021c1.599%200%202.398%200%202.828-.358c.282-.236.468-.563.522-.922c.083-.547-.34-1.21-1.188-2.536L14.044%2017h2.031c2.386%200%204.44-1.647%204.907-3.935c.113-.551-.318-1.065-.892-1.065%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M5.337%2012a3.5%203.5%200%201%201%206.326%200%22%2F%3E%3Cpath%20d%3D%22M12.337%2012a3.5%203.5%200%201%201%206.326%200%22%2F%3E%3Cpath%20d%3D%22M15.465%207q.035-.245.035-.5a3.5%203.5%200%201%200-6.965.5m11.555%205H3.91c-.574%200-1.005.514-.892%201.065C3.486%2015.353%205.54%2017%207.925%2017h2.03l-.117.184c-.847%201.326-1.27%201.99-1.188%202.536c.054.359.24.686.522.922C9.602%2021%2010.402%2021%2012%2021c1.599%200%202.398%200%202.828-.358c.282-.236.468-.563.522-.922c.083-.547-.34-1.21-1.188-2.536L14.044%2017h2.031c2.386%200%204.44-1.647%204.907-3.935c.113-.551-.318-1.065-.892-1.065%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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