sparkle circle off icon

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

Name
sparkle-circle-off-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
License
MIT

7 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the sparkle circle off icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.72 2.22a.75.75 0 1 1 1.06 1.06l-2.2 2.2A9.96 9.96 0 0 1 22 12c0 5.523-4.477 10-10 10a9.96 9.96 0 0 1-6.52-2.42l-2.2 2.2a.75.75 0 0 1-1.06-1.06zM6.543 18.517A8.5 8.5 0 0 0 18.517 6.543zm7.509-5.812c.282-.94 1.614-.94 1.896.001l.18.598a.85.85 0 0 0 .57.569l.598.18c.94.282.94 1.614 0 1.896l-.599.18a.85.85 0 0 0-.57.57l-.178.597c-.282.94-1.615.942-1.897 0l-.18-.599a.85.85 0 0 0-.57-.57l-.596-.178c-.94-.281-.941-1.614 0-1.896l.597-.18a.85.85 0 0 0 .57-.57zM12 2a9.95 9.95 0 0 1 5.298 1.52l-1.094 1.093a8.5 8.5 0 0 0-11.59 11.59L3.52 17.3A9.95 9.95 0 0 1 2 12C2 6.477 6.477 2 12 2M8.558 6.167c.314-.889 1.57-.89 1.885-.001l.46 1.295c.105.298.34.533.638.639l.87.307l-4.004 4.003l-.306-.869a1.05 1.05 0 0 0-.64-.64l-1.294-.458c-.889-.314-.889-1.571 0-1.885L7.461 8.1a1.05 1.05 0 0 0 .64-.64z"/></svg>

React

import type { SVGProps } from "react";

export function FluentSparkleCircleOff24Regular(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="M20.72 2.22a.75.75 0 1 1 1.06 1.06l-2.2 2.2A9.96 9.96 0 0 1 22 12c0 5.523-4.477 10-10 10a9.96 9.96 0 0 1-6.52-2.42l-2.2 2.2a.75.75 0 0 1-1.06-1.06zM6.543 18.517A8.5 8.5 0 0 0 18.517 6.543zm7.509-5.812c.282-.94 1.614-.94 1.896.001l.18.598a.85.85 0 0 0 .57.569l.598.18c.94.282.94 1.614 0 1.896l-.599.18a.85.85 0 0 0-.57.57l-.178.597c-.282.94-1.615.942-1.897 0l-.18-.599a.85.85 0 0 0-.57-.57l-.596-.178c-.94-.281-.941-1.614 0-1.896l.597-.18a.85.85 0 0 0 .57-.57zM12 2a9.95 9.95 0 0 1 5.298 1.52l-1.094 1.093a8.5 8.5 0 0 0-11.59 11.59L3.52 17.3A9.95 9.95 0 0 1 2 12C2 6.477 6.477 2 12 2M8.558 6.167c.314-.889 1.57-.89 1.885-.001l.46 1.295c.105.298.34.533.638.639l.87.307l-4.004 4.003l-.306-.869a1.05 1.05 0 0 0-.64-.64l-1.294-.458c-.889-.314-.889-1.571 0-1.885L7.461 8.1a1.05 1.05 0 0 0 .64-.64z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.72 2.22a.75.75 0 1 1 1.06 1.06l-2.2 2.2A9.96 9.96 0 0 1 22 12c0 5.523-4.477 10-10 10a9.96 9.96 0 0 1-6.52-2.42l-2.2 2.2a.75.75 0 0 1-1.06-1.06zM6.543 18.517A8.5 8.5 0 0 0 18.517 6.543zm7.509-5.812c.282-.94 1.614-.94 1.896.001l.18.598a.85.85 0 0 0 .57.569l.598.18c.94.282.94 1.614 0 1.896l-.599.18a.85.85 0 0 0-.57.57l-.178.597c-.282.94-1.615.942-1.897 0l-.18-.599a.85.85 0 0 0-.57-.57l-.596-.178c-.94-.281-.941-1.614 0-1.896l.597-.18a.85.85 0 0 0 .57-.57zM12 2a9.95 9.95 0 0 1 5.298 1.52l-1.094 1.093a8.5 8.5 0 0 0-11.59 11.59L3.52 17.3A9.95 9.95 0 0 1 2 12C2 6.477 6.477 2 12 2M8.558 6.167c.314-.889 1.57-.89 1.885-.001l.46 1.295c.105.298.34.533.638.639l.87.307l-4.004 4.003l-.306-.869a1.05 1.05 0 0 0-.64-.64l-1.294-.458c-.889-.314-.889-1.571 0-1.885L7.461 8.1a1.05 1.05 0 0 0 .64-.64z"/></svg>
</template>

CSS

.icon-sparkle-circle-off-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%22M20.72%202.22a.75.75%200%201%201%201.06%201.06l-2.2%202.2A9.96%209.96%200%200%201%2022%2012c0%205.523-4.477%2010-10%2010a9.96%209.96%200%200%201-6.52-2.42l-2.2%202.2a.75.75%200%200%201-1.06-1.06zM6.543%2018.517A8.5%208.5%200%200%200%2018.517%206.543zm7.509-5.812c.282-.94%201.614-.94%201.896.001l.18.598a.85.85%200%200%200%20.57.569l.598.18c.94.282.94%201.614%200%201.896l-.599.18a.85.85%200%200%200-.57.57l-.178.597c-.282.94-1.615.942-1.897%200l-.18-.599a.85.85%200%200%200-.57-.57l-.596-.178c-.94-.281-.941-1.614%200-1.896l.597-.18a.85.85%200%200%200%20.57-.57zM12%202a9.95%209.95%200%200%201%205.298%201.52l-1.094%201.093a8.5%208.5%200%200%200-11.59%2011.59L3.52%2017.3A9.95%209.95%200%200%201%202%2012C2%206.477%206.477%202%2012%202M8.558%206.167c.314-.889%201.57-.89%201.885-.001l.46%201.295c.105.298.34.533.638.639l.87.307l-4.004%204.003l-.306-.869a1.05%201.05%200%200%200-.64-.64l-1.294-.458c-.889-.314-.889-1.571%200-1.885L7.461%208.1a1.05%201.05%200%200%200%20.64-.64z%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%22M20.72%202.22a.75.75%200%201%201%201.06%201.06l-2.2%202.2A9.96%209.96%200%200%201%2022%2012c0%205.523-4.477%2010-10%2010a9.96%209.96%200%200%201-6.52-2.42l-2.2%202.2a.75.75%200%200%201-1.06-1.06zM6.543%2018.517A8.5%208.5%200%200%200%2018.517%206.543zm7.509-5.812c.282-.94%201.614-.94%201.896.001l.18.598a.85.85%200%200%200%20.57.569l.598.18c.94.282.94%201.614%200%201.896l-.599.18a.85.85%200%200%200-.57.57l-.178.597c-.282.94-1.615.942-1.897%200l-.18-.599a.85.85%200%200%200-.57-.57l-.596-.178c-.94-.281-.941-1.614%200-1.896l.597-.18a.85.85%200%200%200%20.57-.57zM12%202a9.95%209.95%200%200%201%205.298%201.52l-1.094%201.093a8.5%208.5%200%200%200-11.59%2011.59L3.52%2017.3A9.95%209.95%200%200%201%202%2012C2%206.477%206.477%202%2012%202M8.558%206.167c.314-.889%201.57-.89%201.885-.001l.46%201.295c.105.298.34.533.638.639l.87.307l-4.004%204.003l-.306-.869a1.05%201.05%200%200%200-.64-.64l-1.294-.458c-.889-.314-.889-1.571%200-1.885L7.461%208.1a1.05%201.05%200%200%200%20.64-.64z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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