lollipop from Element Plus by Element Plus · Outline · MIT Free for personal and commercial use.

Name
lollipop
Set
Element Plus
Style
Outline
Viewbox
1024×1024
License
MIT

The same icon in other sets

Use the lollipop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M513.3 448a64 64 0 1 1 76.5 49.7A96 96 0 0 0 768 448h64a160 160 0 0 1-320 0zm-127-29.7a256 256 0 1 0 43.5-180.5A256 256 0 0 1 832 448h-64a192 192 0 0 0-381.7-29.7M492 667.8L285.7 874A96 96 0 0 1 150 738.3L356.2 532A320 320 0 1 1 492 667.8m-54.5-36a322 322 0 0 1-45.2-45.3l-197.1 197a32 32 0 1 0 45.2 45.3l197.1-197.1z"/></svg>

React

import type { SVGProps } from "react";

export function EpLollipop(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M513.3 448a64 64 0 1 1 76.5 49.7A96 96 0 0 0 768 448h64a160 160 0 0 1-320 0zm-127-29.7a256 256 0 1 0 43.5-180.5A256 256 0 0 1 832 448h-64a192 192 0 0 0-381.7-29.7M492 667.8L285.7 874A96 96 0 0 1 150 738.3L356.2 532A320 320 0 1 1 492 667.8m-54.5-36a322 322 0 0 1-45.2-45.3l-197.1 197a32 32 0 1 0 45.2 45.3l197.1-197.1z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 1024 1024"><path fill="currentColor" d="M513.3 448a64 64 0 1 1 76.5 49.7A96 96 0 0 0 768 448h64a160 160 0 0 1-320 0zm-127-29.7a256 256 0 1 0 43.5-180.5A256 256 0 0 1 832 448h-64a192 192 0 0 0-381.7-29.7M492 667.8L285.7 874A96 96 0 0 1 150 738.3L356.2 532A320 320 0 1 1 492 667.8m-54.5-36a322 322 0 0 1-45.2-45.3l-197.1 197a32 32 0 1 0 45.2 45.3l197.1-197.1z"/></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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M513.3%20448a64%2064%200%201%201%2076.5%2049.7A96%2096%200%200%200%20768%20448h64a160%20160%200%200%201-320%200zm-127-29.7a256%20256%200%201%200%2043.5-180.5A256%20256%200%200%201%20832%20448h-64a192%20192%200%200%200-381.7-29.7M492%20667.8L285.7%20874A96%2096%200%200%201%20150%20738.3L356.2%20532A320%20320%200%201%201%20492%20667.8m-54.5-36a322%20322%200%200%201-45.2-45.3l-197.1%20197a32%2032%200%201%200%2045.2%2045.3l197.1-197.1z%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%201024%201024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M513.3%20448a64%2064%200%201%201%2076.5%2049.7A96%2096%200%200%200%20768%20448h64a160%20160%200%200%201-320%200zm-127-29.7a256%20256%200%201%200%2043.5-180.5A256%20256%200%200%201%20832%20448h-64a192%20192%200%200%200-381.7-29.7M492%20667.8L285.7%20874A96%2096%200%200%201%20150%20738.3L356.2%20532A320%20320%200%201%201%20492%20667.8m-54.5-36a322%20322%200%200%201-45.2-45.3l-197.1%20197a32%2032%200%201%200%2045.2%2045.3l197.1-197.1z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ep/lollipop.svg?color=%231a73e8&size=48