dessert from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
dessert
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

The same icon in other sets

Use the dessert 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"><circle cx="12" cy="6" r="2"/><path d="M12 18c-4.97 0-9-1.79-9-4c0-.729.438-1.412 1.204-2m13.75 5c-.856.335-1.856.6-2.954.772"/><path d="M20.93 17.5q.07.245.07.5c0 2.21-4.03 4-9 4s-9-1.79-9-4c0-.729.438-1.412 1.204-2"/><path d="M14 6.099C18.008 6.503 21 9 21 12v4.5a1.5 1.5 0 0 1-3 0V15a1.5 1.5 0 0 0-3 0v2.5a1.5 1.5 0 0 1-3 0v-1c0-.505 0-.758-.033-.935c-.145-.796-.59-1.303-1.361-1.548c-.173-.054-.482-.094-1.1-.173C5.748 13.364 3 11.824 3 10c0-1.904 2.992-3.497 7-3.901M13 2c-.333.167-1 .8-1 2"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsDessert(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"><circle cx="12" cy="6" r="2"/><path d="M12 18c-4.97 0-9-1.79-9-4c0-.729.438-1.412 1.204-2m13.75 5c-.856.335-1.856.6-2.954.772"/><path d="M20.93 17.5q.07.245.07.5c0 2.21-4.03 4-9 4s-9-1.79-9-4c0-.729.438-1.412 1.204-2"/><path d="M14 6.099C18.008 6.503 21 9 21 12v4.5a1.5 1.5 0 0 1-3 0V15a1.5 1.5 0 0 0-3 0v2.5a1.5 1.5 0 0 1-3 0v-1c0-.505 0-.758-.033-.935c-.145-.796-.59-1.303-1.361-1.548c-.173-.054-.482-.094-1.1-.173C5.748 13.364 3 11.824 3 10c0-1.904 2.992-3.497 7-3.901M13 2c-.333.167-1 .8-1 2"/></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"><circle cx="12" cy="6" r="2"/><path d="M12 18c-4.97 0-9-1.79-9-4c0-.729.438-1.412 1.204-2m13.75 5c-.856.335-1.856.6-2.954.772"/><path d="M20.93 17.5q.07.245.07.5c0 2.21-4.03 4-9 4s-9-1.79-9-4c0-.729.438-1.412 1.204-2"/><path d="M14 6.099C18.008 6.503 21 9 21 12v4.5a1.5 1.5 0 0 1-3 0V15a1.5 1.5 0 0 0-3 0v2.5a1.5 1.5 0 0 1-3 0v-1c0-.505 0-.758-.033-.935c-.145-.796-.59-1.303-1.361-1.548c-.173-.054-.482-.094-1.1-.173C5.748 13.364 3 11.824 3 10c0-1.904 2.992-3.497 7-3.901M13 2c-.333.167-1 .8-1 2"/></g></svg>
</template>

CSS

.icon-dessert {
  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%3Ccircle%20cx%3D%2212%22%20cy%3D%226%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22M12%2018c-4.97%200-9-1.79-9-4c0-.729.438-1.412%201.204-2m13.75%205c-.856.335-1.856.6-2.954.772%22%2F%3E%3Cpath%20d%3D%22M20.93%2017.5q.07.245.07.5c0%202.21-4.03%204-9%204s-9-1.79-9-4c0-.729.438-1.412%201.204-2%22%2F%3E%3Cpath%20d%3D%22M14%206.099C18.008%206.503%2021%209%2021%2012v4.5a1.5%201.5%200%200%201-3%200V15a1.5%201.5%200%200%200-3%200v2.5a1.5%201.5%200%200%201-3%200v-1c0-.505%200-.758-.033-.935c-.145-.796-.59-1.303-1.361-1.548c-.173-.054-.482-.094-1.1-.173C5.748%2013.364%203%2011.824%203%2010c0-1.904%202.992-3.497%207-3.901M13%202c-.333.167-1%20.8-1%202%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%3Ccircle%20cx%3D%2212%22%20cy%3D%226%22%20r%3D%222%22%2F%3E%3Cpath%20d%3D%22M12%2018c-4.97%200-9-1.79-9-4c0-.729.438-1.412%201.204-2m13.75%205c-.856.335-1.856.6-2.954.772%22%2F%3E%3Cpath%20d%3D%22M20.93%2017.5q.07.245.07.5c0%202.21-4.03%204-9%204s-9-1.79-9-4c0-.729.438-1.412%201.204-2%22%2F%3E%3Cpath%20d%3D%22M14%206.099C18.008%206.503%2021%209%2021%2012v4.5a1.5%201.5%200%200%201-3%200V15a1.5%201.5%200%200%200-3%200v2.5a1.5%201.5%200%200%201-3%200v-1c0-.505%200-.758-.033-.935c-.145-.796-.59-1.303-1.361-1.548c-.173-.054-.482-.094-1.1-.173C5.748%2013.364%203%2011.824%203%2010c0-1.904%202.992-3.497%207-3.901M13%202c-.333.167-1%20.8-1%202%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/dessert.svg?color=%231a73e8&size=48