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

Name
crop-sparkle-24-regular
Set
Fluent UI System Icons
Style
24 Regular
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.75 18.5h3.62a1.54 1.54 0 0 1-.288-1.5H8.75l-.144-.006A1.75 1.75 0 0 1 7 15.25V2.75l-.007-.102A.75.75 0 0 0 5.5 2.75L5.499 5.5H2.75l-.102.007A.75.75 0 0 0 2.75 7h2.749l.001 8.25l.005.184A3.25 3.25 0 0 0 8.75 18.5m9.614-6.217q.072.051.136.108V8.75l-.005-.184A3.25 3.25 0 0 0 15.25 5.5H8V7h7.25l.143.006A1.75 1.75 0 0 1 17 8.75v3.324a1.55 1.55 0 0 1 1.364.21m4.85.289l.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.36 6.574a2.85 2.85 0 0 1 .685 1.114l.448 1.377a.544.544 0 0 0 1.026 0l.448-1.377a2.84 2.84 0 0 1 1.798-1.796l1.378-.448a.545.545 0 0 0 0-1.025l-.028-.007l-1.378-.448a2.84 2.84 0 0 1-1.798-1.796l-.447-1.377a.544.544 0 0 0-1.027 0l-.448 1.377l-.011.034a2.84 2.84 0 0 1-1.759 1.762l-1.378.448a.545.545 0 0 0 0 1.025l1.378.448c.42.14.8.376 1.113.689"/></svg>

React

import type { SVGProps } from "react";

export function FluentCropSparkle24Regular(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.75 18.5h3.62a1.54 1.54 0 0 1-.288-1.5H8.75l-.144-.006A1.75 1.75 0 0 1 7 15.25V2.75l-.007-.102A.75.75 0 0 0 5.5 2.75L5.499 5.5H2.75l-.102.007A.75.75 0 0 0 2.75 7h2.749l.001 8.25l.005.184A3.25 3.25 0 0 0 8.75 18.5m9.614-6.217q.072.051.136.108V8.75l-.005-.184A3.25 3.25 0 0 0 15.25 5.5H8V7h7.25l.143.006A1.75 1.75 0 0 1 17 8.75v3.324a1.55 1.55 0 0 1 1.364.21m4.85.289l.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.36 6.574a2.85 2.85 0 0 1 .685 1.114l.448 1.377a.544.544 0 0 0 1.026 0l.448-1.377a2.84 2.84 0 0 1 1.798-1.796l1.378-.448a.545.545 0 0 0 0-1.025l-.028-.007l-1.378-.448a2.84 2.84 0 0 1-1.798-1.796l-.447-1.377a.544.544 0 0 0-1.027 0l-.448 1.377l-.011.034a2.84 2.84 0 0 1-1.759 1.762l-1.378.448a.545.545 0 0 0 0 1.025l1.378.448c.42.14.8.376 1.113.689"/></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.75 18.5h3.62a1.54 1.54 0 0 1-.288-1.5H8.75l-.144-.006A1.75 1.75 0 0 1 7 15.25V2.75l-.007-.102A.75.75 0 0 0 5.5 2.75L5.499 5.5H2.75l-.102.007A.75.75 0 0 0 2.75 7h2.749l.001 8.25l.005.184A3.25 3.25 0 0 0 8.75 18.5m9.614-6.217q.072.051.136.108V8.75l-.005-.184A3.25 3.25 0 0 0 15.25 5.5H8V7h7.25l.143.006A1.75 1.75 0 0 1 17 8.75v3.324a1.55 1.55 0 0 1 1.364.21m4.85.289l.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.36 6.574a2.85 2.85 0 0 1 .685 1.114l.448 1.377a.544.544 0 0 0 1.026 0l.448-1.377a2.84 2.84 0 0 1 1.798-1.796l1.378-.448a.545.545 0 0 0 0-1.025l-.028-.007l-1.378-.448a2.84 2.84 0 0 1-1.798-1.796l-.447-1.377a.544.544 0 0 0-1.027 0l-.448 1.377l-.011.034a2.84 2.84 0 0 1-1.759 1.762l-1.378.448a.545.545 0 0 0 0 1.025l1.378.448c.42.14.8.376 1.113.689"/></svg>
</template>

CSS

.icon-crop-sparkle-24-regular {
  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.75%2018.5h3.62a1.54%201.54%200%200%201-.288-1.5H8.75l-.144-.006A1.75%201.75%200%200%201%207%2015.25V2.75l-.007-.102A.75.75%200%200%200%205.5%202.75L5.499%205.5H2.75l-.102.007A.75.75%200%200%200%202.75%207h2.749l.001%208.25l.005.184A3.25%203.25%200%200%200%208.75%2018.5m9.614-6.217q.072.051.136.108V8.75l-.005-.184A3.25%203.25%200%200%200%2015.25%205.5H8V7h7.25l.143.006A1.75%201.75%200%200%201%2017%208.75v3.324a1.55%201.55%200%200%201%201.364.21m4.85.289l.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.36%206.574a2.85%202.85%200%200%201%20.685%201.114l.448%201.377a.544.544%200%200%200%201.026%200l.448-1.377a2.84%202.84%200%200%201%201.798-1.796l1.378-.448a.545.545%200%200%200%200-1.025l-.028-.007l-1.378-.448a2.84%202.84%200%200%201-1.798-1.796l-.447-1.377a.544.544%200%200%200-1.027%200l-.448%201.377l-.011.034a2.84%202.84%200%200%201-1.759%201.762l-1.378.448a.545.545%200%200%200%200%201.025l1.378.448c.42.14.8.376%201.113.689%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.75%2018.5h3.62a1.54%201.54%200%200%201-.288-1.5H8.75l-.144-.006A1.75%201.75%200%200%201%207%2015.25V2.75l-.007-.102A.75.75%200%200%200%205.5%202.75L5.499%205.5H2.75l-.102.007A.75.75%200%200%200%202.75%207h2.749l.001%208.25l.005.184A3.25%203.25%200%200%200%208.75%2018.5m9.614-6.217q.072.051.136.108V8.75l-.005-.184A3.25%203.25%200%200%200%2015.25%205.5H8V7h7.25l.143.006A1.75%201.75%200%200%201%2017%208.75v3.324a1.55%201.55%200%200%201%201.364.21m4.85.289l.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.36%206.574a2.85%202.85%200%200%201%20.685%201.114l.448%201.377a.544.544%200%200%200%201.026%200l.448-1.377a2.84%202.84%200%200%201%201.798-1.796l1.378-.448a.545.545%200%200%200%200-1.025l-.028-.007l-1.378-.448a2.84%202.84%200%200%201-1.798-1.796l-.447-1.377a.544.544%200%200%200-1.027%200l-.448%201.377l-.011.034a2.84%202.84%200%200%201-1.759%201.762l-1.378.448a.545.545%200%200%200%200%201.025l1.378.448c.42.14.8.376%201.113.689%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-regular.svg?color=%231a73e8&size=48