document sparkle icon
document-sparkle-48-regular from Fluent UI System Icons by Microsoft Corporation · 48 Regular · MIT Free for personal and commercial use.
- Name
- document-sparkle-48-regular
- Set
- Fluent UI System Icons
- Style
- 48 Regular
- Viewbox
- 48×48
- License
- MIT
15 other variants in Fluent UI System Icons
document-sparkle-16-filleddocument-sparkle-16-regulardocument-sparkle-20-filleddocument-sparkle-20-regulardocument-sparkle-24-filleddocument-sparkle-24-lightdocument-sparkle-24-regulardocument-sparkle-28-filleddocument-sparkle-28-lightdocument-sparkle-28-regulardocument-sparkle-32-filleddocument-sparkle-32-lightdocument-sparkle-32-regulardocument-sparkle-48-filleddocument-sparkle-48-light
Related icons in Fluent UI System Icons
document-100-16-filleddocument-add-16-filleddocument-arrow-down-16-filleddocument-arrow-down-off-20-filleddocument-arrow-left-16-filleddocument-arrow-right-16-filleddocument-arrow-up-16-filleddocument-autosave-24-regulardocument-border-20-filleddocument-border-print-20-filleddocument-briefcase-16-filleddocument-broken-20-filleddocument-bullet-list-16-filleddocument-bullet-list-arrow-left-16-filleddocument-bullet-list-clock-20-filleddocument-bullet-list-cube-16-filleddocument-bullet-list-multiple-20-filleddocument-bullet-list-off-20-filleddocument-catch-up-16-filleddocument-checkmark-16-filleddocument-chevron-double-20-filleddocument-code-16-filleddocument-contract-16-filleddocument-copy-16-filled
Use the document sparkle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M12.25 6.5a1.75 1.75 0 0 0-1.75 1.75v12.92A3 3 0 0 0 9.45 21a3 3 0 0 0-1.45.371V8.25A4.25 4.25 0 0 1 12.25 4h12.507a4.25 4.25 0 0 1 3.006 1.245l10.992 10.992A4.25 4.25 0 0 1 40 19.243V39.75A4.25 4.25 0 0 1 35.75 44H23.526A2.55 2.55 0 0 0 24 42.5a2.5 2.5 0 0 0-.193-1H35.75a1.75 1.75 0 0 0 1.75-1.75V20h-9.25A4.25 4.25 0 0 1 24 15.75V6.5zm16 11h8.232L26.5 7.518v8.232c0 .966.784 1.75 1.75 1.75M6.833 35.112a5.36 5.36 0 0 0-2.545-1.805l-2.602-.845a1.028 1.028 0 0 1 0-1.937l2.602-.845a5.36 5.36 0 0 0 3.323-3.33l.022-.064l.846-2.6a1.027 1.027 0 0 1 1.938 0l.846 2.6a5.36 5.36 0 0 0 3.396 3.394l2.603.845l.052.013a1.028 1.028 0 0 1 0 1.937l-2.603.845a5.36 5.36 0 0 0-3.396 3.394l-.846 2.6l-.025.064a1.027 1.027 0 0 1-1.538.433a1.03 1.03 0 0 1-.375-.496l-.846-2.601a5.4 5.4 0 0 0-.852-1.602m14.776 6.872l-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.377a2.84 2.84 0 0 1-1.77 1.796l-1.378.448a.545.545 0 0 0 0 1.025l1.378.448q.227.075.438.188l.003.015a2.84 2.84 0 0 1 1.357 1.61l.448 1.377a.545.545 0 0 0 1.01.038v-.008l.016-.04l.448-1.377a2.84 2.84 0 0 1 1.798-1.796l1.378-.448a.545.545 0 0 0 0-1.025z"/></svg>
React
import type { SVGProps } from "react";
export function FluentDocumentSparkle48Regular(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M12.25 6.5a1.75 1.75 0 0 0-1.75 1.75v12.92A3 3 0 0 0 9.45 21a3 3 0 0 0-1.45.371V8.25A4.25 4.25 0 0 1 12.25 4h12.507a4.25 4.25 0 0 1 3.006 1.245l10.992 10.992A4.25 4.25 0 0 1 40 19.243V39.75A4.25 4.25 0 0 1 35.75 44H23.526A2.55 2.55 0 0 0 24 42.5a2.5 2.5 0 0 0-.193-1H35.75a1.75 1.75 0 0 0 1.75-1.75V20h-9.25A4.25 4.25 0 0 1 24 15.75V6.5zm16 11h8.232L26.5 7.518v8.232c0 .966.784 1.75 1.75 1.75M6.833 35.112a5.36 5.36 0 0 0-2.545-1.805l-2.602-.845a1.028 1.028 0 0 1 0-1.937l2.602-.845a5.36 5.36 0 0 0 3.323-3.33l.022-.064l.846-2.6a1.027 1.027 0 0 1 1.938 0l.846 2.6a5.36 5.36 0 0 0 3.396 3.394l2.603.845l.052.013a1.028 1.028 0 0 1 0 1.937l-2.603.845a5.36 5.36 0 0 0-3.396 3.394l-.846 2.6l-.025.064a1.027 1.027 0 0 1-1.538.433a1.03 1.03 0 0 1-.375-.496l-.846-2.601a5.4 5.4 0 0 0-.852-1.602m14.776 6.872l-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.377a2.84 2.84 0 0 1-1.77 1.796l-1.378.448a.545.545 0 0 0 0 1.025l1.378.448q.227.075.438.188l.003.015a2.84 2.84 0 0 1 1.357 1.61l.448 1.377a.545.545 0 0 0 1.01.038v-.008l.016-.04l.448-1.377a2.84 2.84 0 0 1 1.798-1.796l1.378-.448a.545.545 0 0 0 0-1.025z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 48 48"><path fill="currentColor" d="M12.25 6.5a1.75 1.75 0 0 0-1.75 1.75v12.92A3 3 0 0 0 9.45 21a3 3 0 0 0-1.45.371V8.25A4.25 4.25 0 0 1 12.25 4h12.507a4.25 4.25 0 0 1 3.006 1.245l10.992 10.992A4.25 4.25 0 0 1 40 19.243V39.75A4.25 4.25 0 0 1 35.75 44H23.526A2.55 2.55 0 0 0 24 42.5a2.5 2.5 0 0 0-.193-1H35.75a1.75 1.75 0 0 0 1.75-1.75V20h-9.25A4.25 4.25 0 0 1 24 15.75V6.5zm16 11h8.232L26.5 7.518v8.232c0 .966.784 1.75 1.75 1.75M6.833 35.112a5.36 5.36 0 0 0-2.545-1.805l-2.602-.845a1.028 1.028 0 0 1 0-1.937l2.602-.845a5.36 5.36 0 0 0 3.323-3.33l.022-.064l.846-2.6a1.027 1.027 0 0 1 1.938 0l.846 2.6a5.36 5.36 0 0 0 3.396 3.394l2.603.845l.052.013a1.028 1.028 0 0 1 0 1.937l-2.603.845a5.36 5.36 0 0 0-3.396 3.394l-.846 2.6l-.025.064a1.027 1.027 0 0 1-1.538.433a1.03 1.03 0 0 1-.375-.496l-.846-2.601a5.4 5.4 0 0 0-.852-1.602m14.776 6.872l-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.377a2.84 2.84 0 0 1-1.77 1.796l-1.378.448a.545.545 0 0 0 0 1.025l1.378.448q.227.075.438.188l.003.015a2.84 2.84 0 0 1 1.357 1.61l.448 1.377a.545.545 0 0 0 1.01.038v-.008l.016-.04l.448-1.377a2.84 2.84 0 0 1 1.798-1.796l1.378-.448a.545.545 0 0 0 0-1.025z"/></svg> </template>
CSS
.icon-document-sparkle-48-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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.25%206.5a1.75%201.75%200%200%200-1.75%201.75v12.92A3%203%200%200%200%209.45%2021a3%203%200%200%200-1.45.371V8.25A4.25%204.25%200%200%201%2012.25%204h12.507a4.25%204.25%200%200%201%203.006%201.245l10.992%2010.992A4.25%204.25%200%200%201%2040%2019.243V39.75A4.25%204.25%200%200%201%2035.75%2044H23.526A2.55%202.55%200%200%200%2024%2042.5a2.5%202.5%200%200%200-.193-1H35.75a1.75%201.75%200%200%200%201.75-1.75V20h-9.25A4.25%204.25%200%200%201%2024%2015.75V6.5zm16%2011h8.232L26.5%207.518v8.232c0%20.966.784%201.75%201.75%201.75M6.833%2035.112a5.36%205.36%200%200%200-2.545-1.805l-2.602-.845a1.028%201.028%200%200%201%200-1.937l2.602-.845a5.36%205.36%200%200%200%203.323-3.33l.022-.064l.846-2.6a1.027%201.027%200%200%201%201.938%200l.846%202.6a5.36%205.36%200%200%200%203.396%203.394l2.603.845l.052.013a1.028%201.028%200%200%201%200%201.937l-2.603.845a5.36%205.36%200%200%200-3.396%203.394l-.846%202.6l-.025.064a1.027%201.027%200%200%201-1.538.433a1.03%201.03%200%200%201-.375-.496l-.846-2.601a5.4%205.4%200%200%200-.852-1.602m14.776%206.872l-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.377a2.84%202.84%200%200%201-1.77%201.796l-1.378.448a.545.545%200%200%200%200%201.025l1.378.448q.227.075.438.188l.003.015a2.84%202.84%200%200%201%201.357%201.61l.448%201.377a.545.545%200%200%200%201.01.038v-.008l.016-.04l.448-1.377a2.84%202.84%200%200%201%201.798-1.796l1.378-.448a.545.545%200%200%200%200-1.025z%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%2048%2048%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.25%206.5a1.75%201.75%200%200%200-1.75%201.75v12.92A3%203%200%200%200%209.45%2021a3%203%200%200%200-1.45.371V8.25A4.25%204.25%200%200%201%2012.25%204h12.507a4.25%204.25%200%200%201%203.006%201.245l10.992%2010.992A4.25%204.25%200%200%201%2040%2019.243V39.75A4.25%204.25%200%200%201%2035.75%2044H23.526A2.55%202.55%200%200%200%2024%2042.5a2.5%202.5%200%200%200-.193-1H35.75a1.75%201.75%200%200%200%201.75-1.75V20h-9.25A4.25%204.25%200%200%201%2024%2015.75V6.5zm16%2011h8.232L26.5%207.518v8.232c0%20.966.784%201.75%201.75%201.75M6.833%2035.112a5.36%205.36%200%200%200-2.545-1.805l-2.602-.845a1.028%201.028%200%200%201%200-1.937l2.602-.845a5.36%205.36%200%200%200%203.323-3.33l.022-.064l.846-2.6a1.027%201.027%200%200%201%201.938%200l.846%202.6a5.36%205.36%200%200%200%203.396%203.394l2.603.845l.052.013a1.028%201.028%200%200%201%200%201.937l-2.603.845a5.36%205.36%200%200%200-3.396%203.394l-.846%202.6l-.025.064a1.027%201.027%200%200%201-1.538.433a1.03%201.03%200%200%201-.375-.496l-.846-2.601a5.4%205.4%200%200%200-.852-1.602m14.776%206.872l-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.377a2.84%202.84%200%200%201-1.77%201.796l-1.378.448a.545.545%200%200%200%200%201.025l1.378.448q.227.075.438.188l.003.015a2.84%202.84%200%200%201%201.357%201.61l.448%201.377a.545.545%200%200%200%201.01.038v-.008l.016-.04l.448-1.377a2.84%202.84%200%200%201%201.798-1.796l1.378-.448a.545.545%200%200%200%200-1.025z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/document-sparkle-48-regular.svg?color=%231a73e8&size=48