tickets icon
tickets-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- tickets-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
1 other variant in Framework7 Icons
The same icon in other sets
Use the tickets icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="M7.627 16.697L23.812 5.364a4 4 0 0 1 5.57.982l2.553 3.645q.056.08.107.163zM2.147 29.84L1.04 25.708a4 4 0 0 1 2.83-4.898L44.438 9.94a4 4 0 0 1 4.899 2.828l1.151 4.298a3.2 3.2 0 0 1-1.121 3.35a5.001 5.001 0 0 0 2.433 8.903a3.08 3.08 0 0 1 2.576 2.255l1.172 4.377a4 4 0 0 1-2.828 4.899L12.15 51.72a4 4 0 0 1-4.898-2.828l-1.103-4.118a3.48 3.48 0 0 1 1.16-3.6a5.001 5.001 0 0 0-2.37-8.812a3.46 3.46 0 0 1-2.791-2.52m35.478-6.689a3 3 0 1 0-1.553-5.795a3 3 0 0 0 1.553 5.795m2.07 7.728a3 3 0 1 0-1.552-5.796a3 3 0 0 0 1.553 5.796m2.071 7.727a3 3 0 1 0-1.552-5.795a3 3 0 0 0 1.552 5.795"/></svg>
React
import type { SVGProps } from "react";
export function F7TicketsFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fillRule="evenodd" d="M7.627 16.697L23.812 5.364a4 4 0 0 1 5.57.982l2.553 3.645q.056.08.107.163zM2.147 29.84L1.04 25.708a4 4 0 0 1 2.83-4.898L44.438 9.94a4 4 0 0 1 4.899 2.828l1.151 4.298a3.2 3.2 0 0 1-1.121 3.35a5.001 5.001 0 0 0 2.433 8.903a3.08 3.08 0 0 1 2.576 2.255l1.172 4.377a4 4 0 0 1-2.828 4.899L12.15 51.72a4 4 0 0 1-4.898-2.828l-1.103-4.118a3.48 3.48 0 0 1 1.16-3.6a5.001 5.001 0 0 0-2.37-8.812a3.46 3.46 0 0 1-2.791-2.52m35.478-6.689a3 3 0 1 0-1.553-5.795a3 3 0 0 0 1.553 5.795m2.07 7.728a3 3 0 1 0-1.552-5.796a3 3 0 0 0 1.553 5.796m2.071 7.727a3 3 0 1 0-1.552-5.795a3 3 0 0 0 1.552 5.795"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" fill-rule="evenodd" d="M7.627 16.697L23.812 5.364a4 4 0 0 1 5.57.982l2.553 3.645q.056.08.107.163zM2.147 29.84L1.04 25.708a4 4 0 0 1 2.83-4.898L44.438 9.94a4 4 0 0 1 4.899 2.828l1.151 4.298a3.2 3.2 0 0 1-1.121 3.35a5.001 5.001 0 0 0 2.433 8.903a3.08 3.08 0 0 1 2.576 2.255l1.172 4.377a4 4 0 0 1-2.828 4.899L12.15 51.72a4 4 0 0 1-4.898-2.828l-1.103-4.118a3.48 3.48 0 0 1 1.16-3.6a5.001 5.001 0 0 0-2.37-8.812a3.46 3.46 0 0 1-2.791-2.52m35.478-6.689a3 3 0 1 0-1.553-5.795a3 3 0 0 0 1.553 5.795m2.07 7.728a3 3 0 1 0-1.552-5.796a3 3 0 0 0 1.553 5.796m2.071 7.727a3 3 0 1 0-1.552-5.795a3 3 0 0 0 1.552 5.795"/></svg> </template>
CSS
.icon-tickets-fill {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.627%2016.697L23.812%205.364a4%204%200%200%201%205.57.982l2.553%203.645q.056.08.107.163zM2.147%2029.84L1.04%2025.708a4%204%200%200%201%202.83-4.898L44.438%209.94a4%204%200%200%201%204.899%202.828l1.151%204.298a3.2%203.2%200%200%201-1.121%203.35a5.001%205.001%200%200%200%202.433%208.903a3.08%203.08%200%200%201%202.576%202.255l1.172%204.377a4%204%200%200%201-2.828%204.899L12.15%2051.72a4%204%200%200%201-4.898-2.828l-1.103-4.118a3.48%203.48%200%200%201%201.16-3.6a5.001%205.001%200%200%200-2.37-8.812a3.46%203.46%200%200%201-2.791-2.52m35.478-6.689a3%203%200%201%200-1.553-5.795a3%203%200%200%200%201.553%205.795m2.07%207.728a3%203%200%201%200-1.552-5.796a3%203%200%200%200%201.553%205.796m2.071%207.727a3%203%200%201%200-1.552-5.795a3%203%200%200%200%201.552%205.795%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20fill-rule%3D%22evenodd%22%20d%3D%22M7.627%2016.697L23.812%205.364a4%204%200%200%201%205.57.982l2.553%203.645q.056.08.107.163zM2.147%2029.84L1.04%2025.708a4%204%200%200%201%202.83-4.898L44.438%209.94a4%204%200%200%201%204.899%202.828l1.151%204.298a3.2%203.2%200%200%201-1.121%203.35a5.001%205.001%200%200%200%202.433%208.903a3.08%203.08%200%200%201%202.576%202.255l1.172%204.377a4%204%200%200%201-2.828%204.899L12.15%2051.72a4%204%200%200%201-4.898-2.828l-1.103-4.118a3.48%203.48%200%200%201%201.16-3.6a5.001%205.001%200%200%200-2.37-8.812a3.46%203.46%200%200%201-2.791-2.52m35.478-6.689a3%203%200%201%200-1.553-5.795a3%203%200%200%200%201.553%205.795m2.07%207.728a3%203%200%201%200-1.552-5.796a3%203%200%200%200%201.553%205.796m2.071%207.727a3%203%200%201%200-1.552-5.795a3%203%200%200%200%201.552%205.795%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/tickets-fill.svg?color=%231a73e8&size=48