sparkle circle off icon
sparkle-circle-off-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- sparkle-circle-off-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- 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 28 28"><path fill="currentColor" d="M24.72 2.22a.75.75 0 1 1 1.06 1.06l-2.784 2.783A11.95 11.95 0 0 1 26 14c0 6.627-5.373 12-12 12a11.95 11.95 0 0 1-7.937-3.004L3.28 25.78a.75.75 0 0 1-1.06-1.06zm-6.395 12.363c-.275-.777-1.374-.777-1.65 0l-.4 1.132a.92.92 0 0 1-.56.56l-1.132.4c-.777.275-.777 1.375 0 1.65l1.133.4a.92.92 0 0 1 .56.56l.4 1.132c.275.777 1.374.777 1.65 0l.4-1.133a.92.92 0 0 1 .56-.56l1.131-.4c.777-.275.777-1.374 0-1.65l-1.132-.4a.92.92 0 0 1-.558-.56zM14 2c2.5 0 4.821.765 6.743 2.073l-6.137 6.138l-.81-.286a1.18 1.18 0 0 1-.72-.72L12.56 7.75c-.354-1-1.767-.999-2.12.001l-.514 1.454a1.18 1.18 0 0 1-.72.72l-1.456.516c-1 .353-1 1.767 0 2.12l1.456.515c.336.12.6.384.72.72l.286.81l-6.139 6.138A11.94 11.94 0 0 1 2 14C2 7.373 7.373 2 14 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentSparkleCircleOff28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M24.72 2.22a.75.75 0 1 1 1.06 1.06l-2.784 2.783A11.95 11.95 0 0 1 26 14c0 6.627-5.373 12-12 12a11.95 11.95 0 0 1-7.937-3.004L3.28 25.78a.75.75 0 0 1-1.06-1.06zm-6.395 12.363c-.275-.777-1.374-.777-1.65 0l-.4 1.132a.92.92 0 0 1-.56.56l-1.132.4c-.777.275-.777 1.375 0 1.65l1.133.4a.92.92 0 0 1 .56.56l.4 1.132c.275.777 1.374.777 1.65 0l.4-1.133a.92.92 0 0 1 .56-.56l1.131-.4c.777-.275.777-1.374 0-1.65l-1.132-.4a.92.92 0 0 1-.558-.56zM14 2c2.5 0 4.821.765 6.743 2.073l-6.137 6.138l-.81-.286a1.18 1.18 0 0 1-.72-.72L12.56 7.75c-.354-1-1.767-.999-2.12.001l-.514 1.454a1.18 1.18 0 0 1-.72.72l-1.456.516c-1 .353-1 1.767 0 2.12l1.456.515c.336.12.6.384.72.72l.286.81l-6.139 6.138A11.94 11.94 0 0 1 2 14C2 7.373 7.373 2 14 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M24.72 2.22a.75.75 0 1 1 1.06 1.06l-2.784 2.783A11.95 11.95 0 0 1 26 14c0 6.627-5.373 12-12 12a11.95 11.95 0 0 1-7.937-3.004L3.28 25.78a.75.75 0 0 1-1.06-1.06zm-6.395 12.363c-.275-.777-1.374-.777-1.65 0l-.4 1.132a.92.92 0 0 1-.56.56l-1.132.4c-.777.275-.777 1.375 0 1.65l1.133.4a.92.92 0 0 1 .56.56l.4 1.132c.275.777 1.374.777 1.65 0l.4-1.133a.92.92 0 0 1 .56-.56l1.131-.4c.777-.275.777-1.374 0-1.65l-1.132-.4a.92.92 0 0 1-.558-.56zM14 2c2.5 0 4.821.765 6.743 2.073l-6.137 6.138l-.81-.286a1.18 1.18 0 0 1-.72-.72L12.56 7.75c-.354-1-1.767-.999-2.12.001l-.514 1.454a1.18 1.18 0 0 1-.72.72l-1.456.516c-1 .353-1 1.767 0 2.12l1.456.515c.336.12.6.384.72.72l.286.81l-6.139 6.138A11.94 11.94 0 0 1 2 14C2 7.373 7.373 2 14 2"/></svg> </template>
CSS
.icon-sparkle-circle-off-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.72%202.22a.75.75%200%201%201%201.06%201.06l-2.784%202.783A11.95%2011.95%200%200%201%2026%2014c0%206.627-5.373%2012-12%2012a11.95%2011.95%200%200%201-7.937-3.004L3.28%2025.78a.75.75%200%200%201-1.06-1.06zm-6.395%2012.363c-.275-.777-1.374-.777-1.65%200l-.4%201.132a.92.92%200%200%201-.56.56l-1.132.4c-.777.275-.777%201.375%200%201.65l1.133.4a.92.92%200%200%201%20.56.56l.4%201.132c.275.777%201.374.777%201.65%200l.4-1.133a.92.92%200%200%201%20.56-.56l1.131-.4c.777-.275.777-1.374%200-1.65l-1.132-.4a.92.92%200%200%201-.558-.56zM14%202c2.5%200%204.821.765%206.743%202.073l-6.137%206.138l-.81-.286a1.18%201.18%200%200%201-.72-.72L12.56%207.75c-.354-1-1.767-.999-2.12.001l-.514%201.454a1.18%201.18%200%200%201-.72.72l-1.456.516c-1%20.353-1%201.767%200%202.12l1.456.515c.336.12.6.384.72.72l.286.81l-6.139%206.138A11.94%2011.94%200%200%201%202%2014C2%207.373%207.373%202%2014%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24.72%202.22a.75.75%200%201%201%201.06%201.06l-2.784%202.783A11.95%2011.95%200%200%201%2026%2014c0%206.627-5.373%2012-12%2012a11.95%2011.95%200%200%201-7.937-3.004L3.28%2025.78a.75.75%200%200%201-1.06-1.06zm-6.395%2012.363c-.275-.777-1.374-.777-1.65%200l-.4%201.132a.92.92%200%200%201-.56.56l-1.132.4c-.777.275-.777%201.375%200%201.65l1.133.4a.92.92%200%200%201%20.56.56l.4%201.132c.275.777%201.374.777%201.65%200l.4-1.133a.92.92%200%200%201%20.56-.56l1.131-.4c.777-.275.777-1.374%200-1.65l-1.132-.4a.92.92%200%200%201-.558-.56zM14%202c2.5%200%204.821.765%206.743%202.073l-6.137%206.138l-.81-.286a1.18%201.18%200%200%201-.72-.72L12.56%207.75c-.354-1-1.767-.999-2.12.001l-.514%201.454a1.18%201.18%200%200%201-.72.72l-1.456.516c-1%20.353-1%201.767%200%202.12l1.456.515c.336.12.6.384.72.72l.286.81l-6.139%206.138A11.94%2011.94%200%200%201%202%2014C2%207.373%207.373%202%2014%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-28-filled.svg?color=%231a73e8&size=48