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

Name
sparkle-info-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

3 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the sparkle info icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.905 13.888a6.5 6.5 0 0 0-4.025-2.741l-.014-.014a2.9 2.9 0 0 0-1.129-.7l-1.754-.57a1.45 1.45 0 0 1-.967-1.147a1.444 1.444 0 0 1 .95-1.586l1.777-.571a2.88 2.88 0 0 0 1.77-1.786l.583-1.792a1.446 1.446 0 0 1 2.732-.022l.578 1.777a2.88 2.88 0 0 0 1.822 1.823l1.755.57a1.443 1.443 0 0 1 .052 2.74l-1.778.578a2.87 2.87 0 0 0-1.817 1.812zm5.426 5.894a1.12 1.12 0 0 1-.41-.55l-.328-1.006a1.3 1.3 0 0 0-.821-.823l-.991-.323A1.15 1.15 0 0 1 14 15.997a1.14 1.14 0 0 1 .771-1.08l1.006-.326a1.3 1.3 0 0 0 .8-.82l.324-.991a1.143 1.143 0 0 1 2.157-.021l.329 1.014a1.3 1.3 0 0 0 .82.816l.992.323a1.141 1.141 0 0 1 .039 2.165l-1.014.329a1.3 1.3 0 0 0-.818.822l-.322.989c-.078.23-.226.43-.425.57a1.14 1.14 0 0 1-1.328-.005M6.5 16.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0 .75a.75.75 0 0 1 .75.75v1.75a.75.75 0 0 1-1.5 0V18a.75.75 0 0 1 .75-.75m0 5.75a5.5 5.5 0 1 0 0-11a5.5 5.5 0 0 0 0 11m0-1.5a4 4 0 1 1 0-8a4 4 0 0 1 0 8"/></svg>

React

import type { SVGProps } from "react";

export function FluentSparkleInfo24Filled(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="M11.905 13.888a6.5 6.5 0 0 0-4.025-2.741l-.014-.014a2.9 2.9 0 0 0-1.129-.7l-1.754-.57a1.45 1.45 0 0 1-.967-1.147a1.444 1.444 0 0 1 .95-1.586l1.777-.571a2.88 2.88 0 0 0 1.77-1.786l.583-1.792a1.446 1.446 0 0 1 2.732-.022l.578 1.777a2.88 2.88 0 0 0 1.822 1.823l1.755.57a1.443 1.443 0 0 1 .052 2.74l-1.778.578a2.87 2.87 0 0 0-1.817 1.812zm5.426 5.894a1.12 1.12 0 0 1-.41-.55l-.328-1.006a1.3 1.3 0 0 0-.821-.823l-.991-.323A1.15 1.15 0 0 1 14 15.997a1.14 1.14 0 0 1 .771-1.08l1.006-.326a1.3 1.3 0 0 0 .8-.82l.324-.991a1.143 1.143 0 0 1 2.157-.021l.329 1.014a1.3 1.3 0 0 0 .82.816l.992.323a1.141 1.141 0 0 1 .039 2.165l-1.014.329a1.3 1.3 0 0 0-.818.822l-.322.989c-.078.23-.226.43-.425.57a1.14 1.14 0 0 1-1.328-.005M6.5 16.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0 .75a.75.75 0 0 1 .75.75v1.75a.75.75 0 0 1-1.5 0V18a.75.75 0 0 1 .75-.75m0 5.75a5.5 5.5 0 1 0 0-11a5.5 5.5 0 0 0 0 11m0-1.5a4 4 0 1 1 0-8a4 4 0 0 1 0 8"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.905 13.888a6.5 6.5 0 0 0-4.025-2.741l-.014-.014a2.9 2.9 0 0 0-1.129-.7l-1.754-.57a1.45 1.45 0 0 1-.967-1.147a1.444 1.444 0 0 1 .95-1.586l1.777-.571a2.88 2.88 0 0 0 1.77-1.786l.583-1.792a1.446 1.446 0 0 1 2.732-.022l.578 1.777a2.88 2.88 0 0 0 1.822 1.823l1.755.57a1.443 1.443 0 0 1 .052 2.74l-1.778.578a2.87 2.87 0 0 0-1.817 1.812zm5.426 5.894a1.12 1.12 0 0 1-.41-.55l-.328-1.006a1.3 1.3 0 0 0-.821-.823l-.991-.323A1.15 1.15 0 0 1 14 15.997a1.14 1.14 0 0 1 .771-1.08l1.006-.326a1.3 1.3 0 0 0 .8-.82l.324-.991a1.143 1.143 0 0 1 2.157-.021l.329 1.014a1.3 1.3 0 0 0 .82.816l.992.323a1.141 1.141 0 0 1 .039 2.165l-1.014.329a1.3 1.3 0 0 0-.818.822l-.322.989c-.078.23-.226.43-.425.57a1.14 1.14 0 0 1-1.328-.005M6.5 16.5a1 1 0 1 0 0-2a1 1 0 0 0 0 2m0 .75a.75.75 0 0 1 .75.75v1.75a.75.75 0 0 1-1.5 0V18a.75.75 0 0 1 .75-.75m0 5.75a5.5 5.5 0 1 0 0-11a5.5 5.5 0 0 0 0 11m0-1.5a4 4 0 1 1 0-8a4 4 0 0 1 0 8"/></svg>
</template>

CSS

.icon-sparkle-info-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%22M11.905%2013.888a6.5%206.5%200%200%200-4.025-2.741l-.014-.014a2.9%202.9%200%200%200-1.129-.7l-1.754-.57a1.45%201.45%200%200%201-.967-1.147a1.444%201.444%200%200%201%20.95-1.586l1.777-.571a2.88%202.88%200%200%200%201.77-1.786l.583-1.792a1.446%201.446%200%200%201%202.732-.022l.578%201.777a2.88%202.88%200%200%200%201.822%201.823l1.755.57a1.443%201.443%200%200%201%20.052%202.74l-1.778.578a2.87%202.87%200%200%200-1.817%201.812zm5.426%205.894a1.12%201.12%200%200%201-.41-.55l-.328-1.006a1.3%201.3%200%200%200-.821-.823l-.991-.323A1.15%201.15%200%200%201%2014%2015.997a1.14%201.14%200%200%201%20.771-1.08l1.006-.326a1.3%201.3%200%200%200%20.8-.82l.324-.991a1.143%201.143%200%200%201%202.157-.021l.329%201.014a1.3%201.3%200%200%200%20.82.816l.992.323a1.141%201.141%200%200%201%20.039%202.165l-1.014.329a1.3%201.3%200%200%200-.818.822l-.322.989c-.078.23-.226.43-.425.57a1.14%201.14%200%200%201-1.328-.005M6.5%2016.5a1%201%200%201%200%200-2a1%201%200%200%200%200%202m0%20.75a.75.75%200%200%201%20.75.75v1.75a.75.75%200%200%201-1.5%200V18a.75.75%200%200%201%20.75-.75m0%205.75a5.5%205.5%200%201%200%200-11a5.5%205.5%200%200%200%200%2011m0-1.5a4%204%200%201%201%200-8a4%204%200%200%201%200%208%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%22M11.905%2013.888a6.5%206.5%200%200%200-4.025-2.741l-.014-.014a2.9%202.9%200%200%200-1.129-.7l-1.754-.57a1.45%201.45%200%200%201-.967-1.147a1.444%201.444%200%200%201%20.95-1.586l1.777-.571a2.88%202.88%200%200%200%201.77-1.786l.583-1.792a1.446%201.446%200%200%201%202.732-.022l.578%201.777a2.88%202.88%200%200%200%201.822%201.823l1.755.57a1.443%201.443%200%200%201%20.052%202.74l-1.778.578a2.87%202.87%200%200%200-1.817%201.812zm5.426%205.894a1.12%201.12%200%200%201-.41-.55l-.328-1.006a1.3%201.3%200%200%200-.821-.823l-.991-.323A1.15%201.15%200%200%201%2014%2015.997a1.14%201.14%200%200%201%20.771-1.08l1.006-.326a1.3%201.3%200%200%200%20.8-.82l.324-.991a1.143%201.143%200%200%201%202.157-.021l.329%201.014a1.3%201.3%200%200%200%20.82.816l.992.323a1.141%201.141%200%200%201%20.039%202.165l-1.014.329a1.3%201.3%200%200%200-.818.822l-.322.989c-.078.23-.226.43-.425.57a1.14%201.14%200%200%201-1.328-.005M6.5%2016.5a1%201%200%201%200%200-2a1%201%200%200%200%200%202m0%20.75a.75.75%200%200%201%20.75.75v1.75a.75.75%200%200%201-1.5%200V18a.75.75%200%200%201%20.75-.75m0%205.75a5.5%205.5%200%201%200%200-11a5.5%205.5%200%200%200%200%2011m0-1.5a4%204%200%201%201%200-8a4%204%200%200%201%200%208%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/sparkle-info-24-filled.svg?color=%231a73e8&size=48