search sparkle icon
search-sparkle-48-filled from Fluent UI System Icons by Microsoft Corporation · 48 Filled · MIT Free for personal and commercial use.
- Name
- search-sparkle-48-filled
- Set
- Fluent UI System Icons
- Style
- 48 Filled
- Viewbox
- 48×48
- License
- MIT
12 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
Use the search sparkle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M27.833 12.112a5.36 5.36 0 0 0-2.544-1.805l-2.603-.845a1.028 1.028 0 0 1 0-1.937l2.602-.845a5.36 5.36 0 0 0 3.323-3.33l.022-.064l.846-2.6a1.027 1.027 0 0 1 1.938 0l.846 2.6A5.36 5.36 0 0 0 35.66 6.68l2.602.845l.052.013a1.028 1.028 0 0 1 0 1.937l-2.602.845a5.36 5.36 0 0 0-3.397 3.394l-.846 2.6l-.025.064a1.027 1.027 0 0 1-1.538.433a1.03 1.03 0 0 1-.375-.497l-.846-2.6a5.4 5.4 0 0 0-.852-1.602m14.776 6.872l-1.378-.448a2.84 2.84 0 0 1-1.797-1.796l-.448-1.377a.544.544 0 0 0-1.027 0l-.448 1.377a2.84 2.84 0 0 1-1.77 1.796l-1.378.448a.545.545 0 0 0 0 1.025l1.378.448q.227.075.438.188l.003.015a2.84 2.84 0 0 1 1.357 1.61l.448 1.377a.545.545 0 0 0 1.01.039v-.01l.016-.039l.448-1.377a2.84 2.84 0 0 1 1.798-1.796l1.378-.448a.545.545 0 0 0 0-1.025zM21 5q1.27.002 2.488.192l-1.418.458a3.1 3.1 0 0 0-1.51 1.12c-.27.376-.45.809-.524 1.265C13.306 8.53 8 14.145 8 21c0 7.18 5.82 13 13 13c6.878 0 12.508-5.341 12.97-12.102l1.18.383l.12.06q.109.06.2.15a.9.9 0 0 1 .2.33l.44 1.37c.078.295.209.573.383.819a15.95 15.95 0 0 1-3.168 6.193l9.236 9.236a1.5 1.5 0 0 1-2.122 2.122l-9.236-9.236A15.94 15.94 0 0 1 21 37c-8.837 0-16-7.163-16-16S12.163 5 21 5"/></svg>
React
import type { SVGProps } from "react";
export function FluentSearchSparkle48Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M27.833 12.112a5.36 5.36 0 0 0-2.544-1.805l-2.603-.845a1.028 1.028 0 0 1 0-1.937l2.602-.845a5.36 5.36 0 0 0 3.323-3.33l.022-.064l.846-2.6a1.027 1.027 0 0 1 1.938 0l.846 2.6A5.36 5.36 0 0 0 35.66 6.68l2.602.845l.052.013a1.028 1.028 0 0 1 0 1.937l-2.602.845a5.36 5.36 0 0 0-3.397 3.394l-.846 2.6l-.025.064a1.027 1.027 0 0 1-1.538.433a1.03 1.03 0 0 1-.375-.497l-.846-2.6a5.4 5.4 0 0 0-.852-1.602m14.776 6.872l-1.378-.448a2.84 2.84 0 0 1-1.797-1.796l-.448-1.377a.544.544 0 0 0-1.027 0l-.448 1.377a2.84 2.84 0 0 1-1.77 1.796l-1.378.448a.545.545 0 0 0 0 1.025l1.378.448q.227.075.438.188l.003.015a2.84 2.84 0 0 1 1.357 1.61l.448 1.377a.545.545 0 0 0 1.01.039v-.01l.016-.039l.448-1.377a2.84 2.84 0 0 1 1.798-1.796l1.378-.448a.545.545 0 0 0 0-1.025zM21 5q1.27.002 2.488.192l-1.418.458a3.1 3.1 0 0 0-1.51 1.12c-.27.376-.45.809-.524 1.265C13.306 8.53 8 14.145 8 21c0 7.18 5.82 13 13 13c6.878 0 12.508-5.341 12.97-12.102l1.18.383l.12.06q.109.06.2.15a.9.9 0 0 1 .2.33l.44 1.37c.078.295.209.573.383.819a15.95 15.95 0 0 1-3.168 6.193l9.236 9.236a1.5 1.5 0 0 1-2.122 2.122l-9.236-9.236A15.94 15.94 0 0 1 21 37c-8.837 0-16-7.163-16-16S12.163 5 21 5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M27.833 12.112a5.36 5.36 0 0 0-2.544-1.805l-2.603-.845a1.028 1.028 0 0 1 0-1.937l2.602-.845a5.36 5.36 0 0 0 3.323-3.33l.022-.064l.846-2.6a1.027 1.027 0 0 1 1.938 0l.846 2.6A5.36 5.36 0 0 0 35.66 6.68l2.602.845l.052.013a1.028 1.028 0 0 1 0 1.937l-2.602.845a5.36 5.36 0 0 0-3.397 3.394l-.846 2.6l-.025.064a1.027 1.027 0 0 1-1.538.433a1.03 1.03 0 0 1-.375-.497l-.846-2.6a5.4 5.4 0 0 0-.852-1.602m14.776 6.872l-1.378-.448a2.84 2.84 0 0 1-1.797-1.796l-.448-1.377a.544.544 0 0 0-1.027 0l-.448 1.377a2.84 2.84 0 0 1-1.77 1.796l-1.378.448a.545.545 0 0 0 0 1.025l1.378.448q.227.075.438.188l.003.015a2.84 2.84 0 0 1 1.357 1.61l.448 1.377a.545.545 0 0 0 1.01.039v-.01l.016-.039l.448-1.377a2.84 2.84 0 0 1 1.798-1.796l1.378-.448a.545.545 0 0 0 0-1.025zM21 5q1.27.002 2.488.192l-1.418.458a3.1 3.1 0 0 0-1.51 1.12c-.27.376-.45.809-.524 1.265C13.306 8.53 8 14.145 8 21c0 7.18 5.82 13 13 13c6.878 0 12.508-5.341 12.97-12.102l1.18.383l.12.06q.109.06.2.15a.9.9 0 0 1 .2.33l.44 1.37c.078.295.209.573.383.819a15.95 15.95 0 0 1-3.168 6.193l9.236 9.236a1.5 1.5 0 0 1-2.122 2.122l-9.236-9.236A15.94 15.94 0 0 1 21 37c-8.837 0-16-7.163-16-16S12.163 5 21 5"/></svg> </template>
CSS
.icon-search-sparkle-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.833%2012.112a5.36%205.36%200%200%200-2.544-1.805l-2.603-.845a1.028%201.028%200%200%201%200-1.937l2.602-.845a5.36%205.36%200%200%200%203.323-3.33l.022-.064l.846-2.6a1.027%201.027%200%200%201%201.938%200l.846%202.6A5.36%205.36%200%200%200%2035.66%206.68l2.602.845l.052.013a1.028%201.028%200%200%201%200%201.937l-2.602.845a5.36%205.36%200%200%200-3.397%203.394l-.846%202.6l-.025.064a1.027%201.027%200%200%201-1.538.433a1.03%201.03%200%200%201-.375-.497l-.846-2.6a5.4%205.4%200%200%200-.852-1.602m14.776%206.872l-1.378-.448a2.84%202.84%200%200%201-1.797-1.796l-.448-1.377a.544.544%200%200%200-1.027%200l-.448%201.377a2.84%202.84%200%200%201-1.77%201.796l-1.378.448a.545.545%200%200%200%200%201.025l1.378.448q.227.075.438.188l.003.015a2.84%202.84%200%200%201%201.357%201.61l.448%201.377a.545.545%200%200%200%201.01.039v-.01l.016-.039l.448-1.377a2.84%202.84%200%200%201%201.798-1.796l1.378-.448a.545.545%200%200%200%200-1.025zM21%205q1.27.002%202.488.192l-1.418.458a3.1%203.1%200%200%200-1.51%201.12c-.27.376-.45.809-.524%201.265C13.306%208.53%208%2014.145%208%2021c0%207.18%205.82%2013%2013%2013c6.878%200%2012.508-5.341%2012.97-12.102l1.18.383l.12.06q.109.06.2.15a.9.9%200%200%201%20.2.33l.44%201.37c.078.295.209.573.383.819a15.95%2015.95%200%200%201-3.168%206.193l9.236%209.236a1.5%201.5%200%200%201-2.122%202.122l-9.236-9.236A15.94%2015.94%200%200%201%2021%2037c-8.837%200-16-7.163-16-16S12.163%205%2021%205%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M27.833%2012.112a5.36%205.36%200%200%200-2.544-1.805l-2.603-.845a1.028%201.028%200%200%201%200-1.937l2.602-.845a5.36%205.36%200%200%200%203.323-3.33l.022-.064l.846-2.6a1.027%201.027%200%200%201%201.938%200l.846%202.6A5.36%205.36%200%200%200%2035.66%206.68l2.602.845l.052.013a1.028%201.028%200%200%201%200%201.937l-2.602.845a5.36%205.36%200%200%200-3.397%203.394l-.846%202.6l-.025.064a1.027%201.027%200%200%201-1.538.433a1.03%201.03%200%200%201-.375-.497l-.846-2.6a5.4%205.4%200%200%200-.852-1.602m14.776%206.872l-1.378-.448a2.84%202.84%200%200%201-1.797-1.796l-.448-1.377a.544.544%200%200%200-1.027%200l-.448%201.377a2.84%202.84%200%200%201-1.77%201.796l-1.378.448a.545.545%200%200%200%200%201.025l1.378.448q.227.075.438.188l.003.015a2.84%202.84%200%200%201%201.357%201.61l.448%201.377a.545.545%200%200%200%201.01.039v-.01l.016-.039l.448-1.377a2.84%202.84%200%200%201%201.798-1.796l1.378-.448a.545.545%200%200%200%200-1.025zM21%205q1.27.002%202.488.192l-1.418.458a3.1%203.1%200%200%200-1.51%201.12c-.27.376-.45.809-.524%201.265C13.306%208.53%208%2014.145%208%2021c0%207.18%205.82%2013%2013%2013c6.878%200%2012.508-5.341%2012.97-12.102l1.18.383l.12.06q.109.06.2.15a.9.9%200%200%201%20.2.33l.44%201.37c.078.295.209.573.383.819a15.95%2015.95%200%200%201-3.168%206.193l9.236%209.236a1.5%201.5%200%200%201-2.122%202.122l-9.236-9.236A15.94%2015.94%200%200%201%2021%2037c-8.837%200-16-7.163-16-16S12.163%205%2021%205%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/search-sparkle-48-filled.svg?color=%231a73e8&size=48