sparkle off icon
sparkle-off-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- sparkle-off-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
13 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the sparkle off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M41.866 4.366a1.25 1.25 0 1 1 1.768 1.768l-11.842 11.84a2.67 2.67 0 0 1-1.571 3.553l-2.938.956l-4.822 4.823l-1.008 3.073a2.7 2.7 0 0 1-.917 1.139a2.66 2.66 0 0 1-2.563.276l-11.84 11.84a1.25 1.25 0 0 1-1.767-1.768zM34.26 27.021a1.95 1.95 0 0 1 1.543 1.275l.582 1.789a2.38 2.38 0 0 0 1.5 1.5l1.757.57c.405.127.758.383 1.005.729a1.95 1.95 0 0 1-.19 2.477c-.21.216-.466.38-.75.48l-1.79.583a2.38 2.38 0 0 0-1.499 1.502l-.57 1.75a1.95 1.95 0 0 1-1.843 1.328L34 41.001a1.95 1.95 0 0 1-1.835-1.3l-.582-1.788a2.37 2.37 0 0 0-1.5-1.506l-1.752-.57a1.945 1.945 0 0 1-.03-3.677l1.792-.582a2.38 2.38 0 0 0 1.459-1.495l.572-1.757a1.945 1.945 0 0 1 2.136-1.306m-.334 3.84a4.88 4.88 0 0 1-3.042 3.091l-.14.049l.117.04a4.87 4.87 0 0 1 3.1 3.099l.04.123l.04-.121a4.87 4.87 0 0 1 3.092-3.095l.121-.04l-.156-.05a4.87 4.87 0 0 1-3.091-3.089l-.041-.128zM18.928 6.01c.55 0 1.09.168 1.543.481c.45.319.792.77.975 1.291l1.179 3.63a6.18 6.18 0 0 0 3.895 3.887l1.198.386l-1.985 1.984a8.7 8.7 0 0 1-3.39-2.096a8.7 8.7 0 0 1-2.093-3.385l-1.172-3.6a.2.2 0 0 0-.053-.054a.2.2 0 0 0-.1-.031a.17.17 0 0 0-.163.114l-1.188 3.661a8.7 8.7 0 0 1-2.026 3.28a8.7 8.7 0 0 1-3.345 2.109l-3.62 1.175a.2.2 0 0 0-.052.05a.174.174 0 0 0 .081.265l3.57 1.154a8.7 8.7 0 0 1 3.405 2.1q.383.384.715.813a8.6 8.6 0 0 1 1.352 2.524l-1.983 1.983l-.37-1.135a6.14 6.14 0 0 0-1.49-2.416a6.2 6.2 0 0 0-2.412-1.494L7.812 21.52a2.68 2.68 0 0 1-1.323-.987a2.674 2.674 0 0 1 1.293-4.06l3.627-1.178a6.2 6.2 0 0 0 2.358-1.492a6.2 6.2 0 0 0 1.438-2.326l1.193-3.667c.183-.533.528-.994.988-1.32a2.7 2.7 0 0 1 1.542-.481"/></svg>
React
import type { SVGProps } from "react";
export function FluentSparkleOff48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M41.866 4.366a1.25 1.25 0 1 1 1.768 1.768l-11.842 11.84a2.67 2.67 0 0 1-1.571 3.553l-2.938.956l-4.822 4.823l-1.008 3.073a2.7 2.7 0 0 1-.917 1.139a2.66 2.66 0 0 1-2.563.276l-11.84 11.84a1.25 1.25 0 0 1-1.767-1.768zM34.26 27.021a1.95 1.95 0 0 1 1.543 1.275l.582 1.789a2.38 2.38 0 0 0 1.5 1.5l1.757.57c.405.127.758.383 1.005.729a1.95 1.95 0 0 1-.19 2.477c-.21.216-.466.38-.75.48l-1.79.583a2.38 2.38 0 0 0-1.499 1.502l-.57 1.75a1.95 1.95 0 0 1-1.843 1.328L34 41.001a1.95 1.95 0 0 1-1.835-1.3l-.582-1.788a2.37 2.37 0 0 0-1.5-1.506l-1.752-.57a1.945 1.945 0 0 1-.03-3.677l1.792-.582a2.38 2.38 0 0 0 1.459-1.495l.572-1.757a1.945 1.945 0 0 1 2.136-1.306m-.334 3.84a4.88 4.88 0 0 1-3.042 3.091l-.14.049l.117.04a4.87 4.87 0 0 1 3.1 3.099l.04.123l.04-.121a4.87 4.87 0 0 1 3.092-3.095l.121-.04l-.156-.05a4.87 4.87 0 0 1-3.091-3.089l-.041-.128zM18.928 6.01c.55 0 1.09.168 1.543.481c.45.319.792.77.975 1.291l1.179 3.63a6.18 6.18 0 0 0 3.895 3.887l1.198.386l-1.985 1.984a8.7 8.7 0 0 1-3.39-2.096a8.7 8.7 0 0 1-2.093-3.385l-1.172-3.6a.2.2 0 0 0-.053-.054a.2.2 0 0 0-.1-.031a.17.17 0 0 0-.163.114l-1.188 3.661a8.7 8.7 0 0 1-2.026 3.28a8.7 8.7 0 0 1-3.345 2.109l-3.62 1.175a.2.2 0 0 0-.052.05a.174.174 0 0 0 .081.265l3.57 1.154a8.7 8.7 0 0 1 3.405 2.1q.383.384.715.813a8.6 8.6 0 0 1 1.352 2.524l-1.983 1.983l-.37-1.135a6.14 6.14 0 0 0-1.49-2.416a6.2 6.2 0 0 0-2.412-1.494L7.812 21.52a2.68 2.68 0 0 1-1.323-.987a2.674 2.674 0 0 1 1.293-4.06l3.627-1.178a6.2 6.2 0 0 0 2.358-1.492a6.2 6.2 0 0 0 1.438-2.326l1.193-3.667c.183-.533.528-.994.988-1.32a2.7 2.7 0 0 1 1.542-.481"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M41.866 4.366a1.25 1.25 0 1 1 1.768 1.768l-11.842 11.84a2.67 2.67 0 0 1-1.571 3.553l-2.938.956l-4.822 4.823l-1.008 3.073a2.7 2.7 0 0 1-.917 1.139a2.66 2.66 0 0 1-2.563.276l-11.84 11.84a1.25 1.25 0 0 1-1.767-1.768zM34.26 27.021a1.95 1.95 0 0 1 1.543 1.275l.582 1.789a2.38 2.38 0 0 0 1.5 1.5l1.757.57c.405.127.758.383 1.005.729a1.95 1.95 0 0 1-.19 2.477c-.21.216-.466.38-.75.48l-1.79.583a2.38 2.38 0 0 0-1.499 1.502l-.57 1.75a1.95 1.95 0 0 1-1.843 1.328L34 41.001a1.95 1.95 0 0 1-1.835-1.3l-.582-1.788a2.37 2.37 0 0 0-1.5-1.506l-1.752-.57a1.945 1.945 0 0 1-.03-3.677l1.792-.582a2.38 2.38 0 0 0 1.459-1.495l.572-1.757a1.945 1.945 0 0 1 2.136-1.306m-.334 3.84a4.88 4.88 0 0 1-3.042 3.091l-.14.049l.117.04a4.87 4.87 0 0 1 3.1 3.099l.04.123l.04-.121a4.87 4.87 0 0 1 3.092-3.095l.121-.04l-.156-.05a4.87 4.87 0 0 1-3.091-3.089l-.041-.128zM18.928 6.01c.55 0 1.09.168 1.543.481c.45.319.792.77.975 1.291l1.179 3.63a6.18 6.18 0 0 0 3.895 3.887l1.198.386l-1.985 1.984a8.7 8.7 0 0 1-3.39-2.096a8.7 8.7 0 0 1-2.093-3.385l-1.172-3.6a.2.2 0 0 0-.053-.054a.2.2 0 0 0-.1-.031a.17.17 0 0 0-.163.114l-1.188 3.661a8.7 8.7 0 0 1-2.026 3.28a8.7 8.7 0 0 1-3.345 2.109l-3.62 1.175a.2.2 0 0 0-.052.05a.174.174 0 0 0 .081.265l3.57 1.154a8.7 8.7 0 0 1 3.405 2.1q.383.384.715.813a8.6 8.6 0 0 1 1.352 2.524l-1.983 1.983l-.37-1.135a6.14 6.14 0 0 0-1.49-2.416a6.2 6.2 0 0 0-2.412-1.494L7.812 21.52a2.68 2.68 0 0 1-1.323-.987a2.674 2.674 0 0 1 1.293-4.06l3.627-1.178a6.2 6.2 0 0 0 2.358-1.492a6.2 6.2 0 0 0 1.438-2.326l1.193-3.667c.183-.533.528-.994.988-1.32a2.7 2.7 0 0 1 1.542-.481"/></svg> </template>
CSS
.icon-sparkle-off-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M41.866%204.366a1.25%201.25%200%201%201%201.768%201.768l-11.842%2011.84a2.67%202.67%200%200%201-1.571%203.553l-2.938.956l-4.822%204.823l-1.008%203.073a2.7%202.7%200%200%201-.917%201.139a2.66%202.66%200%200%201-2.563.276l-11.84%2011.84a1.25%201.25%200%200%201-1.767-1.768zM34.26%2027.021a1.95%201.95%200%200%201%201.543%201.275l.582%201.789a2.38%202.38%200%200%200%201.5%201.5l1.757.57c.405.127.758.383%201.005.729a1.95%201.95%200%200%201-.19%202.477c-.21.216-.466.38-.75.48l-1.79.583a2.38%202.38%200%200%200-1.499%201.502l-.57%201.75a1.95%201.95%200%200%201-1.843%201.328L34%2041.001a1.95%201.95%200%200%201-1.835-1.3l-.582-1.788a2.37%202.37%200%200%200-1.5-1.506l-1.752-.57a1.945%201.945%200%200%201-.03-3.677l1.792-.582a2.38%202.38%200%200%200%201.459-1.495l.572-1.757a1.945%201.945%200%200%201%202.136-1.306m-.334%203.84a4.88%204.88%200%200%201-3.042%203.091l-.14.049l.117.04a4.87%204.87%200%200%201%203.1%203.099l.04.123l.04-.121a4.87%204.87%200%200%201%203.092-3.095l.121-.04l-.156-.05a4.87%204.87%200%200%201-3.091-3.089l-.041-.128zM18.928%206.01c.55%200%201.09.168%201.543.481c.45.319.792.77.975%201.291l1.179%203.63a6.18%206.18%200%200%200%203.895%203.887l1.198.386l-1.985%201.984a8.7%208.7%200%200%201-3.39-2.096a8.7%208.7%200%200%201-2.093-3.385l-1.172-3.6a.2.2%200%200%200-.053-.054a.2.2%200%200%200-.1-.031a.17.17%200%200%200-.163.114l-1.188%203.661a8.7%208.7%200%200%201-2.026%203.28a8.7%208.7%200%200%201-3.345%202.109l-3.62%201.175a.2.2%200%200%200-.052.05a.174.174%200%200%200%20.081.265l3.57%201.154a8.7%208.7%200%200%201%203.405%202.1q.383.384.715.813a8.6%208.6%200%200%201%201.352%202.524l-1.983%201.983l-.37-1.135a6.14%206.14%200%200%200-1.49-2.416a6.2%206.2%200%200%200-2.412-1.494L7.812%2021.52a2.68%202.68%200%200%201-1.323-.987a2.674%202.674%200%200%201%201.293-4.06l3.627-1.178a6.2%206.2%200%200%200%202.358-1.492a6.2%206.2%200%200%200%201.438-2.326l1.193-3.667c.183-.533.528-.994.988-1.32a2.7%202.7%200%200%201%201.542-.481%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M41.866%204.366a1.25%201.25%200%201%201%201.768%201.768l-11.842%2011.84a2.67%202.67%200%200%201-1.571%203.553l-2.938.956l-4.822%204.823l-1.008%203.073a2.7%202.7%200%200%201-.917%201.139a2.66%202.66%200%200%201-2.563.276l-11.84%2011.84a1.25%201.25%200%200%201-1.767-1.768zM34.26%2027.021a1.95%201.95%200%200%201%201.543%201.275l.582%201.789a2.38%202.38%200%200%200%201.5%201.5l1.757.57c.405.127.758.383%201.005.729a1.95%201.95%200%200%201-.19%202.477c-.21.216-.466.38-.75.48l-1.79.583a2.38%202.38%200%200%200-1.499%201.502l-.57%201.75a1.95%201.95%200%200%201-1.843%201.328L34%2041.001a1.95%201.95%200%200%201-1.835-1.3l-.582-1.788a2.37%202.37%200%200%200-1.5-1.506l-1.752-.57a1.945%201.945%200%200%201-.03-3.677l1.792-.582a2.38%202.38%200%200%200%201.459-1.495l.572-1.757a1.945%201.945%200%200%201%202.136-1.306m-.334%203.84a4.88%204.88%200%200%201-3.042%203.091l-.14.049l.117.04a4.87%204.87%200%200%201%203.1%203.099l.04.123l.04-.121a4.87%204.87%200%200%201%203.092-3.095l.121-.04l-.156-.05a4.87%204.87%200%200%201-3.091-3.089l-.041-.128zM18.928%206.01c.55%200%201.09.168%201.543.481c.45.319.792.77.975%201.291l1.179%203.63a6.18%206.18%200%200%200%203.895%203.887l1.198.386l-1.985%201.984a8.7%208.7%200%200%201-3.39-2.096a8.7%208.7%200%200%201-2.093-3.385l-1.172-3.6a.2.2%200%200%200-.053-.054a.2.2%200%200%200-.1-.031a.17.17%200%200%200-.163.114l-1.188%203.661a8.7%208.7%200%200%201-2.026%203.28a8.7%208.7%200%200%201-3.345%202.109l-3.62%201.175a.2.2%200%200%200-.052.05a.174.174%200%200%200%20.081.265l3.57%201.154a8.7%208.7%200%200%201%203.405%202.1q.383.384.715.813a8.6%208.6%200%200%201%201.352%202.524l-1.983%201.983l-.37-1.135a6.14%206.14%200%200%200-1.49-2.416a6.2%206.2%200%200%200-2.412-1.494L7.812%2021.52a2.68%202.68%200%200%201-1.323-.987a2.674%202.674%200%200%201%201.293-4.06l3.627-1.178a6.2%206.2%200%200%200%202.358-1.492a6.2%206.2%200%200%200%201.438-2.326l1.193-3.667c.183-.533.528-.994.988-1.32a2.7%202.7%200%200%201%201.542-.481%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/sparkle-off-48-regular.svg?color=%231a73e8&size=48