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

Name
search-sparkle-28
Set
Fluent UI System Color Icons
Style
28
Viewbox
28×28
License
MIT

5 other variants in Fluent UI System Color Icons

The same icon in other sets

Related icons in Fluent UI System Color Icons

Use the search sparkle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVG4o64jdrP)" d="M20 11.5a8.5 8.5 0 1 1-17 0a8.5 8.5 0 0 1 17 0"/><path fill="url(#SVGKttjNcGZ)" d="M17.473 18.888A9.46 9.46 0 0 1 11.5 21a9.5 9.5 0 1 1 9.5-9.5a9.46 9.46 0 0 1-2.113 5.973l5.82 5.82a1 1 0 0 1-1.414 1.414zM19 11.5a7.5 7.5 0 1 0-15 0a7.5 7.5 0 0 0 15 0"/><path fill="url(#SVGyQg9LdUy)" d="m24.74 10.656l-.919-.299a1.9 1.9 0 0 1-1.199-1.197l-.298-.918a.363.363 0 0 0-.684 0l-.299.918a1.89 1.89 0 0 1-1.18 1.197l-.919.299a.363.363 0 0 0 0 .684l.919.298a1.9 1.9 0 0 1 1.198 1.202l.299.918a.363.363 0 0 0 .684 0l.299-.918a1.89 1.89 0 0 1 1.198-1.197l.919-.299a.363.363 0 0 0 0-.684z"/><path fill="url(#SVGx3HrgehE)" d="M15.431 7.125a3.16 3.16 0 0 0-1.497-1.062l-1.53-.497a.605.605 0 0 1 0-1.14l1.53-.497a3.15 3.15 0 0 0 1.955-1.958l.013-.038l.497-1.53a.605.605 0 0 1 1.14 0l.498 1.53a3.15 3.15 0 0 0 1.998 1.996l1.53.497l.031.008a.605.605 0 0 1 0 1.14l-1.53.497a3.16 3.16 0 0 0-1.998 1.996l-.498 1.53a.6.6 0 0 1-.22.292a.605.605 0 0 1-.92-.292l-.498-1.53a3.2 3.2 0 0 0-.5-.942"/><defs><radialGradient id="SVGyQg9LdUy" cx="0" cy="0" r="1" gradientTransform="rotate(63.379 16.13 -.282)scale(34.3364 26.737)" gradientUnits="userSpaceOnUse"><stop offset=".718" stop-color="#ffcd0f"/><stop offset=".991" stop-color="#e67505"/></radialGradient><radialGradient id="SVGx3HrgehE" cx="0" cy="0" r="1" gradientTransform="rotate(61.2 21.082 -12.936)scale(42.9971 33.4809)" gradientUnits="userSpaceOnUse"><stop offset=".698" stop-color="#ffcd0f"/><stop offset=".991" stop-color="#e67505"/></radialGradient><linearGradient id="SVG4o64jdrP" x1="15.75" x2="3" y1="5.833" y2="20" gradientUnits="userSpaceOnUse"><stop stop-color="#fdfdfd"/><stop offset="1" stop-color="#b3e0ff"/></linearGradient><linearGradient id="SVGKttjNcGZ" x1="3.211" x2="22.579" y1="22.579" y2="6.842" gradientUnits="userSpaceOnUse"><stop stop-color="#0094f0"/><stop offset="1" stop-color="#29c3ff"/></linearGradient></defs></g></svg>

React

import type { SVGProps } from "react";

export function FluentColorSearchSparkle28(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVG4o64jdrP)" d="M20 11.5a8.5 8.5 0 1 1-17 0a8.5 8.5 0 0 1 17 0"/><path fill="url(#SVGKttjNcGZ)" d="M17.473 18.888A9.46 9.46 0 0 1 11.5 21a9.5 9.5 0 1 1 9.5-9.5a9.46 9.46 0 0 1-2.113 5.973l5.82 5.82a1 1 0 0 1-1.414 1.414zM19 11.5a7.5 7.5 0 1 0-15 0a7.5 7.5 0 0 0 15 0"/><path fill="url(#SVGyQg9LdUy)" d="m24.74 10.656l-.919-.299a1.9 1.9 0 0 1-1.199-1.197l-.298-.918a.363.363 0 0 0-.684 0l-.299.918a1.89 1.89 0 0 1-1.18 1.197l-.919.299a.363.363 0 0 0 0 .684l.919.298a1.9 1.9 0 0 1 1.198 1.202l.299.918a.363.363 0 0 0 .684 0l.299-.918a1.89 1.89 0 0 1 1.198-1.197l.919-.299a.363.363 0 0 0 0-.684z"/><path fill="url(#SVGx3HrgehE)" d="M15.431 7.125a3.16 3.16 0 0 0-1.497-1.062l-1.53-.497a.605.605 0 0 1 0-1.14l1.53-.497a3.15 3.15 0 0 0 1.955-1.958l.013-.038l.497-1.53a.605.605 0 0 1 1.14 0l.498 1.53a3.15 3.15 0 0 0 1.998 1.996l1.53.497l.031.008a.605.605 0 0 1 0 1.14l-1.53.497a3.16 3.16 0 0 0-1.998 1.996l-.498 1.53a.6.6 0 0 1-.22.292a.605.605 0 0 1-.92-.292l-.498-1.53a3.2 3.2 0 0 0-.5-.942"/><defs><radialGradient id="SVGyQg9LdUy" cx="0" cy="0" r="1" gradientTransform="rotate(63.379 16.13 -.282)scale(34.3364 26.737)" gradientUnits="userSpaceOnUse"><stop offset=".718" stopColor="#ffcd0f"/><stop offset=".991" stopColor="#e67505"/></radialGradient><radialGradient id="SVGx3HrgehE" cx="0" cy="0" r="1" gradientTransform="rotate(61.2 21.082 -12.936)scale(42.9971 33.4809)" gradientUnits="userSpaceOnUse"><stop offset=".698" stopColor="#ffcd0f"/><stop offset=".991" stopColor="#e67505"/></radialGradient><linearGradient id="SVG4o64jdrP" x1="15.75" x2="3" y1="5.833" y2="20" gradientUnits="userSpaceOnUse"><stop stopColor="#fdfdfd"/><stop offset="1" stopColor="#b3e0ff"/></linearGradient><linearGradient id="SVGKttjNcGZ" x1="3.211" x2="22.579" y1="22.579" y2="6.842" gradientUnits="userSpaceOnUse"><stop stopColor="#0094f0"/><stop offset="1" stopColor="#29c3ff"/></linearGradient></defs></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><g fill="none"><path fill="url(#SVG4o64jdrP)" d="M20 11.5a8.5 8.5 0 1 1-17 0a8.5 8.5 0 0 1 17 0"/><path fill="url(#SVGKttjNcGZ)" d="M17.473 18.888A9.46 9.46 0 0 1 11.5 21a9.5 9.5 0 1 1 9.5-9.5a9.46 9.46 0 0 1-2.113 5.973l5.82 5.82a1 1 0 0 1-1.414 1.414zM19 11.5a7.5 7.5 0 1 0-15 0a7.5 7.5 0 0 0 15 0"/><path fill="url(#SVGyQg9LdUy)" d="m24.74 10.656l-.919-.299a1.9 1.9 0 0 1-1.199-1.197l-.298-.918a.363.363 0 0 0-.684 0l-.299.918a1.89 1.89 0 0 1-1.18 1.197l-.919.299a.363.363 0 0 0 0 .684l.919.298a1.9 1.9 0 0 1 1.198 1.202l.299.918a.363.363 0 0 0 .684 0l.299-.918a1.89 1.89 0 0 1 1.198-1.197l.919-.299a.363.363 0 0 0 0-.684z"/><path fill="url(#SVGx3HrgehE)" d="M15.431 7.125a3.16 3.16 0 0 0-1.497-1.062l-1.53-.497a.605.605 0 0 1 0-1.14l1.53-.497a3.15 3.15 0 0 0 1.955-1.958l.013-.038l.497-1.53a.605.605 0 0 1 1.14 0l.498 1.53a3.15 3.15 0 0 0 1.998 1.996l1.53.497l.031.008a.605.605 0 0 1 0 1.14l-1.53.497a3.16 3.16 0 0 0-1.998 1.996l-.498 1.53a.6.6 0 0 1-.22.292a.605.605 0 0 1-.92-.292l-.498-1.53a3.2 3.2 0 0 0-.5-.942"/><defs><radialGradient id="SVGyQg9LdUy" cx="0" cy="0" r="1" gradientTransform="rotate(63.379 16.13 -.282)scale(34.3364 26.737)" gradientUnits="userSpaceOnUse"><stop offset=".718" stop-color="#ffcd0f"/><stop offset=".991" stop-color="#e67505"/></radialGradient><radialGradient id="SVGx3HrgehE" cx="0" cy="0" r="1" gradientTransform="rotate(61.2 21.082 -12.936)scale(42.9971 33.4809)" gradientUnits="userSpaceOnUse"><stop offset=".698" stop-color="#ffcd0f"/><stop offset=".991" stop-color="#e67505"/></radialGradient><linearGradient id="SVG4o64jdrP" x1="15.75" x2="3" y1="5.833" y2="20" gradientUnits="userSpaceOnUse"><stop stop-color="#fdfdfd"/><stop offset="1" stop-color="#b3e0ff"/></linearGradient><linearGradient id="SVGKttjNcGZ" x1="3.211" x2="22.579" y1="22.579" y2="6.842" gradientUnits="userSpaceOnUse"><stop stop-color="#0094f0"/><stop offset="1" stop-color="#29c3ff"/></linearGradient></defs></g></svg>
</template>

CSS

.icon-search-sparkle-28 {
  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%2028%2028%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG4o64jdrP)%22%20d%3D%22M20%2011.5a8.5%208.5%200%201%201-17%200a8.5%208.5%200%200%201%2017%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGKttjNcGZ)%22%20d%3D%22M17.473%2018.888A9.46%209.46%200%200%201%2011.5%2021a9.5%209.5%200%201%201%209.5-9.5a9.46%209.46%200%200%201-2.113%205.973l5.82%205.82a1%201%200%200%201-1.414%201.414zM19%2011.5a7.5%207.5%200%201%200-15%200a7.5%207.5%200%200%200%2015%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGyQg9LdUy)%22%20d%3D%22m24.74%2010.656l-.919-.299a1.9%201.9%200%200%201-1.199-1.197l-.298-.918a.363.363%200%200%200-.684%200l-.299.918a1.89%201.89%200%200%201-1.18%201.197l-.919.299a.363.363%200%200%200%200%20.684l.919.298a1.9%201.9%200%200%201%201.198%201.202l.299.918a.363.363%200%200%200%20.684%200l.299-.918a1.89%201.89%200%200%201%201.198-1.197l.919-.299a.363.363%200%200%200%200-.684z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGx3HrgehE)%22%20d%3D%22M15.431%207.125a3.16%203.16%200%200%200-1.497-1.062l-1.53-.497a.605.605%200%200%201%200-1.14l1.53-.497a3.15%203.15%200%200%200%201.955-1.958l.013-.038l.497-1.53a.605.605%200%200%201%201.14%200l.498%201.53a3.15%203.15%200%200%200%201.998%201.996l1.53.497l.031.008a.605.605%200%200%201%200%201.14l-1.53.497a3.16%203.16%200%200%200-1.998%201.996l-.498%201.53a.6.6%200%200%201-.22.292a.605.605%200%200%201-.92-.292l-.498-1.53a3.2%203.2%200%200%200-.5-.942%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGyQg9LdUy%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(63.379%2016.13%20-.282)scale(34.3364%2026.737)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.718%22%20stop-color%3D%22%23ffcd0f%22%2F%3E%3Cstop%20offset%3D%22.991%22%20stop-color%3D%22%23e67505%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22SVGx3HrgehE%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(61.2%2021.082%20-12.936)scale(42.9971%2033.4809)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.698%22%20stop-color%3D%22%23ffcd0f%22%2F%3E%3Cstop%20offset%3D%22.991%22%20stop-color%3D%22%23e67505%22%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%22SVG4o64jdrP%22%20x1%3D%2215.75%22%20x2%3D%223%22%20y1%3D%225.833%22%20y2%3D%2220%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fdfdfd%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b3e0ff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGKttjNcGZ%22%20x1%3D%223.211%22%20x2%3D%2222.579%22%20y1%3D%2222.579%22%20y2%3D%226.842%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230094f0%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2329c3ff%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%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%2028%2028%22%3E%3Cg%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22url(%23SVG4o64jdrP)%22%20d%3D%22M20%2011.5a8.5%208.5%200%201%201-17%200a8.5%208.5%200%200%201%2017%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGKttjNcGZ)%22%20d%3D%22M17.473%2018.888A9.46%209.46%200%200%201%2011.5%2021a9.5%209.5%200%201%201%209.5-9.5a9.46%209.46%200%200%201-2.113%205.973l5.82%205.82a1%201%200%200%201-1.414%201.414zM19%2011.5a7.5%207.5%200%201%200-15%200a7.5%207.5%200%200%200%2015%200%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGyQg9LdUy)%22%20d%3D%22m24.74%2010.656l-.919-.299a1.9%201.9%200%200%201-1.199-1.197l-.298-.918a.363.363%200%200%200-.684%200l-.299.918a1.89%201.89%200%200%201-1.18%201.197l-.919.299a.363.363%200%200%200%200%20.684l.919.298a1.9%201.9%200%200%201%201.198%201.202l.299.918a.363.363%200%200%200%20.684%200l.299-.918a1.89%201.89%200%200%201%201.198-1.197l.919-.299a.363.363%200%200%200%200-.684z%22%2F%3E%3Cpath%20fill%3D%22url(%23SVGx3HrgehE)%22%20d%3D%22M15.431%207.125a3.16%203.16%200%200%200-1.497-1.062l-1.53-.497a.605.605%200%200%201%200-1.14l1.53-.497a3.15%203.15%200%200%200%201.955-1.958l.013-.038l.497-1.53a.605.605%200%200%201%201.14%200l.498%201.53a3.15%203.15%200%200%200%201.998%201.996l1.53.497l.031.008a.605.605%200%200%201%200%201.14l-1.53.497a3.16%203.16%200%200%200-1.998%201.996l-.498%201.53a.6.6%200%200%201-.22.292a.605.605%200%200%201-.92-.292l-.498-1.53a3.2%203.2%200%200%200-.5-.942%22%2F%3E%3Cdefs%3E%3CradialGradient%20id%3D%22SVGyQg9LdUy%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(63.379%2016.13%20-.282)scale(34.3364%2026.737)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.718%22%20stop-color%3D%22%23ffcd0f%22%2F%3E%3Cstop%20offset%3D%22.991%22%20stop-color%3D%22%23e67505%22%2F%3E%3C%2FradialGradient%3E%3CradialGradient%20id%3D%22SVGx3HrgehE%22%20cx%3D%220%22%20cy%3D%220%22%20r%3D%221%22%20gradientTransform%3D%22rotate(61.2%2021.082%20-12.936)scale(42.9971%2033.4809)%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.698%22%20stop-color%3D%22%23ffcd0f%22%2F%3E%3Cstop%20offset%3D%22.991%22%20stop-color%3D%22%23e67505%22%2F%3E%3C%2FradialGradient%3E%3ClinearGradient%20id%3D%22SVG4o64jdrP%22%20x1%3D%2215.75%22%20x2%3D%223%22%20y1%3D%225.833%22%20y2%3D%2220%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%23fdfdfd%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23b3e0ff%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22SVGKttjNcGZ%22%20x1%3D%223.211%22%20x2%3D%2222.579%22%20y1%3D%2222.579%22%20y2%3D%226.842%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20stop-color%3D%22%230094f0%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2329c3ff%22%2F%3E%3C%2FlinearGradient%3E%3C%2Fdefs%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent-color/search-sparkle-28.svg?color=%231a73e8&size=48