star arrow right icon
star-arrow-right-32-light from Fluent UI System Icons by Microsoft Corporation · 32 Light · MIT Free for personal and commercial use.
- Name
- star-arrow-right-32-light
- Set
- Fluent UI System Icons
- Style
- 32 Light
- Viewbox
- 32×32
- License
- MIT
1 other variant in Fluent UI System Icons
Related icons in Fluent UI System Icons
star-add-16-filledstar-arrow-back-16-filledstar-arrow-right-end-20-filledstar-arrow-right-start-20-filledstar-checkmark-16-filledstar-dismiss-16-filledstar-edit-20-filledstar-emphasis-16-filledstar-half-12-filledstar-line-horizontal-3-16-filledstar-off-12-filledstar-one-quarter-12-filledstar-prohibited-16-filledstar-settings-20-filledstar-three-quarter-12-filled
Use the star arrow right icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.402 11.35a1 1 0 0 1-.753-.549L16.45 4.28a.5.5 0 0 0-.898 0l-3.198 6.52a1 1 0 0 1-.753.55l-7.172 1.048a.5.5 0 0 0-.277.852l1.255 1.231a9 9 0 0 0-.893.525L3.45 13.965c-.885-.87-.394-2.376.834-2.556l7.17-1.048l3.2-6.522c.549-1.119 2.144-1.119 2.693 0l3.199 6.522l7.17 1.048c1.228.18 1.72 1.687.834 2.556l-5.195 5.096l1.224 7.183c.21 1.227-1.08 2.16-2.18 1.578L17.99 25.49a9 9 0 0 0 .284-.981l4.593 2.43a.5.5 0 0 0 .726-.527L22.37 19.23a1 1 0 0 1 .285-.882l5.196-5.096a.5.5 0 0 0-.278-.852zM17 22.5a7.5 7.5 0 1 0-15 0a7.5 7.5 0 0 0 15 0m-12.25-1h7.69l-2.72-2.72a.75.75 0 1 1 1.06-1.06l4 4a.75.75 0 0 1 0 1.06l-4 4a.75.75 0 1 1-1.06-1.06L12.44 23H4.75a.75.75 0 0 1 0-1.5"/></svg>
React
import type { SVGProps } from "react";
export function FluentStarArrowRight32Light(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.402 11.35a1 1 0 0 1-.753-.549L16.45 4.28a.5.5 0 0 0-.898 0l-3.198 6.52a1 1 0 0 1-.753.55l-7.172 1.048a.5.5 0 0 0-.277.852l1.255 1.231a9 9 0 0 0-.893.525L3.45 13.965c-.885-.87-.394-2.376.834-2.556l7.17-1.048l3.2-6.522c.549-1.119 2.144-1.119 2.693 0l3.199 6.522l7.17 1.048c1.228.18 1.72 1.687.834 2.556l-5.195 5.096l1.224 7.183c.21 1.227-1.08 2.16-2.18 1.578L17.99 25.49a9 9 0 0 0 .284-.981l4.593 2.43a.5.5 0 0 0 .726-.527L22.37 19.23a1 1 0 0 1 .285-.882l5.196-5.096a.5.5 0 0 0-.278-.852zM17 22.5a7.5 7.5 0 1 0-15 0a7.5 7.5 0 0 0 15 0m-12.25-1h7.69l-2.72-2.72a.75.75 0 1 1 1.06-1.06l4 4a.75.75 0 0 1 0 1.06l-4 4a.75.75 0 1 1-1.06-1.06L12.44 23H4.75a.75.75 0 0 1 0-1.5"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M20.402 11.35a1 1 0 0 1-.753-.549L16.45 4.28a.5.5 0 0 0-.898 0l-3.198 6.52a1 1 0 0 1-.753.55l-7.172 1.048a.5.5 0 0 0-.277.852l1.255 1.231a9 9 0 0 0-.893.525L3.45 13.965c-.885-.87-.394-2.376.834-2.556l7.17-1.048l3.2-6.522c.549-1.119 2.144-1.119 2.693 0l3.199 6.522l7.17 1.048c1.228.18 1.72 1.687.834 2.556l-5.195 5.096l1.224 7.183c.21 1.227-1.08 2.16-2.18 1.578L17.99 25.49a9 9 0 0 0 .284-.981l4.593 2.43a.5.5 0 0 0 .726-.527L22.37 19.23a1 1 0 0 1 .285-.882l5.196-5.096a.5.5 0 0 0-.278-.852zM17 22.5a7.5 7.5 0 1 0-15 0a7.5 7.5 0 0 0 15 0m-12.25-1h7.69l-2.72-2.72a.75.75 0 1 1 1.06-1.06l4 4a.75.75 0 0 1 0 1.06l-4 4a.75.75 0 1 1-1.06-1.06L12.44 23H4.75a.75.75 0 0 1 0-1.5"/></svg> </template>
CSS
.icon-star-arrow-right-32-light {
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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.402%2011.35a1%201%200%200%201-.753-.549L16.45%204.28a.5.5%200%200%200-.898%200l-3.198%206.52a1%201%200%200%201-.753.55l-7.172%201.048a.5.5%200%200%200-.277.852l1.255%201.231a9%209%200%200%200-.893.525L3.45%2013.965c-.885-.87-.394-2.376.834-2.556l7.17-1.048l3.2-6.522c.549-1.119%202.144-1.119%202.693%200l3.199%206.522l7.17%201.048c1.228.18%201.72%201.687.834%202.556l-5.195%205.096l1.224%207.183c.21%201.227-1.08%202.16-2.18%201.578L17.99%2025.49a9%209%200%200%200%20.284-.981l4.593%202.43a.5.5%200%200%200%20.726-.527L22.37%2019.23a1%201%200%200%201%20.285-.882l5.196-5.096a.5.5%200%200%200-.278-.852zM17%2022.5a7.5%207.5%200%201%200-15%200a7.5%207.5%200%200%200%2015%200m-12.25-1h7.69l-2.72-2.72a.75.75%200%201%201%201.06-1.06l4%204a.75.75%200%200%201%200%201.06l-4%204a.75.75%200%201%201-1.06-1.06L12.44%2023H4.75a.75.75%200%200%201%200-1.5%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M20.402%2011.35a1%201%200%200%201-.753-.549L16.45%204.28a.5.5%200%200%200-.898%200l-3.198%206.52a1%201%200%200%201-.753.55l-7.172%201.048a.5.5%200%200%200-.277.852l1.255%201.231a9%209%200%200%200-.893.525L3.45%2013.965c-.885-.87-.394-2.376.834-2.556l7.17-1.048l3.2-6.522c.549-1.119%202.144-1.119%202.693%200l3.199%206.522l7.17%201.048c1.228.18%201.72%201.687.834%202.556l-5.195%205.096l1.224%207.183c.21%201.227-1.08%202.16-2.18%201.578L17.99%2025.49a9%209%200%200%200%20.284-.981l4.593%202.43a.5.5%200%200%200%20.726-.527L22.37%2019.23a1%201%200%200%201%20.285-.882l5.196-5.096a.5.5%200%200%200-.278-.852zM17%2022.5a7.5%207.5%200%201%200-15%200a7.5%207.5%200%200%200%2015%200m-12.25-1h7.69l-2.72-2.72a.75.75%200%201%201%201.06-1.06l4%204a.75.75%200%200%201%200%201.06l-4%204a.75.75%200%201%201-1.06-1.06L12.44%2023H4.75a.75.75%200%200%201%200-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/fluent/star-arrow-right-32-light.svg?color=%231a73e8&size=48