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

Name
target-sparkle-20-filled
Set
Fluent UI System Icons
Style
20 Filled
Viewbox
20×20
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the target sparkle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.995 1.998q.598.001 1.174.086l-.218.07A1.41 1.41 0 0 0 10 3.496v.002h-.005a6.5 6.5 0 1 0 6.363 7.823q.146.265.398.449c.219.149.477.228.746.229q.123 0 .243-.019a7.999 7.999 0 1 1-7.75-9.982M9.998 5c1.007 0 1.945.299 2.73.812q.032.066.065.148l.36 1.092c.09.25.25.48.52.691q.21.15.451.21c-.08.17-.12.36-.12.55c0 .271.08.533.24.753s.38.38.65.48l.097.032q.007.115.007.232a5 5 0 1 1-5-5m0 1.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m7.5 5.5h.009l-.005-.001zm-7.5-3.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M17.484 6a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.303.303 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.302.302 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.303.303 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998L17.2 6.2a.3.3 0 0 1 .284-.2m-3.006-6a.42.42 0 0 1 .4.282l.348 1.072a2.2 2.2 0 0 0 1.398 1.396l1.072.349l.022.005a.424.424 0 0 1 0 .797l-1.073.349a2.21 2.21 0 0 0-1.398 1.396L14.9 6.718a.423.423 0 0 1-.643.204l-.02-.015a.43.43 0 0 1-.135-.19l-.348-1.07a2.22 2.22 0 0 0-1.399-1.403l-1.072-.348a.424.424 0 0 1 0-.797l1.072-.349a2.21 2.21 0 0 0 1.377-1.396L14.08.282a.42.42 0 0 1 .4-.282"/></svg>

React

import type { SVGProps } from "react";

export function FluentTargetSparkle20Filled(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="M9.995 1.998q.598.001 1.174.086l-.218.07A1.41 1.41 0 0 0 10 3.496v.002h-.005a6.5 6.5 0 1 0 6.363 7.823q.146.265.398.449c.219.149.477.228.746.229q.123 0 .243-.019a7.999 7.999 0 1 1-7.75-9.982M9.998 5c1.007 0 1.945.299 2.73.812q.032.066.065.148l.36 1.092c.09.25.25.48.52.691q.21.15.451.21c-.08.17-.12.36-.12.55c0 .271.08.533.24.753s.38.38.65.48l.097.032q.007.115.007.232a5 5 0 1 1-5-5m0 1.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m7.5 5.5h.009l-.005-.001zm-7.5-3.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M17.484 6a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.303.303 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.302.302 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.303.303 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998L17.2 6.2a.3.3 0 0 1 .284-.2m-3.006-6a.42.42 0 0 1 .4.282l.348 1.072a2.2 2.2 0 0 0 1.398 1.396l1.072.349l.022.005a.424.424 0 0 1 0 .797l-1.073.349a2.21 2.21 0 0 0-1.398 1.396L14.9 6.718a.423.423 0 0 1-.643.204l-.02-.015a.43.43 0 0 1-.135-.19l-.348-1.07a2.22 2.22 0 0 0-1.399-1.403l-1.072-.348a.424.424 0 0 1 0-.797l1.072-.349a2.21 2.21 0 0 0 1.377-1.396L14.08.282a.42.42 0 0 1 .4-.282"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.995 1.998q.598.001 1.174.086l-.218.07A1.41 1.41 0 0 0 10 3.496v.002h-.005a6.5 6.5 0 1 0 6.363 7.823q.146.265.398.449c.219.149.477.228.746.229q.123 0 .243-.019a7.999 7.999 0 1 1-7.75-9.982M9.998 5c1.007 0 1.945.299 2.73.812q.032.066.065.148l.36 1.092c.09.25.25.48.52.691q.21.15.451.21c-.08.17-.12.36-.12.55c0 .271.08.533.24.753s.38.38.65.48l.097.032q.007.115.007.232a5 5 0 1 1-5-5m0 1.5a3.5 3.5 0 1 0 0 7a3.5 3.5 0 0 0 0-7m7.5 5.5h.009l-.005-.001zm-7.5-3.5a1.5 1.5 0 1 1 0 3a1.5 1.5 0 0 1 0-3M17.484 6a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.303.303 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.302.302 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.303.303 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998L17.2 6.2a.3.3 0 0 1 .284-.2m-3.006-6a.42.42 0 0 1 .4.282l.348 1.072a2.2 2.2 0 0 0 1.398 1.396l1.072.349l.022.005a.424.424 0 0 1 0 .797l-1.073.349a2.21 2.21 0 0 0-1.398 1.396L14.9 6.718a.423.423 0 0 1-.643.204l-.02-.015a.43.43 0 0 1-.135-.19l-.348-1.07a2.22 2.22 0 0 0-1.399-1.403l-1.072-.348a.424.424 0 0 1 0-.797l1.072-.349a2.21 2.21 0 0 0 1.377-1.396L14.08.282a.42.42 0 0 1 .4-.282"/></svg>
</template>

CSS

.icon-target-sparkle-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.995%201.998q.598.001%201.174.086l-.218.07A1.41%201.41%200%200%200%2010%203.496v.002h-.005a6.5%206.5%200%201%200%206.363%207.823q.146.265.398.449c.219.149.477.228.746.229q.123%200%20.243-.019a7.999%207.999%200%201%201-7.75-9.982M9.998%205c1.007%200%201.945.299%202.73.812q.032.066.065.148l.36%201.092c.09.25.25.48.52.691q.21.15.451.21c-.08.17-.12.36-.12.55c0%20.271.08.533.24.753s.38.38.65.48l.097.032q.007.115.007.232a5%205%200%201%201-5-5m0%201.5a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7m7.5%205.5h.009l-.005-.001zm-7.5-3.5a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3M17.484%206a.3.3%200%200%201%20.285.201l.25.766a1.58%201.58%200%200%200%20.999.998l.765.248l.015.004a.303.303%200%200%201%20.146.46a.3.3%200%200%201-.146.11l-.765.248a1.58%201.58%200%200%200-.999.998l-.249.766a.302.302%200%200%201-.57%200l-.25-.766a1.58%201.58%200%200%200-.998-1.002l-.765-.248a.303.303%200%200%201-.146-.46a.3.3%200%200%201%20.146-.11l.765-.248a1.58%201.58%200%200%200%20.984-.998L17.2%206.2a.3.3%200%200%201%20.284-.2m-3.006-6a.42.42%200%200%201%20.4.282l.348%201.072a2.2%202.2%200%200%200%201.398%201.396l1.072.349l.022.005a.424.424%200%200%201%200%20.797l-1.073.349a2.21%202.21%200%200%200-1.398%201.396L14.9%206.718a.423.423%200%200%201-.643.204l-.02-.015a.43.43%200%200%201-.135-.19l-.348-1.07a2.22%202.22%200%200%200-1.399-1.403l-1.072-.348a.424.424%200%200%201%200-.797l1.072-.349a2.21%202.21%200%200%200%201.377-1.396L14.08.282a.42.42%200%200%201%20.4-.282%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%22M9.995%201.998q.598.001%201.174.086l-.218.07A1.41%201.41%200%200%200%2010%203.496v.002h-.005a6.5%206.5%200%201%200%206.363%207.823q.146.265.398.449c.219.149.477.228.746.229q.123%200%20.243-.019a7.999%207.999%200%201%201-7.75-9.982M9.998%205c1.007%200%201.945.299%202.73.812q.032.066.065.148l.36%201.092c.09.25.25.48.52.691q.21.15.451.21c-.08.17-.12.36-.12.55c0%20.271.08.533.24.753s.38.38.65.48l.097.032q.007.115.007.232a5%205%200%201%201-5-5m0%201.5a3.5%203.5%200%201%200%200%207a3.5%203.5%200%200%200%200-7m7.5%205.5h.009l-.005-.001zm-7.5-3.5a1.5%201.5%200%201%201%200%203a1.5%201.5%200%200%201%200-3M17.484%206a.3.3%200%200%201%20.285.201l.25.766a1.58%201.58%200%200%200%20.999.998l.765.248l.015.004a.303.303%200%200%201%20.146.46a.3.3%200%200%201-.146.11l-.765.248a1.58%201.58%200%200%200-.999.998l-.249.766a.302.302%200%200%201-.57%200l-.25-.766a1.58%201.58%200%200%200-.998-1.002l-.765-.248a.303.303%200%200%201-.146-.46a.3.3%200%200%201%20.146-.11l.765-.248a1.58%201.58%200%200%200%20.984-.998L17.2%206.2a.3.3%200%200%201%20.284-.2m-3.006-6a.42.42%200%200%201%20.4.282l.348%201.072a2.2%202.2%200%200%200%201.398%201.396l1.072.349l.022.005a.424.424%200%200%201%200%20.797l-1.073.349a2.21%202.21%200%200%200-1.398%201.396L14.9%206.718a.423.423%200%200%201-.643.204l-.02-.015a.43.43%200%200%201-.135-.19l-.348-1.07a2.22%202.22%200%200%200-1.399-1.403l-1.072-.348a.424.424%200%200%201%200-.797l1.072-.349a2.21%202.21%200%200%200%201.377-1.396L14.08.282a.42.42%200%200%201%20.4-.282%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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