candy from Material Design Icons by Pictogrammers · Filled · Food / Drink · Apache-2.0 Free for personal and commercial use.

Name
candy
Set
Material Design Icons
Style
Filled
Category
Food / Drink
Viewbox
24×24
License
Apache 2.0
Aliases
chocolate, treat

1 other variant in Material Design Icons

The same icon in other sets

More food / drink icons from Material Design Icons

Use the candy icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.54 8.46c1.96 1.96 1.96 5.12 0 7.08s-5.12 1.96-7.07 0s-1.97-5.12 0-7.08s5.11-1.96 7.07 0m3.93-3.91s-.97.12-2.04.81a5.24 5.24 0 0 0-1.5-2.94a4.03 4.03 0 0 0-1.1 3.92c1.39.36 2.47 1.44 2.83 2.83c1.12.3 2.68.15 3.92-1.1a5.25 5.25 0 0 0-2.9-1.49c.39-.58.7-1.25.79-2.03M4.53 19.45s.97-.12 2.04-.81c.15 1.04.65 2.09 1.5 2.94c1.25-1.24 1.4-2.8 1.1-3.92a3.94 3.94 0 0 1-2.83-2.83c-1.12-.3-2.68-.15-3.92 1.1c.84.84 1.87 1.34 2.9 1.49c-.39.58-.7 1.26-.79 2.03"/></svg>

React

import type { SVGProps } from "react";

export function MdiCandy(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.54 8.46c1.96 1.96 1.96 5.12 0 7.08s-5.12 1.96-7.07 0s-1.97-5.12 0-7.08s5.11-1.96 7.07 0m3.93-3.91s-.97.12-2.04.81a5.24 5.24 0 0 0-1.5-2.94a4.03 4.03 0 0 0-1.1 3.92c1.39.36 2.47 1.44 2.83 2.83c1.12.3 2.68.15 3.92-1.1a5.25 5.25 0 0 0-2.9-1.49c.39-.58.7-1.25.79-2.03M4.53 19.45s.97-.12 2.04-.81c.15 1.04.65 2.09 1.5 2.94c1.25-1.24 1.4-2.8 1.1-3.92a3.94 3.94 0 0 1-2.83-2.83c-1.12-.3-2.68-.15-3.92 1.1c.84.84 1.87 1.34 2.9 1.49c-.39.58-.7 1.26-.79 2.03"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.54 8.46c1.96 1.96 1.96 5.12 0 7.08s-5.12 1.96-7.07 0s-1.97-5.12 0-7.08s5.11-1.96 7.07 0m3.93-3.91s-.97.12-2.04.81a5.24 5.24 0 0 0-1.5-2.94a4.03 4.03 0 0 0-1.1 3.92c1.39.36 2.47 1.44 2.83 2.83c1.12.3 2.68.15 3.92-1.1a5.25 5.25 0 0 0-2.9-1.49c.39-.58.7-1.25.79-2.03M4.53 19.45s.97-.12 2.04-.81c.15 1.04.65 2.09 1.5 2.94c1.25-1.24 1.4-2.8 1.1-3.92a3.94 3.94 0 0 1-2.83-2.83c-1.12-.3-2.68-.15-3.92 1.1c.84.84 1.87 1.34 2.9 1.49c-.39.58-.7 1.26-.79 2.03"/></svg>
</template>

CSS

.icon-candy {
  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%22currentColor%22%20d%3D%22M15.54%208.46c1.96%201.96%201.96%205.12%200%207.08s-5.12%201.96-7.07%200s-1.97-5.12%200-7.08s5.11-1.96%207.07%200m3.93-3.91s-.97.12-2.04.81a5.24%205.24%200%200%200-1.5-2.94a4.03%204.03%200%200%200-1.1%203.92c1.39.36%202.47%201.44%202.83%202.83c1.12.3%202.68.15%203.92-1.1a5.25%205.25%200%200%200-2.9-1.49c.39-.58.7-1.25.79-2.03M4.53%2019.45s.97-.12%202.04-.81c.15%201.04.65%202.09%201.5%202.94c1.25-1.24%201.4-2.8%201.1-3.92a3.94%203.94%200%200%201-2.83-2.83c-1.12-.3-2.68-.15-3.92%201.1c.84.84%201.87%201.34%202.9%201.49c-.39.58-.7%201.26-.79%202.03%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%22currentColor%22%20d%3D%22M15.54%208.46c1.96%201.96%201.96%205.12%200%207.08s-5.12%201.96-7.07%200s-1.97-5.12%200-7.08s5.11-1.96%207.07%200m3.93-3.91s-.97.12-2.04.81a5.24%205.24%200%200%200-1.5-2.94a4.03%204.03%200%200%200-1.1%203.92c1.39.36%202.47%201.44%202.83%202.83c1.12.3%202.68.15%203.92-1.1a5.25%205.25%200%200%200-2.9-1.49c.39-.58.7-1.25.79-2.03M4.53%2019.45s.97-.12%202.04-.81c.15%201.04.65%202.09%201.5%202.94c1.25-1.24%201.4-2.8%201.1-3.92a3.94%203.94%200%200%201-2.83-2.83c-1.12-.3-2.68-.15-3.92%201.1c.84.84%201.87%201.34%202.9%201.49c-.39.58-.7%201.26-.79%202.03%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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