arrow circle up sparkle icon
arrow-circle-up-sparkle-24-regular from Fluent UI System Icons by Microsoft Corporation · 24 Regular · MIT Free for personal and commercial use.
- Name
- arrow-circle-up-sparkle-24-regular
- Set
- Fluent UI System Icons
- Style
- 24 Regular
- Viewbox
- 24×24
- License
- MIT
3 other variants in Fluent UI System Icons
The same icon in other sets
Related icons in Fluent UI System Icons
arrow-autofit-content-20-filledarrow-autofit-down-20-filledarrow-autofit-height-20-filledarrow-autofit-height-dotted-20-filledarrow-autofit-height-in-20-filledarrow-autofit-up-20-filledarrow-autofit-width-20-filledarrow-autofit-width-dotted-20-filledarrow-between-down-20-filledarrow-between-up-20-filledarrow-bidirectional-left-right-16-filledarrow-bidirectional-up-down-12-filledarrow-bounce-12-filledarrow-circle-down-12-filledarrow-circle-down-double-20-filledarrow-circle-down-right-12-filledarrow-circle-down-split-20-filledarrow-circle-down-up-20-filledarrow-circle-left-12-filledarrow-circle-right-12-filledarrow-circle-up-12-filledarrow-circle-up-left-16-filledarrow-circle-up-right-16-filledarrow-clockwise-12-filled
Use the arrow circle up sparkle icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.088 6.412a2.84 2.84 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 16.5 1.774l.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-.848m7.695 3.801l-.766-.248a1.58 1.58 0 0 1-.998-.999l-.25-.764a.302.302 0 0 0-.57 0l-.248.764a1.58 1.58 0 0 1-.984.999l-.765.248a.302.302 0 0 0 0 .57l.765.249a1.58 1.58 0 0 1 1 1.002l.248.764a.302.302 0 0 0 .57 0l.249-.764a1.58 1.58 0 0 1 .999-.999l.765-.248a.302.302 0 0 0 0-.57zM12 2.001c.957 0 1.883.134 2.76.385q-.175.107-.37.173l-1.34.44a1.6 1.6 0 0 0-.713.508a8.5 8.5 0 1 0 8.046 9.908c.22.367.54.635 1.077.635q.185-.001.338-.041c-.93 4.56-4.963 7.992-9.798 7.992c-5.523 0-10-4.477-10-10S6.477 2 12 2M7.47 12.28l.083.072a.75.75 0 0 0 .977-.072l2.72-2.72v6.69l.007.102A.75.75 0 0 0 12 17l.101-.007a.75.75 0 0 0 .649-.743V9.56l2.72 2.721l.084.073a.75.75 0 0 0 .977-1.133l-4-4.002l-.084-.072a.75.75 0 0 0-.977.072l-4 4.001l-.073.084a.75.75 0 0 0 .072.977"/></svg>
React
import type { SVGProps } from "react";
export function FluentArrowCircleUpSparkle24Regular(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="M16.088 6.412a2.84 2.84 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 16.5 1.774l.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-.848m7.695 3.801l-.766-.248a1.58 1.58 0 0 1-.998-.999l-.25-.764a.302.302 0 0 0-.57 0l-.248.764a1.58 1.58 0 0 1-.984.999l-.765.248a.302.302 0 0 0 0 .57l.765.249a1.58 1.58 0 0 1 1 1.002l.248.764a.302.302 0 0 0 .57 0l.249-.764a1.58 1.58 0 0 1 .999-.999l.765-.248a.302.302 0 0 0 0-.57zM12 2.001c.957 0 1.883.134 2.76.385q-.175.107-.37.173l-1.34.44a1.6 1.6 0 0 0-.713.508a8.5 8.5 0 1 0 8.046 9.908c.22.367.54.635 1.077.635q.185-.001.338-.041c-.93 4.56-4.963 7.992-9.798 7.992c-5.523 0-10-4.477-10-10S6.477 2 12 2M7.47 12.28l.083.072a.75.75 0 0 0 .977-.072l2.72-2.72v6.69l.007.102A.75.75 0 0 0 12 17l.101-.007a.75.75 0 0 0 .649-.743V9.56l2.72 2.721l.084.073a.75.75 0 0 0 .977-1.133l-4-4.002l-.084-.072a.75.75 0 0 0-.977.072l-4 4.001l-.073.084a.75.75 0 0 0 .072.977"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.088 6.412a2.84 2.84 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 16.5 1.774l.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-.848m7.695 3.801l-.766-.248a1.58 1.58 0 0 1-.998-.999l-.25-.764a.302.302 0 0 0-.57 0l-.248.764a1.58 1.58 0 0 1-.984.999l-.765.248a.302.302 0 0 0 0 .57l.765.249a1.58 1.58 0 0 1 1 1.002l.248.764a.302.302 0 0 0 .57 0l.249-.764a1.58 1.58 0 0 1 .999-.999l.765-.248a.302.302 0 0 0 0-.57zM12 2.001c.957 0 1.883.134 2.76.385q-.175.107-.37.173l-1.34.44a1.6 1.6 0 0 0-.713.508a8.5 8.5 0 1 0 8.046 9.908c.22.367.54.635 1.077.635q.185-.001.338-.041c-.93 4.56-4.963 7.992-9.798 7.992c-5.523 0-10-4.477-10-10S6.477 2 12 2M7.47 12.28l.083.072a.75.75 0 0 0 .977-.072l2.72-2.72v6.69l.007.102A.75.75 0 0 0 12 17l.101-.007a.75.75 0 0 0 .649-.743V9.56l2.72 2.721l.084.073a.75.75 0 0 0 .977-1.133l-4-4.002l-.084-.072a.75.75 0 0 0-.977.072l-4 4.001l-.073.084a.75.75 0 0 0 .072.977"/></svg> </template>
CSS
.icon-arrow-circle-up-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%22M16.088%206.412a2.84%202.84%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%2016.5%201.774l.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-.848m7.695%203.801l-.766-.248a1.58%201.58%200%200%201-.998-.999l-.25-.764a.302.302%200%200%200-.57%200l-.248.764a1.58%201.58%200%200%201-.984.999l-.765.248a.302.302%200%200%200%200%20.57l.765.249a1.58%201.58%200%200%201%201%201.002l.248.764a.302.302%200%200%200%20.57%200l.249-.764a1.58%201.58%200%200%201%20.999-.999l.765-.248a.302.302%200%200%200%200-.57zM12%202.001c.957%200%201.883.134%202.76.385q-.175.107-.37.173l-1.34.44a1.6%201.6%200%200%200-.713.508a8.5%208.5%200%201%200%208.046%209.908c.22.367.54.635%201.077.635q.185-.001.338-.041c-.93%204.56-4.963%207.992-9.798%207.992c-5.523%200-10-4.477-10-10S6.477%202%2012%202M7.47%2012.28l.083.072a.75.75%200%200%200%20.977-.072l2.72-2.72v6.69l.007.102A.75.75%200%200%200%2012%2017l.101-.007a.75.75%200%200%200%20.649-.743V9.56l2.72%202.721l.084.073a.75.75%200%200%200%20.977-1.133l-4-4.002l-.084-.072a.75.75%200%200%200-.977.072l-4%204.001l-.073.084a.75.75%200%200%200%20.072.977%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%22M16.088%206.412a2.84%202.84%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%2016.5%201.774l.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-.848m7.695%203.801l-.766-.248a1.58%201.58%200%200%201-.998-.999l-.25-.764a.302.302%200%200%200-.57%200l-.248.764a1.58%201.58%200%200%201-.984.999l-.765.248a.302.302%200%200%200%200%20.57l.765.249a1.58%201.58%200%200%201%201%201.002l.248.764a.302.302%200%200%200%20.57%200l.249-.764a1.58%201.58%200%200%201%20.999-.999l.765-.248a.302.302%200%200%200%200-.57zM12%202.001c.957%200%201.883.134%202.76.385q-.175.107-.37.173l-1.34.44a1.6%201.6%200%200%200-.713.508a8.5%208.5%200%201%200%208.046%209.908c.22.367.54.635%201.077.635q.185-.001.338-.041c-.93%204.56-4.963%207.992-9.798%207.992c-5.523%200-10-4.477-10-10S6.477%202%2012%202M7.47%2012.28l.083.072a.75.75%200%200%200%20.977-.072l2.72-2.72v6.69l.007.102A.75.75%200%200%200%2012%2017l.101-.007a.75.75%200%200%200%20.649-.743V9.56l2.72%202.721l.084.073a.75.75%200%200%200%20.977-1.133l-4-4.002l-.084-.072a.75.75%200%200%200-.977.072l-4%204.001l-.073.084a.75.75%200%200%200%20.072.977%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/arrow-circle-up-sparkle-24-regular.svg?color=%231a73e8&size=48