ticket3 icon
ticket3-filled from Reicon by REICON · Filled · Newicons · MIT Free for personal and commercial use.
- Name
- ticket3-filled
- Set
- Reicon
- Style
- Filled
- Category
- Newicons
- Viewbox
- 24×24
- License
- MIT
1 other variant in Reicon
More newicons icons from Reicon
Use the ticket3 icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.189 4.96v.02c-.25-.01-.5-.02-.77-.02h-7.7l1.07-1.06c.98-.99 2.06-1.9 3.31-1.9c1.26 0 2.34.91 3.32 1.9l.56.56c.14.13.21.31.21.5m3.651 8.21c.39 0 .7-.32.7-.72v-.88c0-3.93-1.2-5.12-5.12-5.12H7.58c-3.92 0-5.12 1.2-5.12 5.12V12c0 .4.31.71.7.71c.84 0 1.51.68 1.51 1.51S4 15.74 3.16 15.74c-.39 0-.7.31-.7.71v.43c0 3.93 1.2 5.12 5.12 5.12h8.83c3.92 0 5.12-1.2 5.12-5.12c0-.39-.31-.71-.7-.71a1.5 1.5 0 0 1-1.51-1.5c.01-.83.68-1.5 1.52-1.5m-10.02 5.69c0 .39-.32.71-.71.71s-.71-.32-.71-.71v-2.68c0-.39.32-.71.71-.71s.71.32.71.71zm0-6.59c0 .39-.32.71-.71.71s-.71-.32-.71-.71V9.59c0-.39.32-.71.71-.71s.71.32.71.71z"/></svg>
React
import type { SVGProps } from "react";
export function ReiconTicket3Filled(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="M17.189 4.96v.02c-.25-.01-.5-.02-.77-.02h-7.7l1.07-1.06c.98-.99 2.06-1.9 3.31-1.9c1.26 0 2.34.91 3.32 1.9l.56.56c.14.13.21.31.21.5m3.651 8.21c.39 0 .7-.32.7-.72v-.88c0-3.93-1.2-5.12-5.12-5.12H7.58c-3.92 0-5.12 1.2-5.12 5.12V12c0 .4.31.71.7.71c.84 0 1.51.68 1.51 1.51S4 15.74 3.16 15.74c-.39 0-.7.31-.7.71v.43c0 3.93 1.2 5.12 5.12 5.12h8.83c3.92 0 5.12-1.2 5.12-5.12c0-.39-.31-.71-.7-.71a1.5 1.5 0 0 1-1.51-1.5c.01-.83.68-1.5 1.52-1.5m-10.02 5.69c0 .39-.32.71-.71.71s-.71-.32-.71-.71v-2.68c0-.39.32-.71.71-.71s.71.32.71.71zm0-6.59c0 .39-.32.71-.71.71s-.71-.32-.71-.71V9.59c0-.39.32-.71.71-.71s.71.32.71.71z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17.189 4.96v.02c-.25-.01-.5-.02-.77-.02h-7.7l1.07-1.06c.98-.99 2.06-1.9 3.31-1.9c1.26 0 2.34.91 3.32 1.9l.56.56c.14.13.21.31.21.5m3.651 8.21c.39 0 .7-.32.7-.72v-.88c0-3.93-1.2-5.12-5.12-5.12H7.58c-3.92 0-5.12 1.2-5.12 5.12V12c0 .4.31.71.7.71c.84 0 1.51.68 1.51 1.51S4 15.74 3.16 15.74c-.39 0-.7.31-.7.71v.43c0 3.93 1.2 5.12 5.12 5.12h8.83c3.92 0 5.12-1.2 5.12-5.12c0-.39-.31-.71-.7-.71a1.5 1.5 0 0 1-1.51-1.5c.01-.83.68-1.5 1.52-1.5m-10.02 5.69c0 .39-.32.71-.71.71s-.71-.32-.71-.71v-2.68c0-.39.32-.71.71-.71s.71.32.71.71zm0-6.59c0 .39-.32.71-.71.71s-.71-.32-.71-.71V9.59c0-.39.32-.71.71-.71s.71.32.71.71z"/></svg> </template>
CSS
.icon-ticket3-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%22M17.189%204.96v.02c-.25-.01-.5-.02-.77-.02h-7.7l1.07-1.06c.98-.99%202.06-1.9%203.31-1.9c1.26%200%202.34.91%203.32%201.9l.56.56c.14.13.21.31.21.5m3.651%208.21c.39%200%20.7-.32.7-.72v-.88c0-3.93-1.2-5.12-5.12-5.12H7.58c-3.92%200-5.12%201.2-5.12%205.12V12c0%20.4.31.71.7.71c.84%200%201.51.68%201.51%201.51S4%2015.74%203.16%2015.74c-.39%200-.7.31-.7.71v.43c0%203.93%201.2%205.12%205.12%205.12h8.83c3.92%200%205.12-1.2%205.12-5.12c0-.39-.31-.71-.7-.71a1.5%201.5%200%200%201-1.51-1.5c.01-.83.68-1.5%201.52-1.5m-10.02%205.69c0%20.39-.32.71-.71.71s-.71-.32-.71-.71v-2.68c0-.39.32-.71.71-.71s.71.32.71.71zm0-6.59c0%20.39-.32.71-.71.71s-.71-.32-.71-.71V9.59c0-.39.32-.71.71-.71s.71.32.71.71z%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%22M17.189%204.96v.02c-.25-.01-.5-.02-.77-.02h-7.7l1.07-1.06c.98-.99%202.06-1.9%203.31-1.9c1.26%200%202.34.91%203.32%201.9l.56.56c.14.13.21.31.21.5m3.651%208.21c.39%200%20.7-.32.7-.72v-.88c0-3.93-1.2-5.12-5.12-5.12H7.58c-3.92%200-5.12%201.2-5.12%205.12V12c0%20.4.31.71.7.71c.84%200%201.51.68%201.51%201.51S4%2015.74%203.16%2015.74c-.39%200-.7.31-.7.71v.43c0%203.93%201.2%205.12%205.12%205.12h8.83c3.92%200%205.12-1.2%205.12-5.12c0-.39-.31-.71-.7-.71a1.5%201.5%200%200%201-1.51-1.5c.01-.83.68-1.5%201.52-1.5m-10.02%205.69c0%20.39-.32.71-.71.71s-.71-.32-.71-.71v-2.68c0-.39.32-.71.71-.71s.71.32.71.71zm0-6.59c0%20.39-.32.71-.71.71s-.71-.32-.71-.71V9.59c0-.39.32-.71.71-.71s.71.32.71.71z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/reicon/ticket3-filled.svg?color=%231a73e8&size=48