candy icon
candy from Huge Icons by Hugeicons · Stroke · MIT Free for personal and commercial use.
- Name
- candy
- Set
- Huge Icons
- Style
- Stroke
- Viewbox
- 24×24
- License
- MIT
The same icon in other sets
candyEmoji One (Colored)candyFluent EmojicandyFluent Emoji FlatcandyFluent Emoji High ContrastcandyFirefox OS EmojicandyIconParkcandyIconPark OutlinecandyIconPark SolidcandyIconPark TwoTonecandyLucidecandyMaterial Design Iconscandy-fillMingCute IconcandyNoto EmojicandyOpenMojicandyStreamline EmojiscandyTabler IconscandyTDesign IconscandyTwitter Emoji
Related icons in Huge Icons
Use the candy 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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m7.45 9.55l2.1-2.1a4.95 4.95 0 0 1 7 7l-2.1 2.1a4.95 4.95 0 0 1-7-7M14 6.5v10m-4-9v10"/><path d="m17.5 8.5l4.012-.446A.55.55 0 0 0 22 7.51c0-.287-.225-.507-.503-.579a1.46 1.46 0 0 1-.687-.406c-.867-.867-.086-1.514-.953-2.381c-.833-.833-1.547-.12-2.38-.953a1.47 1.47 0 0 1-.413-.681c-.073-.28-.29-.509-.578-.509a.543.543 0 0 0-.54.483L15.5 6.5m-9 9l-4.012.446A.55.55 0 0 0 2 16.49c0 .287.225.506.503.579c.223.057.45.17.687.406c.867.867.086 1.515.953 2.381c.833.834 1.547.12 2.38.953c.242.24.356.465.413.681c.073.28.29.509.578.509c.276 0 .51-.208.54-.483L8.5 17.5"/></g></svg>
React
import type { SVGProps } from "react";
export function HugeiconsCandy(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" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="m7.45 9.55l2.1-2.1a4.95 4.95 0 0 1 7 7l-2.1 2.1a4.95 4.95 0 0 1-7-7M14 6.5v10m-4-9v10"/><path d="m17.5 8.5l4.012-.446A.55.55 0 0 0 22 7.51c0-.287-.225-.507-.503-.579a1.46 1.46 0 0 1-.687-.406c-.867-.867-.086-1.514-.953-2.381c-.833-.833-1.547-.12-2.38-.953a1.47 1.47 0 0 1-.413-.681c-.073-.28-.29-.509-.578-.509a.543.543 0 0 0-.54.483L15.5 6.5m-9 9l-4.012.446A.55.55 0 0 0 2 16.49c0 .287.225.506.503.579c.223.057.45.17.687.406c.867.867.086 1.515.953 2.381c.833.834 1.547.12 2.38.953c.242.24.356.465.413.681c.073.28.29.509.578.509c.276 0 .51-.208.54-.483L8.5 17.5"/></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-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="m7.45 9.55l2.1-2.1a4.95 4.95 0 0 1 7 7l-2.1 2.1a4.95 4.95 0 0 1-7-7M14 6.5v10m-4-9v10"/><path d="m17.5 8.5l4.012-.446A.55.55 0 0 0 22 7.51c0-.287-.225-.507-.503-.579a1.46 1.46 0 0 1-.687-.406c-.867-.867-.086-1.514-.953-2.381c-.833-.833-1.547-.12-2.38-.953a1.47 1.47 0 0 1-.413-.681c-.073-.28-.29-.509-.578-.509a.543.543 0 0 0-.54.483L15.5 6.5m-9 9l-4.012.446A.55.55 0 0 0 2 16.49c0 .287.225.506.503.579c.223.057.45.17.687.406c.867.867.086 1.515.953 2.381c.833.834 1.547.12 2.38.953c.242.24.356.465.413.681c.073.28.29.509.578.509c.276 0 .51-.208.54-.483L8.5 17.5"/></g></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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m7.45%209.55l2.1-2.1a4.95%204.95%200%200%201%207%207l-2.1%202.1a4.95%204.95%200%200%201-7-7M14%206.5v10m-4-9v10%22%2F%3E%3Cpath%20d%3D%22m17.5%208.5l4.012-.446A.55.55%200%200%200%2022%207.51c0-.287-.225-.507-.503-.579a1.46%201.46%200%200%201-.687-.406c-.867-.867-.086-1.514-.953-2.381c-.833-.833-1.547-.12-2.38-.953a1.47%201.47%200%200%201-.413-.681c-.073-.28-.29-.509-.578-.509a.543.543%200%200%200-.54.483L15.5%206.5m-9%209l-4.012.446A.55.55%200%200%200%202%2016.49c0%20.287.225.506.503.579c.223.057.45.17.687.406c.867.867.086%201.515.953%202.381c.833.834%201.547.12%202.38.953c.242.24.356.465.413.681c.073.28.29.509.578.509c.276%200%20.51-.208.54-.483L8.5%2017.5%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-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22m7.45%209.55l2.1-2.1a4.95%204.95%200%200%201%207%207l-2.1%202.1a4.95%204.95%200%200%201-7-7M14%206.5v10m-4-9v10%22%2F%3E%3Cpath%20d%3D%22m17.5%208.5l4.012-.446A.55.55%200%200%200%2022%207.51c0-.287-.225-.507-.503-.579a1.46%201.46%200%200%201-.687-.406c-.867-.867-.086-1.514-.953-2.381c-.833-.833-1.547-.12-2.38-.953a1.47%201.47%200%200%201-.413-.681c-.073-.28-.29-.509-.578-.509a.543.543%200%200%200-.54.483L15.5%206.5m-9%209l-4.012.446A.55.55%200%200%200%202%2016.49c0%20.287.225.506.503.579c.223.057.45.17.687.406c.867.867.086%201.515.953%202.381c.833.834%201.547.12%202.38.953c.242.24.356.465.413.681c.073.28.29.509.578.509c.276%200%20.51-.208.54-.483L8.5%2017.5%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/candy.svg?color=%231a73e8&size=48