task list square sparkle icon
task-list-square-sparkle-20-regular from Fluent UI System Icons by Microsoft Corporation · 20 Regular · MIT Free for personal and commercial use.
- Name
- task-list-square-sparkle-20-regular
- Set
- Fluent UI System Icons
- Style
- 20 Regular
- Viewbox
- 20×20
- License
- MIT
5 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
task-list-20-filledtask-list-add-20-filledtask-list-ltr-20-filledtask-list-rectangle-28-filledtask-list-rtl-20-filledtask-list-square-16-filledtask-list-square-add-20-filledtask-list-square-database-20-filledtask-list-square-ltr-16-filledtask-list-square-person-20-filledtask-list-square-rtl-16-filledtask-list-square-settings-20-filled
Use the task list square sparkle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.089 3a1.42 1.42 0 0 0 .003 1H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-2.104q.238.1.502.103c.173 0 .341-.022.498-.08V14a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zm-.443 8.397a.5.5 0 1 1 .708.707l-1.75 1.75a.5.5 0 0 1-.69.015l-.75-.684a.5.5 0 0 1 .673-.74l.397.364zM13.5 12a.5.5 0 0 1 0 1H11a.5.5 0 0 1 0-1zm2.997 0h.01l-.005-.001zm-.013-6a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.303.303 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.302.302 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.303.303 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998L16.2 6.2a.3.3 0 0 1 .284-.2m-7.838.396a.5.5 0 1 1 .708.708l-1.75 1.75a.5.5 0 0 1-.69.015l-.75-.684a.5.5 0 0 1 .673-.74l.397.364zm3.507.656c.09.25.25.48.52.691q.21.15.451.21L13.105 8H11a.5.5 0 0 1 0-1h1.137zM13.48 0a.42.42 0 0 1 .399.282l.348 1.072a2.2 2.2 0 0 0 1.398 1.396l1.072.349l.022.005a.424.424 0 0 1 0 .797l-1.072.349a2.21 2.21 0 0 0-1.399 1.396L13.9 6.718a.423.423 0 0 1-.643.204l-.02-.015a.43.43 0 0 1-.135-.19l-.348-1.07a2.22 2.22 0 0 0-1.399-1.403l-1.072-.348a.424.424 0 0 1 0-.797l1.072-.349a2.21 2.21 0 0 0 1.377-1.396L13.08.282a.42.42 0 0 1 .4-.282"/></svg>
React
import type { SVGProps } from "react";
export function FluentTaskListSquareSparkle20Regular(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="M9.089 3a1.42 1.42 0 0 0 .003 1H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-2.104q.238.1.502.103c.173 0 .341-.022.498-.08V14a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zm-.443 8.397a.5.5 0 1 1 .708.707l-1.75 1.75a.5.5 0 0 1-.69.015l-.75-.684a.5.5 0 0 1 .673-.74l.397.364zM13.5 12a.5.5 0 0 1 0 1H11a.5.5 0 0 1 0-1zm2.997 0h.01l-.005-.001zm-.013-6a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.303.303 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.302.302 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.303.303 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998L16.2 6.2a.3.3 0 0 1 .284-.2m-7.838.396a.5.5 0 1 1 .708.708l-1.75 1.75a.5.5 0 0 1-.69.015l-.75-.684a.5.5 0 0 1 .673-.74l.397.364zm3.507.656c.09.25.25.48.52.691q.21.15.451.21L13.105 8H11a.5.5 0 0 1 0-1h1.137zM13.48 0a.42.42 0 0 1 .399.282l.348 1.072a2.2 2.2 0 0 0 1.398 1.396l1.072.349l.022.005a.424.424 0 0 1 0 .797l-1.072.349a2.21 2.21 0 0 0-1.399 1.396L13.9 6.718a.423.423 0 0 1-.643.204l-.02-.015a.43.43 0 0 1-.135-.19l-.348-1.07a2.22 2.22 0 0 0-1.399-1.403l-1.072-.348a.424.424 0 0 1 0-.797l1.072-.349a2.21 2.21 0 0 0 1.377-1.396L13.08.282a.42.42 0 0 1 .4-.282"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M9.089 3a1.42 1.42 0 0 0 .003 1H6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2v-2.104q.238.1.502.103c.173 0 .341-.022.498-.08V14a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3zm-.443 8.397a.5.5 0 1 1 .708.707l-1.75 1.75a.5.5 0 0 1-.69.015l-.75-.684a.5.5 0 0 1 .673-.74l.397.364zM13.5 12a.5.5 0 0 1 0 1H11a.5.5 0 0 1 0-1zm2.997 0h.01l-.005-.001zm-.013-6a.3.3 0 0 1 .285.201l.25.766a1.58 1.58 0 0 0 .999.998l.765.248l.015.004a.303.303 0 0 1 .146.46a.3.3 0 0 1-.146.11l-.765.248a1.58 1.58 0 0 0-.999.998l-.249.766a.302.302 0 0 1-.57 0l-.25-.766a1.58 1.58 0 0 0-.998-1.002l-.765-.248a.303.303 0 0 1-.146-.46a.3.3 0 0 1 .146-.11l.765-.248a1.58 1.58 0 0 0 .984-.998L16.2 6.2a.3.3 0 0 1 .284-.2m-7.838.396a.5.5 0 1 1 .708.708l-1.75 1.75a.5.5 0 0 1-.69.015l-.75-.684a.5.5 0 0 1 .673-.74l.397.364zm3.507.656c.09.25.25.48.52.691q.21.15.451.21L13.105 8H11a.5.5 0 0 1 0-1h1.137zM13.48 0a.42.42 0 0 1 .399.282l.348 1.072a2.2 2.2 0 0 0 1.398 1.396l1.072.349l.022.005a.424.424 0 0 1 0 .797l-1.072.349a2.21 2.21 0 0 0-1.399 1.396L13.9 6.718a.423.423 0 0 1-.643.204l-.02-.015a.43.43 0 0 1-.135-.19l-.348-1.07a2.22 2.22 0 0 0-1.399-1.403l-1.072-.348a.424.424 0 0 1 0-.797l1.072-.349a2.21 2.21 0 0 0 1.377-1.396L13.08.282a.42.42 0 0 1 .4-.282"/></svg> </template>
CSS
.icon-task-list-square-sparkle-20-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%2020%2020%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M9.089%203a1.42%201.42%200%200%200%20.003%201H6a2%202%200%200%200-2%202v8a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2v-2.104q.238.1.502.103c.173%200%20.341-.022.498-.08V14a3%203%200%200%201-3%203H6a3%203%200%200%201-3-3V6a3%203%200%200%201%203-3zm-.443%208.397a.5.5%200%201%201%20.708.707l-1.75%201.75a.5.5%200%200%201-.69.015l-.75-.684a.5.5%200%200%201%20.673-.74l.397.364zM13.5%2012a.5.5%200%200%201%200%201H11a.5.5%200%200%201%200-1zm2.997%200h.01l-.005-.001zm-.013-6a.3.3%200%200%201%20.285.201l.25.766a1.58%201.58%200%200%200%20.999.998l.765.248l.015.004a.303.303%200%200%201%20.146.46a.3.3%200%200%201-.146.11l-.765.248a1.58%201.58%200%200%200-.999.998l-.249.766a.302.302%200%200%201-.57%200l-.25-.766a1.58%201.58%200%200%200-.998-1.002l-.765-.248a.303.303%200%200%201-.146-.46a.3.3%200%200%201%20.146-.11l.765-.248a1.58%201.58%200%200%200%20.984-.998L16.2%206.2a.3.3%200%200%201%20.284-.2m-7.838.396a.5.5%200%201%201%20.708.708l-1.75%201.75a.5.5%200%200%201-.69.015l-.75-.684a.5.5%200%200%201%20.673-.74l.397.364zm3.507.656c.09.25.25.48.52.691q.21.15.451.21L13.105%208H11a.5.5%200%200%201%200-1h1.137zM13.48%200a.42.42%200%200%201%20.399.282l.348%201.072a2.2%202.2%200%200%200%201.398%201.396l1.072.349l.022.005a.424.424%200%200%201%200%20.797l-1.072.349a2.21%202.21%200%200%200-1.399%201.396L13.9%206.718a.423.423%200%200%201-.643.204l-.02-.015a.43.43%200%200%201-.135-.19l-.348-1.07a2.22%202.22%200%200%200-1.399-1.403l-1.072-.348a.424.424%200%200%201%200-.797l1.072-.349a2.21%202.21%200%200%200%201.377-1.396L13.08.282a.42.42%200%200%201%20.4-.282%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%22M9.089%203a1.42%201.42%200%200%200%20.003%201H6a2%202%200%200%200-2%202v8a2%202%200%200%200%202%202h8a2%202%200%200%200%202-2v-2.104q.238.1.502.103c.173%200%20.341-.022.498-.08V14a3%203%200%200%201-3%203H6a3%203%200%200%201-3-3V6a3%203%200%200%201%203-3zm-.443%208.397a.5.5%200%201%201%20.708.707l-1.75%201.75a.5.5%200%200%201-.69.015l-.75-.684a.5.5%200%200%201%20.673-.74l.397.364zM13.5%2012a.5.5%200%200%201%200%201H11a.5.5%200%200%201%200-1zm2.997%200h.01l-.005-.001zm-.013-6a.3.3%200%200%201%20.285.201l.25.766a1.58%201.58%200%200%200%20.999.998l.765.248l.015.004a.303.303%200%200%201%20.146.46a.3.3%200%200%201-.146.11l-.765.248a1.58%201.58%200%200%200-.999.998l-.249.766a.302.302%200%200%201-.57%200l-.25-.766a1.58%201.58%200%200%200-.998-1.002l-.765-.248a.303.303%200%200%201-.146-.46a.3.3%200%200%201%20.146-.11l.765-.248a1.58%201.58%200%200%200%20.984-.998L16.2%206.2a.3.3%200%200%201%20.284-.2m-7.838.396a.5.5%200%201%201%20.708.708l-1.75%201.75a.5.5%200%200%201-.69.015l-.75-.684a.5.5%200%200%201%20.673-.74l.397.364zm3.507.656c.09.25.25.48.52.691q.21.15.451.21L13.105%208H11a.5.5%200%200%201%200-1h1.137zM13.48%200a.42.42%200%200%201%20.399.282l.348%201.072a2.2%202.2%200%200%200%201.398%201.396l1.072.349l.022.005a.424.424%200%200%201%200%20.797l-1.072.349a2.21%202.21%200%200%200-1.399%201.396L13.9%206.718a.423.423%200%200%201-.643.204l-.02-.015a.43.43%200%200%201-.135-.19l-.348-1.07a2.22%202.22%200%200%200-1.399-1.403l-1.072-.348a.424.424%200%200%201%200-.797l1.072-.349a2.21%202.21%200%200%200%201.377-1.396L13.08.282a.42.42%200%200%201%20.4-.282%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/task-list-square-sparkle-20-regular.svg?color=%231a73e8&size=48