cupcake 02 icon

cupcake-02 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.

Name
cupcake-02
Set
Huge Icons
Style
Stroke
Viewbox
24×24
License
MIT

Related icons in Huge Icons

Use the cupcake 02 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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M7.885 9.176A3.98 3.98 0 0 0 5 13m9.827-6.993C15.503 4.111 14.047 2 12 2c0 4-4.115 3-4.115 7.176c1.97-.563 6.142-.925 6.942-3.169m.673 4.112c.461-.266.91-.614 1.185-1.04c.86-1.34-.231-3.211-1.858-3.072m1.858 3.071C18.642 9.535 19 11.294 19 13"/><path d="M16 14.949c0-2.599 4-2.599 4 0c0 1.362-.755 2.529-1.342 3.71c-.806 1.626-1.21 2.438-1.935 2.89S15.096 22 13.292 22h-2.584c-1.804 0-2.706 0-3.431-.451c-.725-.452-1.128-1.264-1.935-2.89C4.755 17.478 4 16.311 4 14.949c0-2.599 4-2.599 4 0c0-2.599 4-2.599 4 0c0-2.599 4-2.599 4 0Z"/></g></svg>

React

import type { SVGProps } from "react";

export function HugeiconsCupcake02(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" strokeLinejoin="round" strokeWidth="1.5"><path strokeLinecap="round" d="M7.885 9.176A3.98 3.98 0 0 0 5 13m9.827-6.993C15.503 4.111 14.047 2 12 2c0 4-4.115 3-4.115 7.176c1.97-.563 6.142-.925 6.942-3.169m.673 4.112c.461-.266.91-.614 1.185-1.04c.86-1.34-.231-3.211-1.858-3.072m1.858 3.071C18.642 9.535 19 11.294 19 13"/><path d="M16 14.949c0-2.599 4-2.599 4 0c0 1.362-.755 2.529-1.342 3.71c-.806 1.626-1.21 2.438-1.935 2.89S15.096 22 13.292 22h-2.584c-1.804 0-2.706 0-3.431-.451c-.725-.452-1.128-1.264-1.935-2.89C4.755 17.478 4 16.311 4 14.949c0-2.599 4-2.599 4 0c0-2.599 4-2.599 4 0c0-2.599 4-2.599 4 0Z"/></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-linejoin="round" stroke-width="1.5"><path stroke-linecap="round" d="M7.885 9.176A3.98 3.98 0 0 0 5 13m9.827-6.993C15.503 4.111 14.047 2 12 2c0 4-4.115 3-4.115 7.176c1.97-.563 6.142-.925 6.942-3.169m.673 4.112c.461-.266.91-.614 1.185-1.04c.86-1.34-.231-3.211-1.858-3.072m1.858 3.071C18.642 9.535 19 11.294 19 13"/><path d="M16 14.949c0-2.599 4-2.599 4 0c0 1.362-.755 2.529-1.342 3.71c-.806 1.626-1.21 2.438-1.935 2.89S15.096 22 13.292 22h-2.584c-1.804 0-2.706 0-3.431-.451c-.725-.452-1.128-1.264-1.935-2.89C4.755 17.478 4 16.311 4 14.949c0-2.599 4-2.599 4 0c0-2.599 4-2.599 4 0c0-2.599 4-2.599 4 0Z"/></g></svg>
</template>

CSS

.icon-cupcake-02 {
  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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.885%209.176A3.98%203.98%200%200%200%205%2013m9.827-6.993C15.503%204.111%2014.047%202%2012%202c0%204-4.115%203-4.115%207.176c1.97-.563%206.142-.925%206.942-3.169m.673%204.112c.461-.266.91-.614%201.185-1.04c.86-1.34-.231-3.211-1.858-3.072m1.858%203.071C18.642%209.535%2019%2011.294%2019%2013%22%2F%3E%3Cpath%20d%3D%22M16%2014.949c0-2.599%204-2.599%204%200c0%201.362-.755%202.529-1.342%203.71c-.806%201.626-1.21%202.438-1.935%202.89S15.096%2022%2013.292%2022h-2.584c-1.804%200-2.706%200-3.431-.451c-.725-.452-1.128-1.264-1.935-2.89C4.755%2017.478%204%2016.311%204%2014.949c0-2.599%204-2.599%204%200c0-2.599%204-2.599%204%200c0-2.599%204-2.599%204%200Z%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-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22M7.885%209.176A3.98%203.98%200%200%200%205%2013m9.827-6.993C15.503%204.111%2014.047%202%2012%202c0%204-4.115%203-4.115%207.176c1.97-.563%206.142-.925%206.942-3.169m.673%204.112c.461-.266.91-.614%201.185-1.04c.86-1.34-.231-3.211-1.858-3.072m1.858%203.071C18.642%209.535%2019%2011.294%2019%2013%22%2F%3E%3Cpath%20d%3D%22M16%2014.949c0-2.599%204-2.599%204%200c0%201.362-.755%202.529-1.342%203.71c-.806%201.626-1.21%202.438-1.935%202.89S15.096%2022%2013.292%2022h-2.584c-1.804%200-2.706%200-3.431-.451c-.725-.452-1.128-1.264-1.935-2.89C4.755%2017.478%204%2016.311%204%2014.949c0-2.599%204-2.599%204%200c0-2.599%204-2.599%204%200c0-2.599%204-2.599%204%200Z%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/cupcake-02.svg?color=%231a73e8&size=48