candy-2-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.

Name
candy-2-fill
Set
MingCute Icon
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in MingCute Icon

Use the candy 2 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.703 3.91a1 1 0 0 1 1.007-.959c.595.005.975-.044 1.317-.157c.347-.115.721-.318 1.272-.715a1 1 0 0 1 1.48.364c.188.376.392.744.602 1.108c.18.315.39.665.619 1.02a25 25 0 0 0 1.213-2.11c.134-.266.372-.47.664-.541a1 1 0 0 1 .824.16c.55.396.925.599 1.272.714c.342.113.722.162 1.317.157a1 1 0 0 1 1.007.96c.03.717.092 1.161.208 1.517c.11.338.286.652.629 1.073a1 1 0 0 1-.328 1.527h-.002q-.482.247-.953.515a8 8 0 1 1-11.701 0a22 22 0 0 0-.956-.515A1 1 0 0 1 4.866 6.5c.343-.42.52-.735.63-1.073c.115-.356.177-.8.207-1.518m2.095 3.28a8 8 0 0 1 2.827-1.073a26 26 0 0 1-1.11-1.802c-.283.154-.565.28-.86.378a5 5 0 0 1-1.021.217c-.047.403-.12.777-.237 1.136a4.5 4.5 0 0 1-.31.73c.216.122.457.261.711.414m5.577-1.073a8 8 0 0 1 2.827 1.073c.254-.153.495-.292.71-.414a4.6 4.6 0 0 1-.31-.73a6 6 0 0 1-.236-1.136a5 5 0 0 1-1.02-.217a5 5 0 0 1-.86-.378a26 26 0 0 1-1.11 1.802m-1.318 4.72a1 1 0 0 1 1.276-.61a4 4 0 0 1 2.44 2.44a1 1 0 1 1-1.886.666a2 2 0 0 0-1.22-1.22a1 1 0 0 1-.61-1.276" clip-rule="evenodd"/></svg>

React

import type { SVGProps } from "react";

export function MingcuteCandy2Fill(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" fillRule="evenodd" d="M5.703 3.91a1 1 0 0 1 1.007-.959c.595.005.975-.044 1.317-.157c.347-.115.721-.318 1.272-.715a1 1 0 0 1 1.48.364c.188.376.392.744.602 1.108c.18.315.39.665.619 1.02a25 25 0 0 0 1.213-2.11c.134-.266.372-.47.664-.541a1 1 0 0 1 .824.16c.55.396.925.599 1.272.714c.342.113.722.162 1.317.157a1 1 0 0 1 1.007.96c.03.717.092 1.161.208 1.517c.11.338.286.652.629 1.073a1 1 0 0 1-.328 1.527h-.002q-.482.247-.953.515a8 8 0 1 1-11.701 0a22 22 0 0 0-.956-.515A1 1 0 0 1 4.866 6.5c.343-.42.52-.735.63-1.073c.115-.356.177-.8.207-1.518m2.095 3.28a8 8 0 0 1 2.827-1.073a26 26 0 0 1-1.11-1.802c-.283.154-.565.28-.86.378a5 5 0 0 1-1.021.217c-.047.403-.12.777-.237 1.136a4.5 4.5 0 0 1-.31.73c.216.122.457.261.711.414m5.577-1.073a8 8 0 0 1 2.827 1.073c.254-.153.495-.292.71-.414a4.6 4.6 0 0 1-.31-.73a6 6 0 0 1-.236-1.136a5 5 0 0 1-1.02-.217a5 5 0 0 1-.86-.378a26 26 0 0 1-1.11 1.802m-1.318 4.72a1 1 0 0 1 1.276-.61a4 4 0 0 1 2.44 2.44a1 1 0 1 1-1.886.666a2 2 0 0 0-1.22-1.22a1 1 0 0 1-.61-1.276" clipRule="evenodd"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" fill-rule="evenodd" d="M5.703 3.91a1 1 0 0 1 1.007-.959c.595.005.975-.044 1.317-.157c.347-.115.721-.318 1.272-.715a1 1 0 0 1 1.48.364c.188.376.392.744.602 1.108c.18.315.39.665.619 1.02a25 25 0 0 0 1.213-2.11c.134-.266.372-.47.664-.541a1 1 0 0 1 .824.16c.55.396.925.599 1.272.714c.342.113.722.162 1.317.157a1 1 0 0 1 1.007.96c.03.717.092 1.161.208 1.517c.11.338.286.652.629 1.073a1 1 0 0 1-.328 1.527h-.002q-.482.247-.953.515a8 8 0 1 1-11.701 0a22 22 0 0 0-.956-.515A1 1 0 0 1 4.866 6.5c.343-.42.52-.735.63-1.073c.115-.356.177-.8.207-1.518m2.095 3.28a8 8 0 0 1 2.827-1.073a26 26 0 0 1-1.11-1.802c-.283.154-.565.28-.86.378a5 5 0 0 1-1.021.217c-.047.403-.12.777-.237 1.136a4.5 4.5 0 0 1-.31.73c.216.122.457.261.711.414m5.577-1.073a8 8 0 0 1 2.827 1.073c.254-.153.495-.292.71-.414a4.6 4.6 0 0 1-.31-.73a6 6 0 0 1-.236-1.136a5 5 0 0 1-1.02-.217a5 5 0 0 1-.86-.378a26 26 0 0 1-1.11 1.802m-1.318 4.72a1 1 0 0 1 1.276-.61a4 4 0 0 1 2.44 2.44a1 1 0 1 1-1.886.666a2 2 0 0 0-1.22-1.22a1 1 0 0 1-.61-1.276" clip-rule="evenodd"/></svg>
</template>

CSS

.icon-candy-2-fill {
  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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.703%203.91a1%201%200%200%201%201.007-.959c.595.005.975-.044%201.317-.157c.347-.115.721-.318%201.272-.715a1%201%200%200%201%201.48.364c.188.376.392.744.602%201.108c.18.315.39.665.619%201.02a25%2025%200%200%200%201.213-2.11c.134-.266.372-.47.664-.541a1%201%200%200%201%20.824.16c.55.396.925.599%201.272.714c.342.113.722.162%201.317.157a1%201%200%200%201%201.007.96c.03.717.092%201.161.208%201.517c.11.338.286.652.629%201.073a1%201%200%200%201-.328%201.527h-.002q-.482.247-.953.515a8%208%200%201%201-11.701%200a22%2022%200%200%200-.956-.515A1%201%200%200%201%204.866%206.5c.343-.42.52-.735.63-1.073c.115-.356.177-.8.207-1.518m2.095%203.28a8%208%200%200%201%202.827-1.073a26%2026%200%200%201-1.11-1.802c-.283.154-.565.28-.86.378a5%205%200%200%201-1.021.217c-.047.403-.12.777-.237%201.136a4.5%204.5%200%200%201-.31.73c.216.122.457.261.711.414m5.577-1.073a8%208%200%200%201%202.827%201.073c.254-.153.495-.292.71-.414a4.6%204.6%200%200%201-.31-.73a6%206%200%200%201-.236-1.136a5%205%200%200%201-1.02-.217a5%205%200%200%201-.86-.378a26%2026%200%200%201-1.11%201.802m-1.318%204.72a1%201%200%200%201%201.276-.61a4%204%200%200%201%202.44%202.44a1%201%200%201%201-1.886.666a2%202%200%200%200-1.22-1.22a1%201%200%200%201-.61-1.276%22%20clip-rule%3D%22evenodd%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%20fill-rule%3D%22evenodd%22%20d%3D%22M5.703%203.91a1%201%200%200%201%201.007-.959c.595.005.975-.044%201.317-.157c.347-.115.721-.318%201.272-.715a1%201%200%200%201%201.48.364c.188.376.392.744.602%201.108c.18.315.39.665.619%201.02a25%2025%200%200%200%201.213-2.11c.134-.266.372-.47.664-.541a1%201%200%200%201%20.824.16c.55.396.925.599%201.272.714c.342.113.722.162%201.317.157a1%201%200%200%201%201.007.96c.03.717.092%201.161.208%201.517c.11.338.286.652.629%201.073a1%201%200%200%201-.328%201.527h-.002q-.482.247-.953.515a8%208%200%201%201-11.701%200a22%2022%200%200%200-.956-.515A1%201%200%200%201%204.866%206.5c.343-.42.52-.735.63-1.073c.115-.356.177-.8.207-1.518m2.095%203.28a8%208%200%200%201%202.827-1.073a26%2026%200%200%201-1.11-1.802c-.283.154-.565.28-.86.378a5%205%200%200%201-1.021.217c-.047.403-.12.777-.237%201.136a4.5%204.5%200%200%201-.31.73c.216.122.457.261.711.414m5.577-1.073a8%208%200%200%201%202.827%201.073c.254-.153.495-.292.71-.414a4.6%204.6%200%200%201-.31-.73a6%206%200%200%201-.236-1.136a5%205%200%200%201-1.02-.217a5%205%200%200%201-.86-.378a26%2026%200%200%201-1.11%201.802m-1.318%204.72a1%201%200%200%201%201.276-.61a4%204%200%200%201%202.44%202.44a1%201%200%201%201-1.886.666a2%202%200%200%200-1.22-1.22a1%201%200%200%201-.61-1.276%22%20clip-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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