dessert from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.

Name
dessert
Set
Element Plus
Style
Outline
Viewbox
1024×1024
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 1024 1024"><path fill="currentColor" d="M128 416v-48a144 144 0 0 1 168.6-141.9a224.1 224.1 0 0 1 430.8 0A144 144 0 0 1 896 368v48a384 384 0 0 1-352 382.7V896h-64v-97.3A384 384 0 0 1 128 416m287.1-32h193.8a144 144 0 0 1 58.9-132.8a160 160 0 0 0-311.6 0A144 144 0 0 1 415.1 384m-72.9 0a72 72 0 1 0-140.5 0zm339.6 0h140.4a72 72 0 1 0-140.5 0zM512 736a320 320 0 0 0 318.4-288H193.6A320 320 0 0 0 512 736M384 896h256a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64"/></svg>

React

import type { SVGProps } from "react";

export function EpDessert(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M128 416v-48a144 144 0 0 1 168.6-141.9a224.1 224.1 0 0 1 430.8 0A144 144 0 0 1 896 368v48a384 384 0 0 1-352 382.7V896h-64v-97.3A384 384 0 0 1 128 416m287.1-32h193.8a144 144 0 0 1 58.9-132.8a160 160 0 0 0-311.6 0A144 144 0 0 1 415.1 384m-72.9 0a72 72 0 1 0-140.5 0zm339.6 0h140.4a72 72 0 1 0-140.5 0zM512 736a320 320 0 0 0 318.4-288H193.6A320 320 0 0 0 512 736M384 896h256a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M128 416v-48a144 144 0 0 1 168.6-141.9a224.1 224.1 0 0 1 430.8 0A144 144 0 0 1 896 368v48a384 384 0 0 1-352 382.7V896h-64v-97.3A384 384 0 0 1 128 416m287.1-32h193.8a144 144 0 0 1 58.9-132.8a160 160 0 0 0-311.6 0A144 144 0 0 1 415.1 384m-72.9 0a72 72 0 1 0-140.5 0zm339.6 0h140.4a72 72 0 1 0-140.5 0zM512 736a320 320 0 0 0 318.4-288H193.6A320 320 0 0 0 512 736M384 896h256a32 32 0 1 1 0 64H384a32 32 0 1 1 0-64"/></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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%20416v-48a144%20144%200%200%201%20168.6-141.9a224.1%20224.1%200%200%201%20430.8%200A144%20144%200%200%201%20896%20368v48a384%20384%200%200%201-352%20382.7V896h-64v-97.3A384%20384%200%200%201%20128%20416m287.1-32h193.8a144%20144%200%200%201%2058.9-132.8a160%20160%200%200%200-311.6%200A144%20144%200%200%201%20415.1%20384m-72.9%200a72%2072%200%201%200-140.5%200zm339.6%200h140.4a72%2072%200%201%200-140.5%200zM512%20736a320%20320%200%200%200%20318.4-288H193.6A320%20320%200%200%200%20512%20736M384%20896h256a32%2032%200%201%201%200%2064H384a32%2032%200%201%201%200-64%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M128%20416v-48a144%20144%200%200%201%20168.6-141.9a224.1%20224.1%200%200%201%20430.8%200A144%20144%200%200%201%20896%20368v48a384%20384%200%200%201-352%20382.7V896h-64v-97.3A384%20384%200%200%201%20128%20416m287.1-32h193.8a144%20144%200%200%201%2058.9-132.8a160%20160%200%200%200-311.6%200A144%20144%200%200%201%20415.1%20384m-72.9%200a72%2072%200%201%200-140.5%200zm339.6%200h140.4a72%2072%200%201%200-140.5%200zM512%20736a320%20320%200%200%200%20318.4-288H193.6A320%20320%200%200%200%20512%20736M384%20896h256a32%2032%200%201%201%200%2064H384a32%2032%200%201%201%200-64%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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