square hint sparkles icon
square-hint-sparkles-28-regular from Fluent UI System Icons by Microsoft Corporation · 28 Regular · MIT Free for personal and commercial use.
- Name
- square-hint-sparkles-28-regular
- Set
- Fluent UI System Icons
- Style
- 28 Regular
- Viewbox
- 28×28
- License
- MIT
11 other variants in Fluent UI System Icons
square-hint-sparkles-16-filledsquare-hint-sparkles-16-regularsquare-hint-sparkles-20-filledsquare-hint-sparkles-20-regularsquare-hint-sparkles-24-filledsquare-hint-sparkles-24-regularsquare-hint-sparkles-28-filledsquare-hint-sparkles-32-filledsquare-hint-sparkles-32-regularsquare-hint-sparkles-48-filledsquare-hint-sparkles-48-regular
Related icons in Fluent UI System Icons
square-add-16-filledsquare-arrow-forward-16-filledsquare-dismiss-16-filledsquare-dovetail-joint-12-filledsquare-eraser-20-filledsquare-hint-16-filledsquare-hint-apps-20-filledsquare-hint-arrow-back-16-filledsquare-hint-hexagon-12-filledsquare-multiple-16-filledsquare-shadow-12-filledsquare-text-arrow-repeat-all-16-filled
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.499l1.096-.36A.75.75 0 0 0 15.75 3h-3.5a.75.75 0 0 0 0 1.5h1.836a1.6 1.6 0 0 1 .213-.41a1.57 1.57 0 0 1 .79-.59M11.5 24.25a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75M3 15.75a.75.75 0 0 0 1.5 0v-3.5a.75.75 0 0 0-1.5 0zm17 8.5c0 .414.336.75.75.75h.5A3.75 3.75 0 0 0 25 21.25v-.5a.75.75 0 0 0-1.5 0v.5a2.25 2.25 0 0 1-2.25 2.25h-.5a.75.75 0 0 0-.75.75M7.25 3a.75.75 0 0 1 0 1.5h-.5A2.25 2.25 0 0 0 4.5 6.75v.5a.75.75 0 0 1-1.5 0v-.5A3.75 3.75 0 0 1 6.75 3zM8 24.25a.75.75 0 0 1-.75.75h-.5A3.75 3.75 0 0 1 3 21.25v-.5a.75.75 0 0 1 1.5 0v.5a2.25 2.25 0 0 0 2.25 2.25h.5a.75.75 0 0 1 .75.75"/></svg>
React
import type { SVGProps } from "react";
export function FluentSquareHintSparkles28Regular(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.499l1.096-.36A.75.75 0 0 0 15.75 3h-3.5a.75.75 0 0 0 0 1.5h1.836a1.6 1.6 0 0 1 .213-.41a1.57 1.57 0 0 1 .79-.59M11.5 24.25a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75M3 15.75a.75.75 0 0 0 1.5 0v-3.5a.75.75 0 0 0-1.5 0zm17 8.5c0 .414.336.75.75.75h.5A3.75 3.75 0 0 0 25 21.25v-.5a.75.75 0 0 0-1.5 0v.5a2.25 2.25 0 0 1-2.25 2.25h-.5a.75.75 0 0 0-.75.75M7.25 3a.75.75 0 0 1 0 1.5h-.5A2.25 2.25 0 0 0 4.5 6.75v.5a.75.75 0 0 1-1.5 0v-.5A3.75 3.75 0 0 1 6.75 3zM8 24.25a.75.75 0 0 1-.75.75h-.5A3.75 3.75 0 0 1 3 21.25v-.5a.75.75 0 0 1 1.5 0v.5a2.25 2.25 0 0 0 2.25 2.25h.5a.75.75 0 0 1 .75.75"/></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.499l1.096-.36A.75.75 0 0 0 15.75 3h-3.5a.75.75 0 0 0 0 1.5h1.836a1.6 1.6 0 0 1 .213-.41a1.57 1.57 0 0 1 .79-.59M11.5 24.25a.75.75 0 0 1 .75-.75h3.5a.75.75 0 0 1 0 1.5h-3.5a.75.75 0 0 1-.75-.75M3 15.75a.75.75 0 0 0 1.5 0v-3.5a.75.75 0 0 0-1.5 0zm17 8.5c0 .414.336.75.75.75h.5A3.75 3.75 0 0 0 25 21.25v-.5a.75.75 0 0 0-1.5 0v.5a2.25 2.25 0 0 1-2.25 2.25h-.5a.75.75 0 0 0-.75.75M7.25 3a.75.75 0 0 1 0 1.5h-.5A2.25 2.25 0 0 0 4.5 6.75v.5a.75.75 0 0 1-1.5 0v-.5A3.75 3.75 0 0 1 6.75 3zM8 24.25a.75.75 0 0 1-.75.75h-.5A3.75 3.75 0 0 1 3 21.25v-.5a.75.75 0 0 1 1.5 0v.5a2.25 2.25 0 0 0 2.25 2.25h.5a.75.75 0 0 1 .75.75"/></svg> </template>
CSS
.icon-square-hint-sparkles-28-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%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.499l1.096-.36A.75.75%200%200%200%2015.75%203h-3.5a.75.75%200%200%200%200%201.5h1.836a1.6%201.6%200%200%201%20.213-.41a1.57%201.57%200%200%201%20.79-.59M11.5%2024.25a.75.75%200%200%201%20.75-.75h3.5a.75.75%200%200%201%200%201.5h-3.5a.75.75%200%200%201-.75-.75M3%2015.75a.75.75%200%200%200%201.5%200v-3.5a.75.75%200%200%200-1.5%200zm17%208.5c0%20.414.336.75.75.75h.5A3.75%203.75%200%200%200%2025%2021.25v-.5a.75.75%200%200%200-1.5%200v.5a2.25%202.25%200%200%201-2.25%202.25h-.5a.75.75%200%200%200-.75.75M7.25%203a.75.75%200%200%201%200%201.5h-.5A2.25%202.25%200%200%200%204.5%206.75v.5a.75.75%200%200%201-1.5%200v-.5A3.75%203.75%200%200%201%206.75%203zM8%2024.25a.75.75%200%200%201-.75.75h-.5A3.75%203.75%200%200%201%203%2021.25v-.5a.75.75%200%200%201%201.5%200v.5a2.25%202.25%200%200%200%202.25%202.25h.5a.75.75%200%200%201%20.75.75%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.499l1.096-.36A.75.75%200%200%200%2015.75%203h-3.5a.75.75%200%200%200%200%201.5h1.836a1.6%201.6%200%200%201%20.213-.41a1.57%201.57%200%200%201%20.79-.59M11.5%2024.25a.75.75%200%200%201%20.75-.75h3.5a.75.75%200%200%201%200%201.5h-3.5a.75.75%200%200%201-.75-.75M3%2015.75a.75.75%200%200%200%201.5%200v-3.5a.75.75%200%200%200-1.5%200zm17%208.5c0%20.414.336.75.75.75h.5A3.75%203.75%200%200%200%2025%2021.25v-.5a.75.75%200%200%200-1.5%200v.5a2.25%202.25%200%200%201-2.25%202.25h-.5a.75.75%200%200%200-.75.75M7.25%203a.75.75%200%200%201%200%201.5h-.5A2.25%202.25%200%200%200%204.5%206.75v.5a.75.75%200%200%201-1.5%200v-.5A3.75%203.75%200%200%201%206.75%203zM8%2024.25a.75.75%200%200%201-.75.75h-.5A3.75%203.75%200%200%201%203%2021.25v-.5a.75.75%200%200%201%201.5%200v.5a2.25%202.25%200%200%200%202.25%202.25h.5a.75.75%200%200%201%20.75.75%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-regular.svg?color=%231a73e8&size=48