lottery-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.

Name
lottery-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Use the lottery icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M14.148 4.72a2.5 2.5 0 0 0-4.296 0a6 6 0 0 0-1.412-.546a4 4 0 0 1 7.12 0a6 6 0 0 0-1.412.546M9.384 7.437a8 8 0 0 1 1.658-.38a5 5 0 1 0-6.986 6.986a8 8 0 0 1 .381-1.659a3.5 3.5 0 0 1 4.947-4.947m10.56 6.605a5 5 0 1 0-6.986-6.986a8 8 0 0 1 1.658.381a3.5 3.5 0 0 1 4.947 4.947q.276.797.38 1.658M9.5 13.25a.75.75 0 0 1 .75-.75h4.25a.75.75 0 0 1 .495 1.313v.001l-.013.011l-.053.05a9.6 9.6 0 0 0-.925 1.048c-.557.731-1.188 1.77-1.53 3.024a.75.75 0 1 1-1.448-.394c.408-1.496 1.152-2.707 1.783-3.538L12.82 14h-2.57a.75.75 0 0 1-.75-.75M12 22a7 7 0 1 0 0-14a7 7 0 0 0 0 14m0-1.5a5.5 5.5 0 1 1 0-11a5.5 5.5 0 0 1 0 11"/></svg>

React

import type { SVGProps } from "react";

export function FluentLottery24Regular(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="M14.148 4.72a2.5 2.5 0 0 0-4.296 0a6 6 0 0 0-1.412-.546a4 4 0 0 1 7.12 0a6 6 0 0 0-1.412.546M9.384 7.437a8 8 0 0 1 1.658-.38a5 5 0 1 0-6.986 6.986a8 8 0 0 1 .381-1.659a3.5 3.5 0 0 1 4.947-4.947m10.56 6.605a5 5 0 1 0-6.986-6.986a8 8 0 0 1 1.658.381a3.5 3.5 0 0 1 4.947 4.947q.276.797.38 1.658M9.5 13.25a.75.75 0 0 1 .75-.75h4.25a.75.75 0 0 1 .495 1.313v.001l-.013.011l-.053.05a9.6 9.6 0 0 0-.925 1.048c-.557.731-1.188 1.77-1.53 3.024a.75.75 0 1 1-1.448-.394c.408-1.496 1.152-2.707 1.783-3.538L12.82 14h-2.57a.75.75 0 0 1-.75-.75M12 22a7 7 0 1 0 0-14a7 7 0 0 0 0 14m0-1.5a5.5 5.5 0 1 1 0-11a5.5 5.5 0 0 1 0 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="M14.148 4.72a2.5 2.5 0 0 0-4.296 0a6 6 0 0 0-1.412-.546a4 4 0 0 1 7.12 0a6 6 0 0 0-1.412.546M9.384 7.437a8 8 0 0 1 1.658-.38a5 5 0 1 0-6.986 6.986a8 8 0 0 1 .381-1.659a3.5 3.5 0 0 1 4.947-4.947m10.56 6.605a5 5 0 1 0-6.986-6.986a8 8 0 0 1 1.658.381a3.5 3.5 0 0 1 4.947 4.947q.276.797.38 1.658M9.5 13.25a.75.75 0 0 1 .75-.75h4.25a.75.75 0 0 1 .495 1.313v.001l-.013.011l-.053.05a9.6 9.6 0 0 0-.925 1.048c-.557.731-1.188 1.77-1.53 3.024a.75.75 0 1 1-1.448-.394c.408-1.496 1.152-2.707 1.783-3.538L12.82 14h-2.57a.75.75 0 0 1-.75-.75M12 22a7 7 0 1 0 0-14a7 7 0 0 0 0 14m0-1.5a5.5 5.5 0 1 1 0-11a5.5 5.5 0 0 1 0 11"/></svg>
</template>

CSS

.icon-lottery-24-regular {
  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%22M14.148%204.72a2.5%202.5%200%200%200-4.296%200a6%206%200%200%200-1.412-.546a4%204%200%200%201%207.12%200a6%206%200%200%200-1.412.546M9.384%207.437a8%208%200%200%201%201.658-.38a5%205%200%201%200-6.986%206.986a8%208%200%200%201%20.381-1.659a3.5%203.5%200%200%201%204.947-4.947m10.56%206.605a5%205%200%201%200-6.986-6.986a8%208%200%200%201%201.658.381a3.5%203.5%200%200%201%204.947%204.947q.276.797.38%201.658M9.5%2013.25a.75.75%200%200%201%20.75-.75h4.25a.75.75%200%200%201%20.495%201.313v.001l-.013.011l-.053.05a9.6%209.6%200%200%200-.925%201.048c-.557.731-1.188%201.77-1.53%203.024a.75.75%200%201%201-1.448-.394c.408-1.496%201.152-2.707%201.783-3.538L12.82%2014h-2.57a.75.75%200%200%201-.75-.75M12%2022a7%207%200%201%200%200-14a7%207%200%200%200%200%2014m0-1.5a5.5%205.5%200%201%201%200-11a5.5%205.5%200%200%201%200%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%22M14.148%204.72a2.5%202.5%200%200%200-4.296%200a6%206%200%200%200-1.412-.546a4%204%200%200%201%207.12%200a6%206%200%200%200-1.412.546M9.384%207.437a8%208%200%200%201%201.658-.38a5%205%200%201%200-6.986%206.986a8%208%200%200%201%20.381-1.659a3.5%203.5%200%200%201%204.947-4.947m10.56%206.605a5%205%200%201%200-6.986-6.986a8%208%200%200%201%201.658.381a3.5%203.5%200%200%201%204.947%204.947q.276.797.38%201.658M9.5%2013.25a.75.75%200%200%201%20.75-.75h4.25a.75.75%200%200%201%20.495%201.313v.001l-.013.011l-.053.05a9.6%209.6%200%200%200-.925%201.048c-.557.731-1.188%201.77-1.53%203.024a.75.75%200%201%201-1.448-.394c.408-1.496%201.152-2.707%201.783-3.538L12.82%2014h-2.57a.75.75%200%200%201-.75-.75M12%2022a7%207%200%201%200%200-14a7%207%200%200%200%200%2014m0-1.5a5.5%205.5%200%201%201%200-11a5.5%205.5%200%200%201%200%2011%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/lottery-24-regular.svg?color=%231a73e8&size=48