star shooting icon
star-shooting-outline from Material Design Icons by Pictogrammers · Outline · Apache-2.0 Free for personal and commercial use.
- Name
- star-shooting-outline
- Set
- Material Design Icons
- Style
- Outline
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- favorite-shooting-outline
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="m23 7.5l-6.47-.54L14 1l-2.53 5.96L5 7.5l4.9 4.27l-1.46 6.33L14 14.74l5.56 3.36l-1.47-6.33zm-6.86 4.73l.4 1.71l-1.51-.91l-1.03-.62l-1.03.62l-1.51.91l.39-1.71l.28-1.18l-.91-.79L9.88 9.1l1.76-.15l1.2-.1l.47-1.11l.69-1.62l.69 1.62l.47 1.11l1.2.1l1.75.15l-1.33 1.16l-.92.79zM1.16 12c-.299-.5-.171-1.11.29-1.41l2.73-1.8l1.57 1.36l-3.2 2.11c-.17.11-.36.17-.55.17c-.32 0-.64-.16-.84-.43m.29 8.16l5.86-3.85L7 17.76l-.34 1.37l-4.11 2.71c-.17.11-.36.16-.55.16c-.32 0-.64-.16-.84-.45a1.013 1.013 0 0 1 .29-1.39m5.87-8.66l.92.81l-.27 1.19l-5.42 3.55c-.17.11-.36.16-.55.16c-.32 0-.64-.15-.84-.45a1 1 0 0 1 .29-1.38z"/></svg>
React
import type { SVGProps } from "react";
export function MdiStarShootingOutline(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="m23 7.5l-6.47-.54L14 1l-2.53 5.96L5 7.5l4.9 4.27l-1.46 6.33L14 14.74l5.56 3.36l-1.47-6.33zm-6.86 4.73l.4 1.71l-1.51-.91l-1.03-.62l-1.03.62l-1.51.91l.39-1.71l.28-1.18l-.91-.79L9.88 9.1l1.76-.15l1.2-.1l.47-1.11l.69-1.62l.69 1.62l.47 1.11l1.2.1l1.75.15l-1.33 1.16l-.92.79zM1.16 12c-.299-.5-.171-1.11.29-1.41l2.73-1.8l1.57 1.36l-3.2 2.11c-.17.11-.36.17-.55.17c-.32 0-.64-.16-.84-.43m.29 8.16l5.86-3.85L7 17.76l-.34 1.37l-4.11 2.71c-.17.11-.36.16-.55.16c-.32 0-.64-.16-.84-.45a1.013 1.013 0 0 1 .29-1.39m5.87-8.66l.92.81l-.27 1.19l-5.42 3.55c-.17.11-.36.16-.55.16c-.32 0-.64-.15-.84-.45a1 1 0 0 1 .29-1.38z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m23 7.5l-6.47-.54L14 1l-2.53 5.96L5 7.5l4.9 4.27l-1.46 6.33L14 14.74l5.56 3.36l-1.47-6.33zm-6.86 4.73l.4 1.71l-1.51-.91l-1.03-.62l-1.03.62l-1.51.91l.39-1.71l.28-1.18l-.91-.79L9.88 9.1l1.76-.15l1.2-.1l.47-1.11l.69-1.62l.69 1.62l.47 1.11l1.2.1l1.75.15l-1.33 1.16l-.92.79zM1.16 12c-.299-.5-.171-1.11.29-1.41l2.73-1.8l1.57 1.36l-3.2 2.11c-.17.11-.36.17-.55.17c-.32 0-.64-.16-.84-.43m.29 8.16l5.86-3.85L7 17.76l-.34 1.37l-4.11 2.71c-.17.11-.36.16-.55.16c-.32 0-.64-.16-.84-.45a1.013 1.013 0 0 1 .29-1.39m5.87-8.66l.92.81l-.27 1.19l-5.42 3.55c-.17.11-.36.16-.55.16c-.32 0-.64-.15-.84-.45a1 1 0 0 1 .29-1.38z"/></svg> </template>
CSS
.icon-star-shooting-outline {
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%22m23%207.5l-6.47-.54L14%201l-2.53%205.96L5%207.5l4.9%204.27l-1.46%206.33L14%2014.74l5.56%203.36l-1.47-6.33zm-6.86%204.73l.4%201.71l-1.51-.91l-1.03-.62l-1.03.62l-1.51.91l.39-1.71l.28-1.18l-.91-.79L9.88%209.1l1.76-.15l1.2-.1l.47-1.11l.69-1.62l.69%201.62l.47%201.11l1.2.1l1.75.15l-1.33%201.16l-.92.79zM1.16%2012c-.299-.5-.171-1.11.29-1.41l2.73-1.8l1.57%201.36l-3.2%202.11c-.17.11-.36.17-.55.17c-.32%200-.64-.16-.84-.43m.29%208.16l5.86-3.85L7%2017.76l-.34%201.37l-4.11%202.71c-.17.11-.36.16-.55.16c-.32%200-.64-.16-.84-.45a1.013%201.013%200%200%201%20.29-1.39m5.87-8.66l.92.81l-.27%201.19l-5.42%203.55c-.17.11-.36.16-.55.16c-.32%200-.64-.15-.84-.45a1%201%200%200%201%20.29-1.38z%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%22m23%207.5l-6.47-.54L14%201l-2.53%205.96L5%207.5l4.9%204.27l-1.46%206.33L14%2014.74l5.56%203.36l-1.47-6.33zm-6.86%204.73l.4%201.71l-1.51-.91l-1.03-.62l-1.03.62l-1.51.91l.39-1.71l.28-1.18l-.91-.79L9.88%209.1l1.76-.15l1.2-.1l.47-1.11l.69-1.62l.69%201.62l.47%201.11l1.2.1l1.75.15l-1.33%201.16l-.92.79zM1.16%2012c-.299-.5-.171-1.11.29-1.41l2.73-1.8l1.57%201.36l-3.2%202.11c-.17.11-.36.17-.55.17c-.32%200-.64-.16-.84-.43m.29%208.16l5.86-3.85L7%2017.76l-.34%201.37l-4.11%202.71c-.17.11-.36.16-.55.16c-.32%200-.64-.16-.84-.45a1.013%201.013%200%200%201%20.29-1.39m5.87-8.66l.92.81l-.27%201.19l-5.42%203.55c-.17.11-.36.16-.55.16c-.32%200-.64-.15-.84-.45a1%201%200%200%201%20.29-1.38z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/star-shooting-outline.svg?color=%231a73e8&size=48