star rainbow icon
star-rainbow-filled from Reicon by REICON · Filled · Astronomy · MIT Free for personal and commercial use.
- Name
- star-rainbow-filled
- Set
- Reicon
- Style
- Filled
- Category
- Astronomy
- Viewbox
- 24×24
- License
- MIT
2 other variants in Reicon
The same icon in other sets
More astronomy icons from Reicon
Use the star rainbow icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.946 2.847c1.408-.697 2.112-1.046 2.589-.73c.475.317.408 1.09.272 2.634l-.035.4c-.038.439-.057.659.011.857c.069.2.218.355.515.667l.271.284c1.048 1.097 1.571 1.646 1.399 2.208c-.173.562-.927.765-2.436 1.172l-.39.105c-.43.116-.644.173-.815.308c-.171.134-.28.33-.496.72l-.197.356c-.761 1.376-1.142 2.064-1.724 2.094c-.583.031-.982-.616-1.779-1.909l-.206-.335c-.227-.367-.34-.55-.514-.667c-.175-.116-.39-.151-.822-.221l-.392-.064c-1.518-.247-2.277-.37-2.464-.914c-.188-.543.32-1.146 1.337-2.352l.262-.312c.29-.343.434-.514.497-.72s.038-.423-.012-.857l-.046-.396c-.177-1.528-.265-2.292.202-2.658s1.18-.093 2.605.455l.368.142c.405.156.608.234.821.222c.214-.01.414-.11.814-.308zM9.045 11.32C5.99 13.27 3.27 16.797 2.09 20.032c-.383 1.05.5 1.969 1.626 1.969H4.75c0-.351.082-.787.204-1.245c.125-.47.305-1.013.53-1.594a26 26 0 0 1 1.852-3.797c.763-1.28 1.67-2.528 2.665-3.466l.074-.069l-.069-.022a3.1 3.1 0 0 1-.961-.488m2.975.897q-.48.292-.99.774c-.857.807-1.682 1.928-2.405 3.142a24 24 0 0 0-1.742 3.569c-.21.543-.372 1.033-.48 1.44c-.11.418-.153.704-.153.859h2.833c0-1.124.39-3.206 1.094-5.292c.517-1.53 1.233-3.153 2.155-4.44zm1.278 1.296c-.675 1.044-1.25 2.346-1.7 3.676c-.678 2.007-1.015 3.915-1.015 4.812h1.289c1.126 0 2.032-.907 2.107-2.02c.13-1.915.425-3.64.762-4.867a3.1 3.1 0 0 1-.782-.677a9 9 0 0 1-.66-.924"/></svg>
React
import type { SVGProps } from "react";
export function ReiconStarRainbowFilled(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.946 2.847c1.408-.697 2.112-1.046 2.589-.73c.475.317.408 1.09.272 2.634l-.035.4c-.038.439-.057.659.011.857c.069.2.218.355.515.667l.271.284c1.048 1.097 1.571 1.646 1.399 2.208c-.173.562-.927.765-2.436 1.172l-.39.105c-.43.116-.644.173-.815.308c-.171.134-.28.33-.496.72l-.197.356c-.761 1.376-1.142 2.064-1.724 2.094c-.583.031-.982-.616-1.779-1.909l-.206-.335c-.227-.367-.34-.55-.514-.667c-.175-.116-.39-.151-.822-.221l-.392-.064c-1.518-.247-2.277-.37-2.464-.914c-.188-.543.32-1.146 1.337-2.352l.262-.312c.29-.343.434-.514.497-.72s.038-.423-.012-.857l-.046-.396c-.177-1.528-.265-2.292.202-2.658s1.18-.093 2.605.455l.368.142c.405.156.608.234.821.222c.214-.01.414-.11.814-.308zM9.045 11.32C5.99 13.27 3.27 16.797 2.09 20.032c-.383 1.05.5 1.969 1.626 1.969H4.75c0-.351.082-.787.204-1.245c.125-.47.305-1.013.53-1.594a26 26 0 0 1 1.852-3.797c.763-1.28 1.67-2.528 2.665-3.466l.074-.069l-.069-.022a3.1 3.1 0 0 1-.961-.488m2.975.897q-.48.292-.99.774c-.857.807-1.682 1.928-2.405 3.142a24 24 0 0 0-1.742 3.569c-.21.543-.372 1.033-.48 1.44c-.11.418-.153.704-.153.859h2.833c0-1.124.39-3.206 1.094-5.292c.517-1.53 1.233-3.153 2.155-4.44zm1.278 1.296c-.675 1.044-1.25 2.346-1.7 3.676c-.678 2.007-1.015 3.915-1.015 4.812h1.289c1.126 0 2.032-.907 2.107-2.02c.13-1.915.425-3.64.762-4.867a3.1 3.1 0 0 1-.782-.677a9 9 0 0 1-.66-.924"/></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.946 2.847c1.408-.697 2.112-1.046 2.589-.73c.475.317.408 1.09.272 2.634l-.035.4c-.038.439-.057.659.011.857c.069.2.218.355.515.667l.271.284c1.048 1.097 1.571 1.646 1.399 2.208c-.173.562-.927.765-2.436 1.172l-.39.105c-.43.116-.644.173-.815.308c-.171.134-.28.33-.496.72l-.197.356c-.761 1.376-1.142 2.064-1.724 2.094c-.583.031-.982-.616-1.779-1.909l-.206-.335c-.227-.367-.34-.55-.514-.667c-.175-.116-.39-.151-.822-.221l-.392-.064c-1.518-.247-2.277-.37-2.464-.914c-.188-.543.32-1.146 1.337-2.352l.262-.312c.29-.343.434-.514.497-.72s.038-.423-.012-.857l-.046-.396c-.177-1.528-.265-2.292.202-2.658s1.18-.093 2.605.455l.368.142c.405.156.608.234.821.222c.214-.01.414-.11.814-.308zM9.045 11.32C5.99 13.27 3.27 16.797 2.09 20.032c-.383 1.05.5 1.969 1.626 1.969H4.75c0-.351.082-.787.204-1.245c.125-.47.305-1.013.53-1.594a26 26 0 0 1 1.852-3.797c.763-1.28 1.67-2.528 2.665-3.466l.074-.069l-.069-.022a3.1 3.1 0 0 1-.961-.488m2.975.897q-.48.292-.99.774c-.857.807-1.682 1.928-2.405 3.142a24 24 0 0 0-1.742 3.569c-.21.543-.372 1.033-.48 1.44c-.11.418-.153.704-.153.859h2.833c0-1.124.39-3.206 1.094-5.292c.517-1.53 1.233-3.153 2.155-4.44zm1.278 1.296c-.675 1.044-1.25 2.346-1.7 3.676c-.678 2.007-1.015 3.915-1.015 4.812h1.289c1.126 0 2.032-.907 2.107-2.02c.13-1.915.425-3.64.762-4.867a3.1 3.1 0 0 1-.782-.677a9 9 0 0 1-.66-.924"/></svg> </template>
CSS
.icon-star-rainbow-filled {
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.946%202.847c1.408-.697%202.112-1.046%202.589-.73c.475.317.408%201.09.272%202.634l-.035.4c-.038.439-.057.659.011.857c.069.2.218.355.515.667l.271.284c1.048%201.097%201.571%201.646%201.399%202.208c-.173.562-.927.765-2.436%201.172l-.39.105c-.43.116-.644.173-.815.308c-.171.134-.28.33-.496.72l-.197.356c-.761%201.376-1.142%202.064-1.724%202.094c-.583.031-.982-.616-1.779-1.909l-.206-.335c-.227-.367-.34-.55-.514-.667c-.175-.116-.39-.151-.822-.221l-.392-.064c-1.518-.247-2.277-.37-2.464-.914c-.188-.543.32-1.146%201.337-2.352l.262-.312c.29-.343.434-.514.497-.72s.038-.423-.012-.857l-.046-.396c-.177-1.528-.265-2.292.202-2.658s1.18-.093%202.605.455l.368.142c.405.156.608.234.821.222c.214-.01.414-.11.814-.308zM9.045%2011.32C5.99%2013.27%203.27%2016.797%202.09%2020.032c-.383%201.05.5%201.969%201.626%201.969H4.75c0-.351.082-.787.204-1.245c.125-.47.305-1.013.53-1.594a26%2026%200%200%201%201.852-3.797c.763-1.28%201.67-2.528%202.665-3.466l.074-.069l-.069-.022a3.1%203.1%200%200%201-.961-.488m2.975.897q-.48.292-.99.774c-.857.807-1.682%201.928-2.405%203.142a24%2024%200%200%200-1.742%203.569c-.21.543-.372%201.033-.48%201.44c-.11.418-.153.704-.153.859h2.833c0-1.124.39-3.206%201.094-5.292c.517-1.53%201.233-3.153%202.155-4.44zm1.278%201.296c-.675%201.044-1.25%202.346-1.7%203.676c-.678%202.007-1.015%203.915-1.015%204.812h1.289c1.126%200%202.032-.907%202.107-2.02c.13-1.915.425-3.64.762-4.867a3.1%203.1%200%200%201-.782-.677a9%209%200%200%201-.66-.924%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.946%202.847c1.408-.697%202.112-1.046%202.589-.73c.475.317.408%201.09.272%202.634l-.035.4c-.038.439-.057.659.011.857c.069.2.218.355.515.667l.271.284c1.048%201.097%201.571%201.646%201.399%202.208c-.173.562-.927.765-2.436%201.172l-.39.105c-.43.116-.644.173-.815.308c-.171.134-.28.33-.496.72l-.197.356c-.761%201.376-1.142%202.064-1.724%202.094c-.583.031-.982-.616-1.779-1.909l-.206-.335c-.227-.367-.34-.55-.514-.667c-.175-.116-.39-.151-.822-.221l-.392-.064c-1.518-.247-2.277-.37-2.464-.914c-.188-.543.32-1.146%201.337-2.352l.262-.312c.29-.343.434-.514.497-.72s.038-.423-.012-.857l-.046-.396c-.177-1.528-.265-2.292.202-2.658s1.18-.093%202.605.455l.368.142c.405.156.608.234.821.222c.214-.01.414-.11.814-.308zM9.045%2011.32C5.99%2013.27%203.27%2016.797%202.09%2020.032c-.383%201.05.5%201.969%201.626%201.969H4.75c0-.351.082-.787.204-1.245c.125-.47.305-1.013.53-1.594a26%2026%200%200%201%201.852-3.797c.763-1.28%201.67-2.528%202.665-3.466l.074-.069l-.069-.022a3.1%203.1%200%200%201-.961-.488m2.975.897q-.48.292-.99.774c-.857.807-1.682%201.928-2.405%203.142a24%2024%200%200%200-1.742%203.569c-.21.543-.372%201.033-.48%201.44c-.11.418-.153.704-.153.859h2.833c0-1.124.39-3.206%201.094-5.292c.517-1.53%201.233-3.153%202.155-4.44zm1.278%201.296c-.675%201.044-1.25%202.346-1.7%203.676c-.678%202.007-1.015%203.915-1.015%204.812h1.289c1.126%200%202.032-.907%202.107-2.02c.13-1.915.425-3.64.762-4.867a3.1%203.1%200%200%201-.782-.677a9%209%200%200%201-.66-.924%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/star-rainbow-filled.svg?color=%231a73e8&size=48