lollipop emoji
lollipop from OpenMoji by OpenMoji · Default · Food Drink · CC-BY-SA-4.0 Attribution required.
- Name
- lollipop
- Set
- OpenMoji
- Style
- Default
- Category
- Food Drink
- Viewbox
- 72×72
- License
- CC BY-SA 4.0
The same emoji in other sets
lollipopEmoji One (Colored)lollipopElement PluslollipopFluent EmojilollipopFluent Emoji FlatlollipopFluent Emoji High ContrastlollipopFirefox OS EmojilollipopHuge IconslollipopIconParklollipopIconPark OutlinelollipopLucidelollipop-fillMingCute IconlollipopNoto EmojilollipopTabler IconslollipopTwitter Emoji
More food drink icons from OpenMoji
Use the lollipop emoji
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="8.627" cy="51.48" r="18" fill="#ea5a47" transform="rotate(-45)"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"><circle cx="8.675" cy="51.41" r="18.22" stroke-miterlimit="10" stroke-width="2" transform="rotate(-45)"/><path stroke-miterlimit="10" stroke-width="2" d="m12 60.7l13.79-13.79"/><path stroke-width="1.864" d="M42.69 30.99c.19-.71 1.05-.094 1.179.316c.35 1.11-.82 1.996-1.811 2.042c-1.774.082-2.992-1.659-2.906-3.306c.128-2.417 2.507-4.008 4.801-3.769c3.058.32 5.032 3.357 4.632 6.297c-.503 3.699-4.208 6.059-7.792 5.495c-4.341-.683-7.089-5.059-6.359-9.287c.86-4.982 5.911-8.12 10.78-7.222c5.624 1.037 9.152 6.763 8.085 12.28c-1.213 6.266-7.615 10.18-13.77 8.948c-6.907-1.387-11.22-8.467-9.811-15.27c1.562-7.549 9.32-12.25 16.76-10.67"/></g><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.864" d="M42.69 30.99c.19-.71 1.05-.094 1.179.316c.35 1.11-.82 1.996-1.811 2.042c-1.774.082-2.992-1.659-2.906-3.306c.128-2.417 2.507-4.008 4.801-3.769c3.058.32 5.032 3.357 4.632 6.297c-.503 3.699-4.208 6.059-7.792 5.495c-4.341-.683-7.089-5.059-6.359-9.287c.86-4.982 5.911-8.12 10.78-7.222c5.624 1.037 9.152 6.763 8.085 12.28c-1.213 6.266-7.615 10.18-13.77 8.948c-6.907-1.387-11.22-8.467-9.811-15.27c1.562-7.549 9.32-12.25 16.76-10.67"/></svg>
React
import type { SVGProps } from "react";
export function OpenmojiLollipop(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="8.627" cy="51.48" r="18" fill="#ea5a47" transform="rotate(-45)"/><g fill="none" stroke="#000" strokeLinecap="round" strokeLinejoin="round"><circle cx="8.675" cy="51.41" r="18.22" strokeMiterlimit="10" strokeWidth="2" transform="rotate(-45)"/><path strokeMiterlimit="10" strokeWidth="2" d="m12 60.7l13.79-13.79"/><path strokeWidth="1.864" d="M42.69 30.99c.19-.71 1.05-.094 1.179.316c.35 1.11-.82 1.996-1.811 2.042c-1.774.082-2.992-1.659-2.906-3.306c.128-2.417 2.507-4.008 4.801-3.769c3.058.32 5.032 3.357 4.632 6.297c-.503 3.699-4.208 6.059-7.792 5.495c-4.341-.683-7.089-5.059-6.359-9.287c.86-4.982 5.911-8.12 10.78-7.222c5.624 1.037 9.152 6.763 8.085 12.28c-1.213 6.266-7.615 10.18-13.77 8.948c-6.907-1.387-11.22-8.467-9.811-15.27c1.562-7.549 9.32-12.25 16.76-10.67"/></g><path fill="none" stroke="#fff" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.864" d="M42.69 30.99c.19-.71 1.05-.094 1.179.316c.35 1.11-.82 1.996-1.811 2.042c-1.774.082-2.992-1.659-2.906-3.306c.128-2.417 2.507-4.008 4.801-3.769c3.058.32 5.032 3.357 4.632 6.297c-.503 3.699-4.208 6.059-7.792 5.495c-4.341-.683-7.089-5.059-6.359-9.287c.86-4.982 5.911-8.12 10.78-7.222c5.624 1.037 9.152 6.763 8.085 12.28c-1.213 6.266-7.615 10.18-13.77 8.948c-6.907-1.387-11.22-8.467-9.811-15.27c1.562-7.549 9.32-12.25 16.76-10.67"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 72 72"><circle cx="8.627" cy="51.48" r="18" fill="#ea5a47" transform="rotate(-45)"/><g fill="none" stroke="#000" stroke-linecap="round" stroke-linejoin="round"><circle cx="8.675" cy="51.41" r="18.22" stroke-miterlimit="10" stroke-width="2" transform="rotate(-45)"/><path stroke-miterlimit="10" stroke-width="2" d="m12 60.7l13.79-13.79"/><path stroke-width="1.864" d="M42.69 30.99c.19-.71 1.05-.094 1.179.316c.35 1.11-.82 1.996-1.811 2.042c-1.774.082-2.992-1.659-2.906-3.306c.128-2.417 2.507-4.008 4.801-3.769c3.058.32 5.032 3.357 4.632 6.297c-.503 3.699-4.208 6.059-7.792 5.495c-4.341-.683-7.089-5.059-6.359-9.287c.86-4.982 5.911-8.12 10.78-7.222c5.624 1.037 9.152 6.763 8.085 12.28c-1.213 6.266-7.615 10.18-13.77 8.948c-6.907-1.387-11.22-8.467-9.811-15.27c1.562-7.549 9.32-12.25 16.76-10.67"/></g><path fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.864" d="M42.69 30.99c.19-.71 1.05-.094 1.179.316c.35 1.11-.82 1.996-1.811 2.042c-1.774.082-2.992-1.659-2.906-3.306c.128-2.417 2.507-4.008 4.801-3.769c3.058.32 5.032 3.357 4.632 6.297c-.503 3.699-4.208 6.059-7.792 5.495c-4.341-.683-7.089-5.059-6.359-9.287c.86-4.982 5.911-8.12 10.78-7.222c5.624 1.037 9.152 6.763 8.085 12.28c-1.213 6.266-7.615 10.18-13.77 8.948c-6.907-1.387-11.22-8.467-9.811-15.27c1.562-7.549 9.32-12.25 16.76-10.67"/></svg> </template>
CSS
.icon-lollipop {
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%2072%2072%22%3E%3Ccircle%20cx%3D%228.627%22%20cy%3D%2251.48%22%20r%3D%2218%22%20fill%3D%22%23ea5a47%22%20transform%3D%22rotate(-45)%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%228.675%22%20cy%3D%2251.41%22%20r%3D%2218.22%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20transform%3D%22rotate(-45)%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m12%2060.7l13.79-13.79%22%2F%3E%3Cpath%20stroke-width%3D%221.864%22%20d%3D%22M42.69%2030.99c.19-.71%201.05-.094%201.179.316c.35%201.11-.82%201.996-1.811%202.042c-1.774.082-2.992-1.659-2.906-3.306c.128-2.417%202.507-4.008%204.801-3.769c3.058.32%205.032%203.357%204.632%206.297c-.503%203.699-4.208%206.059-7.792%205.495c-4.341-.683-7.089-5.059-6.359-9.287c.86-4.982%205.911-8.12%2010.78-7.222c5.624%201.037%209.152%206.763%208.085%2012.28c-1.213%206.266-7.615%2010.18-13.77%208.948c-6.907-1.387-11.22-8.467-9.811-15.27c1.562-7.549%209.32-12.25%2016.76-10.67%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.864%22%20d%3D%22M42.69%2030.99c.19-.71%201.05-.094%201.179.316c.35%201.11-.82%201.996-1.811%202.042c-1.774.082-2.992-1.659-2.906-3.306c.128-2.417%202.507-4.008%204.801-3.769c3.058.32%205.032%203.357%204.632%206.297c-.503%203.699-4.208%206.059-7.792%205.495c-4.341-.683-7.089-5.059-6.359-9.287c.86-4.982%205.911-8.12%2010.78-7.222c5.624%201.037%209.152%206.763%208.085%2012.28c-1.213%206.266-7.615%2010.18-13.77%208.948c-6.907-1.387-11.22-8.467-9.811-15.27c1.562-7.549%209.32-12.25%2016.76-10.67%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%2072%2072%22%3E%3Ccircle%20cx%3D%228.627%22%20cy%3D%2251.48%22%20r%3D%2218%22%20fill%3D%22%23ea5a47%22%20transform%3D%22rotate(-45)%22%2F%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22%23000%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%228.675%22%20cy%3D%2251.41%22%20r%3D%2218.22%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20transform%3D%22rotate(-45)%22%2F%3E%3Cpath%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22m12%2060.7l13.79-13.79%22%2F%3E%3Cpath%20stroke-width%3D%221.864%22%20d%3D%22M42.69%2030.99c.19-.71%201.05-.094%201.179.316c.35%201.11-.82%201.996-1.811%202.042c-1.774.082-2.992-1.659-2.906-3.306c.128-2.417%202.507-4.008%204.801-3.769c3.058.32%205.032%203.357%204.632%206.297c-.503%203.699-4.208%206.059-7.792%205.495c-4.341-.683-7.089-5.059-6.359-9.287c.86-4.982%205.911-8.12%2010.78-7.222c5.624%201.037%209.152%206.763%208.085%2012.28c-1.213%206.266-7.615%2010.18-13.77%208.948c-6.907-1.387-11.22-8.467-9.811-15.27c1.562-7.549%209.32-12.25%2016.76-10.67%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.864%22%20d%3D%22M42.69%2030.99c.19-.71%201.05-.094%201.179.316c.35%201.11-.82%201.996-1.811%202.042c-1.774.082-2.992-1.659-2.906-3.306c.128-2.417%202.507-4.008%204.801-3.769c3.058.32%205.032%203.357%204.632%206.297c-.503%203.699-4.208%206.059-7.792%205.495c-4.341-.683-7.089-5.059-6.359-9.287c.86-4.982%205.911-8.12%2010.78-7.222c5.624%201.037%209.152%206.763%208.085%2012.28c-1.213%206.266-7.615%2010.18-13.77%208.948c-6.907-1.387-11.22-8.467-9.811-15.27c1.562-7.549%209.32-12.25%2016.76-10.67%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/openmoji/lollipop.svg?color=%231a73e8&size=48