search-sparkle-32-filled from Fluent UI System Icons by Microsoft Corporation · 32 Filled · MIT Free for personal and commercial use.

Name
search-sparkle-32-filled
Set
Fluent UI System Icons
Style
32 Filled
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.5 2.044a9 9 0 1 0 9.982 9.476l.258.08q.08.034.14.1a.3.3 0 0 1 .09.15l.3.91c.131.374.372.702.69.94c.195.136.413.232.642.287a11.5 11.5 0 0 1-2.134 4.2l6.167 6.166a1.25 1.25 0 0 1-1.768 1.768L21.7 23.467A11.45 11.45 0 0 1 14.5 26C8.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 FluentSearchSparkle32Filled(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.5 2.044a9 9 0 1 0 9.982 9.476l.258.08q.08.034.14.1a.3.3 0 0 1 .09.15l.3.91c.131.374.372.702.69.94c.195.136.413.232.642.287a11.5 11.5 0 0 1-2.134 4.2l6.167 6.166a1.25 1.25 0 0 1-1.768 1.768L21.7 23.467A11.45 11.45 0 0 1 14.5 26C8.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.5 2.044a9 9 0 1 0 9.982 9.476l.258.08q.08.034.14.1a.3.3 0 0 1 .09.15l.3.91c.131.374.372.702.69.94c.195.136.413.232.642.287a11.5 11.5 0 0 1-2.134 4.2l6.167 6.166a1.25 1.25 0 0 1-1.768 1.768L21.7 23.467A11.45 11.45 0 0 1 14.5 26C8.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-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%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.5%202.044a9%209%200%201%200%209.982%209.476l.258.08q.08.034.14.1a.3.3%200%200%201%20.09.15l.3.91c.131.374.372.702.69.94c.195.136.413.232.642.287a11.5%2011.5%200%200%201-2.134%204.2l6.167%206.166a1.25%201.25%200%200%201-1.768%201.768L21.7%2023.467A11.45%2011.45%200%200%201%2014.5%2026C8.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.5%202.044a9%209%200%201%200%209.982%209.476l.258.08q.08.034.14.1a.3.3%200%200%201%20.09.15l.3.91c.131.374.372.702.69.94c.195.136.413.232.642.287a11.5%2011.5%200%200%201-2.134%204.2l6.167%206.166a1.25%201.25%200%200%201-1.768%201.768L21.7%2023.467A11.45%2011.45%200%200%201%2014.5%2026C8.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-filled.svg?color=%231a73e8&size=48