square hint sparkles icon
square-hint-sparkles-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- square-hint-sparkles-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
11 other variants in Fluent UI System Icons
square-hint-sparkles-16-filledsquare-hint-sparkles-16-regularsquare-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-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 20 20"><path fill="currentColor" d="m14.878.282l.348 1.071a2.2 2.2 0 0 0 1.399 1.397l1.071.348l.021.006a.423.423 0 0 1 0 .798l-1.071.348a2.2 2.2 0 0 0-1.399 1.397l-.348 1.07a.423.423 0 0 1-.798 0l-.349-1.07a2.2 2.2 0 0 0-.532-.867a2.2 2.2 0 0 0-.866-.536l-1.071-.348a.423.423 0 0 1 0-.798l1.071-.348a2.2 2.2 0 0 0 1.377-1.397l.348-1.07a.423.423 0 0 1 .799 0m4.905 7.931l-.766-.248a1.58 1.58 0 0 1-.998-.999l-.25-.764a.302.302 0 0 0-.57 0l-.248.764a1.58 1.58 0 0 1-.984.999l-.765.248a.303.303 0 0 0 0 .57l.765.249a1.58 1.58 0 0 1 1 1.002l.248.764a.302.302 0 0 0 .57 0l.249-.764a1.58 1.58 0 0 1 .999-.999l.765-.248a.303.303 0 0 0 0-.57zM10 3.5a1.5 1.5 0 0 1 .105-.5H9.25a.75.75 0 0 0 0 1.5h1.178a1.43 1.43 0 0 1-.428-1m-6.25 8a.75.75 0 0 1-.75-.75v-1.5a.75.75 0 0 1 1.5 0v1.5a.75.75 0 0 1-.75.75m5.5 4a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5zM5.25 3a.75.75 0 0 1 0 1.5a.75.75 0 0 0-.75.75a.75.75 0 0 1-1.5 0A2.25 2.25 0 0 1 5.25 3M6 16.25a.75.75 0 0 1-.75.75A2.25 2.25 0 0 1 3 14.75a.75.75 0 0 1 1.5 0c0 .414.336.75.75.75a.75.75 0 0 1 .75.75m8 0c0 .414.336.75.75.75A2.25 2.25 0 0 0 17 14.75a.75.75 0 0 0-1.5 0a.75.75 0 0 1-.75.75a.75.75 0 0 0-.75.75"/></svg>
React
import type { SVGProps } from "react";
export function FluentSquareHintSparkles20Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m14.878.282l.348 1.071a2.2 2.2 0 0 0 1.399 1.397l1.071.348l.021.006a.423.423 0 0 1 0 .798l-1.071.348a2.2 2.2 0 0 0-1.399 1.397l-.348 1.07a.423.423 0 0 1-.798 0l-.349-1.07a2.2 2.2 0 0 0-.532-.867a2.2 2.2 0 0 0-.866-.536l-1.071-.348a.423.423 0 0 1 0-.798l1.071-.348a2.2 2.2 0 0 0 1.377-1.397l.348-1.07a.423.423 0 0 1 .799 0m4.905 7.931l-.766-.248a1.58 1.58 0 0 1-.998-.999l-.25-.764a.302.302 0 0 0-.57 0l-.248.764a1.58 1.58 0 0 1-.984.999l-.765.248a.303.303 0 0 0 0 .57l.765.249a1.58 1.58 0 0 1 1 1.002l.248.764a.302.302 0 0 0 .57 0l.249-.764a1.58 1.58 0 0 1 .999-.999l.765-.248a.303.303 0 0 0 0-.57zM10 3.5a1.5 1.5 0 0 1 .105-.5H9.25a.75.75 0 0 0 0 1.5h1.178a1.43 1.43 0 0 1-.428-1m-6.25 8a.75.75 0 0 1-.75-.75v-1.5a.75.75 0 0 1 1.5 0v1.5a.75.75 0 0 1-.75.75m5.5 4a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5zM5.25 3a.75.75 0 0 1 0 1.5a.75.75 0 0 0-.75.75a.75.75 0 0 1-1.5 0A2.25 2.25 0 0 1 5.25 3M6 16.25a.75.75 0 0 1-.75.75A2.25 2.25 0 0 1 3 14.75a.75.75 0 0 1 1.5 0c0 .414.336.75.75.75a.75.75 0 0 1 .75.75m8 0c0 .414.336.75.75.75A2.25 2.25 0 0 0 17 14.75a.75.75 0 0 0-1.5 0a.75.75 0 0 1-.75.75a.75.75 0 0 0-.75.75"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="m14.878.282l.348 1.071a2.2 2.2 0 0 0 1.399 1.397l1.071.348l.021.006a.423.423 0 0 1 0 .798l-1.071.348a2.2 2.2 0 0 0-1.399 1.397l-.348 1.07a.423.423 0 0 1-.798 0l-.349-1.07a2.2 2.2 0 0 0-.532-.867a2.2 2.2 0 0 0-.866-.536l-1.071-.348a.423.423 0 0 1 0-.798l1.071-.348a2.2 2.2 0 0 0 1.377-1.397l.348-1.07a.423.423 0 0 1 .799 0m4.905 7.931l-.766-.248a1.58 1.58 0 0 1-.998-.999l-.25-.764a.302.302 0 0 0-.57 0l-.248.764a1.58 1.58 0 0 1-.984.999l-.765.248a.303.303 0 0 0 0 .57l.765.249a1.58 1.58 0 0 1 1 1.002l.248.764a.302.302 0 0 0 .57 0l.249-.764a1.58 1.58 0 0 1 .999-.999l.765-.248a.303.303 0 0 0 0-.57zM10 3.5a1.5 1.5 0 0 1 .105-.5H9.25a.75.75 0 0 0 0 1.5h1.178a1.43 1.43 0 0 1-.428-1m-6.25 8a.75.75 0 0 1-.75-.75v-1.5a.75.75 0 0 1 1.5 0v1.5a.75.75 0 0 1-.75.75m5.5 4a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5zM5.25 3a.75.75 0 0 1 0 1.5a.75.75 0 0 0-.75.75a.75.75 0 0 1-1.5 0A2.25 2.25 0 0 1 5.25 3M6 16.25a.75.75 0 0 1-.75.75A2.25 2.25 0 0 1 3 14.75a.75.75 0 0 1 1.5 0c0 .414.336.75.75.75a.75.75 0 0 1 .75.75m8 0c0 .414.336.75.75.75A2.25 2.25 0 0 0 17 14.75a.75.75 0 0 0-1.5 0a.75.75 0 0 1-.75.75a.75.75 0 0 0-.75.75"/></svg> </template>
CSS
.icon-square-hint-sparkles-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.878.282l.348%201.071a2.2%202.2%200%200%200%201.399%201.397l1.071.348l.021.006a.423.423%200%200%201%200%20.798l-1.071.348a2.2%202.2%200%200%200-1.399%201.397l-.348%201.07a.423.423%200%200%201-.798%200l-.349-1.07a2.2%202.2%200%200%200-.532-.867a2.2%202.2%200%200%200-.866-.536l-1.071-.348a.423.423%200%200%201%200-.798l1.071-.348a2.2%202.2%200%200%200%201.377-1.397l.348-1.07a.423.423%200%200%201%20.799%200m4.905%207.931l-.766-.248a1.58%201.58%200%200%201-.998-.999l-.25-.764a.302.302%200%200%200-.57%200l-.248.764a1.58%201.58%200%200%201-.984.999l-.765.248a.303.303%200%200%200%200%20.57l.765.249a1.58%201.58%200%200%201%201%201.002l.248.764a.302.302%200%200%200%20.57%200l.249-.764a1.58%201.58%200%200%201%20.999-.999l.765-.248a.303.303%200%200%200%200-.57zM10%203.5a1.5%201.5%200%200%201%20.105-.5H9.25a.75.75%200%200%200%200%201.5h1.178a1.43%201.43%200%200%201-.428-1m-6.25%208a.75.75%200%200%201-.75-.75v-1.5a.75.75%200%200%201%201.5%200v1.5a.75.75%200%200%201-.75.75m5.5%204a.75.75%200%200%200%200%201.5h1.5a.75.75%200%200%200%200-1.5zM5.25%203a.75.75%200%200%201%200%201.5a.75.75%200%200%200-.75.75a.75.75%200%200%201-1.5%200A2.25%202.25%200%200%201%205.25%203M6%2016.25a.75.75%200%200%201-.75.75A2.25%202.25%200%200%201%203%2014.75a.75.75%200%200%201%201.5%200c0%20.414.336.75.75.75a.75.75%200%200%201%20.75.75m8%200c0%20.414.336.75.75.75A2.25%202.25%200%200%200%2017%2014.75a.75.75%200%200%200-1.5%200a.75.75%200%200%201-.75.75a.75.75%200%200%200-.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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m14.878.282l.348%201.071a2.2%202.2%200%200%200%201.399%201.397l1.071.348l.021.006a.423.423%200%200%201%200%20.798l-1.071.348a2.2%202.2%200%200%200-1.399%201.397l-.348%201.07a.423.423%200%200%201-.798%200l-.349-1.07a2.2%202.2%200%200%200-.532-.867a2.2%202.2%200%200%200-.866-.536l-1.071-.348a.423.423%200%200%201%200-.798l1.071-.348a2.2%202.2%200%200%200%201.377-1.397l.348-1.07a.423.423%200%200%201%20.799%200m4.905%207.931l-.766-.248a1.58%201.58%200%200%201-.998-.999l-.25-.764a.302.302%200%200%200-.57%200l-.248.764a1.58%201.58%200%200%201-.984.999l-.765.248a.303.303%200%200%200%200%20.57l.765.249a1.58%201.58%200%200%201%201%201.002l.248.764a.302.302%200%200%200%20.57%200l.249-.764a1.58%201.58%200%200%201%20.999-.999l.765-.248a.303.303%200%200%200%200-.57zM10%203.5a1.5%201.5%200%200%201%20.105-.5H9.25a.75.75%200%200%200%200%201.5h1.178a1.43%201.43%200%200%201-.428-1m-6.25%208a.75.75%200%200%201-.75-.75v-1.5a.75.75%200%200%201%201.5%200v1.5a.75.75%200%200%201-.75.75m5.5%204a.75.75%200%200%200%200%201.5h1.5a.75.75%200%200%200%200-1.5zM5.25%203a.75.75%200%200%201%200%201.5a.75.75%200%200%200-.75.75a.75.75%200%200%201-1.5%200A2.25%202.25%200%200%201%205.25%203M6%2016.25a.75.75%200%200%201-.75.75A2.25%202.25%200%200%201%203%2014.75a.75.75%200%200%201%201.5%200c0%20.414.336.75.75.75a.75.75%200%200%201%20.75.75m8%200c0%20.414.336.75.75.75A2.25%202.25%200%200%200%2017%2014.75a.75.75%200%200%200-1.5%200a.75.75%200%200%201-.75.75a.75.75%200%200%200-.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-20-filled.svg?color=%231a73e8&size=48