brain sparkle icon
brain-sparkle-28-filled from Fluent UI System Icons by Microsoft Corporation · 28 Filled · MIT Free for personal and commercial use.
- Name
- brain-sparkle-28-filled
- Set
- Fluent UI System Icons
- Style
- 28 Filled
- Viewbox
- 28×28
- License
- MIT
11 other variants in Fluent UI System Icons
Related icons in Fluent UI System Icons
Use the brain sparkle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M10.875 2c.895 0 1.719.304 2.375.814V25.01a4.18 4.18 0 0 1-2.706.99a4.206 4.206 0 0 1-4.112-3.325l-.04-.19a4.748 4.748 0 0 1-1.736-8.999a4.5 4.5 0 0 1 2.36-7.96A3.874 3.874 0 0 1 10.876 2m3.875 5.374q.15.095.32.155l1.559.5c.311.11.595.289.83.52q.099.099.18.21q.229.29.34.64l.5 1.53a1.7 1.7 0 0 0 .59.8a1.64 1.64 0 0 0 1.86 0l.13-.11a1.4 1.4 0 0 0-.06.38c.003.282.09.557.25.79c.161.23.393.403.66.49l.94.31a.85.85 0 0 1 .34.21a.9.9 0 0 1 .22.35l.3.92c.089.275.265.513.5.68a1.37 1.37 0 0 0 1.396.11a4.748 4.748 0 0 1-3.997 6.626l-.04.19A4.206 4.206 0 0 1 17.456 26a4.18 4.18 0 0 1-2.706-.99zM24.981 9a.36.36 0 0 1 .343.242l.298.918a1.9 1.9 0 0 0 1.2 1.197l.917.3l.019.003a.364.364 0 0 1 .176.552a.36.36 0 0 1-.176.132l-.92.299a1.9 1.9 0 0 0-1.197 1.197l-.3.918a.363.363 0 0 1-.683 0l-.299-.918a1.9 1.9 0 0 0-1.199-1.202l-.918-.298a.364.364 0 0 1-.176-.552a.36.36 0 0 1 .176-.132l.918-.299a1.9 1.9 0 0 0 1.18-1.197l.3-.918A.36.36 0 0 1 24.98 9m-5.01-8a.605.605 0 0 1 .57.403l.497 1.53a3.15 3.15 0 0 0 1.998 1.997l1.53.497l.032.007a.606.606 0 0 1 0 1.14l-1.532.496a3.16 3.16 0 0 0-1.998 1.997l-.497 1.53l-.014.038a.605.605 0 0 1-1.126-.038l-.497-1.53a3.15 3.15 0 0 0-1.998-2.004l-1.532-.497a.606.606 0 0 1 0-1.14l1.532-.496a3.16 3.16 0 0 0 1.954-1.96l.012-.037l.498-1.53A.6.6 0 0 1 19.97 1"/></svg>
React
import type { SVGProps } from "react";
export function FluentBrainSparkle28Filled(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M10.875 2c.895 0 1.719.304 2.375.814V25.01a4.18 4.18 0 0 1-2.706.99a4.206 4.206 0 0 1-4.112-3.325l-.04-.19a4.748 4.748 0 0 1-1.736-8.999a4.5 4.5 0 0 1 2.36-7.96A3.874 3.874 0 0 1 10.876 2m3.875 5.374q.15.095.32.155l1.559.5c.311.11.595.289.83.52q.099.099.18.21q.229.29.34.64l.5 1.53a1.7 1.7 0 0 0 .59.8a1.64 1.64 0 0 0 1.86 0l.13-.11a1.4 1.4 0 0 0-.06.38c.003.282.09.557.25.79c.161.23.393.403.66.49l.94.31a.85.85 0 0 1 .34.21a.9.9 0 0 1 .22.35l.3.92c.089.275.265.513.5.68a1.37 1.37 0 0 0 1.396.11a4.748 4.748 0 0 1-3.997 6.626l-.04.19A4.206 4.206 0 0 1 17.456 26a4.18 4.18 0 0 1-2.706-.99zM24.981 9a.36.36 0 0 1 .343.242l.298.918a1.9 1.9 0 0 0 1.2 1.197l.917.3l.019.003a.364.364 0 0 1 .176.552a.36.36 0 0 1-.176.132l-.92.299a1.9 1.9 0 0 0-1.197 1.197l-.3.918a.363.363 0 0 1-.683 0l-.299-.918a1.9 1.9 0 0 0-1.199-1.202l-.918-.298a.364.364 0 0 1-.176-.552a.36.36 0 0 1 .176-.132l.918-.299a1.9 1.9 0 0 0 1.18-1.197l.3-.918A.36.36 0 0 1 24.98 9m-5.01-8a.605.605 0 0 1 .57.403l.497 1.53a3.15 3.15 0 0 0 1.998 1.997l1.53.497l.032.007a.606.606 0 0 1 0 1.14l-1.532.496a3.16 3.16 0 0 0-1.998 1.997l-.497 1.53l-.014.038a.605.605 0 0 1-1.126-.038l-.497-1.53a3.15 3.15 0 0 0-1.998-2.004l-1.532-.497a.606.606 0 0 1 0-1.14l1.532-.496a3.16 3.16 0 0 0 1.954-1.96l.012-.037l.498-1.53A.6.6 0 0 1 19.97 1"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 28 28"><path fill="currentColor" d="M10.875 2c.895 0 1.719.304 2.375.814V25.01a4.18 4.18 0 0 1-2.706.99a4.206 4.206 0 0 1-4.112-3.325l-.04-.19a4.748 4.748 0 0 1-1.736-8.999a4.5 4.5 0 0 1 2.36-7.96A3.874 3.874 0 0 1 10.876 2m3.875 5.374q.15.095.32.155l1.559.5c.311.11.595.289.83.52q.099.099.18.21q.229.29.34.64l.5 1.53a1.7 1.7 0 0 0 .59.8a1.64 1.64 0 0 0 1.86 0l.13-.11a1.4 1.4 0 0 0-.06.38c.003.282.09.557.25.79c.161.23.393.403.66.49l.94.31a.85.85 0 0 1 .34.21a.9.9 0 0 1 .22.35l.3.92c.089.275.265.513.5.68a1.37 1.37 0 0 0 1.396.11a4.748 4.748 0 0 1-3.997 6.626l-.04.19A4.206 4.206 0 0 1 17.456 26a4.18 4.18 0 0 1-2.706-.99zM24.981 9a.36.36 0 0 1 .343.242l.298.918a1.9 1.9 0 0 0 1.2 1.197l.917.3l.019.003a.364.364 0 0 1 .176.552a.36.36 0 0 1-.176.132l-.92.299a1.9 1.9 0 0 0-1.197 1.197l-.3.918a.363.363 0 0 1-.683 0l-.299-.918a1.9 1.9 0 0 0-1.199-1.202l-.918-.298a.364.364 0 0 1-.176-.552a.36.36 0 0 1 .176-.132l.918-.299a1.9 1.9 0 0 0 1.18-1.197l.3-.918A.36.36 0 0 1 24.98 9m-5.01-8a.605.605 0 0 1 .57.403l.497 1.53a3.15 3.15 0 0 0 1.998 1.997l1.53.497l.032.007a.606.606 0 0 1 0 1.14l-1.532.496a3.16 3.16 0 0 0-1.998 1.997l-.497 1.53l-.014.038a.605.605 0 0 1-1.126-.038l-.497-1.53a3.15 3.15 0 0 0-1.998-2.004l-1.532-.497a.606.606 0 0 1 0-1.14l1.532-.496a3.16 3.16 0 0 0 1.954-1.96l.012-.037l.498-1.53A.6.6 0 0 1 19.97 1"/></svg> </template>
CSS
.icon-brain-sparkle-28-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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.875%202c.895%200%201.719.304%202.375.814V25.01a4.18%204.18%200%200%201-2.706.99a4.206%204.206%200%200%201-4.112-3.325l-.04-.19a4.748%204.748%200%200%201-1.736-8.999a4.5%204.5%200%200%201%202.36-7.96A3.874%203.874%200%200%201%2010.876%202m3.875%205.374q.15.095.32.155l1.559.5c.311.11.595.289.83.52q.099.099.18.21q.229.29.34.64l.5%201.53a1.7%201.7%200%200%200%20.59.8a1.64%201.64%200%200%200%201.86%200l.13-.11a1.4%201.4%200%200%200-.06.38c.003.282.09.557.25.79c.161.23.393.403.66.49l.94.31a.85.85%200%200%201%20.34.21a.9.9%200%200%201%20.22.35l.3.92c.089.275.265.513.5.68a1.37%201.37%200%200%200%201.396.11a4.748%204.748%200%200%201-3.997%206.626l-.04.19A4.206%204.206%200%200%201%2017.456%2026a4.18%204.18%200%200%201-2.706-.99zM24.981%209a.36.36%200%200%201%20.343.242l.298.918a1.9%201.9%200%200%200%201.2%201.197l.917.3l.019.003a.364.364%200%200%201%20.176.552a.36.36%200%200%201-.176.132l-.92.299a1.9%201.9%200%200%200-1.197%201.197l-.3.918a.363.363%200%200%201-.683%200l-.299-.918a1.9%201.9%200%200%200-1.199-1.202l-.918-.298a.364.364%200%200%201-.176-.552a.36.36%200%200%201%20.176-.132l.918-.299a1.9%201.9%200%200%200%201.18-1.197l.3-.918A.36.36%200%200%201%2024.98%209m-5.01-8a.605.605%200%200%201%20.57.403l.497%201.53a3.15%203.15%200%200%200%201.998%201.997l1.53.497l.032.007a.606.606%200%200%201%200%201.14l-1.532.496a3.16%203.16%200%200%200-1.998%201.997l-.497%201.53l-.014.038a.605.605%200%200%201-1.126-.038l-.497-1.53a3.15%203.15%200%200%200-1.998-2.004l-1.532-.497a.606.606%200%200%201%200-1.14l1.532-.496a3.16%203.16%200%200%200%201.954-1.96l.012-.037l.498-1.53A.6.6%200%200%201%2019.97%201%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%2028%2028%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.875%202c.895%200%201.719.304%202.375.814V25.01a4.18%204.18%200%200%201-2.706.99a4.206%204.206%200%200%201-4.112-3.325l-.04-.19a4.748%204.748%200%200%201-1.736-8.999a4.5%204.5%200%200%201%202.36-7.96A3.874%203.874%200%200%201%2010.876%202m3.875%205.374q.15.095.32.155l1.559.5c.311.11.595.289.83.52q.099.099.18.21q.229.29.34.64l.5%201.53a1.7%201.7%200%200%200%20.59.8a1.64%201.64%200%200%200%201.86%200l.13-.11a1.4%201.4%200%200%200-.06.38c.003.282.09.557.25.79c.161.23.393.403.66.49l.94.31a.85.85%200%200%201%20.34.21a.9.9%200%200%201%20.22.35l.3.92c.089.275.265.513.5.68a1.37%201.37%200%200%200%201.396.11a4.748%204.748%200%200%201-3.997%206.626l-.04.19A4.206%204.206%200%200%201%2017.456%2026a4.18%204.18%200%200%201-2.706-.99zM24.981%209a.36.36%200%200%201%20.343.242l.298.918a1.9%201.9%200%200%200%201.2%201.197l.917.3l.019.003a.364.364%200%200%201%20.176.552a.36.36%200%200%201-.176.132l-.92.299a1.9%201.9%200%200%200-1.197%201.197l-.3.918a.363.363%200%200%201-.683%200l-.299-.918a1.9%201.9%200%200%200-1.199-1.202l-.918-.298a.364.364%200%200%201-.176-.552a.36.36%200%200%201%20.176-.132l.918-.299a1.9%201.9%200%200%200%201.18-1.197l.3-.918A.36.36%200%200%201%2024.98%209m-5.01-8a.605.605%200%200%201%20.57.403l.497%201.53a3.15%203.15%200%200%200%201.998%201.997l1.53.497l.032.007a.606.606%200%200%201%200%201.14l-1.532.496a3.16%203.16%200%200%200-1.998%201.997l-.497%201.53l-.014.038a.605.605%200%200%201-1.126-.038l-.497-1.53a3.15%203.15%200%200%200-1.998-2.004l-1.532-.497a.606.606%200%200%201%200-1.14l1.532-.496a3.16%203.16%200%200%200%201.954-1.96l.012-.037l.498-1.53A.6.6%200%200%201%2019.97%201%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/brain-sparkle-28-filled.svg?color=%231a73e8&size=48