sparkle-info-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.

Name
sparkle-info-20-regular
Set
Fluent UI System Icons
Style
20 Regular
Viewbox
20×20
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 20 20"><path fill="currentColor" d="m7.193 9.214l.05.068c.497.166.961.4 1.383.692l-.122-.373a3.34 3.34 0 0 0-.8-1.31a3.4 3.4 0 0 0-1.312-.812l-1.378-.522l1.386-.45a3.36 3.36 0 0 0 1.29-.813a3.4 3.4 0 0 0 .793-1.3l.527-1.377l.44 1.377a3.33 3.33 0 0 0 2.117 2.114l1.406.53l-1.382.447a3.34 3.34 0 0 0-2.115 2.117l-.304.803c.302.27.573.575.81.905l.007-.022l.447-1.373a2.34 2.34 0 0 1 1.477-1.479l1.391-.45a1.045 1.045 0 0 0-.044-1.98l-1.375-.448a2.34 2.34 0 0 1-1.48-1.477l-.452-1.388a1.044 1.044 0 0 0-1.973.017l-.457 1.4a2.34 2.34 0 0 1-1.44 1.45l-1.39.447a1.045 1.045 0 0 0 .016 1.974l1.374.445c.44.147.827.421 1.11.788m7.342 6.637a.806.806 0 0 0 1.226-.398l.248-.762a1.1 1.1 0 0 1 .26-.42c.118-.12.262-.208.42-.26l.772-.252a.8.8 0 0 0-.023-1.52l-.764-.25a1.08 1.08 0 0 1-.68-.678l-.252-.773a.8.8 0 0 0-1.518.01l-.247.762a1.07 1.07 0 0 1-.665.679l-.773.252a.8.8 0 0 0 .008 1.518l.763.247c.16.054.304.143.422.261c.119.119.207.263.258.422l.253.774a.8.8 0 0 0 .292.388m-.913-2.793L13.443 13l.184-.064a2.11 2.11 0 0 0 1.3-1.317l.058-.178l.06.181a2.08 2.08 0 0 0 1.316 1.316l.195.063l-.18.06a2.08 2.08 0 0 0-1.317 1.32l-.059.181l-.058-.18a2.08 2.08 0 0 0-1.32-1.323M5.5 11.875a.625.625 0 1 1 0 1.25a.625.625 0 0 1 0-1.25M5.5 17a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 1 0v2a.5.5 0 0 1-.5.5m0-7a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m0 8a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7"/></svg>

React

import type { SVGProps } from "react";

export function FluentSparkleInfo20Regular(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m7.193 9.214l.05.068c.497.166.961.4 1.383.692l-.122-.373a3.34 3.34 0 0 0-.8-1.31a3.4 3.4 0 0 0-1.312-.812l-1.378-.522l1.386-.45a3.36 3.36 0 0 0 1.29-.813a3.4 3.4 0 0 0 .793-1.3l.527-1.377l.44 1.377a3.33 3.33 0 0 0 2.117 2.114l1.406.53l-1.382.447a3.34 3.34 0 0 0-2.115 2.117l-.304.803c.302.27.573.575.81.905l.007-.022l.447-1.373a2.34 2.34 0 0 1 1.477-1.479l1.391-.45a1.045 1.045 0 0 0-.044-1.98l-1.375-.448a2.34 2.34 0 0 1-1.48-1.477l-.452-1.388a1.044 1.044 0 0 0-1.973.017l-.457 1.4a2.34 2.34 0 0 1-1.44 1.45l-1.39.447a1.045 1.045 0 0 0 .016 1.974l1.374.445c.44.147.827.421 1.11.788m7.342 6.637a.806.806 0 0 0 1.226-.398l.248-.762a1.1 1.1 0 0 1 .26-.42c.118-.12.262-.208.42-.26l.772-.252a.8.8 0 0 0-.023-1.52l-.764-.25a1.08 1.08 0 0 1-.68-.678l-.252-.773a.8.8 0 0 0-1.518.01l-.247.762a1.07 1.07 0 0 1-.665.679l-.773.252a.8.8 0 0 0 .008 1.518l.763.247c.16.054.304.143.422.261c.119.119.207.263.258.422l.253.774a.8.8 0 0 0 .292.388m-.913-2.793L13.443 13l.184-.064a2.11 2.11 0 0 0 1.3-1.317l.058-.178l.06.181a2.08 2.08 0 0 0 1.316 1.316l.195.063l-.18.06a2.08 2.08 0 0 0-1.317 1.32l-.059.181l-.058-.18a2.08 2.08 0 0 0-1.32-1.323M5.5 11.875a.625.625 0 1 1 0 1.25a.625.625 0 0 1 0-1.25M5.5 17a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 1 0v2a.5.5 0 0 1-.5.5m0-7a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m0 8a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m7.193 9.214l.05.068c.497.166.961.4 1.383.692l-.122-.373a3.34 3.34 0 0 0-.8-1.31a3.4 3.4 0 0 0-1.312-.812l-1.378-.522l1.386-.45a3.36 3.36 0 0 0 1.29-.813a3.4 3.4 0 0 0 .793-1.3l.527-1.377l.44 1.377a3.33 3.33 0 0 0 2.117 2.114l1.406.53l-1.382.447a3.34 3.34 0 0 0-2.115 2.117l-.304.803c.302.27.573.575.81.905l.007-.022l.447-1.373a2.34 2.34 0 0 1 1.477-1.479l1.391-.45a1.045 1.045 0 0 0-.044-1.98l-1.375-.448a2.34 2.34 0 0 1-1.48-1.477l-.452-1.388a1.044 1.044 0 0 0-1.973.017l-.457 1.4a2.34 2.34 0 0 1-1.44 1.45l-1.39.447a1.045 1.045 0 0 0 .016 1.974l1.374.445c.44.147.827.421 1.11.788m7.342 6.637a.806.806 0 0 0 1.226-.398l.248-.762a1.1 1.1 0 0 1 .26-.42c.118-.12.262-.208.42-.26l.772-.252a.8.8 0 0 0-.023-1.52l-.764-.25a1.08 1.08 0 0 1-.68-.678l-.252-.773a.8.8 0 0 0-1.518.01l-.247.762a1.07 1.07 0 0 1-.665.679l-.773.252a.8.8 0 0 0 .008 1.518l.763.247c.16.054.304.143.422.261c.119.119.207.263.258.422l.253.774a.8.8 0 0 0 .292.388m-.913-2.793L13.443 13l.184-.064a2.11 2.11 0 0 0 1.3-1.317l.058-.178l.06.181a2.08 2.08 0 0 0 1.316 1.316l.195.063l-.18.06a2.08 2.08 0 0 0-1.317 1.32l-.059.181l-.058-.18a2.08 2.08 0 0 0-1.32-1.323M5.5 11.875a.625.625 0 1 1 0 1.25a.625.625 0 0 1 0-1.25M5.5 17a.5.5 0 0 1-.5-.5v-2a.5.5 0 0 1 1 0v2a.5.5 0 0 1-.5.5m0-7a4.5 4.5 0 1 1 0 9a4.5 4.5 0 0 1 0-9m0 8a3.5 3.5 0 1 0 0-7a3.5 3.5 0 0 0 0 7"/></svg>
</template>

CSS

.icon-sparkle-info-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.193%209.214l.05.068c.497.166.961.4%201.383.692l-.122-.373a3.34%203.34%200%200%200-.8-1.31a3.4%203.4%200%200%200-1.312-.812l-1.378-.522l1.386-.45a3.36%203.36%200%200%200%201.29-.813a3.4%203.4%200%200%200%20.793-1.3l.527-1.377l.44%201.377a3.33%203.33%200%200%200%202.117%202.114l1.406.53l-1.382.447a3.34%203.34%200%200%200-2.115%202.117l-.304.803c.302.27.573.575.81.905l.007-.022l.447-1.373a2.34%202.34%200%200%201%201.477-1.479l1.391-.45a1.045%201.045%200%200%200-.044-1.98l-1.375-.448a2.34%202.34%200%200%201-1.48-1.477l-.452-1.388a1.044%201.044%200%200%200-1.973.017l-.457%201.4a2.34%202.34%200%200%201-1.44%201.45l-1.39.447a1.045%201.045%200%200%200%20.016%201.974l1.374.445c.44.147.827.421%201.11.788m7.342%206.637a.806.806%200%200%200%201.226-.398l.248-.762a1.1%201.1%200%200%201%20.26-.42c.118-.12.262-.208.42-.26l.772-.252a.8.8%200%200%200-.023-1.52l-.764-.25a1.08%201.08%200%200%201-.68-.678l-.252-.773a.8.8%200%200%200-1.518.01l-.247.762a1.07%201.07%200%200%201-.665.679l-.773.252a.8.8%200%200%200%20.008%201.518l.763.247c.16.054.304.143.422.261c.119.119.207.263.258.422l.253.774a.8.8%200%200%200%20.292.388m-.913-2.793L13.443%2013l.184-.064a2.11%202.11%200%200%200%201.3-1.317l.058-.178l.06.181a2.08%202.08%200%200%200%201.316%201.316l.195.063l-.18.06a2.08%202.08%200%200%200-1.317%201.32l-.059.181l-.058-.18a2.08%202.08%200%200%200-1.32-1.323M5.5%2011.875a.625.625%200%201%201%200%201.25a.625.625%200%200%201%200-1.25M5.5%2017a.5.5%200%200%201-.5-.5v-2a.5.5%200%200%201%201%200v2a.5.5%200%200%201-.5.5m0-7a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9m0%208a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207%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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m7.193%209.214l.05.068c.497.166.961.4%201.383.692l-.122-.373a3.34%203.34%200%200%200-.8-1.31a3.4%203.4%200%200%200-1.312-.812l-1.378-.522l1.386-.45a3.36%203.36%200%200%200%201.29-.813a3.4%203.4%200%200%200%20.793-1.3l.527-1.377l.44%201.377a3.33%203.33%200%200%200%202.117%202.114l1.406.53l-1.382.447a3.34%203.34%200%200%200-2.115%202.117l-.304.803c.302.27.573.575.81.905l.007-.022l.447-1.373a2.34%202.34%200%200%201%201.477-1.479l1.391-.45a1.045%201.045%200%200%200-.044-1.98l-1.375-.448a2.34%202.34%200%200%201-1.48-1.477l-.452-1.388a1.044%201.044%200%200%200-1.973.017l-.457%201.4a2.34%202.34%200%200%201-1.44%201.45l-1.39.447a1.045%201.045%200%200%200%20.016%201.974l1.374.445c.44.147.827.421%201.11.788m7.342%206.637a.806.806%200%200%200%201.226-.398l.248-.762a1.1%201.1%200%200%201%20.26-.42c.118-.12.262-.208.42-.26l.772-.252a.8.8%200%200%200-.023-1.52l-.764-.25a1.08%201.08%200%200%201-.68-.678l-.252-.773a.8.8%200%200%200-1.518.01l-.247.762a1.07%201.07%200%200%201-.665.679l-.773.252a.8.8%200%200%200%20.008%201.518l.763.247c.16.054.304.143.422.261c.119.119.207.263.258.422l.253.774a.8.8%200%200%200%20.292.388m-.913-2.793L13.443%2013l.184-.064a2.11%202.11%200%200%200%201.3-1.317l.058-.178l.06.181a2.08%202.08%200%200%200%201.316%201.316l.195.063l-.18.06a2.08%202.08%200%200%200-1.317%201.32l-.059.181l-.058-.18a2.08%202.08%200%200%200-1.32-1.323M5.5%2011.875a.625.625%200%201%201%200%201.25a.625.625%200%200%201%200-1.25M5.5%2017a.5.5%200%200%201-.5-.5v-2a.5.5%200%200%201%201%200v2a.5.5%200%200%201-.5.5m0-7a4.5%204.5%200%201%201%200%209a4.5%204.5%200%200%201%200-9m0%208a3.5%203.5%200%201%200%200-7a3.5%203.5%200%200%200%200%207%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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