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

Name
ticket
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 ticket emoji

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ccd6dd" d="m34.768 10.814l-2.736-2.737l-4.108-4.106l-2.738-2.738c-1.512-1.512-3.963-1.512-5.433-.041l-5.91 5.911c.082.301.157.589.157.897a2 2 0 0 1-2 2c-.308 0-.596-.075-.857-.2l-9.91 9.911a3.87 3.87 0 0 0 0 5.476l2.738 2.737l4.106 4.107l2.737 2.737a3.87 3.87 0 0 0 5.476 0l9.911-9.91A2 2 0 0 1 26 24a2 2 0 0 1 2-2c.308 0 .597.075.857.2l5.91-5.911a3.87 3.87 0 0 0 .001-5.475M16 14a2 2 0 1 1 .001-4.001A2 2 0 0 1 16 14m4 4a2 2 0 1 1 .001-4.001A2 2 0 0 1 20 18m4 4a2 2 0 1 1 .001-4.001A2 2 0 0 1 24 22"/><path fill="#99aab5" d="M11 30a.999.999 0 0 1-.707-1.707l4-4a.999.999 0 1 1 1.414 1.414l-4 4A1 1 0 0 1 11 30m-3-3a.999.999 0 0 1-.707-1.707l7-7a.999.999 0 1 1 1.414 1.414l-7 7A1 1 0 0 1 8 27m-3-3a.999.999 0 0 1-.707-1.707l7-7a.999.999 0 1 1 1.414 1.414l-7 7A1 1 0 0 1 5 24M20.397 6.783c-.245-.534-.229-1.179.204-1.611c.45-.45 1.059-.467 1.61-.204l6.277 2.951c.186.084.322.187.381.246c.331.331.289.832-.025 1.146c-.355.356-.721.348-1.06.178l-1.051-.543l-2.357 2.357l.534 1.043c.179.347.187.712-.161 1.06c-.34.339-.883.373-1.222.034c-.136-.136-.194-.28-.22-.339zm3.172 2.985l1.611-1.611l-3.248-1.671l-.017.017z"/></svg>

React

import type { SVGProps } from "react";

export function TwemojiTicket(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ccd6dd" d="m34.768 10.814l-2.736-2.737l-4.108-4.106l-2.738-2.738c-1.512-1.512-3.963-1.512-5.433-.041l-5.91 5.911c.082.301.157.589.157.897a2 2 0 0 1-2 2c-.308 0-.596-.075-.857-.2l-9.91 9.911a3.87 3.87 0 0 0 0 5.476l2.738 2.737l4.106 4.107l2.737 2.737a3.87 3.87 0 0 0 5.476 0l9.911-9.91A2 2 0 0 1 26 24a2 2 0 0 1 2-2c.308 0 .597.075.857.2l5.91-5.911a3.87 3.87 0 0 0 .001-5.475M16 14a2 2 0 1 1 .001-4.001A2 2 0 0 1 16 14m4 4a2 2 0 1 1 .001-4.001A2 2 0 0 1 20 18m4 4a2 2 0 1 1 .001-4.001A2 2 0 0 1 24 22"/><path fill="#99aab5" d="M11 30a.999.999 0 0 1-.707-1.707l4-4a.999.999 0 1 1 1.414 1.414l-4 4A1 1 0 0 1 11 30m-3-3a.999.999 0 0 1-.707-1.707l7-7a.999.999 0 1 1 1.414 1.414l-7 7A1 1 0 0 1 8 27m-3-3a.999.999 0 0 1-.707-1.707l7-7a.999.999 0 1 1 1.414 1.414l-7 7A1 1 0 0 1 5 24M20.397 6.783c-.245-.534-.229-1.179.204-1.611c.45-.45 1.059-.467 1.61-.204l6.277 2.951c.186.084.322.187.381.246c.331.331.289.832-.025 1.146c-.355.356-.721.348-1.06.178l-1.051-.543l-2.357 2.357l.534 1.043c.179.347.187.712-.161 1.06c-.34.339-.883.373-1.222.034c-.136-.136-.194-.28-.22-.339zm3.172 2.985l1.611-1.611l-3.248-1.671l-.017.017z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 36 36"><path fill="#ccd6dd" d="m34.768 10.814l-2.736-2.737l-4.108-4.106l-2.738-2.738c-1.512-1.512-3.963-1.512-5.433-.041l-5.91 5.911c.082.301.157.589.157.897a2 2 0 0 1-2 2c-.308 0-.596-.075-.857-.2l-9.91 9.911a3.87 3.87 0 0 0 0 5.476l2.738 2.737l4.106 4.107l2.737 2.737a3.87 3.87 0 0 0 5.476 0l9.911-9.91A2 2 0 0 1 26 24a2 2 0 0 1 2-2c.308 0 .597.075.857.2l5.91-5.911a3.87 3.87 0 0 0 .001-5.475M16 14a2 2 0 1 1 .001-4.001A2 2 0 0 1 16 14m4 4a2 2 0 1 1 .001-4.001A2 2 0 0 1 20 18m4 4a2 2 0 1 1 .001-4.001A2 2 0 0 1 24 22"/><path fill="#99aab5" d="M11 30a.999.999 0 0 1-.707-1.707l4-4a.999.999 0 1 1 1.414 1.414l-4 4A1 1 0 0 1 11 30m-3-3a.999.999 0 0 1-.707-1.707l7-7a.999.999 0 1 1 1.414 1.414l-7 7A1 1 0 0 1 8 27m-3-3a.999.999 0 0 1-.707-1.707l7-7a.999.999 0 1 1 1.414 1.414l-7 7A1 1 0 0 1 5 24M20.397 6.783c-.245-.534-.229-1.179.204-1.611c.45-.45 1.059-.467 1.61-.204l6.277 2.951c.186.084.322.187.381.246c.331.331.289.832-.025 1.146c-.355.356-.721.348-1.06.178l-1.051-.543l-2.357 2.357l.534 1.043c.179.347.187.712-.161 1.06c-.34.339-.883.373-1.222.034c-.136-.136-.194-.28-.22-.339zm3.172 2.985l1.611-1.611l-3.248-1.671l-.017.017z"/></svg>
</template>

CSS

.icon-ticket {
  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%23ccd6dd%22%20d%3D%22m34.768%2010.814l-2.736-2.737l-4.108-4.106l-2.738-2.738c-1.512-1.512-3.963-1.512-5.433-.041l-5.91%205.911c.082.301.157.589.157.897a2%202%200%200%201-2%202c-.308%200-.596-.075-.857-.2l-9.91%209.911a3.87%203.87%200%200%200%200%205.476l2.738%202.737l4.106%204.107l2.737%202.737a3.87%203.87%200%200%200%205.476%200l9.911-9.91A2%202%200%200%201%2026%2024a2%202%200%200%201%202-2c.308%200%20.597.075.857.2l5.91-5.911a3.87%203.87%200%200%200%20.001-5.475M16%2014a2%202%200%201%201%20.001-4.001A2%202%200%200%201%2016%2014m4%204a2%202%200%201%201%20.001-4.001A2%202%200%200%201%2020%2018m4%204a2%202%200%201%201%20.001-4.001A2%202%200%200%201%2024%2022%22%2F%3E%3Cpath%20fill%3D%22%2399aab5%22%20d%3D%22M11%2030a.999.999%200%200%201-.707-1.707l4-4a.999.999%200%201%201%201.414%201.414l-4%204A1%201%200%200%201%2011%2030m-3-3a.999.999%200%200%201-.707-1.707l7-7a.999.999%200%201%201%201.414%201.414l-7%207A1%201%200%200%201%208%2027m-3-3a.999.999%200%200%201-.707-1.707l7-7a.999.999%200%201%201%201.414%201.414l-7%207A1%201%200%200%201%205%2024M20.397%206.783c-.245-.534-.229-1.179.204-1.611c.45-.45%201.059-.467%201.61-.204l6.277%202.951c.186.084.322.187.381.246c.331.331.289.832-.025%201.146c-.355.356-.721.348-1.06.178l-1.051-.543l-2.357%202.357l.534%201.043c.179.347.187.712-.161%201.06c-.34.339-.883.373-1.222.034c-.136-.136-.194-.28-.22-.339zm3.172%202.985l1.611-1.611l-3.248-1.671l-.017.017z%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%23ccd6dd%22%20d%3D%22m34.768%2010.814l-2.736-2.737l-4.108-4.106l-2.738-2.738c-1.512-1.512-3.963-1.512-5.433-.041l-5.91%205.911c.082.301.157.589.157.897a2%202%200%200%201-2%202c-.308%200-.596-.075-.857-.2l-9.91%209.911a3.87%203.87%200%200%200%200%205.476l2.738%202.737l4.106%204.107l2.737%202.737a3.87%203.87%200%200%200%205.476%200l9.911-9.91A2%202%200%200%201%2026%2024a2%202%200%200%201%202-2c.308%200%20.597.075.857.2l5.91-5.911a3.87%203.87%200%200%200%20.001-5.475M16%2014a2%202%200%201%201%20.001-4.001A2%202%200%200%201%2016%2014m4%204a2%202%200%201%201%20.001-4.001A2%202%200%200%201%2020%2018m4%204a2%202%200%201%201%20.001-4.001A2%202%200%200%201%2024%2022%22%2F%3E%3Cpath%20fill%3D%22%2399aab5%22%20d%3D%22M11%2030a.999.999%200%200%201-.707-1.707l4-4a.999.999%200%201%201%201.414%201.414l-4%204A1%201%200%200%201%2011%2030m-3-3a.999.999%200%200%201-.707-1.707l7-7a.999.999%200%201%201%201.414%201.414l-7%207A1%201%200%200%201%208%2027m-3-3a.999.999%200%200%201-.707-1.707l7-7a.999.999%200%201%201%201.414%201.414l-7%207A1%201%200%200%201%205%2024M20.397%206.783c-.245-.534-.229-1.179.204-1.611c.45-.45%201.059-.467%201.61-.204l6.277%202.951c.186.084.322.187.381.246c.331.331.289.832-.025%201.146c-.355.356-.721.348-1.06.178l-1.051-.543l-2.357%202.357l.534%201.043c.179.347.187.712-.161%201.06c-.34.339-.883.373-1.222.034c-.136-.136-.194-.28-.22-.339zm3.172%202.985l1.611-1.611l-3.248-1.671l-.017.017z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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