camera-sparkles-24-filled from Fluent UI System Icons by Microsoft Corporation · 24 Filled · MIT Free for personal and commercial use.

Name
camera-sparkles-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

5 other variants in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the camera sparkles icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.854 6.146a2.84 2.84 0 0 1 .685 1.114l.448 1.377a.543.543 0 0 0 1.026 0l.448-1.377a2.84 2.84 0 0 1 1.798-1.796l1.378-.448a.544.544 0 0 0 0-1.025l-.028-.007l-1.378-.448a2.84 2.84 0 0 1-1.798-1.796L17.987.363a.544.544 0 0 0-1.027 0l-.448 1.377l-.011.034a2.84 2.84 0 0 1-1.005 1.367h-.001a2.8 2.8 0 0 1-.753.396l-.6.194l-.78.249a.57.57 0 0 0-.26.2a.5.5 0 0 0-.1.339a.5.5 0 0 0 .099.292a.54.54 0 0 0 .26.199l1.38.45a2.8 2.8 0 0 1 1.114.686m7.163 3.819l.766.248l.015.004a.303.303 0 0 1 .147.46a.3.3 0 0 1-.147.11l-.765.248a1.58 1.58 0 0 0-1 .999l-.248.764a.3.3 0 0 1-.382.186a.3.3 0 0 1-.112-.054a.28.28 0 0 1-.12-.14l-.092-.41l-.113-.347a1.58 1.58 0 0 0-.999-1.001l-.765-.249a.303.303 0 0 1-.147-.46a.3.3 0 0 1 .147-.11l.765-.248a1.58 1.58 0 0 0 .984-.999l.249-.764a.302.302 0 0 1 .57 0l.249.764a1.58 1.58 0 0 0 .999.999M15 12.5a3 3 0 1 0-6 0a3 3 0 0 0 6 0m7 5.25v-3.858a1.29 1.29 0 0 1-1.29-.122a1.35 1.35 0 0 1-.49-.65l-.24-.76a.6.6 0 0 0-.14-.23a.7.7 0 0 0-.22-.14l-.79-.25a1.3 1.3 0 0 1-.63-.48a1.26 1.26 0 0 1-.24-.75a1.3 1.3 0 0 1 .18-.66a1.45 1.45 0 0 1-.68.16a1.57 1.57 0 0 1-.89-.28a1.6 1.6 0 0 1-.57-.77l-.44-1.38a2 2 0 0 0-.29-.55l-.15-.17a1.8 1.8 0 0 0-.72-.44L13 5.96a1.6 1.6 0 0 1-.74-.57a1.57 1.57 0 0 1 0-1.79a1.65 1.65 0 0 1 .77-.57l1.36-.44l.066-.023a2.3 2.3 0 0 0-.531-.064h-3.803a2.25 2.25 0 0 0-1.917 1.073L7.33 5H5.25A3.25 3.25 0 0 0 2 8.25v9.5A3.25 3.25 0 0 0 5.25 21h13.5A3.25 3.25 0 0 0 22 17.75M7.5 12.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0"/></svg>

React

import type { SVGProps } from "react";

export function FluentCameraSparkles24Filled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.854 6.146a2.84 2.84 0 0 1 .685 1.114l.448 1.377a.543.543 0 0 0 1.026 0l.448-1.377a2.84 2.84 0 0 1 1.798-1.796l1.378-.448a.544.544 0 0 0 0-1.025l-.028-.007l-1.378-.448a2.84 2.84 0 0 1-1.798-1.796L17.987.363a.544.544 0 0 0-1.027 0l-.448 1.377l-.011.034a2.84 2.84 0 0 1-1.005 1.367h-.001a2.8 2.8 0 0 1-.753.396l-.6.194l-.78.249a.57.57 0 0 0-.26.2a.5.5 0 0 0-.1.339a.5.5 0 0 0 .099.292a.54.54 0 0 0 .26.199l1.38.45a2.8 2.8 0 0 1 1.114.686m7.163 3.819l.766.248l.015.004a.303.303 0 0 1 .147.46a.3.3 0 0 1-.147.11l-.765.248a1.58 1.58 0 0 0-1 .999l-.248.764a.3.3 0 0 1-.382.186a.3.3 0 0 1-.112-.054a.28.28 0 0 1-.12-.14l-.092-.41l-.113-.347a1.58 1.58 0 0 0-.999-1.001l-.765-.249a.303.303 0 0 1-.147-.46a.3.3 0 0 1 .147-.11l.765-.248a1.58 1.58 0 0 0 .984-.999l.249-.764a.302.302 0 0 1 .57 0l.249.764a1.58 1.58 0 0 0 .999.999M15 12.5a3 3 0 1 0-6 0a3 3 0 0 0 6 0m7 5.25v-3.858a1.29 1.29 0 0 1-1.29-.122a1.35 1.35 0 0 1-.49-.65l-.24-.76a.6.6 0 0 0-.14-.23a.7.7 0 0 0-.22-.14l-.79-.25a1.3 1.3 0 0 1-.63-.48a1.26 1.26 0 0 1-.24-.75a1.3 1.3 0 0 1 .18-.66a1.45 1.45 0 0 1-.68.16a1.57 1.57 0 0 1-.89-.28a1.6 1.6 0 0 1-.57-.77l-.44-1.38a2 2 0 0 0-.29-.55l-.15-.17a1.8 1.8 0 0 0-.72-.44L13 5.96a1.6 1.6 0 0 1-.74-.57a1.57 1.57 0 0 1 0-1.79a1.65 1.65 0 0 1 .77-.57l1.36-.44l.066-.023a2.3 2.3 0 0 0-.531-.064h-3.803a2.25 2.25 0 0 0-1.917 1.073L7.33 5H5.25A3.25 3.25 0 0 0 2 8.25v9.5A3.25 3.25 0 0 0 5.25 21h13.5A3.25 3.25 0 0 0 22 17.75M7.5 12.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M15.854 6.146a2.84 2.84 0 0 1 .685 1.114l.448 1.377a.543.543 0 0 0 1.026 0l.448-1.377a2.84 2.84 0 0 1 1.798-1.796l1.378-.448a.544.544 0 0 0 0-1.025l-.028-.007l-1.378-.448a2.84 2.84 0 0 1-1.798-1.796L17.987.363a.544.544 0 0 0-1.027 0l-.448 1.377l-.011.034a2.84 2.84 0 0 1-1.005 1.367h-.001a2.8 2.8 0 0 1-.753.396l-.6.194l-.78.249a.57.57 0 0 0-.26.2a.5.5 0 0 0-.1.339a.5.5 0 0 0 .099.292a.54.54 0 0 0 .26.199l1.38.45a2.8 2.8 0 0 1 1.114.686m7.163 3.819l.766.248l.015.004a.303.303 0 0 1 .147.46a.3.3 0 0 1-.147.11l-.765.248a1.58 1.58 0 0 0-1 .999l-.248.764a.3.3 0 0 1-.382.186a.3.3 0 0 1-.112-.054a.28.28 0 0 1-.12-.14l-.092-.41l-.113-.347a1.58 1.58 0 0 0-.999-1.001l-.765-.249a.303.303 0 0 1-.147-.46a.3.3 0 0 1 .147-.11l.765-.248a1.58 1.58 0 0 0 .984-.999l.249-.764a.302.302 0 0 1 .57 0l.249.764a1.58 1.58 0 0 0 .999.999M15 12.5a3 3 0 1 0-6 0a3 3 0 0 0 6 0m7 5.25v-3.858a1.29 1.29 0 0 1-1.29-.122a1.35 1.35 0 0 1-.49-.65l-.24-.76a.6.6 0 0 0-.14-.23a.7.7 0 0 0-.22-.14l-.79-.25a1.3 1.3 0 0 1-.63-.48a1.26 1.26 0 0 1-.24-.75a1.3 1.3 0 0 1 .18-.66a1.45 1.45 0 0 1-.68.16a1.57 1.57 0 0 1-.89-.28a1.6 1.6 0 0 1-.57-.77l-.44-1.38a2 2 0 0 0-.29-.55l-.15-.17a1.8 1.8 0 0 0-.72-.44L13 5.96a1.6 1.6 0 0 1-.74-.57a1.57 1.57 0 0 1 0-1.79a1.65 1.65 0 0 1 .77-.57l1.36-.44l.066-.023a2.3 2.3 0 0 0-.531-.064h-3.803a2.25 2.25 0 0 0-1.917 1.073L7.33 5H5.25A3.25 3.25 0 0 0 2 8.25v9.5A3.25 3.25 0 0 0 5.25 21h13.5A3.25 3.25 0 0 0 22 17.75M7.5 12.5a4.5 4.5 0 1 1 9 0a4.5 4.5 0 0 1-9 0"/></svg>
</template>

CSS

.icon-camera-sparkles-24-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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.854%206.146a2.84%202.84%200%200%201%20.685%201.114l.448%201.377a.543.543%200%200%200%201.026%200l.448-1.377a2.84%202.84%200%200%201%201.798-1.796l1.378-.448a.544.544%200%200%200%200-1.025l-.028-.007l-1.378-.448a2.84%202.84%200%200%201-1.798-1.796L17.987.363a.544.544%200%200%200-1.027%200l-.448%201.377l-.011.034a2.84%202.84%200%200%201-1.005%201.367h-.001a2.8%202.8%200%200%201-.753.396l-.6.194l-.78.249a.57.57%200%200%200-.26.2a.5.5%200%200%200-.1.339a.5.5%200%200%200%20.099.292a.54.54%200%200%200%20.26.199l1.38.45a2.8%202.8%200%200%201%201.114.686m7.163%203.819l.766.248l.015.004a.303.303%200%200%201%20.147.46a.3.3%200%200%201-.147.11l-.765.248a1.58%201.58%200%200%200-1%20.999l-.248.764a.3.3%200%200%201-.382.186a.3.3%200%200%201-.112-.054a.28.28%200%200%201-.12-.14l-.092-.41l-.113-.347a1.58%201.58%200%200%200-.999-1.001l-.765-.249a.303.303%200%200%201-.147-.46a.3.3%200%200%201%20.147-.11l.765-.248a1.58%201.58%200%200%200%20.984-.999l.249-.764a.302.302%200%200%201%20.57%200l.249.764a1.58%201.58%200%200%200%20.999.999M15%2012.5a3%203%200%201%200-6%200a3%203%200%200%200%206%200m7%205.25v-3.858a1.29%201.29%200%200%201-1.29-.122a1.35%201.35%200%200%201-.49-.65l-.24-.76a.6.6%200%200%200-.14-.23a.7.7%200%200%200-.22-.14l-.79-.25a1.3%201.3%200%200%201-.63-.48a1.26%201.26%200%200%201-.24-.75a1.3%201.3%200%200%201%20.18-.66a1.45%201.45%200%200%201-.68.16a1.57%201.57%200%200%201-.89-.28a1.6%201.6%200%200%201-.57-.77l-.44-1.38a2%202%200%200%200-.29-.55l-.15-.17a1.8%201.8%200%200%200-.72-.44L13%205.96a1.6%201.6%200%200%201-.74-.57a1.57%201.57%200%200%201%200-1.79a1.65%201.65%200%200%201%20.77-.57l1.36-.44l.066-.023a2.3%202.3%200%200%200-.531-.064h-3.803a2.25%202.25%200%200%200-1.917%201.073L7.33%205H5.25A3.25%203.25%200%200%200%202%208.25v9.5A3.25%203.25%200%200%200%205.25%2021h13.5A3.25%203.25%200%200%200%2022%2017.75M7.5%2012.5a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M15.854%206.146a2.84%202.84%200%200%201%20.685%201.114l.448%201.377a.543.543%200%200%200%201.026%200l.448-1.377a2.84%202.84%200%200%201%201.798-1.796l1.378-.448a.544.544%200%200%200%200-1.025l-.028-.007l-1.378-.448a2.84%202.84%200%200%201-1.798-1.796L17.987.363a.544.544%200%200%200-1.027%200l-.448%201.377l-.011.034a2.84%202.84%200%200%201-1.005%201.367h-.001a2.8%202.8%200%200%201-.753.396l-.6.194l-.78.249a.57.57%200%200%200-.26.2a.5.5%200%200%200-.1.339a.5.5%200%200%200%20.099.292a.54.54%200%200%200%20.26.199l1.38.45a2.8%202.8%200%200%201%201.114.686m7.163%203.819l.766.248l.015.004a.303.303%200%200%201%20.147.46a.3.3%200%200%201-.147.11l-.765.248a1.58%201.58%200%200%200-1%20.999l-.248.764a.3.3%200%200%201-.382.186a.3.3%200%200%201-.112-.054a.28.28%200%200%201-.12-.14l-.092-.41l-.113-.347a1.58%201.58%200%200%200-.999-1.001l-.765-.249a.303.303%200%200%201-.147-.46a.3.3%200%200%201%20.147-.11l.765-.248a1.58%201.58%200%200%200%20.984-.999l.249-.764a.302.302%200%200%201%20.57%200l.249.764a1.58%201.58%200%200%200%20.999.999M15%2012.5a3%203%200%201%200-6%200a3%203%200%200%200%206%200m7%205.25v-3.858a1.29%201.29%200%200%201-1.29-.122a1.35%201.35%200%200%201-.49-.65l-.24-.76a.6.6%200%200%200-.14-.23a.7.7%200%200%200-.22-.14l-.79-.25a1.3%201.3%200%200%201-.63-.48a1.26%201.26%200%200%201-.24-.75a1.3%201.3%200%200%201%20.18-.66a1.45%201.45%200%200%201-.68.16a1.57%201.57%200%200%201-.89-.28a1.6%201.6%200%200%201-.57-.77l-.44-1.38a2%202%200%200%200-.29-.55l-.15-.17a1.8%201.8%200%200%200-.72-.44L13%205.96a1.6%201.6%200%200%201-.74-.57a1.57%201.57%200%200%201%200-1.79a1.65%201.65%200%200%201%20.77-.57l1.36-.44l.066-.023a2.3%202.3%200%200%200-.531-.064h-3.803a2.25%202.25%200%200%200-1.917%201.073L7.33%205H5.25A3.25%203.25%200%200%200%202%208.25v9.5A3.25%203.25%200%200%200%205.25%2021h13.5A3.25%203.25%200%200%200%2022%2017.75M7.5%2012.5a4.5%204.5%200%201%201%209%200a4.5%204.5%200%200%201-9%200%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/camera-sparkles-24-filled.svg?color=%231a73e8&size=48