sparkle-off-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.

Name
sparkle-off-48-filled
Set
Fluent UI System Icons
Style
48 Filled
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.946 1.946 0 0 1 2.136-1.306M18.928 6.008c.55 0 1.09.168 1.543.481c.45.319.792.77.975 1.291l1.18 3.63a6.18 6.18 0 0 0 3.895 3.887l1.197.386L15.67 27.73l-.37-1.136a6.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 FluentSparkleOff48Filled(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.946 1.946 0 0 1 2.136-1.306M18.928 6.008c.55 0 1.09.168 1.543.481c.45.319.792.77.975 1.291l1.18 3.63a6.18 6.18 0 0 0 3.895 3.887l1.197.386L15.67 27.73l-.37-1.136a6.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.946 1.946 0 0 1 2.136-1.306M18.928 6.008c.55 0 1.09.168 1.543.481c.45.319.792.77.975 1.291l1.18 3.63a6.18 6.18 0 0 0 3.895 3.887l1.197.386L15.67 27.73l-.37-1.136a6.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-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%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.946%201.946%200%200%201%202.136-1.306M18.928%206.008c.55%200%201.09.168%201.543.481c.45.319.792.77.975%201.291l1.18%203.63a6.18%206.18%200%200%200%203.895%203.887l1.197.386L15.67%2027.73l-.37-1.136a6.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.946%201.946%200%200%201%202.136-1.306M18.928%206.008c.55%200%201.09.168%201.543.481c.45.319.792.77.975%201.291l1.18%203.63a6.18%206.18%200%200%200%203.895%203.887l1.197.386L15.67%2027.73l-.37-1.136a6.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-filled.svg?color=%231a73e8&size=48