star moving icon

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

Name
star-moving
Set
Mage Icons
Style
Outline
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="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m14.524 17.649l3.513 1.84a.87.87 0 0 0 .941-.063a.9.9 0 0 0 .307-.392a.96.96 0 0 0 .053-.486l-.677-3.904a1 1 0 0 1 0-.434a.9.9 0 0 1 .233-.37l2.835-2.762a.93.93 0 0 0 .233-.92a.9.9 0 0 0-.72-.614l-3.925-.56a.92.92 0 0 1-.677-.498L14.884 4.91a.89.89 0 0 0-.783-.508a.84.84 0 0 0-.476.138a.8.8 0 0 0-.328.37l-1.799 3.576a.93.93 0 0 1-.666.498l-3.872.56a.93.93 0 0 0-.455.201a.87.87 0 0 0-.275.413a.95.95 0 0 0 .253.92L9.32 13.84q.155.161.233.37a1 1 0 0 1 0 .434l-.677 3.904a.86.86 0 0 0 0 .486a.9.9 0 0 0 .306.392a.87.87 0 0 0 .942.063l3.513-1.84a.9.9 0 0 1 .846 0zM8 5.4H2m3 12.07H2m1.5-5.773H2"/></svg>

React

import type { SVGProps } from "react";

export function MageStarMoving(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5" d="m14.524 17.649l3.513 1.84a.87.87 0 0 0 .941-.063a.9.9 0 0 0 .307-.392a.96.96 0 0 0 .053-.486l-.677-3.904a1 1 0 0 1 0-.434a.9.9 0 0 1 .233-.37l2.835-2.762a.93.93 0 0 0 .233-.92a.9.9 0 0 0-.72-.614l-3.925-.56a.92.92 0 0 1-.677-.498L14.884 4.91a.89.89 0 0 0-.783-.508a.84.84 0 0 0-.476.138a.8.8 0 0 0-.328.37l-1.799 3.576a.93.93 0 0 1-.666.498l-3.872.56a.93.93 0 0 0-.455.201a.87.87 0 0 0-.275.413a.95.95 0 0 0 .253.92L9.32 13.84q.155.161.233.37a1 1 0 0 1 0 .434l-.677 3.904a.86.86 0 0 0 0 .486a.9.9 0 0 0 .306.392a.87.87 0 0 0 .942.063l3.513-1.84a.9.9 0 0 1 .846 0zM8 5.4H2m3 12.07H2m1.5-5.773H2"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5" d="m14.524 17.649l3.513 1.84a.87.87 0 0 0 .941-.063a.9.9 0 0 0 .307-.392a.96.96 0 0 0 .053-.486l-.677-3.904a1 1 0 0 1 0-.434a.9.9 0 0 1 .233-.37l2.835-2.762a.93.93 0 0 0 .233-.92a.9.9 0 0 0-.72-.614l-3.925-.56a.92.92 0 0 1-.677-.498L14.884 4.91a.89.89 0 0 0-.783-.508a.84.84 0 0 0-.476.138a.8.8 0 0 0-.328.37l-1.799 3.576a.93.93 0 0 1-.666.498l-3.872.56a.93.93 0 0 0-.455.201a.87.87 0 0 0-.275.413a.95.95 0 0 0 .253.92L9.32 13.84q.155.161.233.37a1 1 0 0 1 0 .434l-.677 3.904a.86.86 0 0 0 0 .486a.9.9 0 0 0 .306.392a.87.87 0 0 0 .942.063l3.513-1.84a.9.9 0 0 1 .846 0zM8 5.4H2m3 12.07H2m1.5-5.773H2"/></svg>
</template>

CSS

.icon-star-moving {
  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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m14.524%2017.649l3.513%201.84a.87.87%200%200%200%20.941-.063a.9.9%200%200%200%20.307-.392a.96.96%200%200%200%20.053-.486l-.677-3.904a1%201%200%200%201%200-.434a.9.9%200%200%201%20.233-.37l2.835-2.762a.93.93%200%200%200%20.233-.92a.9.9%200%200%200-.72-.614l-3.925-.56a.92.92%200%200%201-.677-.498L14.884%204.91a.89.89%200%200%200-.783-.508a.84.84%200%200%200-.476.138a.8.8%200%200%200-.328.37l-1.799%203.576a.93.93%200%200%201-.666.498l-3.872.56a.93.93%200%200%200-.455.201a.87.87%200%200%200-.275.413a.95.95%200%200%200%20.253.92L9.32%2013.84q.155.161.233.37a1%201%200%200%201%200%20.434l-.677%203.904a.86.86%200%200%200%200%20.486a.9.9%200%200%200%20.306.392a.87.87%200%200%200%20.942.063l3.513-1.84a.9.9%200%200%201%20.846%200zM8%205.4H2m3%2012.07H2m1.5-5.773H2%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%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22m14.524%2017.649l3.513%201.84a.87.87%200%200%200%20.941-.063a.9.9%200%200%200%20.307-.392a.96.96%200%200%200%20.053-.486l-.677-3.904a1%201%200%200%201%200-.434a.9.9%200%200%201%20.233-.37l2.835-2.762a.93.93%200%200%200%20.233-.92a.9.9%200%200%200-.72-.614l-3.925-.56a.92.92%200%200%201-.677-.498L14.884%204.91a.89.89%200%200%200-.783-.508a.84.84%200%200%200-.476.138a.8.8%200%200%200-.328.37l-1.799%203.576a.93.93%200%200%201-.666.498l-3.872.56a.93.93%200%200%200-.455.201a.87.87%200%200%200-.275.413a.95.95%200%200%200%20.253.92L9.32%2013.84q.155.161.233.37a1%201%200%200%201%200%20.434l-.677%203.904a.86.86%200%200%200%200%20.486a.9.9%200%200%200%20.306.392a.87.87%200%200%200%20.942.063l3.513-1.84a.9.9%200%200%201%20.846%200zM8%205.4H2m3%2012.07H2m1.5-5.773H2%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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