star shine icon
star-shine from Material Symbols Light by Google · Regular · Social · Apache-2.0 Free for personal and commercial use.
- Name
- star-shine
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- star-shine-sharp
3 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the star shine icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.896 18.008L18.608 15.7l.688-.688l2.308 2.288zM17.7 6.373l-.688-.688L19.3 3.396l.708.689zm-11.4.02L4.011 4.084l.689-.689l2.308 2.289zM3.085 18.007l-.689-.708l2.289-2.289l.707.689zM6.44 20l1.47-6.275L3 9.481l6.47-.548L12 3l2.55 5.933l6.47.548l-4.912 4.244L17.578 20L12 16.66z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightStarShine(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="M20.896 18.008L18.608 15.7l.688-.688l2.308 2.288zM17.7 6.373l-.688-.688L19.3 3.396l.708.689zm-11.4.02L4.011 4.084l.689-.689l2.308 2.289zM3.085 18.007l-.689-.708l2.289-2.289l.707.689zM6.44 20l1.47-6.275L3 9.481l6.47-.548L12 3l2.55 5.933l6.47.548l-4.912 4.244L17.578 20L12 16.66z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M20.896 18.008L18.608 15.7l.688-.688l2.308 2.288zM17.7 6.373l-.688-.688L19.3 3.396l.708.689zm-11.4.02L4.011 4.084l.689-.689l2.308 2.289zM3.085 18.007l-.689-.708l2.289-2.289l.707.689zM6.44 20l1.47-6.275L3 9.481l6.47-.548L12 3l2.55 5.933l6.47.548l-4.912 4.244L17.578 20L12 16.66z"/></svg> </template>
CSS
.icon-star-shine {
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%22M20.896%2018.008L18.608%2015.7l.688-.688l2.308%202.288zM17.7%206.373l-.688-.688L19.3%203.396l.708.689zm-11.4.02L4.011%204.084l.689-.689l2.308%202.289zM3.085%2018.007l-.689-.708l2.289-2.289l.707.689zM6.44%2020l1.47-6.275L3%209.481l6.47-.548L12%203l2.55%205.933l6.47.548l-4.912%204.244L17.578%2020L12%2016.66z%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%22M20.896%2018.008L18.608%2015.7l.688-.688l2.308%202.288zM17.7%206.373l-.688-.688L19.3%203.396l.708.689zm-11.4.02L4.011%204.084l.689-.689l2.308%202.289zM3.085%2018.007l-.689-.708l2.289-2.289l.707.689zM6.44%2020l1.47-6.275L3%209.481l6.47-.548L12%203l2.55%205.933l6.47.548l-4.912%204.244L17.578%2020L12%2016.66z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/star-shine.svg?color=%231a73e8&size=48