train ticket icon

train-ticket from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.

Name
train-ticket
Set
Carbon
Style
Outline
Category
Planning
Viewbox
32×32
License
Apache 2.0

More planning icons from Carbon

Use the train ticket icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.126 7.125a1.125 1.125 0 1 1 0-2.25H30V2H18v2.875h.875a1.125 1.125 0 0 1 0 2.25H18V10h12V7.125Z"/><path fill="currentColor" d="M22 13v3H6v-6h9V8H6.186a2.995 2.995 0 0 1 2.816-2h6V4H9a5.006 5.006 0 0 0-5 5v12a4.99 4.99 0 0 0 3.582 4.77L5.77 30h2.176l1.714-4h8.681l1.714 4h2.176l-1.812-4.23A4.99 4.99 0 0 0 24 21v-8Zm0 7h-3v2h2.816a2.995 2.995 0 0 1-2.815 2H9a2.995 2.995 0 0 1-2.816-2H9v-2H6v-2h16Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonTrainTicket(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.126 7.125a1.125 1.125 0 1 1 0-2.25H30V2H18v2.875h.875a1.125 1.125 0 0 1 0 2.25H18V10h12V7.125Z"/><path fill="currentColor" d="M22 13v3H6v-6h9V8H6.186a2.995 2.995 0 0 1 2.816-2h6V4H9a5.006 5.006 0 0 0-5 5v12a4.99 4.99 0 0 0 3.582 4.77L5.77 30h2.176l1.714-4h8.681l1.714 4h2.176l-1.812-4.23A4.99 4.99 0 0 0 24 21v-8Zm0 7h-3v2h2.816a2.995 2.995 0 0 1-2.815 2H9a2.995 2.995 0 0 1-2.816-2H9v-2H6v-2h16Z"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M29.126 7.125a1.125 1.125 0 1 1 0-2.25H30V2H18v2.875h.875a1.125 1.125 0 0 1 0 2.25H18V10h12V7.125Z"/><path fill="currentColor" d="M22 13v3H6v-6h9V8H6.186a2.995 2.995 0 0 1 2.816-2h6V4H9a5.006 5.006 0 0 0-5 5v12a4.99 4.99 0 0 0 3.582 4.77L5.77 30h2.176l1.714-4h8.681l1.714 4h2.176l-1.812-4.23A4.99 4.99 0 0 0 24 21v-8Zm0 7h-3v2h2.816a2.995 2.995 0 0 1-2.815 2H9a2.995 2.995 0 0 1-2.816-2H9v-2H6v-2h16Z"/></svg>
</template>

CSS

.icon-train-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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.126%207.125a1.125%201.125%200%201%201%200-2.25H30V2H18v2.875h.875a1.125%201.125%200%200%201%200%202.25H18V10h12V7.125Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2013v3H6v-6h9V8H6.186a2.995%202.995%200%200%201%202.816-2h6V4H9a5.006%205.006%200%200%200-5%205v12a4.99%204.99%200%200%200%203.582%204.77L5.77%2030h2.176l1.714-4h8.681l1.714%204h2.176l-1.812-4.23A4.99%204.99%200%200%200%2024%2021v-8Zm0%207h-3v2h2.816a2.995%202.995%200%200%201-2.815%202H9a2.995%202.995%200%200%201-2.816-2H9v-2H6v-2h16Z%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%2032%2032%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M29.126%207.125a1.125%201.125%200%201%201%200-2.25H30V2H18v2.875h.875a1.125%201.125%200%200%201%200%202.25H18V10h12V7.125Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M22%2013v3H6v-6h9V8H6.186a2.995%202.995%200%200%201%202.816-2h6V4H9a5.006%205.006%200%200%200-5%205v12a4.99%204.99%200%200%200%203.582%204.77L5.77%2030h2.176l1.714-4h8.681l1.714%204h2.176l-1.812-4.23A4.99%204.99%200%200%200%2024%2021v-8Zm0%207h-3v2h2.816a2.995%202.995%200%200%201-2.815%202H9a2.995%202.995%200%200%201-2.816-2H9v-2H6v-2h16Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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