ticket star icon

ticket-star from Reicon by REICON · Outline · Newicons · MIT Free for personal and commercial use.

Name
ticket-star
Set
Reicon
Style
Outline
Category
Newicons
Viewbox
24×24
License
MIT

1 other variant in Reicon

The same icon in other sets

More newicons icons from Reicon

Use the ticket star icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M16.995 4h-10c-3.83 0-4.9.92-4.99 4.5c1.93 0 3.49 1.57 3.49 3.5s-1.56 3.49-3.49 3.5c.09 3.58 1.16 4.5 4.99 4.5h10c4 0 5-1 5-5V9c0-4-1-5-5-5M8.993 4v3.5m0 9V20"/><path d="m15.025 9.33l.62 1.25c.06.12.18.21.31.23l1.38.2c.34.05.48.47.23.71l-1 .97c-.1.09-.14.23-.12.37l.24 1.37c.06.34-.3.6-.6.44l-1.23-.65a.45.45 0 0 0-.39 0l-1.23.65c-.31.16-.66-.1-.6-.44l.24-1.37a.42.42 0 0 0-.12-.37l-.99-.97a.416.416 0 0 1 .23-.71l1.38-.2c.14-.02.25-.1.31-.23l.61-1.25c.14-.31.58-.31.73 0"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconTicketStar(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="1.5"><path d="M16.995 4h-10c-3.83 0-4.9.92-4.99 4.5c1.93 0 3.49 1.57 3.49 3.5s-1.56 3.49-3.49 3.5c.09 3.58 1.16 4.5 4.99 4.5h10c4 0 5-1 5-5V9c0-4-1-5-5-5M8.993 4v3.5m0 9V20"/><path d="m15.025 9.33l.62 1.25c.06.12.18.21.31.23l1.38.2c.34.05.48.47.23.71l-1 .97c-.1.09-.14.23-.12.37l.24 1.37c.06.34-.3.6-.6.44l-1.23-.65a.45.45 0 0 0-.39 0l-1.23.65c-.31.16-.66-.1-.6-.44l.24-1.37a.42.42 0 0 0-.12-.37l-.99-.97a.416.416 0 0 1 .23-.71l1.38-.2c.14-.02.25-.1.31-.23l.61-1.25c.14-.31.58-.31.73 0"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="none" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.5"><path d="M16.995 4h-10c-3.83 0-4.9.92-4.99 4.5c1.93 0 3.49 1.57 3.49 3.5s-1.56 3.49-3.49 3.5c.09 3.58 1.16 4.5 4.99 4.5h10c4 0 5-1 5-5V9c0-4-1-5-5-5M8.993 4v3.5m0 9V20"/><path d="m15.025 9.33l.62 1.25c.06.12.18.21.31.23l1.38.2c.34.05.48.47.23.71l-1 .97c-.1.09-.14.23-.12.37l.24 1.37c.06.34-.3.6-.6.44l-1.23-.65a.45.45 0 0 0-.39 0l-1.23.65c-.31.16-.66-.1-.6-.44l.24-1.37a.42.42 0 0 0-.12-.37l-.99-.97a.416.416 0 0 1 .23-.71l1.38-.2c.14-.02.25-.1.31-.23l.61-1.25c.14-.31.58-.31.73 0"/></g></svg>
</template>

CSS

.icon-ticket-star {
  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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.995%204h-10c-3.83%200-4.9.92-4.99%204.5c1.93%200%203.49%201.57%203.49%203.5s-1.56%203.49-3.49%203.5c.09%203.58%201.16%204.5%204.99%204.5h10c4%200%205-1%205-5V9c0-4-1-5-5-5M8.993%204v3.5m0%209V20%22%2F%3E%3Cpath%20d%3D%22m15.025%209.33l.62%201.25c.06.12.18.21.31.23l1.38.2c.34.05.48.47.23.71l-1%20.97c-.1.09-.14.23-.12.37l.24%201.37c.06.34-.3.6-.6.44l-1.23-.65a.45.45%200%200%200-.39%200l-1.23.65c-.31.16-.66-.1-.6-.44l.24-1.37a.42.42%200%200%200-.12-.37l-.99-.97a.416.416%200%200%201%20.23-.71l1.38-.2c.14-.02.25-.1.31-.23l.61-1.25c.14-.31.58-.31.73%200%22%2F%3E%3C%2Fg%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%3Cg%20fill%3D%22none%22%20stroke%3D%22currentColor%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%221.5%22%3E%3Cpath%20d%3D%22M16.995%204h-10c-3.83%200-4.9.92-4.99%204.5c1.93%200%203.49%201.57%203.49%203.5s-1.56%203.49-3.49%203.5c.09%203.58%201.16%204.5%204.99%204.5h10c4%200%205-1%205-5V9c0-4-1-5-5-5M8.993%204v3.5m0%209V20%22%2F%3E%3Cpath%20d%3D%22m15.025%209.33l.62%201.25c.06.12.18.21.31.23l1.38.2c.34.05.48.47.23.71l-1%20.97c-.1.09-.14.23-.12.37l.24%201.37c.06.34-.3.6-.6.44l-1.23-.65a.45.45%200%200%200-.39%200l-1.23.65c-.31.16-.66-.1-.6-.44l.24-1.37a.42.42%200%200%200-.12-.37l-.99-.97a.416.416%200%200%201%20.23-.71l1.38-.2c.14-.02.25-.1.31-.23l.61-1.25c.14-.31.58-.31.73%200%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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