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

Name
lottery-24-filled
Set
Fluent UI System Icons
Style
24 Filled
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="M15.56 4.174A6 6 0 0 0 12 6.682a6 6 0 0 0-3.56-2.508a4 4 0 0 1 7.12 0M4.057 14.042a8.004 8.004 0 0 1 6.985-6.985a5 5 0 1 0-6.986 6.986m15.886 0a5 5 0 1 0-6.986-6.986a8.004 8.004 0 0 1 6.986 6.986M12 22a7 7 0 1 0 0-14a7 7 0 0 0 0 14m-2.5-8.75a.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-.75"/></svg>

React

import type { SVGProps } from "react";

export function FluentLottery24Filled(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.56 4.174A6 6 0 0 0 12 6.682a6 6 0 0 0-3.56-2.508a4 4 0 0 1 7.12 0M4.057 14.042a8.004 8.004 0 0 1 6.985-6.985a5 5 0 1 0-6.986 6.986m15.886 0a5 5 0 1 0-6.986-6.986a8.004 8.004 0 0 1 6.986 6.986M12 22a7 7 0 1 0 0-14a7 7 0 0 0 0 14m-2.5-8.75a.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-.75"/></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.56 4.174A6 6 0 0 0 12 6.682a6 6 0 0 0-3.56-2.508a4 4 0 0 1 7.12 0M4.057 14.042a8.004 8.004 0 0 1 6.985-6.985a5 5 0 1 0-6.986 6.986m15.886 0a5 5 0 1 0-6.986-6.986a8.004 8.004 0 0 1 6.986 6.986M12 22a7 7 0 1 0 0-14a7 7 0 0 0 0 14m-2.5-8.75a.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-.75"/></svg>
</template>

CSS

.icon-lottery-24-filled {
  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.56%204.174A6%206%200%200%200%2012%206.682a6%206%200%200%200-3.56-2.508a4%204%200%200%201%207.12%200M4.057%2014.042a8.004%208.004%200%200%201%206.985-6.985a5%205%200%201%200-6.986%206.986m15.886%200a5%205%200%201%200-6.986-6.986a8.004%208.004%200%200%201%206.986%206.986M12%2022a7%207%200%201%200%200-14a7%207%200%200%200%200%2014m-2.5-8.75a.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-.75%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.56%204.174A6%206%200%200%200%2012%206.682a6%206%200%200%200-3.56-2.508a4%204%200%200%201%207.12%200M4.057%2014.042a8.004%208.004%200%200%201%206.985-6.985a5%205%200%201%200-6.986%206.986m15.886%200a5%205%200%201%200-6.986-6.986a8.004%208.004%200%200%201%206.986%206.986M12%2022a7%207%200%201%200%200-14a7%207%200%200%200%200%2014m-2.5-8.75a.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-.75%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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