sparkle circle off icon
sparkle-circle-off-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- sparkle-circle-off-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- 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.06zM7.126 21.934A10.46 10.46 0 0 0 14 24.5c5.799 0 10.5-4.701 10.5-10.5c0-2.63-.969-5.032-2.566-6.874zm9.55-7.351c.275-.777 1.374-.777 1.65 0l.4 1.132a.92.92 0 0 0 .56.56l1.131.4c.777.275.777 1.374 0 1.65l-1.132.4a.92.92 0 0 0-.558.56l-.402 1.132c-.275.777-1.374.777-1.65 0l-.4-1.132a.92.92 0 0 0-.56-.56l-1.132-.4c-.777-.275-.777-1.375 0-1.65l1.133-.4a.92.92 0 0 0 .56-.56zM14 2c2.5 0 4.821.765 6.743 2.073L19.66 5.157A10.45 10.45 0 0 0 14 3.5C8.201 3.5 3.5 8.201 3.5 14c0 2.084.61 4.026 1.657 5.66l-1.084 1.083A11.94 11.94 0 0 1 2 14C2 7.373 7.373 2 14 2m-3.56 5.75c.353-1 1.766-1 2.12-.001l.516 1.456c.12.336.384.6.72.72l.81.286l-4.394 4.393l-.286-.81a1.18 1.18 0 0 0-.72-.719l-1.456-.514c-1-.354-1-1.768 0-2.121l1.456-.515c.336-.12.6-.385.72-.72z"/></svg>
React
import type { SVGProps } from "react";
export function FluentSparkleCircleOff28Regular(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.06zM7.126 21.934A10.46 10.46 0 0 0 14 24.5c5.799 0 10.5-4.701 10.5-10.5c0-2.63-.969-5.032-2.566-6.874zm9.55-7.351c.275-.777 1.374-.777 1.65 0l.4 1.132a.92.92 0 0 0 .56.56l1.131.4c.777.275.777 1.374 0 1.65l-1.132.4a.92.92 0 0 0-.558.56l-.402 1.132c-.275.777-1.374.777-1.65 0l-.4-1.132a.92.92 0 0 0-.56-.56l-1.132-.4c-.777-.275-.777-1.375 0-1.65l1.133-.4a.92.92 0 0 0 .56-.56zM14 2c2.5 0 4.821.765 6.743 2.073L19.66 5.157A10.45 10.45 0 0 0 14 3.5C8.201 3.5 3.5 8.201 3.5 14c0 2.084.61 4.026 1.657 5.66l-1.084 1.083A11.94 11.94 0 0 1 2 14C2 7.373 7.373 2 14 2m-3.56 5.75c.353-1 1.766-1 2.12-.001l.516 1.456c.12.336.384.6.72.72l.81.286l-4.394 4.393l-.286-.81a1.18 1.18 0 0 0-.72-.719l-1.456-.514c-1-.354-1-1.768 0-2.121l1.456-.515c.336-.12.6-.385.72-.72z"/></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.06zM7.126 21.934A10.46 10.46 0 0 0 14 24.5c5.799 0 10.5-4.701 10.5-10.5c0-2.63-.969-5.032-2.566-6.874zm9.55-7.351c.275-.777 1.374-.777 1.65 0l.4 1.132a.92.92 0 0 0 .56.56l1.131.4c.777.275.777 1.374 0 1.65l-1.132.4a.92.92 0 0 0-.558.56l-.402 1.132c-.275.777-1.374.777-1.65 0l-.4-1.132a.92.92 0 0 0-.56-.56l-1.132-.4c-.777-.275-.777-1.375 0-1.65l1.133-.4a.92.92 0 0 0 .56-.56zM14 2c2.5 0 4.821.765 6.743 2.073L19.66 5.157A10.45 10.45 0 0 0 14 3.5C8.201 3.5 3.5 8.201 3.5 14c0 2.084.61 4.026 1.657 5.66l-1.084 1.083A11.94 11.94 0 0 1 2 14C2 7.373 7.373 2 14 2m-3.56 5.75c.353-1 1.766-1 2.12-.001l.516 1.456c.12.336.384.6.72.72l.81.286l-4.394 4.393l-.286-.81a1.18 1.18 0 0 0-.72-.719l-1.456-.514c-1-.354-1-1.768 0-2.121l1.456-.515c.336-.12.6-.385.72-.72z"/></svg> </template>
CSS
.icon-sparkle-circle-off-28-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%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.06zM7.126%2021.934A10.46%2010.46%200%200%200%2014%2024.5c5.799%200%2010.5-4.701%2010.5-10.5c0-2.63-.969-5.032-2.566-6.874zm9.55-7.351c.275-.777%201.374-.777%201.65%200l.4%201.132a.92.92%200%200%200%20.56.56l1.131.4c.777.275.777%201.374%200%201.65l-1.132.4a.92.92%200%200%200-.558.56l-.402%201.132c-.275.777-1.374.777-1.65%200l-.4-1.132a.92.92%200%200%200-.56-.56l-1.132-.4c-.777-.275-.777-1.375%200-1.65l1.133-.4a.92.92%200%200%200%20.56-.56zM14%202c2.5%200%204.821.765%206.743%202.073L19.66%205.157A10.45%2010.45%200%200%200%2014%203.5C8.201%203.5%203.5%208.201%203.5%2014c0%202.084.61%204.026%201.657%205.66l-1.084%201.083A11.94%2011.94%200%200%201%202%2014C2%207.373%207.373%202%2014%202m-3.56%205.75c.353-1%201.766-1%202.12-.001l.516%201.456c.12.336.384.6.72.72l.81.286l-4.394%204.393l-.286-.81a1.18%201.18%200%200%200-.72-.719l-1.456-.514c-1-.354-1-1.768%200-2.121l1.456-.515c.336-.12.6-.385.72-.72z%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.06zM7.126%2021.934A10.46%2010.46%200%200%200%2014%2024.5c5.799%200%2010.5-4.701%2010.5-10.5c0-2.63-.969-5.032-2.566-6.874zm9.55-7.351c.275-.777%201.374-.777%201.65%200l.4%201.132a.92.92%200%200%200%20.56.56l1.131.4c.777.275.777%201.374%200%201.65l-1.132.4a.92.92%200%200%200-.558.56l-.402%201.132c-.275.777-1.374.777-1.65%200l-.4-1.132a.92.92%200%200%200-.56-.56l-1.132-.4c-.777-.275-.777-1.375%200-1.65l1.133-.4a.92.92%200%200%200%20.56-.56zM14%202c2.5%200%204.821.765%206.743%202.073L19.66%205.157A10.45%2010.45%200%200%200%2014%203.5C8.201%203.5%203.5%208.201%203.5%2014c0%202.084.61%204.026%201.657%205.66l-1.084%201.083A11.94%2011.94%200%200%201%202%2014C2%207.373%207.373%202%2014%202m-3.56%205.75c.353-1%201.766-1%202.12-.001l.516%201.456c.12.336.384.6.72.72l.81.286l-4.394%204.393l-.286-.81a1.18%201.18%200%200%200-.72-.719l-1.456-.514c-1-.354-1-1.768%200-2.121l1.456-.515c.336-.12.6-.385.72-.72z%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-regular.svg?color=%231a73e8&size=48