cupcake from Myna UI Icons by Praveen Juge · Regular · MIT Free for personal and commercial use.

Name
cupcake
Set
Myna UI Icons
Style
Regular
Viewbox
24×24
License
MIT

1 other variant in Myna UI Icons

The same icon in other sets

Use the cupcake icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m5 14l.804 5.626C5.948 20.636 6.308 21 7.385 21H10m-5-7h4m-4 0c-1.303-.604-2-2.236-2-3.666c0-1.536 1.03-2.85 2.49-3.397A.79.79 0 0 0 6 6.208c0-1.265 1.12-2.291 2.5-2.291c.668 0 1.31.322 1.941-.066A5.83 5.83 0 0 1 13.5 3C16.538 3 19 5.257 19 8.042c0 1.256 2 1.594 2 3.208c0 1.277-.712 2.44-2 2.75m0 0h-4m4 0l-.804 5.628C18.044 20.693 17.635 21 16.615 21H14m1-7H9m6 0l-1 7m-5-7l1 7m0 0h4"/></svg>

React

import type { SVGProps } from "react";

export function MynauiCupcake(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m5 14l.804 5.626C5.948 20.636 6.308 21 7.385 21H10m-5-7h4m-4 0c-1.303-.604-2-2.236-2-3.666c0-1.536 1.03-2.85 2.49-3.397A.79.79 0 0 0 6 6.208c0-1.265 1.12-2.291 2.5-2.291c.668 0 1.31.322 1.941-.066A5.83 5.83 0 0 1 13.5 3C16.538 3 19 5.257 19 8.042c0 1.256 2 1.594 2 3.208c0 1.277-.712 2.44-2 2.75m0 0h-4m4 0l-.804 5.628C18.044 20.693 17.635 21 16.615 21H14m1-7H9m6 0l-1 7m-5-7l1 7m0 0h4"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m5 14l.804 5.626C5.948 20.636 6.308 21 7.385 21H10m-5-7h4m-4 0c-1.303-.604-2-2.236-2-3.666c0-1.536 1.03-2.85 2.49-3.397A.79.79 0 0 0 6 6.208c0-1.265 1.12-2.291 2.5-2.291c.668 0 1.31.322 1.941-.066A5.83 5.83 0 0 1 13.5 3C16.538 3 19 5.257 19 8.042c0 1.256 2 1.594 2 3.208c0 1.277-.712 2.44-2 2.75m0 0h-4m4 0l-.804 5.628C18.044 20.693 17.635 21 16.615 21H14m1-7H9m6 0l-1 7m-5-7l1 7m0 0h4"/></svg>
</template>

CSS

.icon-cupcake {
  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%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m5%2014l.804%205.626C5.948%2020.636%206.308%2021%207.385%2021H10m-5-7h4m-4%200c-1.303-.604-2-2.236-2-3.666c0-1.536%201.03-2.85%202.49-3.397A.79.79%200%200%200%206%206.208c0-1.265%201.12-2.291%202.5-2.291c.668%200%201.31.322%201.941-.066A5.83%205.83%200%200%201%2013.5%203C16.538%203%2019%205.257%2019%208.042c0%201.256%202%201.594%202%203.208c0%201.277-.712%202.44-2%202.75m0%200h-4m4%200l-.804%205.628C18.044%2020.693%2017.635%2021%2016.615%2021H14m1-7H9m6%200l-1%207m-5-7l1%207m0%200h4%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%2024%2024%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m5%2014l.804%205.626C5.948%2020.636%206.308%2021%207.385%2021H10m-5-7h4m-4%200c-1.303-.604-2-2.236-2-3.666c0-1.536%201.03-2.85%202.49-3.397A.79.79%200%200%200%206%206.208c0-1.265%201.12-2.291%202.5-2.291c.668%200%201.31.322%201.941-.066A5.83%205.83%200%200%201%2013.5%203C16.538%203%2019%205.257%2019%208.042c0%201.256%202%201.594%202%203.208c0%201.277-.712%202.44-2%202.75m0%200h-4m4%200l-.804%205.628C18.044%2020.693%2017.635%2021%2016.615%2021H14m1-7H9m6%200l-1%207m-5-7l1%207m0%200h4%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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