train speed icon
train-speed from Carbon by IBM · Outline · Planning · Apache-2.0 Free for personal and commercial use.
- Name
- train-speed
- Set
- Carbon
- Style
- Outline
- Category
- Planning
- Viewbox
- 32×32
- License
- Apache 2.0
More planning icons from Carbon
accumulation-iceaccumulation-precipitationaccumulation-rainaccumulation-snowagriculture-analyticsairline-digital-gateairline-manage-gatesairline-passenger-careairline-rapid-boardairport-01airport-02airport-locationalarmalarm-addalarm-subtractarray-date-timearray-timearrivalbaggage-claimbarbicyclebootbuoybus
Use the train speed icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 25H2v2h2v2h2v-2h5v2h2v-2h5v2h2v-2h5v2h2v-2h3zm-.286-8.41L18.15 8.64A14.93 14.93 0 0 0 9.652 6H2v2h7.652a12.95 12.95 0 0 1 7.365 2.287l1.036.713H9v2h11.962l7.62 5.238A.966.966 0 0 1 28.033 20H2v2h26.034a2.966 2.966 0 0 0 1.68-5.41"/></svg>
React
import type { SVGProps } from "react";
export function CarbonTrainSpeed(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="M30 25H2v2h2v2h2v-2h5v2h2v-2h5v2h2v-2h5v2h2v-2h3zm-.286-8.41L18.15 8.64A14.93 14.93 0 0 0 9.652 6H2v2h7.652a12.95 12.95 0 0 1 7.365 2.287l1.036.713H9v2h11.962l7.62 5.238A.966.966 0 0 1 28.033 20H2v2h26.034a2.966 2.966 0 0 0 1.68-5.41"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 32 32"><path fill="currentColor" d="M30 25H2v2h2v2h2v-2h5v2h2v-2h5v2h2v-2h5v2h2v-2h3zm-.286-8.41L18.15 8.64A14.93 14.93 0 0 0 9.652 6H2v2h7.652a12.95 12.95 0 0 1 7.365 2.287l1.036.713H9v2h11.962l7.62 5.238A.966.966 0 0 1 28.033 20H2v2h26.034a2.966 2.966 0 0 0 1.68-5.41"/></svg> </template>
CSS
.icon-train-speed {
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%22M30%2025H2v2h2v2h2v-2h5v2h2v-2h5v2h2v-2h5v2h2v-2h3zm-.286-8.41L18.15%208.64A14.93%2014.93%200%200%200%209.652%206H2v2h7.652a12.95%2012.95%200%200%201%207.365%202.287l1.036.713H9v2h11.962l7.62%205.238A.966.966%200%200%201%2028.033%2020H2v2h26.034a2.966%202.966%200%200%200%201.68-5.41%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%22M30%2025H2v2h2v2h2v-2h5v2h2v-2h5v2h2v-2h5v2h2v-2h3zm-.286-8.41L18.15%208.64A14.93%2014.93%200%200%200%209.652%206H2v2h7.652a12.95%2012.95%200%200%201%207.365%202.287l1.036.713H9v2h11.962l7.62%205.238A.966.966%200%200%201%2028.033%2020H2v2h26.034a2.966%202.966%200%200%200%201.68-5.41%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/carbon/train-speed.svg?color=%231a73e8&size=48