popsicle from BoxIcons v2 by Boxicons · Regular · MIT Free for personal and commercial use.

Name
popsicle
Set
BoxIcons v2
Style
Regular
Viewbox
24×24
License
MIT
Aliases
bx-popsicle

The same icon in other sets

Use the popsicle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 2a7 7 0 0 0-4.94 2l-7.78 7.82a1 1 0 0 0 0 1.41l3.54 3.54l-3.54 3.53l1.42 1.42l3.53-3.54l3.54 3.54a1 1 0 0 0 1.41 0L20 13.94A7 7 0 0 0 15 2m3.54 10.54l-7.07 7.06l-2.82-2.83l-1.42-1.42l-2.83-2.83l7.07-7.07a5 5 0 0 1 7.08 7.08z"/></svg>

React

import type { SVGProps } from "react";

export function BxPopsicle(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="M15 2a7 7 0 0 0-4.94 2l-7.78 7.82a1 1 0 0 0 0 1.41l3.54 3.54l-3.54 3.53l1.42 1.42l3.53-3.54l3.54 3.54a1 1 0 0 0 1.41 0L20 13.94A7 7 0 0 0 15 2m3.54 10.54l-7.07 7.06l-2.82-2.83l-1.42-1.42l-2.83-2.83l7.07-7.07a5 5 0 0 1 7.08 7.08z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15 2a7 7 0 0 0-4.94 2l-7.78 7.82a1 1 0 0 0 0 1.41l3.54 3.54l-3.54 3.53l1.42 1.42l3.53-3.54l3.54 3.54a1 1 0 0 0 1.41 0L20 13.94A7 7 0 0 0 15 2m3.54 10.54l-7.07 7.06l-2.82-2.83l-1.42-1.42l-2.83-2.83l7.07-7.07a5 5 0 0 1 7.08 7.08z"/></svg>
</template>

CSS

.icon-popsicle {
  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%22M15%202a7%207%200%200%200-4.94%202l-7.78%207.82a1%201%200%200%200%200%201.41l3.54%203.54l-3.54%203.53l1.42%201.42l3.53-3.54l3.54%203.54a1%201%200%200%200%201.41%200L20%2013.94A7%207%200%200%200%2015%202m3.54%2010.54l-7.07%207.06l-2.82-2.83l-1.42-1.42l-2.83-2.83l7.07-7.07a5%205%200%200%201%207.08%207.08z%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%22M15%202a7%207%200%200%200-4.94%202l-7.78%207.82a1%201%200%200%200%200%201.41l3.54%203.54l-3.54%203.53l1.42%201.42l3.53-3.54l3.54%203.54a1%201%200%200%200%201.41%200L20%2013.94A7%207%200%200%200%2015%202m3.54%2010.54l-7.07%207.06l-2.82-2.83l-1.42-1.42l-2.83-2.83l7.07-7.07a5%205%200%200%201%207.08%207.08z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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