candy icon
candy-outline from Material Design Icons by Pictogrammers · Outline · Food / Drink · Apache-2.0 Free for personal and commercial use.
- Name
- candy-outline
- Set
- Material Design Icons
- Style
- Outline
- Category
- Food / Drink
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- chocolate-outline, fairy, hey-listen, navi, treat-outline
1 other variant in Material Design Icons
The same icon in other sets
candyEmoji One (Colored)candyFluent EmojicandyFluent Emoji FlatcandyFluent Emoji High ContrastcandyFirefox OS EmojicandyHuge IconscandyIconParkcandyIconPark OutlinecandyIconPark SolidcandyIconPark TwoTonecandyLucidecandy-fillMingCute IconcandyNoto EmojicandyOpenMojicandyStreamline EmojiscandyTabler IconscandyTDesign IconscandyTwitter Emoji
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="M9.88 9.88c1.17-1.17 3.07-1.17 4.24 0s1.17 3.07 0 4.24a3 3 0 0 1-4.24 0a3 3 0 0 1 0-4.24M8.46 8.46c-1.96 1.96-1.96 5.12 0 7.08s5.12 1.96 7.08 0s1.96-5.12 0-7.08s-5.12-1.96-7.08 0m11.01-3.91s-.97.12-2.04.82c-.15-1.05-.65-2.1-1.5-2.95c-1.25 1.25-1.4 2.8-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.96 3.96 0 0 1-2.83-2.83c-1.12-.3-2.67-.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 MdiCandyOutline(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="M9.88 9.88c1.17-1.17 3.07-1.17 4.24 0s1.17 3.07 0 4.24a3 3 0 0 1-4.24 0a3 3 0 0 1 0-4.24M8.46 8.46c-1.96 1.96-1.96 5.12 0 7.08s5.12 1.96 7.08 0s1.96-5.12 0-7.08s-5.12-1.96-7.08 0m11.01-3.91s-.97.12-2.04.82c-.15-1.05-.65-2.1-1.5-2.95c-1.25 1.25-1.4 2.8-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.96 3.96 0 0 1-2.83-2.83c-1.12-.3-2.67-.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="M9.88 9.88c1.17-1.17 3.07-1.17 4.24 0s1.17 3.07 0 4.24a3 3 0 0 1-4.24 0a3 3 0 0 1 0-4.24M8.46 8.46c-1.96 1.96-1.96 5.12 0 7.08s5.12 1.96 7.08 0s1.96-5.12 0-7.08s-5.12-1.96-7.08 0m11.01-3.91s-.97.12-2.04.82c-.15-1.05-.65-2.1-1.5-2.95c-1.25 1.25-1.4 2.8-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.96 3.96 0 0 1-2.83-2.83c-1.12-.3-2.67-.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-outline {
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%22M9.88%209.88c1.17-1.17%203.07-1.17%204.24%200s1.17%203.07%200%204.24a3%203%200%200%201-4.24%200a3%203%200%200%201%200-4.24M8.46%208.46c-1.96%201.96-1.96%205.12%200%207.08s5.12%201.96%207.08%200s1.96-5.12%200-7.08s-5.12-1.96-7.08%200m11.01-3.91s-.97.12-2.04.82c-.15-1.05-.65-2.1-1.5-2.95c-1.25%201.25-1.4%202.8-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.96%203.96%200%200%201-2.83-2.83c-1.12-.3-2.67-.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%22M9.88%209.88c1.17-1.17%203.07-1.17%204.24%200s1.17%203.07%200%204.24a3%203%200%200%201-4.24%200a3%203%200%200%201%200-4.24M8.46%208.46c-1.96%201.96-1.96%205.12%200%207.08s5.12%201.96%207.08%200s1.96-5.12%200-7.08s-5.12-1.96-7.08%200m11.01-3.91s-.97.12-2.04.82c-.15-1.05-.65-2.1-1.5-2.95c-1.25%201.25-1.4%202.8-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.96%203.96%200%200%201-2.83-2.83c-1.12-.3-2.67-.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-outline.svg?color=%231a73e8&size=48