train time icon

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

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

More planning icons from Carbon

Use the train time icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="none" d="m25.496 10.088l-2.622-2.622V3h2.25v3.534l1.964 1.964z"/><path fill="currentColor" d="M24 1a6 6 0 1 0 6 6a6.007 6.007 0 0 0-6-6m1.497 9.088l-2.622-2.622V3h2.25v3.534l1.964 1.964Z"/><path fill="currentColor" d="M6 16v-6h9V8H6.184A2.995 2.995 0 0 1 9 6h6V4H9a5.006 5.006 0 0 0-5 5v12a4.99 4.99 0 0 0 3.582 4.77L5.769 30h2.176l1.714-4h8.682l1.714 4h2.176l-1.813-4.23A4.99 4.99 0 0 0 24 21v-5Zm16 4h-3v2h2.816A2.995 2.995 0 0 1 19 24H9a2.995 2.995 0 0 1-2.816-2H9v-2H6v-2h16Z"/></svg>

React

import type { SVGProps } from "react";

export function CarbonTrainTime(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="none" d="m25.496 10.088l-2.622-2.622V3h2.25v3.534l1.964 1.964z"/><path fill="currentColor" d="M24 1a6 6 0 1 0 6 6a6.007 6.007 0 0 0-6-6m1.497 9.088l-2.622-2.622V3h2.25v3.534l1.964 1.964Z"/><path fill="currentColor" d="M6 16v-6h9V8H6.184A2.995 2.995 0 0 1 9 6h6V4H9a5.006 5.006 0 0 0-5 5v12a4.99 4.99 0 0 0 3.582 4.77L5.769 30h2.176l1.714-4h8.682l1.714 4h2.176l-1.813-4.23A4.99 4.99 0 0 0 24 21v-5Zm16 4h-3v2h2.816A2.995 2.995 0 0 1 19 24H9a2.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="none" d="m25.496 10.088l-2.622-2.622V3h2.25v3.534l1.964 1.964z"/><path fill="currentColor" d="M24 1a6 6 0 1 0 6 6a6.007 6.007 0 0 0-6-6m1.497 9.088l-2.622-2.622V3h2.25v3.534l1.964 1.964Z"/><path fill="currentColor" d="M6 16v-6h9V8H6.184A2.995 2.995 0 0 1 9 6h6V4H9a5.006 5.006 0 0 0-5 5v12a4.99 4.99 0 0 0 3.582 4.77L5.769 30h2.176l1.714-4h8.682l1.714 4h2.176l-1.813-4.23A4.99 4.99 0 0 0 24 21v-5Zm16 4h-3v2h2.816A2.995 2.995 0 0 1 19 24H9a2.995 2.995 0 0 1-2.816-2H9v-2H6v-2h16Z"/></svg>
</template>

CSS

.icon-train-time {
  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%22none%22%20d%3D%22m25.496%2010.088l-2.622-2.622V3h2.25v3.534l1.964%201.964z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%201a6%206%200%201%200%206%206a6.007%206.007%200%200%200-6-6m1.497%209.088l-2.622-2.622V3h2.25v3.534l1.964%201.964Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2016v-6h9V8H6.184A2.995%202.995%200%200%201%209%206h6V4H9a5.006%205.006%200%200%200-5%205v12a4.99%204.99%200%200%200%203.582%204.77L5.769%2030h2.176l1.714-4h8.682l1.714%204h2.176l-1.813-4.23A4.99%204.99%200%200%200%2024%2021v-5Zm16%204h-3v2h2.816A2.995%202.995%200%200%201%2019%2024H9a2.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%22none%22%20d%3D%22m25.496%2010.088l-2.622-2.622V3h2.25v3.534l1.964%201.964z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M24%201a6%206%200%201%200%206%206a6.007%206.007%200%200%200-6-6m1.497%209.088l-2.622-2.622V3h2.25v3.534l1.964%201.964Z%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M6%2016v-6h9V8H6.184A2.995%202.995%200%200%201%209%206h6V4H9a5.006%205.006%200%200%200-5%205v12a4.99%204.99%200%200%200%203.582%204.77L5.769%2030h2.176l1.714-4h8.682l1.714%204h2.176l-1.813-4.23A4.99%204.99%200%200%200%2024%2021v-5Zm16%204h-3v2h2.816A2.995%202.995%200%200%201%2019%2024H9a2.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-time.svg?color=%231a73e8&size=48