lollipop from IconPark Outline by ByteDance · Outline · Foods · Apache-2.0 Free for personal and commercial use.

Name
lollipop
Set
IconPark Outline
Style
Outline
Category
Foods
Viewbox
48×48
License
Apache 2.0

The same icon in other sets

More foods icons from IconPark Outline

Use the lollipop icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M36.214 34.312A15.95 15.95 0 0 1 26 38a9 9 0 0 1-.692-.022a15.95 15.95 0 0 1-10.62-4.67a15.9 15.9 0 0 1-3.516-5.291A15.9 15.9 0 0 1 10 21.997c0-2.075.393-4.102 1.172-6.018a15.9 15.9 0 0 1 3.516-5.292a15.9 15.9 0 0 1 5.293-3.515A15.9 15.9 0 0 1 26 6c2.075 0 4.103.393 6.019 1.172a15.9 15.9 0 0 1 5.293 3.515a15.8 15.8 0 0 1 3.87 6.252a16.2 16.2 0 0 1 .692 7.078a16 16 0 0 1-.7 3.07c-1.025 3.02-2.364 5.066-4.96 7.225"/><path d="M22.105 19.489a3.47 3.47 0 0 1 3.703-3.216a4.1 4.1 0 0 1 2.842 1.416a4.1 4.1 0 0 1 1.007 3.01a4.95 4.95 0 0 1-1.705 3.421a4.98 4.98 0 0 1-3.628 1.211c-3.33-.234-5.855-3.132-5.621-6.464c.284-4.06 3.82-7.133 7.882-6.849a9 9 0 0 1 6.194 3.086a8.97 8.97 0 0 1 2.199 6.56a11.04 11.04 0 0 1-3.8 7.61A11.02 11.02 0 0 1 23.903 32q-.393 0-.798-.025c-2.788-.192-5.427-.738-7.604-2.475A13.54 13.54 0 0 1 11 23m3 11l-8 8.485"/></g></svg>

React

import type { SVGProps } from "react";

export function IconParkOutlineLollipop(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="4"><path d="M36.214 34.312A15.95 15.95 0 0 1 26 38a9 9 0 0 1-.692-.022a15.95 15.95 0 0 1-10.62-4.67a15.9 15.9 0 0 1-3.516-5.291A15.9 15.9 0 0 1 10 21.997c0-2.075.393-4.102 1.172-6.018a15.9 15.9 0 0 1 3.516-5.292a15.9 15.9 0 0 1 5.293-3.515A15.9 15.9 0 0 1 26 6c2.075 0 4.103.393 6.019 1.172a15.9 15.9 0 0 1 5.293 3.515a15.8 15.8 0 0 1 3.87 6.252a16.2 16.2 0 0 1 .692 7.078a16 16 0 0 1-.7 3.07c-1.025 3.02-2.364 5.066-4.96 7.225"/><path d="M22.105 19.489a3.47 3.47 0 0 1 3.703-3.216a4.1 4.1 0 0 1 2.842 1.416a4.1 4.1 0 0 1 1.007 3.01a4.95 4.95 0 0 1-1.705 3.421a4.98 4.98 0 0 1-3.628 1.211c-3.33-.234-5.855-3.132-5.621-6.464c.284-4.06 3.82-7.133 7.882-6.849a9 9 0 0 1 6.194 3.086a8.97 8.97 0 0 1 2.199 6.56a11.04 11.04 0 0 1-3.8 7.61A11.02 11.02 0 0 1 23.903 32q-.393 0-.798-.025c-2.788-.192-5.427-.738-7.604-2.475A13.54 13.54 0 0 1 11 23m3 11l-8 8.485"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="4"><path d="M36.214 34.312A15.95 15.95 0 0 1 26 38a9 9 0 0 1-.692-.022a15.95 15.95 0 0 1-10.62-4.67a15.9 15.9 0 0 1-3.516-5.291A15.9 15.9 0 0 1 10 21.997c0-2.075.393-4.102 1.172-6.018a15.9 15.9 0 0 1 3.516-5.292a15.9 15.9 0 0 1 5.293-3.515A15.9 15.9 0 0 1 26 6c2.075 0 4.103.393 6.019 1.172a15.9 15.9 0 0 1 5.293 3.515a15.8 15.8 0 0 1 3.87 6.252a16.2 16.2 0 0 1 .692 7.078a16 16 0 0 1-.7 3.07c-1.025 3.02-2.364 5.066-4.96 7.225"/><path d="M22.105 19.489a3.47 3.47 0 0 1 3.703-3.216a4.1 4.1 0 0 1 2.842 1.416a4.1 4.1 0 0 1 1.007 3.01a4.95 4.95 0 0 1-1.705 3.421a4.98 4.98 0 0 1-3.628 1.211c-3.33-.234-5.855-3.132-5.621-6.464c.284-4.06 3.82-7.133 7.882-6.849a9 9 0 0 1 6.194 3.086a8.97 8.97 0 0 1 2.199 6.56a11.04 11.04 0 0 1-3.8 7.61A11.02 11.02 0 0 1 23.903 32q-.393 0-.798-.025c-2.788-.192-5.427-.738-7.604-2.475A13.54 13.54 0 0 1 11 23m3 11l-8 8.485"/></g></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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M36.214%2034.312A15.95%2015.95%200%200%201%2026%2038a9%209%200%200%201-.692-.022a15.95%2015.95%200%200%201-10.62-4.67a15.9%2015.9%200%200%201-3.516-5.291A15.9%2015.9%200%200%201%2010%2021.997c0-2.075.393-4.102%201.172-6.018a15.9%2015.9%200%200%201%203.516-5.292a15.9%2015.9%200%200%201%205.293-3.515A15.9%2015.9%200%200%201%2026%206c2.075%200%204.103.393%206.019%201.172a15.9%2015.9%200%200%201%205.293%203.515a15.8%2015.8%200%200%201%203.87%206.252a16.2%2016.2%200%200%201%20.692%207.078a16%2016%200%200%201-.7%203.07c-1.025%203.02-2.364%205.066-4.96%207.225%22%2F%3E%3Cpath%20d%3D%22M22.105%2019.489a3.47%203.47%200%200%201%203.703-3.216a4.1%204.1%200%200%201%202.842%201.416a4.1%204.1%200%200%201%201.007%203.01a4.95%204.95%200%200%201-1.705%203.421a4.98%204.98%200%200%201-3.628%201.211c-3.33-.234-5.855-3.132-5.621-6.464c.284-4.06%203.82-7.133%207.882-6.849a9%209%200%200%201%206.194%203.086a8.97%208.97%200%200%201%202.199%206.56a11.04%2011.04%200%200%201-3.8%207.61A11.02%2011.02%200%200%201%2023.903%2032q-.393%200-.798-.025c-2.788-.192-5.427-.738-7.604-2.475A13.54%2013.54%200%200%201%2011%2023m3%2011l-8%208.485%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%2048%2048%22%3E%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%224%22%3E%3Cpath%20d%3D%22M36.214%2034.312A15.95%2015.95%200%200%201%2026%2038a9%209%200%200%201-.692-.022a15.95%2015.95%200%200%201-10.62-4.67a15.9%2015.9%200%200%201-3.516-5.291A15.9%2015.9%200%200%201%2010%2021.997c0-2.075.393-4.102%201.172-6.018a15.9%2015.9%200%200%201%203.516-5.292a15.9%2015.9%200%200%201%205.293-3.515A15.9%2015.9%200%200%201%2026%206c2.075%200%204.103.393%206.019%201.172a15.9%2015.9%200%200%201%205.293%203.515a15.8%2015.8%200%200%201%203.87%206.252a16.2%2016.2%200%200%201%20.692%207.078a16%2016%200%200%201-.7%203.07c-1.025%203.02-2.364%205.066-4.96%207.225%22%2F%3E%3Cpath%20d%3D%22M22.105%2019.489a3.47%203.47%200%200%201%203.703-3.216a4.1%204.1%200%200%201%202.842%201.416a4.1%204.1%200%200%201%201.007%203.01a4.95%204.95%200%200%201-1.705%203.421a4.98%204.98%200%200%201-3.628%201.211c-3.33-.234-5.855-3.132-5.621-6.464c.284-4.06%203.82-7.133%207.882-6.849a9%209%200%200%201%206.194%203.086a8.97%208.97%200%200%201%202.199%206.56a11.04%2011.04%200%200%201-3.8%207.61A11.02%2011.02%200%200%201%2023.903%2032q-.393%200-.798-.025c-2.788-.192-5.427-.738-7.604-2.475A13.54%2013.54%200%200%201%2011%2023m3%2011l-8%208.485%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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