search sparkle icon
search-sparkle-32-regular from Fluent UI System Icons by Microsoft Corporation · 32 Regular · MIT Free for personal and commercial use.
- Name
- search-sparkle-32-regular
- Set
- Fluent UI System Icons
- Style
- 32 Regular
- Viewbox
- 32×32
- 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 32 32"><path fill="currentColor" d="M14.5 3q.84.002 1.65.12L15 3.512a2.17 2.17 0 0 0-1.434 1.533C8.758 5.515 5 9.568 5 14.5a9.5 9.5 0 0 0 18.96.84l.01.022l.3.91c.131.375.372.703.69.94c.195.137.414.233.643.288a11.5 11.5 0 0 1-2.318 4.42l.024-.026l6.398 6.399a1 1 0 1 1-1.414 1.414l-6.398-6.398c-2 1.68-4.58 2.691-7.395 2.691C8.149 26 3 20.851 3 14.5S8.149 3 14.5 3m11.481 7.073a.36.36 0 0 1 .343.242l.298.918a1.89 1.89 0 0 0 1.2 1.198l.917.299l.019.003a.365.365 0 0 1 .242.342a.36.36 0 0 1-.242.342l-.92.299a1.9 1.9 0 0 0-1.197 1.197l-.3.918a.363.363 0 0 1-.551.176a.36.36 0 0 1-.132-.176l-.299-.918a1.9 1.9 0 0 0-1.199-1.202l-.918-.298a.365.365 0 0 1-.242-.342a.36.36 0 0 1 .242-.341l.918-.3a1.9 1.9 0 0 0 1.18-1.197l.3-.918a.365.365 0 0 1 .341-.242m-5.514-10a.67.67 0 0 1 .627.444l.547 1.682a3.47 3.47 0 0 0 2.198 2.197l1.684.546l.033.008a.67.67 0 0 1 .444.627a.665.665 0 0 1-.444.627l-1.684.547a3.47 3.47 0 0 0-2.197 2.196l-.548 1.683a.65.65 0 0 1-.243.321a.665.665 0 0 1-1.011-.321l-.548-1.683a3.47 3.47 0 0 0-2.197-2.204l-1.684-.547A.67.67 0 0 1 15 5.57a.665.665 0 0 1 .444-.627l1.684-.546a3.47 3.47 0 0 0 2.15-2.155l.014-.042l.547-1.682a.665.665 0 0 1 .628-.444"/></svg>
React
import type { SVGProps } from "react";
export function FluentSearchSparkle32Regular(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="M14.5 3q.84.002 1.65.12L15 3.512a2.17 2.17 0 0 0-1.434 1.533C8.758 5.515 5 9.568 5 14.5a9.5 9.5 0 0 0 18.96.84l.01.022l.3.91c.131.375.372.703.69.94c.195.137.414.233.643.288a11.5 11.5 0 0 1-2.318 4.42l.024-.026l6.398 6.399a1 1 0 1 1-1.414 1.414l-6.398-6.398c-2 1.68-4.58 2.691-7.395 2.691C8.149 26 3 20.851 3 14.5S8.149 3 14.5 3m11.481 7.073a.36.36 0 0 1 .343.242l.298.918a1.89 1.89 0 0 0 1.2 1.198l.917.299l.019.003a.365.365 0 0 1 .242.342a.36.36 0 0 1-.242.342l-.92.299a1.9 1.9 0 0 0-1.197 1.197l-.3.918a.363.363 0 0 1-.551.176a.36.36 0 0 1-.132-.176l-.299-.918a1.9 1.9 0 0 0-1.199-1.202l-.918-.298a.365.365 0 0 1-.242-.342a.36.36 0 0 1 .242-.341l.918-.3a1.9 1.9 0 0 0 1.18-1.197l.3-.918a.365.365 0 0 1 .341-.242m-5.514-10a.67.67 0 0 1 .627.444l.547 1.682a3.47 3.47 0 0 0 2.198 2.197l1.684.546l.033.008a.67.67 0 0 1 .444.627a.665.665 0 0 1-.444.627l-1.684.547a3.47 3.47 0 0 0-2.197 2.196l-.548 1.683a.65.65 0 0 1-.243.321a.665.665 0 0 1-1.011-.321l-.548-1.683a3.47 3.47 0 0 0-2.197-2.204l-1.684-.547A.67.67 0 0 1 15 5.57a.665.665 0 0 1 .444-.627l1.684-.546a3.47 3.47 0 0 0 2.15-2.155l.014-.042l.547-1.682a.665.665 0 0 1 .628-.444"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M14.5 3q.84.002 1.65.12L15 3.512a2.17 2.17 0 0 0-1.434 1.533C8.758 5.515 5 9.568 5 14.5a9.5 9.5 0 0 0 18.96.84l.01.022l.3.91c.131.375.372.703.69.94c.195.137.414.233.643.288a11.5 11.5 0 0 1-2.318 4.42l.024-.026l6.398 6.399a1 1 0 1 1-1.414 1.414l-6.398-6.398c-2 1.68-4.58 2.691-7.395 2.691C8.149 26 3 20.851 3 14.5S8.149 3 14.5 3m11.481 7.073a.36.36 0 0 1 .343.242l.298.918a1.89 1.89 0 0 0 1.2 1.198l.917.299l.019.003a.365.365 0 0 1 .242.342a.36.36 0 0 1-.242.342l-.92.299a1.9 1.9 0 0 0-1.197 1.197l-.3.918a.363.363 0 0 1-.551.176a.36.36 0 0 1-.132-.176l-.299-.918a1.9 1.9 0 0 0-1.199-1.202l-.918-.298a.365.365 0 0 1-.242-.342a.36.36 0 0 1 .242-.341l.918-.3a1.9 1.9 0 0 0 1.18-1.197l.3-.918a.365.365 0 0 1 .341-.242m-5.514-10a.67.67 0 0 1 .627.444l.547 1.682a3.47 3.47 0 0 0 2.198 2.197l1.684.546l.033.008a.67.67 0 0 1 .444.627a.665.665 0 0 1-.444.627l-1.684.547a3.47 3.47 0 0 0-2.197 2.196l-.548 1.683a.65.65 0 0 1-.243.321a.665.665 0 0 1-1.011-.321l-.548-1.683a3.47 3.47 0 0 0-2.197-2.204l-1.684-.547A.67.67 0 0 1 15 5.57a.665.665 0 0 1 .444-.627l1.684-.546a3.47 3.47 0 0 0 2.15-2.155l.014-.042l.547-1.682a.665.665 0 0 1 .628-.444"/></svg> </template>
CSS
.icon-search-sparkle-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%22M14.5%203q.84.002%201.65.12L15%203.512a2.17%202.17%200%200%200-1.434%201.533C8.758%205.515%205%209.568%205%2014.5a9.5%209.5%200%200%200%2018.96.84l.01.022l.3.91c.131.375.372.703.69.94c.195.137.414.233.643.288a11.5%2011.5%200%200%201-2.318%204.42l.024-.026l6.398%206.399a1%201%200%201%201-1.414%201.414l-6.398-6.398c-2%201.68-4.58%202.691-7.395%202.691C8.149%2026%203%2020.851%203%2014.5S8.149%203%2014.5%203m11.481%207.073a.36.36%200%200%201%20.343.242l.298.918a1.89%201.89%200%200%200%201.2%201.198l.917.299l.019.003a.365.365%200%200%201%20.242.342a.36.36%200%200%201-.242.342l-.92.299a1.9%201.9%200%200%200-1.197%201.197l-.3.918a.363.363%200%200%201-.551.176a.36.36%200%200%201-.132-.176l-.299-.918a1.9%201.9%200%200%200-1.199-1.202l-.918-.298a.365.365%200%200%201-.242-.342a.36.36%200%200%201%20.242-.341l.918-.3a1.9%201.9%200%200%200%201.18-1.197l.3-.918a.365.365%200%200%201%20.341-.242m-5.514-10a.67.67%200%200%201%20.627.444l.547%201.682a3.47%203.47%200%200%200%202.198%202.197l1.684.546l.033.008a.67.67%200%200%201%20.444.627a.665.665%200%200%201-.444.627l-1.684.547a3.47%203.47%200%200%200-2.197%202.196l-.548%201.683a.65.65%200%200%201-.243.321a.665.665%200%200%201-1.011-.321l-.548-1.683a3.47%203.47%200%200%200-2.197-2.204l-1.684-.547A.67.67%200%200%201%2015%205.57a.665.665%200%200%201%20.444-.627l1.684-.546a3.47%203.47%200%200%200%202.15-2.155l.014-.042l.547-1.682a.665.665%200%200%201%20.628-.444%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%22M14.5%203q.84.002%201.65.12L15%203.512a2.17%202.17%200%200%200-1.434%201.533C8.758%205.515%205%209.568%205%2014.5a9.5%209.5%200%200%200%2018.96.84l.01.022l.3.91c.131.375.372.703.69.94c.195.137.414.233.643.288a11.5%2011.5%200%200%201-2.318%204.42l.024-.026l6.398%206.399a1%201%200%201%201-1.414%201.414l-6.398-6.398c-2%201.68-4.58%202.691-7.395%202.691C8.149%2026%203%2020.851%203%2014.5S8.149%203%2014.5%203m11.481%207.073a.36.36%200%200%201%20.343.242l.298.918a1.89%201.89%200%200%200%201.2%201.198l.917.299l.019.003a.365.365%200%200%201%20.242.342a.36.36%200%200%201-.242.342l-.92.299a1.9%201.9%200%200%200-1.197%201.197l-.3.918a.363.363%200%200%201-.551.176a.36.36%200%200%201-.132-.176l-.299-.918a1.9%201.9%200%200%200-1.199-1.202l-.918-.298a.365.365%200%200%201-.242-.342a.36.36%200%200%201%20.242-.341l.918-.3a1.9%201.9%200%200%200%201.18-1.197l.3-.918a.365.365%200%200%201%20.341-.242m-5.514-10a.67.67%200%200%201%20.627.444l.547%201.682a3.47%203.47%200%200%200%202.198%202.197l1.684.546l.033.008a.67.67%200%200%201%20.444.627a.665.665%200%200%201-.444.627l-1.684.547a3.47%203.47%200%200%200-2.197%202.196l-.548%201.683a.65.65%200%200%201-.243.321a.665.665%200%200%201-1.011-.321l-.548-1.683a3.47%203.47%200%200%200-2.197-2.204l-1.684-.547A.67.67%200%200%201%2015%205.57a.665.665%200%200%201%20.444-.627l1.684-.546a3.47%203.47%200%200%200%202.15-2.155l.014-.042l.547-1.682a.665.665%200%200%201%20.628-.444%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/search-sparkle-32-regular.svg?color=%231a73e8&size=48