square hint sparkles icon

square-hint-sparkles-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.

Name
square-hint-sparkles-28-filled
Set
Fluent UI System Icons
Style
28 Filled
Viewbox
28×28
License
MIT

11 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the square hint sparkles icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M18.171 6.829a3.16 3.16 0 0 1 .761 1.238l.498 1.53a.605.605 0 0 0 1.14 0l.498-1.53a3.15 3.15 0 0 1 1.998-1.996l1.53-.497a.605.605 0 0 0 0-1.14l-.03-.008l-1.531-.497a3.15 3.15 0 0 1-1.998-1.996L20.54.403a.604.604 0 0 0-1.14 0l-.498 1.53l-.013.038a3.15 3.15 0 0 1-1.955 1.958l-1.53.497a.605.605 0 0 0 0 1.14l1.53.497c.467.156.89.418 1.237.766m8.65 3.529l.918.298l.019.004a.362.362 0 0 1 0 .684l-.919.299a1.9 1.9 0 0 0-1.198 1.197l-.299.918a.363.363 0 0 1-.684 0l-.299-.918a1.89 1.89 0 0 0-1.198-1.202l-.919-.298a.362.362 0 0 1 0-.684l.919-.299a1.9 1.9 0 0 0 1.18-1.197l.299-.918a.363.363 0 0 1 .684 0l.298.918a1.89 1.89 0 0 0 1.199 1.197M15.089 3.499l.98-.322A1 1 0 0 0 15.5 3h-3a1 1 0 1 0 0 2H14a1.6 1.6 0 0 1 .3-.91a1.57 1.57 0 0 1 .79-.59M11.5 24a1 1 0 0 1 1-1h3a1 1 0 1 1 0 2h-3a1 1 0 0 1-1-1M3 15.5a1 1 0 1 0 2 0v-3a1 1 0 1 0-2 0zM7 3a1 1 0 0 1 0 2h-.25A1.75 1.75 0 0 0 5 6.75V7a1 1 0 0 1-2 0v-.25A3.75 3.75 0 0 1 6.75 3zm1 21a1 1 0 0 1-1 1h-.25A3.75 3.75 0 0 1 3 21.25V21a1 1 0 1 1 2 0v.25c0 .966.784 1.75 1.75 1.75H7a1 1 0 0 1 1 1m12 0a1 1 0 0 0 1 1h.25A3.75 3.75 0 0 0 25 21.25V21a1 1 0 1 0-2 0v.25A1.75 1.75 0 0 1 21.25 23H21a1 1 0 0 0-1 1"/></svg>

React

import type { SVGProps } from "react";

export function FluentSquareHintSparkles28Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M18.171 6.829a3.16 3.16 0 0 1 .761 1.238l.498 1.53a.605.605 0 0 0 1.14 0l.498-1.53a3.15 3.15 0 0 1 1.998-1.996l1.53-.497a.605.605 0 0 0 0-1.14l-.03-.008l-1.531-.497a3.15 3.15 0 0 1-1.998-1.996L20.54.403a.604.604 0 0 0-1.14 0l-.498 1.53l-.013.038a3.15 3.15 0 0 1-1.955 1.958l-1.53.497a.605.605 0 0 0 0 1.14l1.53.497c.467.156.89.418 1.237.766m8.65 3.529l.918.298l.019.004a.362.362 0 0 1 0 .684l-.919.299a1.9 1.9 0 0 0-1.198 1.197l-.299.918a.363.363 0 0 1-.684 0l-.299-.918a1.89 1.89 0 0 0-1.198-1.202l-.919-.298a.362.362 0 0 1 0-.684l.919-.299a1.9 1.9 0 0 0 1.18-1.197l.299-.918a.363.363 0 0 1 .684 0l.298.918a1.89 1.89 0 0 0 1.199 1.197M15.089 3.499l.98-.322A1 1 0 0 0 15.5 3h-3a1 1 0 1 0 0 2H14a1.6 1.6 0 0 1 .3-.91a1.57 1.57 0 0 1 .79-.59M11.5 24a1 1 0 0 1 1-1h3a1 1 0 1 1 0 2h-3a1 1 0 0 1-1-1M3 15.5a1 1 0 1 0 2 0v-3a1 1 0 1 0-2 0zM7 3a1 1 0 0 1 0 2h-.25A1.75 1.75 0 0 0 5 6.75V7a1 1 0 0 1-2 0v-.25A3.75 3.75 0 0 1 6.75 3zm1 21a1 1 0 0 1-1 1h-.25A3.75 3.75 0 0 1 3 21.25V21a1 1 0 1 1 2 0v.25c0 .966.784 1.75 1.75 1.75H7a1 1 0 0 1 1 1m12 0a1 1 0 0 0 1 1h.25A3.75 3.75 0 0 0 25 21.25V21a1 1 0 1 0-2 0v.25A1.75 1.75 0 0 1 21.25 23H21a1 1 0 0 0-1 1"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M18.171 6.829a3.16 3.16 0 0 1 .761 1.238l.498 1.53a.605.605 0 0 0 1.14 0l.498-1.53a3.15 3.15 0 0 1 1.998-1.996l1.53-.497a.605.605 0 0 0 0-1.14l-.03-.008l-1.531-.497a3.15 3.15 0 0 1-1.998-1.996L20.54.403a.604.604 0 0 0-1.14 0l-.498 1.53l-.013.038a3.15 3.15 0 0 1-1.955 1.958l-1.53.497a.605.605 0 0 0 0 1.14l1.53.497c.467.156.89.418 1.237.766m8.65 3.529l.918.298l.019.004a.362.362 0 0 1 0 .684l-.919.299a1.9 1.9 0 0 0-1.198 1.197l-.299.918a.363.363 0 0 1-.684 0l-.299-.918a1.89 1.89 0 0 0-1.198-1.202l-.919-.298a.362.362 0 0 1 0-.684l.919-.299a1.9 1.9 0 0 0 1.18-1.197l.299-.918a.363.363 0 0 1 .684 0l.298.918a1.89 1.89 0 0 0 1.199 1.197M15.089 3.499l.98-.322A1 1 0 0 0 15.5 3h-3a1 1 0 1 0 0 2H14a1.6 1.6 0 0 1 .3-.91a1.57 1.57 0 0 1 .79-.59M11.5 24a1 1 0 0 1 1-1h3a1 1 0 1 1 0 2h-3a1 1 0 0 1-1-1M3 15.5a1 1 0 1 0 2 0v-3a1 1 0 1 0-2 0zM7 3a1 1 0 0 1 0 2h-.25A1.75 1.75 0 0 0 5 6.75V7a1 1 0 0 1-2 0v-.25A3.75 3.75 0 0 1 6.75 3zm1 21a1 1 0 0 1-1 1h-.25A3.75 3.75 0 0 1 3 21.25V21a1 1 0 1 1 2 0v.25c0 .966.784 1.75 1.75 1.75H7a1 1 0 0 1 1 1m12 0a1 1 0 0 0 1 1h.25A3.75 3.75 0 0 0 25 21.25V21a1 1 0 1 0-2 0v.25A1.75 1.75 0 0 1 21.25 23H21a1 1 0 0 0-1 1"/></svg>
</template>

CSS

.icon-square-hint-sparkles-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.171%206.829a3.16%203.16%200%200%201%20.761%201.238l.498%201.53a.605.605%200%200%200%201.14%200l.498-1.53a3.15%203.15%200%200%201%201.998-1.996l1.53-.497a.605.605%200%200%200%200-1.14l-.03-.008l-1.531-.497a3.15%203.15%200%200%201-1.998-1.996L20.54.403a.604.604%200%200%200-1.14%200l-.498%201.53l-.013.038a3.15%203.15%200%200%201-1.955%201.958l-1.53.497a.605.605%200%200%200%200%201.14l1.53.497c.467.156.89.418%201.237.766m8.65%203.529l.918.298l.019.004a.362.362%200%200%201%200%20.684l-.919.299a1.9%201.9%200%200%200-1.198%201.197l-.299.918a.363.363%200%200%201-.684%200l-.299-.918a1.89%201.89%200%200%200-1.198-1.202l-.919-.298a.362.362%200%200%201%200-.684l.919-.299a1.9%201.9%200%200%200%201.18-1.197l.299-.918a.363.363%200%200%201%20.684%200l.298.918a1.89%201.89%200%200%200%201.199%201.197M15.089%203.499l.98-.322A1%201%200%200%200%2015.5%203h-3a1%201%200%201%200%200%202H14a1.6%201.6%200%200%201%20.3-.91a1.57%201.57%200%200%201%20.79-.59M11.5%2024a1%201%200%200%201%201-1h3a1%201%200%201%201%200%202h-3a1%201%200%200%201-1-1M3%2015.5a1%201%200%201%200%202%200v-3a1%201%200%201%200-2%200zM7%203a1%201%200%200%201%200%202h-.25A1.75%201.75%200%200%200%205%206.75V7a1%201%200%200%201-2%200v-.25A3.75%203.75%200%200%201%206.75%203zm1%2021a1%201%200%200%201-1%201h-.25A3.75%203.75%200%200%201%203%2021.25V21a1%201%200%201%201%202%200v.25c0%20.966.784%201.75%201.75%201.75H7a1%201%200%200%201%201%201m12%200a1%201%200%200%200%201%201h.25A3.75%203.75%200%200%200%2025%2021.25V21a1%201%200%201%200-2%200v.25A1.75%201.75%200%200%201%2021.25%2023H21a1%201%200%200%200-1%201%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M18.171%206.829a3.16%203.16%200%200%201%20.761%201.238l.498%201.53a.605.605%200%200%200%201.14%200l.498-1.53a3.15%203.15%200%200%201%201.998-1.996l1.53-.497a.605.605%200%200%200%200-1.14l-.03-.008l-1.531-.497a3.15%203.15%200%200%201-1.998-1.996L20.54.403a.604.604%200%200%200-1.14%200l-.498%201.53l-.013.038a3.15%203.15%200%200%201-1.955%201.958l-1.53.497a.605.605%200%200%200%200%201.14l1.53.497c.467.156.89.418%201.237.766m8.65%203.529l.918.298l.019.004a.362.362%200%200%201%200%20.684l-.919.299a1.9%201.9%200%200%200-1.198%201.197l-.299.918a.363.363%200%200%201-.684%200l-.299-.918a1.89%201.89%200%200%200-1.198-1.202l-.919-.298a.362.362%200%200%201%200-.684l.919-.299a1.9%201.9%200%200%200%201.18-1.197l.299-.918a.363.363%200%200%201%20.684%200l.298.918a1.89%201.89%200%200%200%201.199%201.197M15.089%203.499l.98-.322A1%201%200%200%200%2015.5%203h-3a1%201%200%201%200%200%202H14a1.6%201.6%200%200%201%20.3-.91a1.57%201.57%200%200%201%20.79-.59M11.5%2024a1%201%200%200%201%201-1h3a1%201%200%201%201%200%202h-3a1%201%200%200%201-1-1M3%2015.5a1%201%200%201%200%202%200v-3a1%201%200%201%200-2%200zM7%203a1%201%200%200%201%200%202h-.25A1.75%201.75%200%200%200%205%206.75V7a1%201%200%200%201-2%200v-.25A3.75%203.75%200%200%201%206.75%203zm1%2021a1%201%200%200%201-1%201h-.25A3.75%203.75%200%200%201%203%2021.25V21a1%201%200%201%201%202%200v.25c0%20.966.784%201.75%201.75%201.75H7a1%201%200%200%201%201%201m12%200a1%201%200%200%200%201%201h.25A3.75%203.75%200%200%200%2025%2021.25V21a1%201%200%201%200-2%200v.25A1.75%201.75%200%200%201%2021.25%2023H21a1%201%200%200%200-1%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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