sparkle circle off icon
sparkle-circle-off-20-filled from Fluent UI System Icons by Microsoft Corporation · 20 Filled · MIT Free for personal and commercial use.
- Name
- sparkle-circle-off-20-filled
- Set
- Fluent UI System Icons
- Style
- 20 Filled
- Viewbox
- 20×20
- License
- MIT
7 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the sparkle circle off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17.147 2.146a.5.5 0 1 1 .707.708l-1.856 1.854a8 8 0 0 1-11.29 11.29l-1.854 1.856a.5.5 0 0 1-.708-.707zM12.67 10c-.2-.665-1.141-.666-1.34-.001l-.18.595a.83.83 0 0 1-.558.557l-.593.18c-.665.199-.665 1.14.001 1.34l.592.177a.83.83 0 0 1 .558.56l.18.594c.199.665 1.14.664 1.34-.001l.178-.593a.84.84 0 0 1 .56-.56l.593-.177c.664-.2.664-1.141 0-1.34l-.594-.179a.84.84 0 0 1-.56-.56zM10 2c1.667 0 3.214.51 4.495 1.383L10.607 7.27a1 1 0 0 0-.19-.096l-.727-.257a1 1 0 0 1-.608-.608l-.257-.727c-.275-.777-1.375-.777-1.65 0l-.256.726a1 1 0 0 1-.61.609l-.726.257c-.777.275-.777 1.374 0 1.65l.727.256a1 1 0 0 1 .609.61l.256.725a1 1 0 0 0 .096.19l-3.888 3.89A8 8 0 0 1 10 2"/></svg>
React
import type { SVGProps } from "react";
export function FluentSparkleCircleOff20Filled(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="M17.147 2.146a.5.5 0 1 1 .707.708l-1.856 1.854a8 8 0 0 1-11.29 11.29l-1.854 1.856a.5.5 0 0 1-.708-.707zM12.67 10c-.2-.665-1.141-.666-1.34-.001l-.18.595a.83.83 0 0 1-.558.557l-.593.18c-.665.199-.665 1.14.001 1.34l.592.177a.83.83 0 0 1 .558.56l.18.594c.199.665 1.14.664 1.34-.001l.178-.593a.84.84 0 0 1 .56-.56l.593-.177c.664-.2.664-1.141 0-1.34l-.594-.179a.84.84 0 0 1-.56-.56zM10 2c1.667 0 3.214.51 4.495 1.383L10.607 7.27a1 1 0 0 0-.19-.096l-.727-.257a1 1 0 0 1-.608-.608l-.257-.727c-.275-.777-1.375-.777-1.65 0l-.256.726a1 1 0 0 1-.61.609l-.726.257c-.777.275-.777 1.374 0 1.65l.727.256a1 1 0 0 1 .609.61l.256.725a1 1 0 0 0 .096.19l-3.888 3.89A8 8 0 0 1 10 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 20 20"><path fill="currentColor" d="M17.147 2.146a.5.5 0 1 1 .707.708l-1.856 1.854a8 8 0 0 1-11.29 11.29l-1.854 1.856a.5.5 0 0 1-.708-.707zM12.67 10c-.2-.665-1.141-.666-1.34-.001l-.18.595a.83.83 0 0 1-.558.557l-.593.18c-.665.199-.665 1.14.001 1.34l.592.177a.83.83 0 0 1 .558.56l.18.594c.199.665 1.14.664 1.34-.001l.178-.593a.84.84 0 0 1 .56-.56l.593-.177c.664-.2.664-1.141 0-1.34l-.594-.179a.84.84 0 0 1-.56-.56zM10 2c1.667 0 3.214.51 4.495 1.383L10.607 7.27a1 1 0 0 0-.19-.096l-.727-.257a1 1 0 0 1-.608-.608l-.257-.727c-.275-.777-1.375-.777-1.65 0l-.256.726a1 1 0 0 1-.61.609l-.726.257c-.777.275-.777 1.374 0 1.65l.727.256a1 1 0 0 1 .609.61l.256.725a1 1 0 0 0 .096.19l-3.888 3.89A8 8 0 0 1 10 2"/></svg> </template>
CSS
.icon-sparkle-circle-off-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%22M17.147%202.146a.5.5%200%201%201%20.707.708l-1.856%201.854a8%208%200%200%201-11.29%2011.29l-1.854%201.856a.5.5%200%200%201-.708-.707zM12.67%2010c-.2-.665-1.141-.666-1.34-.001l-.18.595a.83.83%200%200%201-.558.557l-.593.18c-.665.199-.665%201.14.001%201.34l.592.177a.83.83%200%200%201%20.558.56l.18.594c.199.665%201.14.664%201.34-.001l.178-.593a.84.84%200%200%201%20.56-.56l.593-.177c.664-.2.664-1.141%200-1.34l-.594-.179a.84.84%200%200%201-.56-.56zM10%202c1.667%200%203.214.51%204.495%201.383L10.607%207.27a1%201%200%200%200-.19-.096l-.727-.257a1%201%200%200%201-.608-.608l-.257-.727c-.275-.777-1.375-.777-1.65%200l-.256.726a1%201%200%200%201-.61.609l-.726.257c-.777.275-.777%201.374%200%201.65l.727.256a1%201%200%200%201%20.609.61l.256.725a1%201%200%200%200%20.096.19l-3.888%203.89A8%208%200%200%201%2010%202%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%22M17.147%202.146a.5.5%200%201%201%20.707.708l-1.856%201.854a8%208%200%200%201-11.29%2011.29l-1.854%201.856a.5.5%200%200%201-.708-.707zM12.67%2010c-.2-.665-1.141-.666-1.34-.001l-.18.595a.83.83%200%200%201-.558.557l-.593.18c-.665.199-.665%201.14.001%201.34l.592.177a.83.83%200%200%201%20.558.56l.18.594c.199.665%201.14.664%201.34-.001l.178-.593a.84.84%200%200%201%20.56-.56l.593-.177c.664-.2.664-1.141%200-1.34l-.594-.179a.84.84%200%200%201-.56-.56zM10%202c1.667%200%203.214.51%204.495%201.383L10.607%207.27a1%201%200%200%200-.19-.096l-.727-.257a1%201%200%200%201-.608-.608l-.257-.727c-.275-.777-1.375-.777-1.65%200l-.256.726a1%201%200%200%201-.61.609l-.726.257c-.777.275-.777%201.374%200%201.65l.727.256a1%201%200%200%201%20.609.61l.256.725a1%201%200%200%200%20.096.19l-3.888%203.89A8%208%200%200%201%2010%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/sparkle-circle-off-20-filled.svg?color=%231a73e8&size=48