lollipop icon
lollipop-fill from MingCute Icon by MingCute Design · Fill · Apache-2.0 Free for personal and commercial use.
- Name
- lollipop-fill
- Set
- MingCute Icon
- Style
- Fill
- Viewbox
- 24×24
- License
- Apache 2.0
1 other variant in MingCute Icon
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 24 24"><path fill="currentColor" d="M2 11a9 9 0 0 1 16.908-4.3c.33.607.412 1.317.27 1.994c-.567 2.704-1.825 4.774-3.286 5.94c-1.35 1.077-3.166 1.672-4.693 1.5a4.703 4.703 0 0 1-4.145-5.204a3.564 3.564 0 0 1 3.94-3.143a2.65 2.65 0 0 1 2.338 2.93a1.92 1.92 0 0 1-2.124 1.694a1.34 1.34 0 0 1-.899-.493l-.087-.123a1.3 1.3 0 0 1-.196-.558l-.002-.019l.034.12A1 1 0 0 0 11 12c1.249 0 2.08-.842 1.994-1.946c-.073-.935-.803-1.76-1.783-1.87a2.87 2.87 0 0 0-3.173 2.528a3.334 3.334 0 0 0 2.95 3.687a3.92 3.92 0 0 0 4.331-3.459a4.65 4.65 0 0 0-4.102-5.14a5.563 5.563 0 0 0-6.15 4.906a6.7 6.7 0 0 0 5.908 7.415c2.082.235 4.417-.53 6.164-1.924c1.017-.812 1.938-1.944 2.669-3.337a9 9 0 0 1-1.776 3.758l3.675 3.675a1 1 0 0 1-1.414 1.414l-3.675-3.675A9 9 0 0 1 2 11"/></svg>
React
import type { SVGProps } from "react";
export function MingcuteLollipopFill(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="M2 11a9 9 0 0 1 16.908-4.3c.33.607.412 1.317.27 1.994c-.567 2.704-1.825 4.774-3.286 5.94c-1.35 1.077-3.166 1.672-4.693 1.5a4.703 4.703 0 0 1-4.145-5.204a3.564 3.564 0 0 1 3.94-3.143a2.65 2.65 0 0 1 2.338 2.93a1.92 1.92 0 0 1-2.124 1.694a1.34 1.34 0 0 1-.899-.493l-.087-.123a1.3 1.3 0 0 1-.196-.558l-.002-.019l.034.12A1 1 0 0 0 11 12c1.249 0 2.08-.842 1.994-1.946c-.073-.935-.803-1.76-1.783-1.87a2.87 2.87 0 0 0-3.173 2.528a3.334 3.334 0 0 0 2.95 3.687a3.92 3.92 0 0 0 4.331-3.459a4.65 4.65 0 0 0-4.102-5.14a5.563 5.563 0 0 0-6.15 4.906a6.7 6.7 0 0 0 5.908 7.415c2.082.235 4.417-.53 6.164-1.924c1.017-.812 1.938-1.944 2.669-3.337a9 9 0 0 1-1.776 3.758l3.675 3.675a1 1 0 0 1-1.414 1.414l-3.675-3.675A9 9 0 0 1 2 11"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2 11a9 9 0 0 1 16.908-4.3c.33.607.412 1.317.27 1.994c-.567 2.704-1.825 4.774-3.286 5.94c-1.35 1.077-3.166 1.672-4.693 1.5a4.703 4.703 0 0 1-4.145-5.204a3.564 3.564 0 0 1 3.94-3.143a2.65 2.65 0 0 1 2.338 2.93a1.92 1.92 0 0 1-2.124 1.694a1.34 1.34 0 0 1-.899-.493l-.087-.123a1.3 1.3 0 0 1-.196-.558l-.002-.019l.034.12A1 1 0 0 0 11 12c1.249 0 2.08-.842 1.994-1.946c-.073-.935-.803-1.76-1.783-1.87a2.87 2.87 0 0 0-3.173 2.528a3.334 3.334 0 0 0 2.95 3.687a3.92 3.92 0 0 0 4.331-3.459a4.65 4.65 0 0 0-4.102-5.14a5.563 5.563 0 0 0-6.15 4.906a6.7 6.7 0 0 0 5.908 7.415c2.082.235 4.417-.53 6.164-1.924c1.017-.812 1.938-1.944 2.669-3.337a9 9 0 0 1-1.776 3.758l3.675 3.675a1 1 0 0 1-1.414 1.414l-3.675-3.675A9 9 0 0 1 2 11"/></svg> </template>
CSS
.icon-lollipop-fill {
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%22M2%2011a9%209%200%200%201%2016.908-4.3c.33.607.412%201.317.27%201.994c-.567%202.704-1.825%204.774-3.286%205.94c-1.35%201.077-3.166%201.672-4.693%201.5a4.703%204.703%200%200%201-4.145-5.204a3.564%203.564%200%200%201%203.94-3.143a2.65%202.65%200%200%201%202.338%202.93a1.92%201.92%200%200%201-2.124%201.694a1.34%201.34%200%200%201-.899-.493l-.087-.123a1.3%201.3%200%200%201-.196-.558l-.002-.019l.034.12A1%201%200%200%200%2011%2012c1.249%200%202.08-.842%201.994-1.946c-.073-.935-.803-1.76-1.783-1.87a2.87%202.87%200%200%200-3.173%202.528a3.334%203.334%200%200%200%202.95%203.687a3.92%203.92%200%200%200%204.331-3.459a4.65%204.65%200%200%200-4.102-5.14a5.563%205.563%200%200%200-6.15%204.906a6.7%206.7%200%200%200%205.908%207.415c2.082.235%204.417-.53%206.164-1.924c1.017-.812%201.938-1.944%202.669-3.337a9%209%200%200%201-1.776%203.758l3.675%203.675a1%201%200%200%201-1.414%201.414l-3.675-3.675A9%209%200%200%201%202%2011%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%22M2%2011a9%209%200%200%201%2016.908-4.3c.33.607.412%201.317.27%201.994c-.567%202.704-1.825%204.774-3.286%205.94c-1.35%201.077-3.166%201.672-4.693%201.5a4.703%204.703%200%200%201-4.145-5.204a3.564%203.564%200%200%201%203.94-3.143a2.65%202.65%200%200%201%202.338%202.93a1.92%201.92%200%200%201-2.124%201.694a1.34%201.34%200%200%201-.899-.493l-.087-.123a1.3%201.3%200%200%201-.196-.558l-.002-.019l.034.12A1%201%200%200%200%2011%2012c1.249%200%202.08-.842%201.994-1.946c-.073-.935-.803-1.76-1.783-1.87a2.87%202.87%200%200%200-3.173%202.528a3.334%203.334%200%200%200%202.95%203.687a3.92%203.92%200%200%200%204.331-3.459a4.65%204.65%200%200%200-4.102-5.14a5.563%205.563%200%200%200-6.15%204.906a6.7%206.7%200%200%200%205.908%207.415c2.082.235%204.417-.53%206.164-1.924c1.017-.812%201.938-1.944%202.669-3.337a9%209%200%200%201-1.776%203.758l3.675%203.675a1%201%200%200%201-1.414%201.414l-3.675-3.675A9%209%200%200%201%202%2011%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mingcute/lollipop-fill.svg?color=%231a73e8&size=48