search sparkle icon
search-sparkle from Codicons by Microsoft Corporation · Regular · CC-BY-4.0 Attribution required.
- Name
- search-sparkle
- Set
- Codicons
- Style
- Regular
- Viewbox
- 16×16
- License
- CC BY 4.0
The same icon in other sets
Related icons in Codicons
Use the search sparkle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m10.878.283l.348 1.07a2.2 2.2 0 0 0 1.398 1.398l1.072.348l.021.005a.423.423 0 0 1 0 .798l-1.071.348a2.2 2.2 0 0 0-1.399 1.397L10.9 6.718a.423.423 0 0 1-.798 0l-.348-1.07a2.2 2.2 0 0 0-1.399-1.403l-1.072-.348a.423.423 0 0 1 0-.798l1.072-.348a2.2 2.2 0 0 0 1.377-1.397L10.08.283a.423.423 0 0 1 .799 0m4.905 7.93l-.765-.248a1.58 1.58 0 0 1-1-.998l-.248-.765a.302.302 0 0 0-.57 0l-.25.765a1.58 1.58 0 0 1-.983.998l-.765.249a.303.303 0 0 0 0 .57l.765.248a1.58 1.58 0 0 1 1 1.002l.248.765a.302.302 0 0 0 .57 0l.249-.765a1.58 1.58 0 0 1 .999-.998l.765-.249a.303.303 0 0 0 0-.57zM6.5 2.002q.379 0 .74.06l-.29.093a1.43 1.43 0 0 0-.871.872a3.5 3.5 0 1 0 3.673 4.77q.176.109.372.158c-.08.17-.12.36-.12.55c0 .218.051.429.155.617a5 5 0 0 1-.143.188l3.838 3.838a.5.5 0 0 1-.708.707L9.31 10.017A4.5 4.5 0 1 1 6.5 2"/></svg>
React
import type { SVGProps } from "react";
export function CodiconSearchSparkle(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m10.878.283l.348 1.07a2.2 2.2 0 0 0 1.398 1.398l1.072.348l.021.005a.423.423 0 0 1 0 .798l-1.071.348a2.2 2.2 0 0 0-1.399 1.397L10.9 6.718a.423.423 0 0 1-.798 0l-.348-1.07a2.2 2.2 0 0 0-1.399-1.403l-1.072-.348a.423.423 0 0 1 0-.798l1.072-.348a2.2 2.2 0 0 0 1.377-1.397L10.08.283a.423.423 0 0 1 .799 0m4.905 7.93l-.765-.248a1.58 1.58 0 0 1-1-.998l-.248-.765a.302.302 0 0 0-.57 0l-.25.765a1.58 1.58 0 0 1-.983.998l-.765.249a.303.303 0 0 0 0 .57l.765.248a1.58 1.58 0 0 1 1 1.002l.248.765a.302.302 0 0 0 .57 0l.249-.765a1.58 1.58 0 0 1 .999-.998l.765-.249a.303.303 0 0 0 0-.57zM6.5 2.002q.379 0 .74.06l-.29.093a1.43 1.43 0 0 0-.871.872a3.5 3.5 0 1 0 3.673 4.77q.176.109.372.158c-.08.17-.12.36-.12.55c0 .218.051.429.155.617a5 5 0 0 1-.143.188l3.838 3.838a.5.5 0 0 1-.708.707L9.31 10.017A4.5 4.5 0 1 1 6.5 2"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 16 16"><path fill="currentColor" d="m10.878.283l.348 1.07a2.2 2.2 0 0 0 1.398 1.398l1.072.348l.021.005a.423.423 0 0 1 0 .798l-1.071.348a2.2 2.2 0 0 0-1.399 1.397L10.9 6.718a.423.423 0 0 1-.798 0l-.348-1.07a2.2 2.2 0 0 0-1.399-1.403l-1.072-.348a.423.423 0 0 1 0-.798l1.072-.348a2.2 2.2 0 0 0 1.377-1.397L10.08.283a.423.423 0 0 1 .799 0m4.905 7.93l-.765-.248a1.58 1.58 0 0 1-1-.998l-.248-.765a.302.302 0 0 0-.57 0l-.25.765a1.58 1.58 0 0 1-.983.998l-.765.249a.303.303 0 0 0 0 .57l.765.248a1.58 1.58 0 0 1 1 1.002l.248.765a.302.302 0 0 0 .57 0l.249-.765a1.58 1.58 0 0 1 .999-.998l.765-.249a.303.303 0 0 0 0-.57zM6.5 2.002q.379 0 .74.06l-.29.093a1.43 1.43 0 0 0-.871.872a3.5 3.5 0 1 0 3.673 4.77q.176.109.372.158c-.08.17-.12.36-.12.55c0 .218.051.429.155.617a5 5 0 0 1-.143.188l3.838 3.838a.5.5 0 0 1-.708.707L9.31 10.017A4.5 4.5 0 1 1 6.5 2"/></svg> </template>
CSS
.icon-search-sparkle {
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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.878.283l.348%201.07a2.2%202.2%200%200%200%201.398%201.398l1.072.348l.021.005a.423.423%200%200%201%200%20.798l-1.071.348a2.2%202.2%200%200%200-1.399%201.397L10.9%206.718a.423.423%200%200%201-.798%200l-.348-1.07a2.2%202.2%200%200%200-1.399-1.403l-1.072-.348a.423.423%200%200%201%200-.798l1.072-.348a2.2%202.2%200%200%200%201.377-1.397L10.08.283a.423.423%200%200%201%20.799%200m4.905%207.93l-.765-.248a1.58%201.58%200%200%201-1-.998l-.248-.765a.302.302%200%200%200-.57%200l-.25.765a1.58%201.58%200%200%201-.983.998l-.765.249a.303.303%200%200%200%200%20.57l.765.248a1.58%201.58%200%200%201%201%201.002l.248.765a.302.302%200%200%200%20.57%200l.249-.765a1.58%201.58%200%200%201%20.999-.998l.765-.249a.303.303%200%200%200%200-.57zM6.5%202.002q.379%200%20.74.06l-.29.093a1.43%201.43%200%200%200-.871.872a3.5%203.5%200%201%200%203.673%204.77q.176.109.372.158c-.08.17-.12.36-.12.55c0%20.218.051.429.155.617a5%205%200%200%201-.143.188l3.838%203.838a.5.5%200%200%201-.708.707L9.31%2010.017A4.5%204.5%200%201%201%206.5%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%2016%2016%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.878.283l.348%201.07a2.2%202.2%200%200%200%201.398%201.398l1.072.348l.021.005a.423.423%200%200%201%200%20.798l-1.071.348a2.2%202.2%200%200%200-1.399%201.397L10.9%206.718a.423.423%200%200%201-.798%200l-.348-1.07a2.2%202.2%200%200%200-1.399-1.403l-1.072-.348a.423.423%200%200%201%200-.798l1.072-.348a2.2%202.2%200%200%200%201.377-1.397L10.08.283a.423.423%200%200%201%20.799%200m4.905%207.93l-.765-.248a1.58%201.58%200%200%201-1-.998l-.248-.765a.302.302%200%200%200-.57%200l-.25.765a1.58%201.58%200%200%201-.983.998l-.765.249a.303.303%200%200%200%200%20.57l.765.248a1.58%201.58%200%200%201%201%201.002l.248.765a.302.302%200%200%200%20.57%200l.249-.765a1.58%201.58%200%200%201%20.999-.998l.765-.249a.303.303%200%200%200%200-.57zM6.5%202.002q.379%200%20.74.06l-.29.093a1.43%201.43%200%200%200-.871.872a3.5%203.5%200%201%200%203.673%204.77q.176.109.372.158c-.08.17-.12.36-.12.55c0%20.218.051.429.155.617a5%205%200%200%201-.143.188l3.838%203.838a.5.5%200%200%201-.708.707L9.31%2010.017A4.5%204.5%200%201%201%206.5%202%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/codicon/search-sparkle.svg?color=%231a73e8&size=48