square hint sparkles icon

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

Name
square-hint-sparkles-32-filled
Set
Fluent UI System Icons
Style
32 Filled
Viewbox
32×32
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 32 32"><path fill="currentColor" d="M21.775 7.837a3.5 3.5 0 0 0-1.647-1.168l-1.684-.546a.665.665 0 0 1 0-1.254l1.684-.547a3.47 3.47 0 0 0 2.15-2.154l.014-.042l.547-1.682a.665.665 0 0 1 1.255 0l.547 1.682a3.47 3.47 0 0 0 2.198 2.196l1.683.547l.034.008a.665.665 0 0 1 0 1.254l-1.684.547a3.47 3.47 0 0 0-2.197 2.196l-.548 1.682l-.016.042a.664.664 0 0 1-1.238-.042l-.548-1.682a3.5 3.5 0 0 0-.55-1.037m-3.258-4.574L18 3.44a2.17 2.17 0 0 0-1.5 2.06h-2.25a1.25 1.25 0 1 1 0-2.5h3.5c.29 0 .555.098.767.263M14.25 26.5a1.25 1.25 0 1 0 0 2.5h3.5a1.25 1.25 0 1 0 0-2.5zM3 17.75a1.25 1.25 0 1 0 2.5 0v-3.5a1.25 1.25 0 1 0-2.5 0zm6-13.5C9 3.56 8.44 3 7.75 3A4.75 4.75 0 0 0 3 7.75a1.25 1.25 0 1 0 2.5 0A2.25 2.25 0 0 1 7.75 5.5C8.44 5.5 9 4.94 9 4.25M7.75 29a1.25 1.25 0 1 0 0-2.5a2.25 2.25 0 0 1-2.25-2.25a1.25 1.25 0 1 0-2.5 0A4.75 4.75 0 0 0 7.75 29m16.5 0a1.25 1.25 0 1 1 0-2.5a2.25 2.25 0 0 0 2.25-2.25a1.25 1.25 0 1 1 2.5 0A4.75 4.75 0 0 1 24.25 29m6.571-16.642l.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.197"/></svg>

React

import type { SVGProps } from "react";

export function FluentSquareHintSparkles32Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.775 7.837a3.5 3.5 0 0 0-1.647-1.168l-1.684-.546a.665.665 0 0 1 0-1.254l1.684-.547a3.47 3.47 0 0 0 2.15-2.154l.014-.042l.547-1.682a.665.665 0 0 1 1.255 0l.547 1.682a3.47 3.47 0 0 0 2.198 2.196l1.683.547l.034.008a.665.665 0 0 1 0 1.254l-1.684.547a3.47 3.47 0 0 0-2.197 2.196l-.548 1.682l-.016.042a.664.664 0 0 1-1.238-.042l-.548-1.682a3.5 3.5 0 0 0-.55-1.037m-3.258-4.574L18 3.44a2.17 2.17 0 0 0-1.5 2.06h-2.25a1.25 1.25 0 1 1 0-2.5h3.5c.29 0 .555.098.767.263M14.25 26.5a1.25 1.25 0 1 0 0 2.5h3.5a1.25 1.25 0 1 0 0-2.5zM3 17.75a1.25 1.25 0 1 0 2.5 0v-3.5a1.25 1.25 0 1 0-2.5 0zm6-13.5C9 3.56 8.44 3 7.75 3A4.75 4.75 0 0 0 3 7.75a1.25 1.25 0 1 0 2.5 0A2.25 2.25 0 0 1 7.75 5.5C8.44 5.5 9 4.94 9 4.25M7.75 29a1.25 1.25 0 1 0 0-2.5a2.25 2.25 0 0 1-2.25-2.25a1.25 1.25 0 1 0-2.5 0A4.75 4.75 0 0 0 7.75 29m16.5 0a1.25 1.25 0 1 1 0-2.5a2.25 2.25 0 0 0 2.25-2.25a1.25 1.25 0 1 1 2.5 0A4.75 4.75 0 0 1 24.25 29m6.571-16.642l.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.197"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M21.775 7.837a3.5 3.5 0 0 0-1.647-1.168l-1.684-.546a.665.665 0 0 1 0-1.254l1.684-.547a3.47 3.47 0 0 0 2.15-2.154l.014-.042l.547-1.682a.665.665 0 0 1 1.255 0l.547 1.682a3.47 3.47 0 0 0 2.198 2.196l1.683.547l.034.008a.665.665 0 0 1 0 1.254l-1.684.547a3.47 3.47 0 0 0-2.197 2.196l-.548 1.682l-.016.042a.664.664 0 0 1-1.238-.042l-.548-1.682a3.5 3.5 0 0 0-.55-1.037m-3.258-4.574L18 3.44a2.17 2.17 0 0 0-1.5 2.06h-2.25a1.25 1.25 0 1 1 0-2.5h3.5c.29 0 .555.098.767.263M14.25 26.5a1.25 1.25 0 1 0 0 2.5h3.5a1.25 1.25 0 1 0 0-2.5zM3 17.75a1.25 1.25 0 1 0 2.5 0v-3.5a1.25 1.25 0 1 0-2.5 0zm6-13.5C9 3.56 8.44 3 7.75 3A4.75 4.75 0 0 0 3 7.75a1.25 1.25 0 1 0 2.5 0A2.25 2.25 0 0 1 7.75 5.5C8.44 5.5 9 4.94 9 4.25M7.75 29a1.25 1.25 0 1 0 0-2.5a2.25 2.25 0 0 1-2.25-2.25a1.25 1.25 0 1 0-2.5 0A4.75 4.75 0 0 0 7.75 29m16.5 0a1.25 1.25 0 1 1 0-2.5a2.25 2.25 0 0 0 2.25-2.25a1.25 1.25 0 1 1 2.5 0A4.75 4.75 0 0 1 24.25 29m6.571-16.642l.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.197"/></svg>
</template>

CSS

.icon-square-hint-sparkles-32-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.775%207.837a3.5%203.5%200%200%200-1.647-1.168l-1.684-.546a.665.665%200%200%201%200-1.254l1.684-.547a3.47%203.47%200%200%200%202.15-2.154l.014-.042l.547-1.682a.665.665%200%200%201%201.255%200l.547%201.682a3.47%203.47%200%200%200%202.198%202.196l1.683.547l.034.008a.665.665%200%200%201%200%201.254l-1.684.547a3.47%203.47%200%200%200-2.197%202.196l-.548%201.682l-.016.042a.664.664%200%200%201-1.238-.042l-.548-1.682a3.5%203.5%200%200%200-.55-1.037m-3.258-4.574L18%203.44a2.17%202.17%200%200%200-1.5%202.06h-2.25a1.25%201.25%200%201%201%200-2.5h3.5c.29%200%20.555.098.767.263M14.25%2026.5a1.25%201.25%200%201%200%200%202.5h3.5a1.25%201.25%200%201%200%200-2.5zM3%2017.75a1.25%201.25%200%201%200%202.5%200v-3.5a1.25%201.25%200%201%200-2.5%200zm6-13.5C9%203.56%208.44%203%207.75%203A4.75%204.75%200%200%200%203%207.75a1.25%201.25%200%201%200%202.5%200A2.25%202.25%200%200%201%207.75%205.5C8.44%205.5%209%204.94%209%204.25M7.75%2029a1.25%201.25%200%201%200%200-2.5a2.25%202.25%200%200%201-2.25-2.25a1.25%201.25%200%201%200-2.5%200A4.75%204.75%200%200%200%207.75%2029m16.5%200a1.25%201.25%200%201%201%200-2.5a2.25%202.25%200%200%200%202.25-2.25a1.25%201.25%200%201%201%202.5%200A4.75%204.75%200%200%201%2024.25%2029m6.571-16.642l.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.197%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M21.775%207.837a3.5%203.5%200%200%200-1.647-1.168l-1.684-.546a.665.665%200%200%201%200-1.254l1.684-.547a3.47%203.47%200%200%200%202.15-2.154l.014-.042l.547-1.682a.665.665%200%200%201%201.255%200l.547%201.682a3.47%203.47%200%200%200%202.198%202.196l1.683.547l.034.008a.665.665%200%200%201%200%201.254l-1.684.547a3.47%203.47%200%200%200-2.197%202.196l-.548%201.682l-.016.042a.664.664%200%200%201-1.238-.042l-.548-1.682a3.5%203.5%200%200%200-.55-1.037m-3.258-4.574L18%203.44a2.17%202.17%200%200%200-1.5%202.06h-2.25a1.25%201.25%200%201%201%200-2.5h3.5c.29%200%20.555.098.767.263M14.25%2026.5a1.25%201.25%200%201%200%200%202.5h3.5a1.25%201.25%200%201%200%200-2.5zM3%2017.75a1.25%201.25%200%201%200%202.5%200v-3.5a1.25%201.25%200%201%200-2.5%200zm6-13.5C9%203.56%208.44%203%207.75%203A4.75%204.75%200%200%200%203%207.75a1.25%201.25%200%201%200%202.5%200A2.25%202.25%200%200%201%207.75%205.5C8.44%205.5%209%204.94%209%204.25M7.75%2029a1.25%201.25%200%201%200%200-2.5a2.25%202.25%200%200%201-2.25-2.25a1.25%201.25%200%201%200-2.5%200A4.75%204.75%200%200%200%207.75%2029m16.5%200a1.25%201.25%200%201%201%200-2.5a2.25%202.25%200%200%200%202.25-2.25a1.25%201.25%200%201%201%202.5%200A4.75%204.75%200%200%201%2024.25%2029m6.571-16.642l.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.197%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-32-filled.svg?color=%231a73e8&size=48