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

Name
target-sparkle-24-regular
Set
Fluent UI System Icons
Style
24 Regular
Viewbox
24×24
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 24 24"><path fill="currentColor" d="M11.998 1.998c.957 0 1.882.137 2.759.388a1.8 1.8 0 0 1-.367.173l-1.34.44c-.287.102-.53.28-.711.507a8.502 8.502 0 1 0 8.042 9.905c.22.369.54.639 1.079.639q.185-.001.338-.041c-.93 4.56-4.964 7.993-9.8 7.993c-5.524 0-10.002-4.478-10.002-10.002S6.474 1.998 11.998 1.998m0 4.002c1.15 0 2.223.323 3.136.884c.205.183.37.408.456.665l.41 1.45a1.554 1.554 0 0 0 1.667 1.035A6 6 0 1 1 11.998 6m0 1.5a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m0 2.5a2 2 0 1 1 0 4a2 2 0 0 1 0-4m9.486-2a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.304.304 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.303.303 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.304.304 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998L21.2 8.2a.3.3 0 0 1 .284-.2m-4.011-8a.545.545 0 0 1 .512.363l.449 1.376a2.84 2.84 0 0 0 1.797 1.797l1.378.447l.028.007a.55.55 0 0 1 .363.514a.54.54 0 0 1-.363.513l-1.378.447A2.84 2.84 0 0 0 18.46 7.26l-.447 1.376L18 8.67a.545.545 0 0 1-1.014-.034L16.54 7.26a2.84 2.84 0 0 0-1.798-1.804l-1.378-.447A.55.55 0 0 1 13 4.496a.54.54 0 0 1 .363-.513l1.378-.447A2.84 2.84 0 0 0 16.5 1.773l.012-.034l.447-1.376A.55.55 0 0 1 17.473 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentTargetSparkle24Regular(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.998 1.998c.957 0 1.882.137 2.759.388a1.8 1.8 0 0 1-.367.173l-1.34.44c-.287.102-.53.28-.711.507a8.502 8.502 0 1 0 8.042 9.905c.22.369.54.639 1.079.639q.185-.001.338-.041c-.93 4.56-4.964 7.993-9.8 7.993c-5.524 0-10.002-4.478-10.002-10.002S6.474 1.998 11.998 1.998m0 4.002c1.15 0 2.223.323 3.136.884c.205.183.37.408.456.665l.41 1.45a1.554 1.554 0 0 0 1.667 1.035A6 6 0 1 1 11.998 6m0 1.5a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m0 2.5a2 2 0 1 1 0 4a2 2 0 0 1 0-4m9.486-2a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.304.304 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.303.303 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.304.304 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998L21.2 8.2a.3.3 0 0 1 .284-.2m-4.011-8a.545.545 0 0 1 .512.363l.449 1.376a2.84 2.84 0 0 0 1.797 1.797l1.378.447l.028.007a.55.55 0 0 1 .363.514a.54.54 0 0 1-.363.513l-1.378.447A2.84 2.84 0 0 0 18.46 7.26l-.447 1.376L18 8.67a.545.545 0 0 1-1.014-.034L16.54 7.26a2.84 2.84 0 0 0-1.798-1.804l-1.378-.447A.55.55 0 0 1 13 4.496a.54.54 0 0 1 .363-.513l1.378-.447A2.84 2.84 0 0 0 16.5 1.773l.012-.034l.447-1.376A.55.55 0 0 1 17.473 0"/></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.998 1.998c.957 0 1.882.137 2.759.388a1.8 1.8 0 0 1-.367.173l-1.34.44c-.287.102-.53.28-.711.507a8.502 8.502 0 1 0 8.042 9.905c.22.369.54.639 1.079.639q.185-.001.338-.041c-.93 4.56-4.964 7.993-9.8 7.993c-5.524 0-10.002-4.478-10.002-10.002S6.474 1.998 11.998 1.998m0 4.002c1.15 0 2.223.323 3.136.884c.205.183.37.408.456.665l.41 1.45a1.554 1.554 0 0 0 1.667 1.035A6 6 0 1 1 11.998 6m0 1.5a4.5 4.5 0 1 0 0 9a4.5 4.5 0 0 0 0-9m0 2.5a2 2 0 1 1 0 4a2 2 0 0 1 0-4m9.486-2a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.304.304 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.303.303 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.304.304 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998L21.2 8.2a.3.3 0 0 1 .284-.2m-4.011-8a.545.545 0 0 1 .512.363l.449 1.376a2.84 2.84 0 0 0 1.797 1.797l1.378.447l.028.007a.55.55 0 0 1 .363.514a.54.54 0 0 1-.363.513l-1.378.447A2.84 2.84 0 0 0 18.46 7.26l-.447 1.376L18 8.67a.545.545 0 0 1-1.014-.034L16.54 7.26a2.84 2.84 0 0 0-1.798-1.804l-1.378-.447A.55.55 0 0 1 13 4.496a.54.54 0 0 1 .363-.513l1.378-.447A2.84 2.84 0 0 0 16.5 1.773l.012-.034l.447-1.376A.55.55 0 0 1 17.473 0"/></svg>
</template>

CSS

.icon-target-sparkle-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M11.998%201.998c.957%200%201.882.137%202.759.388a1.8%201.8%200%200%201-.367.173l-1.34.44c-.287.102-.53.28-.711.507a8.502%208.502%200%201%200%208.042%209.905c.22.369.54.639%201.079.639q.185-.001.338-.041c-.93%204.56-4.964%207.993-9.8%207.993c-5.524%200-10.002-4.478-10.002-10.002S6.474%201.998%2011.998%201.998m0%204.002c1.15%200%202.223.323%203.136.884c.205.183.37.408.456.665l.41%201.45a1.554%201.554%200%200%200%201.667%201.035A6%206%200%201%201%2011.998%206m0%201.5a4.5%204.5%200%201%200%200%209a4.5%204.5%200%200%200%200-9m0%202.5a2%202%200%201%201%200%204a2%202%200%200%201%200-4m9.486-2a.3.3%200%200%201%20.285.201l.25.766a1.58%201.58%200%200%200%20.999.998l.765.248l.015.004a.304.304%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.303.303%200%200%201-.57%200l-.25-.766a1.58%201.58%200%200%200-.998-1.002l-.765-.248a.304.304%200%200%201-.146-.46a.3.3%200%200%201%20.146-.11l.765-.248a1.58%201.58%200%200%200%20.984-.998L21.2%208.2a.3.3%200%200%201%20.284-.2m-4.011-8a.545.545%200%200%201%20.512.363l.449%201.376a2.84%202.84%200%200%200%201.797%201.797l1.378.447l.028.007a.55.55%200%200%201%20.363.514a.54.54%200%200%201-.363.513l-1.378.447A2.84%202.84%200%200%200%2018.46%207.26l-.447%201.376L18%208.67a.545.545%200%200%201-1.014-.034L16.54%207.26a2.84%202.84%200%200%200-1.798-1.804l-1.378-.447A.55.55%200%200%201%2013%204.496a.54.54%200%200%201%20.363-.513l1.378-.447A2.84%202.84%200%200%200%2016.5%201.773l.012-.034l.447-1.376A.55.55%200%200%201%2017.473%200%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.998%201.998c.957%200%201.882.137%202.759.388a1.8%201.8%200%200%201-.367.173l-1.34.44c-.287.102-.53.28-.711.507a8.502%208.502%200%201%200%208.042%209.905c.22.369.54.639%201.079.639q.185-.001.338-.041c-.93%204.56-4.964%207.993-9.8%207.993c-5.524%200-10.002-4.478-10.002-10.002S6.474%201.998%2011.998%201.998m0%204.002c1.15%200%202.223.323%203.136.884c.205.183.37.408.456.665l.41%201.45a1.554%201.554%200%200%200%201.667%201.035A6%206%200%201%201%2011.998%206m0%201.5a4.5%204.5%200%201%200%200%209a4.5%204.5%200%200%200%200-9m0%202.5a2%202%200%201%201%200%204a2%202%200%200%201%200-4m9.486-2a.3.3%200%200%201%20.285.201l.25.766a1.58%201.58%200%200%200%20.999.998l.765.248l.015.004a.304.304%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.303.303%200%200%201-.57%200l-.25-.766a1.58%201.58%200%200%200-.998-1.002l-.765-.248a.304.304%200%200%201-.146-.46a.3.3%200%200%201%20.146-.11l.765-.248a1.58%201.58%200%200%200%20.984-.998L21.2%208.2a.3.3%200%200%201%20.284-.2m-4.011-8a.545.545%200%200%201%20.512.363l.449%201.376a2.84%202.84%200%200%200%201.797%201.797l1.378.447l.028.007a.55.55%200%200%201%20.363.514a.54.54%200%200%201-.363.513l-1.378.447A2.84%202.84%200%200%200%2018.46%207.26l-.447%201.376L18%208.67a.545.545%200%200%201-1.014-.034L16.54%207.26a2.84%202.84%200%200%200-1.798-1.804l-1.378-.447A.55.55%200%200%201%2013%204.496a.54.54%200%200%201%20.363-.513l1.378-.447A2.84%202.84%200%200%200%2016.5%201.773l.012-.034l.447-1.376A.55.55%200%200%201%2017.473%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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