admission tickets emoji

admission-tickets from Twitter Emoji by Twitter · Default · Activities · CC-BY-4.0 Attribution required.

Name
admission-tickets
Set
Twitter Emoji
Style
Default
Category
Activities
Viewbox
36×36
License
CC BY 4.0

The same emoji in other sets

More activities icons from Twitter Emoji

Use the admission tickets emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ea596e" d="M26.751 8.007a4.67 4.67 0 0 0 5.046 1.032l3.613 3.611c.737.74.738 1.938-.004 2.68L15.319 35.405a1.9 1.9 0 0 1-2.681 0l-3.606-3.612A4.69 4.69 0 0 0 8 26.746a4.68 4.68 0 0 0-5.047-1.032l-2.359-2.36a1.893 1.893 0 0 1 0-2.68L20.678.596a1.89 1.89 0 0 1 2.679.002l2.361 2.361a4.68 4.68 0 0 0 1.033 5.048"/><path fill="#be1931" d="m5.42 18.527l-2.149 2.148a1.9 1.9 0 0 0-.003 2.68l.542.541a5.67 5.67 0 0 1 5.482 1.468a5.67 5.67 0 0 1 1.467 5.481l1.878 1.883a1.9 1.9 0 0 0 2.682-.002l2.189-2.187zm13.521 10.58l10.158-10.152L17.008 6.943L6.854 17.095zm1.99-13.993c2.245 2.228 2.745 5.356 1.121 6.989c-1.627 1.635-4.762 1.151-7.001-1.075c-2.239-2.228-2.738-5.358-1.114-6.991c1.625-1.63 4.755-1.15 6.994 1.077m11.8-2.464l-1.881-1.881a5.67 5.67 0 0 1-5.483-1.468a5.67 5.67 0 0 1-1.47-5.484l-.541-.546a1.9 1.9 0 0 0-2.678.003L18.442 5.51l12.092 12.011l2.196-2.195c.74-.737.74-1.936.001-2.676"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiAdmissionTickets(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ea596e" d="M26.751 8.007a4.67 4.67 0 0 0 5.046 1.032l3.613 3.611c.737.74.738 1.938-.004 2.68L15.319 35.405a1.9 1.9 0 0 1-2.681 0l-3.606-3.612A4.69 4.69 0 0 0 8 26.746a4.68 4.68 0 0 0-5.047-1.032l-2.359-2.36a1.893 1.893 0 0 1 0-2.68L20.678.596a1.89 1.89 0 0 1 2.679.002l2.361 2.361a4.68 4.68 0 0 0 1.033 5.048"/><path fill="#be1931" d="m5.42 18.527l-2.149 2.148a1.9 1.9 0 0 0-.003 2.68l.542.541a5.67 5.67 0 0 1 5.482 1.468a5.67 5.67 0 0 1 1.467 5.481l1.878 1.883a1.9 1.9 0 0 0 2.682-.002l2.189-2.187zm13.521 10.58l10.158-10.152L17.008 6.943L6.854 17.095zm1.99-13.993c2.245 2.228 2.745 5.356 1.121 6.989c-1.627 1.635-4.762 1.151-7.001-1.075c-2.239-2.228-2.738-5.358-1.114-6.991c1.625-1.63 4.755-1.15 6.994 1.077m11.8-2.464l-1.881-1.881a5.67 5.67 0 0 1-5.483-1.468a5.67 5.67 0 0 1-1.47-5.484l-.541-.546a1.9 1.9 0 0 0-2.678.003L18.442 5.51l12.092 12.011l2.196-2.195c.74-.737.74-1.936.001-2.676"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ea596e" d="M26.751 8.007a4.67 4.67 0 0 0 5.046 1.032l3.613 3.611c.737.74.738 1.938-.004 2.68L15.319 35.405a1.9 1.9 0 0 1-2.681 0l-3.606-3.612A4.69 4.69 0 0 0 8 26.746a4.68 4.68 0 0 0-5.047-1.032l-2.359-2.36a1.893 1.893 0 0 1 0-2.68L20.678.596a1.89 1.89 0 0 1 2.679.002l2.361 2.361a4.68 4.68 0 0 0 1.033 5.048"/><path fill="#be1931" d="m5.42 18.527l-2.149 2.148a1.9 1.9 0 0 0-.003 2.68l.542.541a5.67 5.67 0 0 1 5.482 1.468a5.67 5.67 0 0 1 1.467 5.481l1.878 1.883a1.9 1.9 0 0 0 2.682-.002l2.189-2.187zm13.521 10.58l10.158-10.152L17.008 6.943L6.854 17.095zm1.99-13.993c2.245 2.228 2.745 5.356 1.121 6.989c-1.627 1.635-4.762 1.151-7.001-1.075c-2.239-2.228-2.738-5.358-1.114-6.991c1.625-1.63 4.755-1.15 6.994 1.077m11.8-2.464l-1.881-1.881a5.67 5.67 0 0 1-5.483-1.468a5.67 5.67 0 0 1-1.47-5.484l-.541-.546a1.9 1.9 0 0 0-2.678.003L18.442 5.51l12.092 12.011l2.196-2.195c.74-.737.74-1.936.001-2.676"/></svg>
</template>

CSS

.icon-admission-tickets {
  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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ea596e%22%20d%3D%22M26.751%208.007a4.67%204.67%200%200%200%205.046%201.032l3.613%203.611c.737.74.738%201.938-.004%202.68L15.319%2035.405a1.9%201.9%200%200%201-2.681%200l-3.606-3.612A4.69%204.69%200%200%200%208%2026.746a4.68%204.68%200%200%200-5.047-1.032l-2.359-2.36a1.893%201.893%200%200%201%200-2.68L20.678.596a1.89%201.89%200%200%201%202.679.002l2.361%202.361a4.68%204.68%200%200%200%201.033%205.048%22%2F%3E%3Cpath%20fill%3D%22%23be1931%22%20d%3D%22m5.42%2018.527l-2.149%202.148a1.9%201.9%200%200%200-.003%202.68l.542.541a5.67%205.67%200%200%201%205.482%201.468a5.67%205.67%200%200%201%201.467%205.481l1.878%201.883a1.9%201.9%200%200%200%202.682-.002l2.189-2.187zm13.521%2010.58l10.158-10.152L17.008%206.943L6.854%2017.095zm1.99-13.993c2.245%202.228%202.745%205.356%201.121%206.989c-1.627%201.635-4.762%201.151-7.001-1.075c-2.239-2.228-2.738-5.358-1.114-6.991c1.625-1.63%204.755-1.15%206.994%201.077m11.8-2.464l-1.881-1.881a5.67%205.67%200%200%201-5.483-1.468a5.67%205.67%200%200%201-1.47-5.484l-.541-.546a1.9%201.9%200%200%200-2.678.003L18.442%205.51l12.092%2012.011l2.196-2.195c.74-.737.74-1.936.001-2.676%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%2036%2036%22%3E%3Cpath%20fill%3D%22%23ea596e%22%20d%3D%22M26.751%208.007a4.67%204.67%200%200%200%205.046%201.032l3.613%203.611c.737.74.738%201.938-.004%202.68L15.319%2035.405a1.9%201.9%200%200%201-2.681%200l-3.606-3.612A4.69%204.69%200%200%200%208%2026.746a4.68%204.68%200%200%200-5.047-1.032l-2.359-2.36a1.893%201.893%200%200%201%200-2.68L20.678.596a1.89%201.89%200%200%201%202.679.002l2.361%202.361a4.68%204.68%200%200%200%201.033%205.048%22%2F%3E%3Cpath%20fill%3D%22%23be1931%22%20d%3D%22m5.42%2018.527l-2.149%202.148a1.9%201.9%200%200%200-.003%202.68l.542.541a5.67%205.67%200%200%201%205.482%201.468a5.67%205.67%200%200%201%201.467%205.481l1.878%201.883a1.9%201.9%200%200%200%202.682-.002l2.189-2.187zm13.521%2010.58l10.158-10.152L17.008%206.943L6.854%2017.095zm1.99-13.993c2.245%202.228%202.745%205.356%201.121%206.989c-1.627%201.635-4.762%201.151-7.001-1.075c-2.239-2.228-2.738-5.358-1.114-6.991c1.625-1.63%204.755-1.15%206.994%201.077m11.8-2.464l-1.881-1.881a5.67%205.67%200%200%201-5.483-1.468a5.67%205.67%200%200%201-1.47-5.484l-.541-.546a1.9%201.9%200%200%200-2.678.003L18.442%205.51l12.092%2012.011l2.196-2.195c.74-.737.74-1.936.001-2.676%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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