star moving icon

star-moving-fill from Mage Icons by MageIcons · Fill · Apache-2.0 Free for personal and commercial use.

Name
star-moving-fill
Set
Mage Icons
Style
Fill
Viewbox
24×24
License
Apache 2.0

1 other variant in Mage Icons

Related icons in Mage Icons

Use the star moving icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.833 8.142l1.8-3.57a1.64 1.64 0 0 1 1.49-.92c.306 0 .606.09.86.26c.251.166.452.398.58.67l1.76 3.57l.11.08l3.92.57c.302.04.586.165.82.36c.234.205.41.467.51.76a1.66 1.66 0 0 1 0 .91a1.57 1.57 0 0 1-.44.77l-2.84 2.77a.11.11 0 0 0 0 .11l.68 3.93c.047.297.016.6-.09.88a1.7 1.7 0 0 1-1.4 1.05a1.6 1.6 0 0 1-.91-.2l-3.38-1.77l-.17-.07h-.14l-3.52 1.84a1.6 1.6 0 0 1-.76.19h-.17a1.7 1.7 0 0 1-.84-.32a1.54 1.54 0 0 1-.55-.71a1.6 1.6 0 0 1 0-1l.66-3.81a.5.5 0 0 0 0-.11h-.05l-2.82-2.74a1.7 1.7 0 0 1-.46-.8a1.62 1.62 0 0 1 .53-1.65a1.6 1.6 0 0 1 .83-.36l3.87-.57zm-2.83-2h-6a.75.75 0 0 1 0-1.5h6a.75.75 0 1 1 0 1.5m-3 12.07h-3a.75.75 0 1 1 0-1.5h3a.75.75 0 1 1 0 1.5m-1.46-5.77h-1.5a.75.75 0 1 1 0-1.5h1.5a.75.75 0 1 1 0 1.5"/></svg>

React

import type { SVGProps } from "react";

export function MageStarMovingFill(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="m10.833 8.142l1.8-3.57a1.64 1.64 0 0 1 1.49-.92c.306 0 .606.09.86.26c.251.166.452.398.58.67l1.76 3.57l.11.08l3.92.57c.302.04.586.165.82.36c.234.205.41.467.51.76a1.66 1.66 0 0 1 0 .91a1.57 1.57 0 0 1-.44.77l-2.84 2.77a.11.11 0 0 0 0 .11l.68 3.93c.047.297.016.6-.09.88a1.7 1.7 0 0 1-1.4 1.05a1.6 1.6 0 0 1-.91-.2l-3.38-1.77l-.17-.07h-.14l-3.52 1.84a1.6 1.6 0 0 1-.76.19h-.17a1.7 1.7 0 0 1-.84-.32a1.54 1.54 0 0 1-.55-.71a1.6 1.6 0 0 1 0-1l.66-3.81a.5.5 0 0 0 0-.11h-.05l-2.82-2.74a1.7 1.7 0 0 1-.46-.8a1.62 1.62 0 0 1 .53-1.65a1.6 1.6 0 0 1 .83-.36l3.87-.57zm-2.83-2h-6a.75.75 0 0 1 0-1.5h6a.75.75 0 1 1 0 1.5m-3 12.07h-3a.75.75 0 1 1 0-1.5h3a.75.75 0 1 1 0 1.5m-1.46-5.77h-1.5a.75.75 0 1 1 0-1.5h1.5a.75.75 0 1 1 0 1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m10.833 8.142l1.8-3.57a1.64 1.64 0 0 1 1.49-.92c.306 0 .606.09.86.26c.251.166.452.398.58.67l1.76 3.57l.11.08l3.92.57c.302.04.586.165.82.36c.234.205.41.467.51.76a1.66 1.66 0 0 1 0 .91a1.57 1.57 0 0 1-.44.77l-2.84 2.77a.11.11 0 0 0 0 .11l.68 3.93c.047.297.016.6-.09.88a1.7 1.7 0 0 1-1.4 1.05a1.6 1.6 0 0 1-.91-.2l-3.38-1.77l-.17-.07h-.14l-3.52 1.84a1.6 1.6 0 0 1-.76.19h-.17a1.7 1.7 0 0 1-.84-.32a1.54 1.54 0 0 1-.55-.71a1.6 1.6 0 0 1 0-1l.66-3.81a.5.5 0 0 0 0-.11h-.05l-2.82-2.74a1.7 1.7 0 0 1-.46-.8a1.62 1.62 0 0 1 .53-1.65a1.6 1.6 0 0 1 .83-.36l3.87-.57zm-2.83-2h-6a.75.75 0 0 1 0-1.5h6a.75.75 0 1 1 0 1.5m-3 12.07h-3a.75.75 0 1 1 0-1.5h3a.75.75 0 1 1 0 1.5m-1.46-5.77h-1.5a.75.75 0 1 1 0-1.5h1.5a.75.75 0 1 1 0 1.5"/></svg>
</template>

CSS

.icon-star-moving-fill {
  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%22m10.833%208.142l1.8-3.57a1.64%201.64%200%200%201%201.49-.92c.306%200%20.606.09.86.26c.251.166.452.398.58.67l1.76%203.57l.11.08l3.92.57c.302.04.586.165.82.36c.234.205.41.467.51.76a1.66%201.66%200%200%201%200%20.91a1.57%201.57%200%200%201-.44.77l-2.84%202.77a.11.11%200%200%200%200%20.11l.68%203.93c.047.297.016.6-.09.88a1.7%201.7%200%200%201-1.4%201.05a1.6%201.6%200%200%201-.91-.2l-3.38-1.77l-.17-.07h-.14l-3.52%201.84a1.6%201.6%200%200%201-.76.19h-.17a1.7%201.7%200%200%201-.84-.32a1.54%201.54%200%200%201-.55-.71a1.6%201.6%200%200%201%200-1l.66-3.81a.5.5%200%200%200%200-.11h-.05l-2.82-2.74a1.7%201.7%200%200%201-.46-.8a1.62%201.62%200%200%201%20.53-1.65a1.6%201.6%200%200%201%20.83-.36l3.87-.57zm-2.83-2h-6a.75.75%200%200%201%200-1.5h6a.75.75%200%201%201%200%201.5m-3%2012.07h-3a.75.75%200%201%201%200-1.5h3a.75.75%200%201%201%200%201.5m-1.46-5.77h-1.5a.75.75%200%201%201%200-1.5h1.5a.75.75%200%201%201%200%201.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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m10.833%208.142l1.8-3.57a1.64%201.64%200%200%201%201.49-.92c.306%200%20.606.09.86.26c.251.166.452.398.58.67l1.76%203.57l.11.08l3.92.57c.302.04.586.165.82.36c.234.205.41.467.51.76a1.66%201.66%200%200%201%200%20.91a1.57%201.57%200%200%201-.44.77l-2.84%202.77a.11.11%200%200%200%200%20.11l.68%203.93c.047.297.016.6-.09.88a1.7%201.7%200%200%201-1.4%201.05a1.6%201.6%200%200%201-.91-.2l-3.38-1.77l-.17-.07h-.14l-3.52%201.84a1.6%201.6%200%200%201-.76.19h-.17a1.7%201.7%200%200%201-.84-.32a1.54%201.54%200%200%201-.55-.71a1.6%201.6%200%200%201%200-1l.66-3.81a.5.5%200%200%200%200-.11h-.05l-2.82-2.74a1.7%201.7%200%200%201-.46-.8a1.62%201.62%200%200%201%20.53-1.65a1.6%201.6%200%200%201%20.83-.36l3.87-.57zm-2.83-2h-6a.75.75%200%200%201%200-1.5h6a.75.75%200%201%201%200%201.5m-3%2012.07h-3a.75.75%200%201%201%200-1.5h3a.75.75%200%201%201%200%201.5m-1.46-5.77h-1.5a.75.75%200%201%201%200-1.5h1.5a.75.75%200%201%201%200%201.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mage/star-moving-fill.svg?color=%231a73e8&size=48