glance horizontal sparkles icon

glance-horizontal-sparkles-16-filled from Fluent UI System Icons by Microsoft Corporation · 16 Filled · MIT Free for personal and commercial use.

Name
glance-horizontal-sparkles-16-filled
Set
Fluent UI System Icons
Style
16 Filled
Viewbox
16×16
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the glance horizontal sparkles icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m13.783 2.213l.015.004a.303.303 0 0 1 0 .57l-.765.248a1.58 1.58 0 0 0-1 .999l-.248.764a.3.3 0 0 1-.11.146a.3.3 0 0 1-.171.056H11.5a.3.3 0 0 1-.285-.202l-.249-.764a1.58 1.58 0 0 0-.999-1.002l-.765-.249a.302.302 0 0 1 0-.57l.765-.248a1.58 1.58 0 0 0 .984-.999L11.2.202a.302.302 0 0 1 .57 0l.249.764a1.58 1.58 0 0 0 .999.999zm2.043 3.558l-.612-.2a1.26 1.26 0 0 1-.8-.798l-.198-.612a.242.242 0 0 0-.456 0l-.2.612a1.26 1.26 0 0 1-.786.799l-.613.199a.242.242 0 0 0 0 .455l.613.2a1.26 1.26 0 0 1 .799.8l.199.613a.241.241 0 0 0 .456 0l.2-.612a1.26 1.26 0 0 1 .798-.799l.613-.199a.242.242 0 0 0 0-.455zM2 3.75C2 2.784 2.784 2 3.75 2h2.5C7.216 2 8 2.784 8 3.75v2.5A1.75 1.75 0 0 1 6.25 8h-2.5A1.75 1.75 0 0 1 2 6.25zm5 7C7 9.784 7.784 9 8.75 9h3.5c.966 0 1.75.784 1.75 1.75v1.5A1.75 1.75 0 0 1 12.25 14h-3.5A1.75 1.75 0 0 1 7 12.25zm-5 0C2 9.784 2.784 9 3.75 9h.5C5.216 9 6 9.784 6 10.75v1.5A1.75 1.75 0 0 1 4.25 14h-.5A1.75 1.75 0 0 1 2 12.25z"/></svg>

React

import type { SVGProps } from "react";

export function FluentGlanceHorizontalSparkles16Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m13.783 2.213l.015.004a.303.303 0 0 1 0 .57l-.765.248a1.58 1.58 0 0 0-1 .999l-.248.764a.3.3 0 0 1-.11.146a.3.3 0 0 1-.171.056H11.5a.3.3 0 0 1-.285-.202l-.249-.764a1.58 1.58 0 0 0-.999-1.002l-.765-.249a.302.302 0 0 1 0-.57l.765-.248a1.58 1.58 0 0 0 .984-.999L11.2.202a.302.302 0 0 1 .57 0l.249.764a1.58 1.58 0 0 0 .999.999zm2.043 3.558l-.612-.2a1.26 1.26 0 0 1-.8-.798l-.198-.612a.242.242 0 0 0-.456 0l-.2.612a1.26 1.26 0 0 1-.786.799l-.613.199a.242.242 0 0 0 0 .455l.613.2a1.26 1.26 0 0 1 .799.8l.199.613a.241.241 0 0 0 .456 0l.2-.612a1.26 1.26 0 0 1 .798-.799l.613-.199a.242.242 0 0 0 0-.455zM2 3.75C2 2.784 2.784 2 3.75 2h2.5C7.216 2 8 2.784 8 3.75v2.5A1.75 1.75 0 0 1 6.25 8h-2.5A1.75 1.75 0 0 1 2 6.25zm5 7C7 9.784 7.784 9 8.75 9h3.5c.966 0 1.75.784 1.75 1.75v1.5A1.75 1.75 0 0 1 12.25 14h-3.5A1.75 1.75 0 0 1 7 12.25zm-5 0C2 9.784 2.784 9 3.75 9h.5C5.216 9 6 9.784 6 10.75v1.5A1.75 1.75 0 0 1 4.25 14h-.5A1.75 1.75 0 0 1 2 12.25z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m13.783 2.213l.015.004a.303.303 0 0 1 0 .57l-.765.248a1.58 1.58 0 0 0-1 .999l-.248.764a.3.3 0 0 1-.11.146a.3.3 0 0 1-.171.056H11.5a.3.3 0 0 1-.285-.202l-.249-.764a1.58 1.58 0 0 0-.999-1.002l-.765-.249a.302.302 0 0 1 0-.57l.765-.248a1.58 1.58 0 0 0 .984-.999L11.2.202a.302.302 0 0 1 .57 0l.249.764a1.58 1.58 0 0 0 .999.999zm2.043 3.558l-.612-.2a1.26 1.26 0 0 1-.8-.798l-.198-.612a.242.242 0 0 0-.456 0l-.2.612a1.26 1.26 0 0 1-.786.799l-.613.199a.242.242 0 0 0 0 .455l.613.2a1.26 1.26 0 0 1 .799.8l.199.613a.241.241 0 0 0 .456 0l.2-.612a1.26 1.26 0 0 1 .798-.799l.613-.199a.242.242 0 0 0 0-.455zM2 3.75C2 2.784 2.784 2 3.75 2h2.5C7.216 2 8 2.784 8 3.75v2.5A1.75 1.75 0 0 1 6.25 8h-2.5A1.75 1.75 0 0 1 2 6.25zm5 7C7 9.784 7.784 9 8.75 9h3.5c.966 0 1.75.784 1.75 1.75v1.5A1.75 1.75 0 0 1 12.25 14h-3.5A1.75 1.75 0 0 1 7 12.25zm-5 0C2 9.784 2.784 9 3.75 9h.5C5.216 9 6 9.784 6 10.75v1.5A1.75 1.75 0 0 1 4.25 14h-.5A1.75 1.75 0 0 1 2 12.25z"/></svg>
</template>

CSS

.icon-glance-horizontal-sparkles-16-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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.783%202.213l.015.004a.303.303%200%200%201%200%20.57l-.765.248a1.58%201.58%200%200%200-1%20.999l-.248.764a.3.3%200%200%201-.11.146a.3.3%200%200%201-.171.056H11.5a.3.3%200%200%201-.285-.202l-.249-.764a1.58%201.58%200%200%200-.999-1.002l-.765-.249a.302.302%200%200%201%200-.57l.765-.248a1.58%201.58%200%200%200%20.984-.999L11.2.202a.302.302%200%200%201%20.57%200l.249.764a1.58%201.58%200%200%200%20.999.999zm2.043%203.558l-.612-.2a1.26%201.26%200%200%201-.8-.798l-.198-.612a.242.242%200%200%200-.456%200l-.2.612a1.26%201.26%200%200%201-.786.799l-.613.199a.242.242%200%200%200%200%20.455l.613.2a1.26%201.26%200%200%201%20.799.8l.199.613a.241.241%200%200%200%20.456%200l.2-.612a1.26%201.26%200%200%201%20.798-.799l.613-.199a.242.242%200%200%200%200-.455zM2%203.75C2%202.784%202.784%202%203.75%202h2.5C7.216%202%208%202.784%208%203.75v2.5A1.75%201.75%200%200%201%206.25%208h-2.5A1.75%201.75%200%200%201%202%206.25zm5%207C7%209.784%207.784%209%208.75%209h3.5c.966%200%201.75.784%201.75%201.75v1.5A1.75%201.75%200%200%201%2012.25%2014h-3.5A1.75%201.75%200%200%201%207%2012.25zm-5%200C2%209.784%202.784%209%203.75%209h.5C5.216%209%206%209.784%206%2010.75v1.5A1.75%201.75%200%200%201%204.25%2014h-.5A1.75%201.75%200%200%201%202%2012.25z%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13.783%202.213l.015.004a.303.303%200%200%201%200%20.57l-.765.248a1.58%201.58%200%200%200-1%20.999l-.248.764a.3.3%200%200%201-.11.146a.3.3%200%200%201-.171.056H11.5a.3.3%200%200%201-.285-.202l-.249-.764a1.58%201.58%200%200%200-.999-1.002l-.765-.249a.302.302%200%200%201%200-.57l.765-.248a1.58%201.58%200%200%200%20.984-.999L11.2.202a.302.302%200%200%201%20.57%200l.249.764a1.58%201.58%200%200%200%20.999.999zm2.043%203.558l-.612-.2a1.26%201.26%200%200%201-.8-.798l-.198-.612a.242.242%200%200%200-.456%200l-.2.612a1.26%201.26%200%200%201-.786.799l-.613.199a.242.242%200%200%200%200%20.455l.613.2a1.26%201.26%200%200%201%20.799.8l.199.613a.241.241%200%200%200%20.456%200l.2-.612a1.26%201.26%200%200%201%20.798-.799l.613-.199a.242.242%200%200%200%200-.455zM2%203.75C2%202.784%202.784%202%203.75%202h2.5C7.216%202%208%202.784%208%203.75v2.5A1.75%201.75%200%200%201%206.25%208h-2.5A1.75%201.75%200%200%201%202%206.25zm5%207C7%209.784%207.784%209%208.75%209h3.5c.966%200%201.75.784%201.75%201.75v1.5A1.75%201.75%200%200%201%2012.25%2014h-3.5A1.75%201.75%200%200%201%207%2012.25zm-5%200C2%209.784%202.784%209%203.75%209h.5C5.216%209%206%209.784%206%2010.75v1.5A1.75%201.75%200%200%201%204.25%2014h-.5A1.75%201.75%200%200%201%202%2012.25z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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