star-shooting from Material Design Icons by Pictogrammers · Filled · Apache-2.0 Free for personal and commercial use.

Name
star-shooting
Set
Material Design Icons
Style
Filled
Viewbox
24×24
License
Apache 2.0
Aliases
favorite-shooting

1 other variant in Material Design Icons

Related icons in Material Design Icons

Use the star shooting icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.09 11.77l1.47 6.33L14 14.74L8.44 18.1l1.46-6.33L5 7.5l6.47-.54L14 1l2.53 5.96L23 7.5zM2 12.43c.19 0 .38-.06.55-.17l3.2-2.11l-1.57-1.36l-2.73 1.8c-.461.3-.589.91-.29 1.41c.2.27.52.43.84.43m-.84 9.12c.2.29.52.45.84.45c.19 0 .38-.05.55-.16l4.11-2.71l.34-1.37l.31-1.45l-5.86 3.85c-.461.31-.589.93-.29 1.39m.29-6.17a1 1 0 0 0-.29 1.38c.2.3.52.45.84.45c.19 0 .38-.05.55-.16l5.42-3.55l.27-1.19l-.92-.81z"/></svg>

React

import type { SVGProps } from "react";

export function MdiStarShooting(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="m18.09 11.77l1.47 6.33L14 14.74L8.44 18.1l1.46-6.33L5 7.5l6.47-.54L14 1l2.53 5.96L23 7.5zM2 12.43c.19 0 .38-.06.55-.17l3.2-2.11l-1.57-1.36l-2.73 1.8c-.461.3-.589.91-.29 1.41c.2.27.52.43.84.43m-.84 9.12c.2.29.52.45.84.45c.19 0 .38-.05.55-.16l4.11-2.71l.34-1.37l.31-1.45l-5.86 3.85c-.461.31-.589.93-.29 1.39m.29-6.17a1 1 0 0 0-.29 1.38c.2.3.52.45.84.45c.19 0 .38-.05.55-.16l5.42-3.55l.27-1.19l-.92-.81z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m18.09 11.77l1.47 6.33L14 14.74L8.44 18.1l1.46-6.33L5 7.5l6.47-.54L14 1l2.53 5.96L23 7.5zM2 12.43c.19 0 .38-.06.55-.17l3.2-2.11l-1.57-1.36l-2.73 1.8c-.461.3-.589.91-.29 1.41c.2.27.52.43.84.43m-.84 9.12c.2.29.52.45.84.45c.19 0 .38-.05.55-.16l4.11-2.71l.34-1.37l.31-1.45l-5.86 3.85c-.461.31-.589.93-.29 1.39m.29-6.17a1 1 0 0 0-.29 1.38c.2.3.52.45.84.45c.19 0 .38-.05.55-.16l5.42-3.55l.27-1.19l-.92-.81z"/></svg>
</template>

CSS

.icon-star-shooting {
  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%22m18.09%2011.77l1.47%206.33L14%2014.74L8.44%2018.1l1.46-6.33L5%207.5l6.47-.54L14%201l2.53%205.96L23%207.5zM2%2012.43c.19%200%20.38-.06.55-.17l3.2-2.11l-1.57-1.36l-2.73%201.8c-.461.3-.589.91-.29%201.41c.2.27.52.43.84.43m-.84%209.12c.2.29.52.45.84.45c.19%200%20.38-.05.55-.16l4.11-2.71l.34-1.37l.31-1.45l-5.86%203.85c-.461.31-.589.93-.29%201.39m.29-6.17a1%201%200%200%200-.29%201.38c.2.3.52.45.84.45c.19%200%20.38-.05.55-.16l5.42-3.55l.27-1.19l-.92-.81z%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%22m18.09%2011.77l1.47%206.33L14%2014.74L8.44%2018.1l1.46-6.33L5%207.5l6.47-.54L14%201l2.53%205.96L23%207.5zM2%2012.43c.19%200%20.38-.06.55-.17l3.2-2.11l-1.57-1.36l-2.73%201.8c-.461.3-.589.91-.29%201.41c.2.27.52.43.84.43m-.84%209.12c.2.29.52.45.84.45c.19%200%20.38-.05.55-.16l4.11-2.71l.34-1.37l.31-1.45l-5.86%203.85c-.461.31-.589.93-.29%201.39m.29-6.17a1%201%200%200%200-.29%201.38c.2.3.52.45.84.45c.19%200%20.38-.05.55-.16l5.42-3.55l.27-1.19l-.92-.81z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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