square hint sparkles icon
square-hint-sparkles-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- square-hint-sparkles-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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-28-regularsquare-hint-sparkles-32-filledsquare-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 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.037M18.63 3.224L18 3.44A2.17 2.17 0 0 0 16.56 5H14a1 1 0 1 1 0-2h4a1 1 0 0 1 .63.224M14 27a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2zM4 19a1 1 0 0 1-1-1v-4a1 1 0 1 1 2 0v4a1 1 0 0 1-1 1M9 4a1 1 0 0 0-1-1h-.25A4.75 4.75 0 0 0 3 7.75V8a1 1 0 0 0 2 0v-.25A2.75 2.75 0 0 1 7.75 5H8a1 1 0 0 0 1-1M8 29a1 1 0 1 0 0-2h-.25A2.75 2.75 0 0 1 5 24.25V24a1 1 0 1 0-2 0v.25A4.75 4.75 0 0 0 7.75 29zm16 0a1 1 0 1 1 0-2h.25A2.75 2.75 0 0 0 27 24.25V24a1 1 0 1 1 2 0v.25A4.75 4.75 0 0 1 24.25 29zm6.821-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 FluentSquareHintSparkles32Regular(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.037M18.63 3.224L18 3.44A2.17 2.17 0 0 0 16.56 5H14a1 1 0 1 1 0-2h4a1 1 0 0 1 .63.224M14 27a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2zM4 19a1 1 0 0 1-1-1v-4a1 1 0 1 1 2 0v4a1 1 0 0 1-1 1M9 4a1 1 0 0 0-1-1h-.25A4.75 4.75 0 0 0 3 7.75V8a1 1 0 0 0 2 0v-.25A2.75 2.75 0 0 1 7.75 5H8a1 1 0 0 0 1-1M8 29a1 1 0 1 0 0-2h-.25A2.75 2.75 0 0 1 5 24.25V24a1 1 0 1 0-2 0v.25A4.75 4.75 0 0 0 7.75 29zm16 0a1 1 0 1 1 0-2h.25A2.75 2.75 0 0 0 27 24.25V24a1 1 0 1 1 2 0v.25A4.75 4.75 0 0 1 24.25 29zm6.821-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.037M18.63 3.224L18 3.44A2.17 2.17 0 0 0 16.56 5H14a1 1 0 1 1 0-2h4a1 1 0 0 1 .63.224M14 27a1 1 0 1 0 0 2h4a1 1 0 1 0 0-2zM4 19a1 1 0 0 1-1-1v-4a1 1 0 1 1 2 0v4a1 1 0 0 1-1 1M9 4a1 1 0 0 0-1-1h-.25A4.75 4.75 0 0 0 3 7.75V8a1 1 0 0 0 2 0v-.25A2.75 2.75 0 0 1 7.75 5H8a1 1 0 0 0 1-1M8 29a1 1 0 1 0 0-2h-.25A2.75 2.75 0 0 1 5 24.25V24a1 1 0 1 0-2 0v.25A4.75 4.75 0 0 0 7.75 29zm16 0a1 1 0 1 1 0-2h.25A2.75 2.75 0 0 0 27 24.25V24a1 1 0 1 1 2 0v.25A4.75 4.75 0 0 1 24.25 29zm6.821-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-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%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.037M18.63%203.224L18%203.44A2.17%202.17%200%200%200%2016.56%205H14a1%201%200%201%201%200-2h4a1%201%200%200%201%20.63.224M14%2027a1%201%200%201%200%200%202h4a1%201%200%201%200%200-2zM4%2019a1%201%200%200%201-1-1v-4a1%201%200%201%201%202%200v4a1%201%200%200%201-1%201M9%204a1%201%200%200%200-1-1h-.25A4.75%204.75%200%200%200%203%207.75V8a1%201%200%200%200%202%200v-.25A2.75%202.75%200%200%201%207.75%205H8a1%201%200%200%200%201-1M8%2029a1%201%200%201%200%200-2h-.25A2.75%202.75%200%200%201%205%2024.25V24a1%201%200%201%200-2%200v.25A4.75%204.75%200%200%200%207.75%2029zm16%200a1%201%200%201%201%200-2h.25A2.75%202.75%200%200%200%2027%2024.25V24a1%201%200%201%201%202%200v.25A4.75%204.75%200%200%201%2024.25%2029zm6.821-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.037M18.63%203.224L18%203.44A2.17%202.17%200%200%200%2016.56%205H14a1%201%200%201%201%200-2h4a1%201%200%200%201%20.63.224M14%2027a1%201%200%201%200%200%202h4a1%201%200%201%200%200-2zM4%2019a1%201%200%200%201-1-1v-4a1%201%200%201%201%202%200v4a1%201%200%200%201-1%201M9%204a1%201%200%200%200-1-1h-.25A4.75%204.75%200%200%200%203%207.75V8a1%201%200%200%200%202%200v-.25A2.75%202.75%200%200%201%207.75%205H8a1%201%200%200%200%201-1M8%2029a1%201%200%201%200%200-2h-.25A2.75%202.75%200%200%201%205%2024.25V24a1%201%200%201%200-2%200v.25A4.75%204.75%200%200%200%207.75%2029zm16%200a1%201%200%201%201%200-2h.25A2.75%202.75%200%200%200%2027%2024.25V24a1%201%200%201%201%202%200v.25A4.75%204.75%200%200%201%2024.25%2029zm6.821-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-regular.svg?color=%231a73e8&size=48