sparkle circle off icon
sparkle-circle-off-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.
- Name
- sparkle-circle-off-24-filled
- Set
- Fluent UI System Icons
- Style
- 24 Filled
- 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.06zm-4.772 10.486c-.282-.94-1.614-.941-1.896 0l-.18.598a.85.85 0 0 1-.57.569l-.597.18c-.94.282-.94 1.614.001 1.896l.596.179a.85.85 0 0 1 .57.57l.18.599c.282.94 1.615.94 1.897-.001l.179-.597a.85.85 0 0 1 .57-.57l.598-.18c.94-.282.94-1.614 0-1.896l-.599-.18a.85.85 0 0 1-.57-.57zM12 2a9.95 9.95 0 0 1 5.298 1.52L12.41 8.407l-.869-.307a1.05 1.05 0 0 1-.639-.64l-.459-1.294c-.314-.888-1.571-.888-1.885.001L8.1 7.46a1.05 1.05 0 0 1-.64.64l-1.294.458c-.889.314-.889 1.571 0 1.885l1.294.457c.299.106.534.342.64.641l.306.87l-4.887 4.887A9.95 9.95 0 0 1 2 12C2 6.477 6.477 2 12 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentSparkleCircleOff24Filled(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.06zm-4.772 10.486c-.282-.94-1.614-.941-1.896 0l-.18.598a.85.85 0 0 1-.57.569l-.597.18c-.94.282-.94 1.614.001 1.896l.596.179a.85.85 0 0 1 .57.57l.18.599c.282.94 1.615.94 1.897-.001l.179-.597a.85.85 0 0 1 .57-.57l.598-.18c.94-.282.94-1.614 0-1.896l-.599-.18a.85.85 0 0 1-.57-.57zM12 2a9.95 9.95 0 0 1 5.298 1.52L12.41 8.407l-.869-.307a1.05 1.05 0 0 1-.639-.64l-.459-1.294c-.314-.888-1.571-.888-1.885.001L8.1 7.46a1.05 1.05 0 0 1-.64.64l-1.294.458c-.889.314-.889 1.571 0 1.885l1.294.457c.299.106.534.342.64.641l.306.87l-4.887 4.887A9.95 9.95 0 0 1 2 12C2 6.477 6.477 2 12 2"/></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.06zm-4.772 10.486c-.282-.94-1.614-.941-1.896 0l-.18.598a.85.85 0 0 1-.57.569l-.597.18c-.94.282-.94 1.614.001 1.896l.596.179a.85.85 0 0 1 .57.57l.18.599c.282.94 1.615.94 1.897-.001l.179-.597a.85.85 0 0 1 .57-.57l.598-.18c.94-.282.94-1.614 0-1.896l-.599-.18a.85.85 0 0 1-.57-.57zM12 2a9.95 9.95 0 0 1 5.298 1.52L12.41 8.407l-.869-.307a1.05 1.05 0 0 1-.639-.64l-.459-1.294c-.314-.888-1.571-.888-1.885.001L8.1 7.46a1.05 1.05 0 0 1-.64.64l-1.294.458c-.889.314-.889 1.571 0 1.885l1.294.457c.299.106.534.342.64.641l.306.87l-4.887 4.887A9.95 9.95 0 0 1 2 12C2 6.477 6.477 2 12 2"/></svg> </template>
CSS
.icon-sparkle-circle-off-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%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.06zm-4.772%2010.486c-.282-.94-1.614-.941-1.896%200l-.18.598a.85.85%200%200%201-.57.569l-.597.18c-.94.282-.94%201.614.001%201.896l.596.179a.85.85%200%200%201%20.57.57l.18.599c.282.94%201.615.94%201.897-.001l.179-.597a.85.85%200%200%201%20.57-.57l.598-.18c.94-.282.94-1.614%200-1.896l-.599-.18a.85.85%200%200%201-.57-.57zM12%202a9.95%209.95%200%200%201%205.298%201.52L12.41%208.407l-.869-.307a1.05%201.05%200%200%201-.639-.64l-.459-1.294c-.314-.888-1.571-.888-1.885.001L8.1%207.46a1.05%201.05%200%200%201-.64.64l-1.294.458c-.889.314-.889%201.571%200%201.885l1.294.457c.299.106.534.342.64.641l.306.87l-4.887%204.887A9.95%209.95%200%200%201%202%2012C2%206.477%206.477%202%2012%202%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.06zm-4.772%2010.486c-.282-.94-1.614-.941-1.896%200l-.18.598a.85.85%200%200%201-.57.569l-.597.18c-.94.282-.94%201.614.001%201.896l.596.179a.85.85%200%200%201%20.57.57l.18.599c.282.94%201.615.94%201.897-.001l.179-.597a.85.85%200%200%201%20.57-.57l.598-.18c.94-.282.94-1.614%200-1.896l-.599-.18a.85.85%200%200%201-.57-.57zM12%202a9.95%209.95%200%200%201%205.298%201.52L12.41%208.407l-.869-.307a1.05%201.05%200%200%201-.639-.64l-.459-1.294c-.314-.888-1.571-.888-1.885.001L8.1%207.46a1.05%201.05%200%200%201-.64.64l-1.294.458c-.889.314-.889%201.571%200%201.885l1.294.457c.299.106.534.342.64.641l.306.87l-4.887%204.887A9.95%209.95%200%200%201%202%2012C2%206.477%206.477%202%2012%202%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-filled.svg?color=%231a73e8&size=48