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

Name
crop-sparkle-24-filled
Set
Fluent UI System Icons
Style
24 Filled
Viewbox
24×24
License
MIT

1 other variant in Fluent UI System Icons

Related icons in Fluent UI System Icons

Use the crop sparkle icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.356 16.993A1.5 1.5 0 0 1 7 15.5V3l-.007-.117A1 1 0 0 0 5 3v2H3l-.117.007A1 1 0 0 0 3 7h2v8.5l.005.192A3.5 3.5 0 0 0 8.5 19h4.676l-.133-.043l-.012-.005A1.544 1.544 0 0 1 12.082 17H8.5zM19 13.248l-.067-.206l-.004-.012A1.543 1.543 0 0 0 17 12.074V8.5a1.5 1.5 0 0 0-1.355-1.493L15.5 7H8V5h7.5a3.5 3.5 0 0 1 3.495 3.308L19 8.5zm4.214-.676l.612.199l.013.003a.242.242 0 0 1 0 .456l-.613.198a1.26 1.26 0 0 0-.799.799l-.199.612a.24.24 0 0 1-.368.117a.24.24 0 0 1-.088-.117l-.2-.612a1.26 1.26 0 0 0-.798-.802l-.613-.199a.242.242 0 0 1 0-.456l.613-.198a1.26 1.26 0 0 0 .787-.799l.199-.612a.241.241 0 0 1 .456 0l.199.612a1.26 1.26 0 0 0 .799.799m-7.126 6.84a2.85 2.85 0 0 0-1.347-.955l-1.378-.448a.544.544 0 0 1 0-1.025l1.378-.448a2.84 2.84 0 0 0 1.759-1.762l.011-.034l.448-1.377a.544.544 0 0 1 1.027 0l.447 1.377a2.84 2.84 0 0 0 1.799 1.796l1.377.448l.028.007a.544.544 0 0 1 0 1.025l-1.378.448a2.84 2.84 0 0 0-1.798 1.796l-.448 1.377l-.013.034a.544.544 0 0 1-1.013-.034l-.448-1.377a2.8 2.8 0 0 0-.45-.848"/></svg>

React

import type { SVGProps } from "react";

export function FluentCropSparkle24Filled(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="M8.356 16.993A1.5 1.5 0 0 1 7 15.5V3l-.007-.117A1 1 0 0 0 5 3v2H3l-.117.007A1 1 0 0 0 3 7h2v8.5l.005.192A3.5 3.5 0 0 0 8.5 19h4.676l-.133-.043l-.012-.005A1.544 1.544 0 0 1 12.082 17H8.5zM19 13.248l-.067-.206l-.004-.012A1.543 1.543 0 0 0 17 12.074V8.5a1.5 1.5 0 0 0-1.355-1.493L15.5 7H8V5h7.5a3.5 3.5 0 0 1 3.495 3.308L19 8.5zm4.214-.676l.612.199l.013.003a.242.242 0 0 1 0 .456l-.613.198a1.26 1.26 0 0 0-.799.799l-.199.612a.24.24 0 0 1-.368.117a.24.24 0 0 1-.088-.117l-.2-.612a1.26 1.26 0 0 0-.798-.802l-.613-.199a.242.242 0 0 1 0-.456l.613-.198a1.26 1.26 0 0 0 .787-.799l.199-.612a.241.241 0 0 1 .456 0l.199.612a1.26 1.26 0 0 0 .799.799m-7.126 6.84a2.85 2.85 0 0 0-1.347-.955l-1.378-.448a.544.544 0 0 1 0-1.025l1.378-.448a2.84 2.84 0 0 0 1.759-1.762l.011-.034l.448-1.377a.544.544 0 0 1 1.027 0l.447 1.377a2.84 2.84 0 0 0 1.799 1.796l1.377.448l.028.007a.544.544 0 0 1 0 1.025l-1.378.448a2.84 2.84 0 0 0-1.798 1.796l-.448 1.377l-.013.034a.544.544 0 0 1-1.013-.034l-.448-1.377a2.8 2.8 0 0 0-.45-.848"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M8.356 16.993A1.5 1.5 0 0 1 7 15.5V3l-.007-.117A1 1 0 0 0 5 3v2H3l-.117.007A1 1 0 0 0 3 7h2v8.5l.005.192A3.5 3.5 0 0 0 8.5 19h4.676l-.133-.043l-.012-.005A1.544 1.544 0 0 1 12.082 17H8.5zM19 13.248l-.067-.206l-.004-.012A1.543 1.543 0 0 0 17 12.074V8.5a1.5 1.5 0 0 0-1.355-1.493L15.5 7H8V5h7.5a3.5 3.5 0 0 1 3.495 3.308L19 8.5zm4.214-.676l.612.199l.013.003a.242.242 0 0 1 0 .456l-.613.198a1.26 1.26 0 0 0-.799.799l-.199.612a.24.24 0 0 1-.368.117a.24.24 0 0 1-.088-.117l-.2-.612a1.26 1.26 0 0 0-.798-.802l-.613-.199a.242.242 0 0 1 0-.456l.613-.198a1.26 1.26 0 0 0 .787-.799l.199-.612a.241.241 0 0 1 .456 0l.199.612a1.26 1.26 0 0 0 .799.799m-7.126 6.84a2.85 2.85 0 0 0-1.347-.955l-1.378-.448a.544.544 0 0 1 0-1.025l1.378-.448a2.84 2.84 0 0 0 1.759-1.762l.011-.034l.448-1.377a.544.544 0 0 1 1.027 0l.447 1.377a2.84 2.84 0 0 0 1.799 1.796l1.377.448l.028.007a.544.544 0 0 1 0 1.025l-1.378.448a2.84 2.84 0 0 0-1.798 1.796l-.448 1.377l-.013.034a.544.544 0 0 1-1.013-.034l-.448-1.377a2.8 2.8 0 0 0-.45-.848"/></svg>
</template>

CSS

.icon-crop-sparkle-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%22M8.356%2016.993A1.5%201.5%200%200%201%207%2015.5V3l-.007-.117A1%201%200%200%200%205%203v2H3l-.117.007A1%201%200%200%200%203%207h2v8.5l.005.192A3.5%203.5%200%200%200%208.5%2019h4.676l-.133-.043l-.012-.005A1.544%201.544%200%200%201%2012.082%2017H8.5zM19%2013.248l-.067-.206l-.004-.012A1.543%201.543%200%200%200%2017%2012.074V8.5a1.5%201.5%200%200%200-1.355-1.493L15.5%207H8V5h7.5a3.5%203.5%200%200%201%203.495%203.308L19%208.5zm4.214-.676l.612.199l.013.003a.242.242%200%200%201%200%20.456l-.613.198a1.26%201.26%200%200%200-.799.799l-.199.612a.24.24%200%200%201-.368.117a.24.24%200%200%201-.088-.117l-.2-.612a1.26%201.26%200%200%200-.798-.802l-.613-.199a.242.242%200%200%201%200-.456l.613-.198a1.26%201.26%200%200%200%20.787-.799l.199-.612a.241.241%200%200%201%20.456%200l.199.612a1.26%201.26%200%200%200%20.799.799m-7.126%206.84a2.85%202.85%200%200%200-1.347-.955l-1.378-.448a.544.544%200%200%201%200-1.025l1.378-.448a2.84%202.84%200%200%200%201.759-1.762l.011-.034l.448-1.377a.544.544%200%200%201%201.027%200l.447%201.377a2.84%202.84%200%200%200%201.799%201.796l1.377.448l.028.007a.544.544%200%200%201%200%201.025l-1.378.448a2.84%202.84%200%200%200-1.798%201.796l-.448%201.377l-.013.034a.544.544%200%200%201-1.013-.034l-.448-1.377a2.8%202.8%200%200%200-.45-.848%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%22M8.356%2016.993A1.5%201.5%200%200%201%207%2015.5V3l-.007-.117A1%201%200%200%200%205%203v2H3l-.117.007A1%201%200%200%200%203%207h2v8.5l.005.192A3.5%203.5%200%200%200%208.5%2019h4.676l-.133-.043l-.012-.005A1.544%201.544%200%200%201%2012.082%2017H8.5zM19%2013.248l-.067-.206l-.004-.012A1.543%201.543%200%200%200%2017%2012.074V8.5a1.5%201.5%200%200%200-1.355-1.493L15.5%207H8V5h7.5a3.5%203.5%200%200%201%203.495%203.308L19%208.5zm4.214-.676l.612.199l.013.003a.242.242%200%200%201%200%20.456l-.613.198a1.26%201.26%200%200%200-.799.799l-.199.612a.24.24%200%200%201-.368.117a.24.24%200%200%201-.088-.117l-.2-.612a1.26%201.26%200%200%200-.798-.802l-.613-.199a.242.242%200%200%201%200-.456l.613-.198a1.26%201.26%200%200%200%20.787-.799l.199-.612a.241.241%200%200%201%20.456%200l.199.612a1.26%201.26%200%200%200%20.799.799m-7.126%206.84a2.85%202.85%200%200%200-1.347-.955l-1.378-.448a.544.544%200%200%201%200-1.025l1.378-.448a2.84%202.84%200%200%200%201.759-1.762l.011-.034l.448-1.377a.544.544%200%200%201%201.027%200l.447%201.377a2.84%202.84%200%200%200%201.799%201.796l1.377.448l.028.007a.544.544%200%200%201%200%201.025l-1.378.448a2.84%202.84%200%200%200-1.798%201.796l-.448%201.377l-.013.034a.544.544%200%200%201-1.013-.034l-.448-1.377a2.8%202.8%200%200%200-.45-.848%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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