ticket star icon
ticket-star-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- ticket-star-filled
- Set
- Reicon
- Style
- Filled
- 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"><path fill="currentColor" d="M16.649 3.86h-6.74v3.02c0 .39-.32.7-.7.7s-.7-.31-.7-.7V3.86h-1.16c-3.95 0-5.25 1.18-5.34 4.87c-.01.18.07.37.2.5c.13.14.3.21.5.21c1.4 0 2.55 1.16 2.55 2.56s-1.15 2.56-2.55 2.56c-.19 0-.37.07-.5.21c-.13.13-.21.32-.2.5c.09 3.69 1.39 4.87 5.34 4.87h1.16v-3.02c0-.39.32-.7.7-.7s.7.31.7.7v3.02h6.74c4.1 0 5.35-1.25 5.35-5.35V9.21c0-4.1-1.25-5.35-5.35-5.35m1.82 8.04l-.93.9c-.04.03-.05.09-.04.14l.22 1.27c.04.23-.05.47-.25.61c-.19.14-.44.16-.65.05l-1.15-.6a.17.17 0 0 0-.14 0l-1.15.6c-.09.05-.19.07-.29.07a.625.625 0 0 1-.61-.73l.22-1.27a.18.18 0 0 0-.04-.14l-.93-.9a.62.62 0 0 1-.16-.63a.59.59 0 0 1 .5-.42l1.28-.19a.2.2 0 0 0 .12-.08l.57-1.16c.11-.21.32-.34.56-.34a.6.6 0 0 1 .55.34l.57 1.16c.02.05.06.08.11.08l1.28.19c.24.03.43.2.5.42c.09.22.03.46-.14.63"/></svg>
React
import type { SVGProps } from "react";
export function ReiconTicketStarFilled(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="M16.649 3.86h-6.74v3.02c0 .39-.32.7-.7.7s-.7-.31-.7-.7V3.86h-1.16c-3.95 0-5.25 1.18-5.34 4.87c-.01.18.07.37.2.5c.13.14.3.21.5.21c1.4 0 2.55 1.16 2.55 2.56s-1.15 2.56-2.55 2.56c-.19 0-.37.07-.5.21c-.13.13-.21.32-.2.5c.09 3.69 1.39 4.87 5.34 4.87h1.16v-3.02c0-.39.32-.7.7-.7s.7.31.7.7v3.02h6.74c4.1 0 5.35-1.25 5.35-5.35V9.21c0-4.1-1.25-5.35-5.35-5.35m1.82 8.04l-.93.9c-.04.03-.05.09-.04.14l.22 1.27c.04.23-.05.47-.25.61c-.19.14-.44.16-.65.05l-1.15-.6a.17.17 0 0 0-.14 0l-1.15.6c-.09.05-.19.07-.29.07a.625.625 0 0 1-.61-.73l.22-1.27a.18.18 0 0 0-.04-.14l-.93-.9a.62.62 0 0 1-.16-.63a.59.59 0 0 1 .5-.42l1.28-.19a.2.2 0 0 0 .12-.08l.57-1.16c.11-.21.32-.34.56-.34a.6.6 0 0 1 .55.34l.57 1.16c.02.05.06.08.11.08l1.28.19c.24.03.43.2.5.42c.09.22.03.46-.14.63"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M16.649 3.86h-6.74v3.02c0 .39-.32.7-.7.7s-.7-.31-.7-.7V3.86h-1.16c-3.95 0-5.25 1.18-5.34 4.87c-.01.18.07.37.2.5c.13.14.3.21.5.21c1.4 0 2.55 1.16 2.55 2.56s-1.15 2.56-2.55 2.56c-.19 0-.37.07-.5.21c-.13.13-.21.32-.2.5c.09 3.69 1.39 4.87 5.34 4.87h1.16v-3.02c0-.39.32-.7.7-.7s.7.31.7.7v3.02h6.74c4.1 0 5.35-1.25 5.35-5.35V9.21c0-4.1-1.25-5.35-5.35-5.35m1.82 8.04l-.93.9c-.04.03-.05.09-.04.14l.22 1.27c.04.23-.05.47-.25.61c-.19.14-.44.16-.65.05l-1.15-.6a.17.17 0 0 0-.14 0l-1.15.6c-.09.05-.19.07-.29.07a.625.625 0 0 1-.61-.73l.22-1.27a.18.18 0 0 0-.04-.14l-.93-.9a.62.62 0 0 1-.16-.63a.59.59 0 0 1 .5-.42l1.28-.19a.2.2 0 0 0 .12-.08l.57-1.16c.11-.21.32-.34.56-.34a.6.6 0 0 1 .55.34l.57 1.16c.02.05.06.08.11.08l1.28.19c.24.03.43.2.5.42c.09.22.03.46-.14.63"/></svg> </template>
CSS
.icon-ticket-star-filled {
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%22M16.649%203.86h-6.74v3.02c0%20.39-.32.7-.7.7s-.7-.31-.7-.7V3.86h-1.16c-3.95%200-5.25%201.18-5.34%204.87c-.01.18.07.37.2.5c.13.14.3.21.5.21c1.4%200%202.55%201.16%202.55%202.56s-1.15%202.56-2.55%202.56c-.19%200-.37.07-.5.21c-.13.13-.21.32-.2.5c.09%203.69%201.39%204.87%205.34%204.87h1.16v-3.02c0-.39.32-.7.7-.7s.7.31.7.7v3.02h6.74c4.1%200%205.35-1.25%205.35-5.35V9.21c0-4.1-1.25-5.35-5.35-5.35m1.82%208.04l-.93.9c-.04.03-.05.09-.04.14l.22%201.27c.04.23-.05.47-.25.61c-.19.14-.44.16-.65.05l-1.15-.6a.17.17%200%200%200-.14%200l-1.15.6c-.09.05-.19.07-.29.07a.625.625%200%200%201-.61-.73l.22-1.27a.18.18%200%200%200-.04-.14l-.93-.9a.62.62%200%200%201-.16-.63a.59.59%200%200%201%20.5-.42l1.28-.19a.2.2%200%200%200%20.12-.08l.57-1.16c.11-.21.32-.34.56-.34a.6.6%200%200%201%20.55.34l.57%201.16c.02.05.06.08.11.08l1.28.19c.24.03.43.2.5.42c.09.22.03.46-.14.63%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%22M16.649%203.86h-6.74v3.02c0%20.39-.32.7-.7.7s-.7-.31-.7-.7V3.86h-1.16c-3.95%200-5.25%201.18-5.34%204.87c-.01.18.07.37.2.5c.13.14.3.21.5.21c1.4%200%202.55%201.16%202.55%202.56s-1.15%202.56-2.55%202.56c-.19%200-.37.07-.5.21c-.13.13-.21.32-.2.5c.09%203.69%201.39%204.87%205.34%204.87h1.16v-3.02c0-.39.32-.7.7-.7s.7.31.7.7v3.02h6.74c4.1%200%205.35-1.25%205.35-5.35V9.21c0-4.1-1.25-5.35-5.35-5.35m1.82%208.04l-.93.9c-.04.03-.05.09-.04.14l.22%201.27c.04.23-.05.47-.25.61c-.19.14-.44.16-.65.05l-1.15-.6a.17.17%200%200%200-.14%200l-1.15.6c-.09.05-.19.07-.29.07a.625.625%200%200%201-.61-.73l.22-1.27a.18.18%200%200%200-.04-.14l-.93-.9a.62.62%200%200%201-.16-.63a.59.59%200%200%201%20.5-.42l1.28-.19a.2.2%200%200%200%20.12-.08l.57-1.16c.11-.21.32-.34.56-.34a.6.6%200%200%201%20.55.34l.57%201.16c.02.05.06.08.11.08l1.28.19c.24.03.43.2.5.42c.09.22.03.46-.14.63%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/ticket-star-filled.svg?color=%231a73e8&size=48