cupcake 03 icon
cupcake-03 from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- cupcake-03
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
Related icons in Huge Icons
Use the cupcake 03 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="M12 4a2 2 0 1 1 0 4a2 2 0 0 1 0-4m0 0c0-.5.4-1.6 2-2"/><path d="M10 6c-2.209 0-4.098 2.493-2.75 4.081C5.622 9.74 4 10.946 4 12.534c0 2.952 4.662 3.374 5.28.503c.564 2.617 4.876 2.617 5.44 0c.618 2.87 5.28 2.449 5.28-.503c0-1.588-1.623-2.794-3.25-2.453C18.099 8.493 16.21 6 14 6"/><path stroke-linecap="round" d="m6 15l1.171 4.099c.4 1.396.599 2.094 1.133 2.498C8.84 22 9.565 22 11.017 22h1.966c1.452 0 2.178 0 2.713-.403c.534-.404.734-1.102 1.133-2.498L18 15"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCupcake03(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="M12 4a2 2 0 1 1 0 4a2 2 0 0 1 0-4m0 0c0-.5.4-1.6 2-2"/><path d="M10 6c-2.209 0-4.098 2.493-2.75 4.081C5.622 9.74 4 10.946 4 12.534c0 2.952 4.662 3.374 5.28.503c.564 2.617 4.876 2.617 5.44 0c.618 2.87 5.28 2.449 5.28-.503c0-1.588-1.623-2.794-3.25-2.453C18.099 8.493 16.21 6 14 6"/><path strokeLinecap="round" d="m6 15l1.171 4.099c.4 1.396.599 2.094 1.133 2.498C8.84 22 9.565 22 11.017 22h1.966c1.452 0 2.178 0 2.713-.403c.534-.404.734-1.102 1.133-2.498L18 15"/></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="M12 4a2 2 0 1 1 0 4a2 2 0 0 1 0-4m0 0c0-.5.4-1.6 2-2"/><path d="M10 6c-2.209 0-4.098 2.493-2.75 4.081C5.622 9.74 4 10.946 4 12.534c0 2.952 4.662 3.374 5.28.503c.564 2.617 4.876 2.617 5.44 0c.618 2.87 5.28 2.449 5.28-.503c0-1.588-1.623-2.794-3.25-2.453C18.099 8.493 16.21 6 14 6"/><path stroke-linecap="round" d="m6 15l1.171 4.099c.4 1.396.599 2.094 1.133 2.498C8.84 22 9.565 22 11.017 22h1.966c1.452 0 2.178 0 2.713-.403c.534-.404.734-1.102 1.133-2.498L18 15"/></g></svg> </template>
CSS
.icon-cupcake-03 {
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%22M12%204a2%202%200%201%201%200%204a2%202%200%200%201%200-4m0%200c0-.5.4-1.6%202-2%22%2F%3E%3Cpath%20d%3D%22M10%206c-2.209%200-4.098%202.493-2.75%204.081C5.622%209.74%204%2010.946%204%2012.534c0%202.952%204.662%203.374%205.28.503c.564%202.617%204.876%202.617%205.44%200c.618%202.87%205.28%202.449%205.28-.503c0-1.588-1.623-2.794-3.25-2.453C18.099%208.493%2016.21%206%2014%206%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m6%2015l1.171%204.099c.4%201.396.599%202.094%201.133%202.498C8.84%2022%209.565%2022%2011.017%2022h1.966c1.452%200%202.178%200%202.713-.403c.534-.404.734-1.102%201.133-2.498L18%2015%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%22M12%204a2%202%200%201%201%200%204a2%202%200%200%201%200-4m0%200c0-.5.4-1.6%202-2%22%2F%3E%3Cpath%20d%3D%22M10%206c-2.209%200-4.098%202.493-2.75%204.081C5.622%209.74%204%2010.946%204%2012.534c0%202.952%204.662%203.374%205.28.503c.564%202.617%204.876%202.617%205.44%200c.618%202.87%205.28%202.449%205.28-.503c0-1.588-1.623-2.794-3.25-2.453C18.099%208.493%2016.21%206%2014%206%22%2F%3E%3Cpath%20stroke-linecap%3D%22round%22%20d%3D%22m6%2015l1.171%204.099c.4%201.396.599%202.094%201.133%202.498C8.84%2022%209.565%2022%2011.017%2022h1.966c1.452%200%202.178%200%202.713-.403c.534-.404.734-1.102%201.133-2.498L18%2015%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-03.svg?color=%231a73e8&size=48