candy icon
candy-filled from TDesign Icons by TDesign · Filled · MIT Free for personal and commercial use.
- Name
- candy-filled
- Set
- TDesign Icons
- Style
- Filled
- Viewbox
- 24×24
- License
- MIT
1 other variant in TDesign Icons
The same icon in other sets
candyEmoji One (Colored)candyFluent EmojicandyFluent Emoji FlatcandyFluent Emoji High ContrastcandyFirefox OS EmojicandyHuge IconscandyIconParkcandyIconPark OutlinecandyIconPark SolidcandyIconPark TwoTonecandyLucidecandyMaterial Design Iconscandy-fillMingCute IconcandyNoto EmojicandyOpenMojicandyStreamline EmojiscandyTabler IconscandyTwitter Emoji
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="M17.716 2.308a1 1 0 0 0-1.703.617l-.306 3.364l-1.082-1.082a3 3 0 0 0-4.243 0l-1.88 1.88l8.415 8.413l1.88-1.879a3 3 0 0 0 0-4.242l-1.082-1.081l3.365-.306a1 1 0 0 0 .616-1.703zm-15.41 15.41a1 1 0 0 1 .617-1.703l3.373-.307l2 2l-.306 3.374a1 1 0 0 1-1.703.616zm13.197-.803l-1.878 1.878a3 3 0 0 1-4.243 0L5.21 14.62a3 3 0 0 1 0-4.242L7.09 8.5z"/></svg>
React
import type { SVGProps } from "react";
export function TdesignCandyFilled(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="M17.716 2.308a1 1 0 0 0-1.703.617l-.306 3.364l-1.082-1.082a3 3 0 0 0-4.243 0l-1.88 1.88l8.415 8.413l1.88-1.879a3 3 0 0 0 0-4.242l-1.082-1.081l3.365-.306a1 1 0 0 0 .616-1.703zm-15.41 15.41a1 1 0 0 1 .617-1.703l3.373-.307l2 2l-.306 3.374a1 1 0 0 1-1.703.616zm13.197-.803l-1.878 1.878a3 3 0 0 1-4.243 0L5.21 14.62a3 3 0 0 1 0-4.242L7.09 8.5z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.716 2.308a1 1 0 0 0-1.703.617l-.306 3.364l-1.082-1.082a3 3 0 0 0-4.243 0l-1.88 1.88l8.415 8.413l1.88-1.879a3 3 0 0 0 0-4.242l-1.082-1.081l3.365-.306a1 1 0 0 0 .616-1.703zm-15.41 15.41a1 1 0 0 1 .617-1.703l3.373-.307l2 2l-.306 3.374a1 1 0 0 1-1.703.616zm13.197-.803l-1.878 1.878a3 3 0 0 1-4.243 0L5.21 14.62a3 3 0 0 1 0-4.242L7.09 8.5z"/></svg> </template>
CSS
.icon-candy-filled {
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%22M17.716%202.308a1%201%200%200%200-1.703.617l-.306%203.364l-1.082-1.082a3%203%200%200%200-4.243%200l-1.88%201.88l8.415%208.413l1.88-1.879a3%203%200%200%200%200-4.242l-1.082-1.081l3.365-.306a1%201%200%200%200%20.616-1.703zm-15.41%2015.41a1%201%200%200%201%20.617-1.703l3.373-.307l2%202l-.306%203.374a1%201%200%200%201-1.703.616zm13.197-.803l-1.878%201.878a3%203%200%200%201-4.243%200L5.21%2014.62a3%203%200%200%201%200-4.242L7.09%208.5z%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%22M17.716%202.308a1%201%200%200%200-1.703.617l-.306%203.364l-1.082-1.082a3%203%200%200%200-4.243%200l-1.88%201.88l8.415%208.413l1.88-1.879a3%203%200%200%200%200-4.242l-1.082-1.081l3.365-.306a1%201%200%200%200%20.616-1.703zm-15.41%2015.41a1%201%200%200%201%20.617-1.703l3.373-.307l2%202l-.306%203.374a1%201%200%200%201-1.703.616zm13.197-.803l-1.878%201.878a3%203%200%200%201-4.243%200L5.21%2014.62a3%203%200%200%201%200-4.242L7.09%208.5z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/tdesign/candy-filled.svg?color=%231a73e8&size=48