tram-filled from Reicon by REICON · Filled · Parts · MIT Free for personal and commercial use.

Name
tram-filled
Set
Reicon
Style
Filled
Category
Parts
Viewbox
24×24
License
MIT

2 other variants in Reicon

The same icon in other sets

All tram icons →

More parts icons from Reicon

Use the tram icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M6.376 19.572c-.478-.17-.87-.41-1.204-.744c-.975-.974-1.139-2.442-1.166-5.078h15.988c-.027 2.636-.191 4.104-1.166 5.078a3.15 3.15 0 0 1-1.203.744l1.046 2.093a.75.75 0 0 1-1.342.67l-1.224-2.447C15.057 20 13.726 20 12 20s-3.057 0-4.105-.112L6.67 22.336a.75.75 0 0 1-1.342-.671zM14.75 16a.75.75 0 0 1 .75-.75H17a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1-.75-.75M7 15.25a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5z" clip-rule="evenodd"/><path d="M20 12.25V10c0-3.771 0-5.657-1.172-6.828c-.878-.88-2.16-1.099-4.336-1.154A.48.48 0 0 0 14 2.5a2 2 0 1 1-4 0a.48.48 0 0 0-.492-.482c-2.177.055-3.458.275-4.336 1.154C4 4.343 4 6.229 4 10v2.25z"/></g></svg>

React

import type { SVGProps } from "react";

export function ReiconTramFilled(props: SVGProps<SVGSVGElement>) {
  return (
    <svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fillRule="evenodd" d="M6.376 19.572c-.478-.17-.87-.41-1.204-.744c-.975-.974-1.139-2.442-1.166-5.078h15.988c-.027 2.636-.191 4.104-1.166 5.078a3.15 3.15 0 0 1-1.203.744l1.046 2.093a.75.75 0 0 1-1.342.67l-1.224-2.447C15.057 20 13.726 20 12 20s-3.057 0-4.105-.112L6.67 22.336a.75.75 0 0 1-1.342-.671zM14.75 16a.75.75 0 0 1 .75-.75H17a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1-.75-.75M7 15.25a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5z" clipRule="evenodd"/><path d="M20 12.25V10c0-3.771 0-5.657-1.172-6.828c-.878-.88-2.16-1.099-4.336-1.154A.48.48 0 0 0 14 2.5a2 2 0 1 1-4 0a.48.48 0 0 0-.492-.482c-2.177.055-3.458.275-4.336 1.154C4 4.343 4 6.229 4 10v2.25z"/></g></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><g fill="currentColor"><path fill-rule="evenodd" d="M6.376 19.572c-.478-.17-.87-.41-1.204-.744c-.975-.974-1.139-2.442-1.166-5.078h15.988c-.027 2.636-.191 4.104-1.166 5.078a3.15 3.15 0 0 1-1.203.744l1.046 2.093a.75.75 0 0 1-1.342.67l-1.224-2.447C15.057 20 13.726 20 12 20s-3.057 0-4.105-.112L6.67 22.336a.75.75 0 0 1-1.342-.671zM14.75 16a.75.75 0 0 1 .75-.75H17a.75.75 0 0 1 0 1.5h-1.5a.75.75 0 0 1-.75-.75M7 15.25a.75.75 0 0 0 0 1.5h1.5a.75.75 0 0 0 0-1.5z" clip-rule="evenodd"/><path d="M20 12.25V10c0-3.771 0-5.657-1.172-6.828c-.878-.88-2.16-1.099-4.336-1.154A.48.48 0 0 0 14 2.5a2 2 0 1 1-4 0a.48.48 0 0 0-.492-.482c-2.177.055-3.458.275-4.336 1.154C4 4.343 4 6.229 4 10v2.25z"/></g></svg>
</template>

CSS

.icon-tram-filled {
  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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.376%2019.572c-.478-.17-.87-.41-1.204-.744c-.975-.974-1.139-2.442-1.166-5.078h15.988c-.027%202.636-.191%204.104-1.166%205.078a3.15%203.15%200%200%201-1.203.744l1.046%202.093a.75.75%200%200%201-1.342.67l-1.224-2.447C15.057%2020%2013.726%2020%2012%2020s-3.057%200-4.105-.112L6.67%2022.336a.75.75%200%200%201-1.342-.671zM14.75%2016a.75.75%200%200%201%20.75-.75H17a.75.75%200%200%201%200%201.5h-1.5a.75.75%200%200%201-.75-.75M7%2015.25a.75.75%200%200%200%200%201.5h1.5a.75.75%200%200%200%200-1.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M20%2012.25V10c0-3.771%200-5.657-1.172-6.828c-.878-.88-2.16-1.099-4.336-1.154A.48.48%200%200%200%2014%202.5a2%202%200%201%201-4%200a.48.48%200%200%200-.492-.482c-2.177.055-3.458.275-4.336%201.154C4%204.343%204%206.229%204%2010v2.25z%22%2F%3E%3C%2Fg%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%2024%2024%22%3E%3Cg%20fill%3D%22currentColor%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M6.376%2019.572c-.478-.17-.87-.41-1.204-.744c-.975-.974-1.139-2.442-1.166-5.078h15.988c-.027%202.636-.191%204.104-1.166%205.078a3.15%203.15%200%200%201-1.203.744l1.046%202.093a.75.75%200%200%201-1.342.67l-1.224-2.447C15.057%2020%2013.726%2020%2012%2020s-3.057%200-4.105-.112L6.67%2022.336a.75.75%200%200%201-1.342-.671zM14.75%2016a.75.75%200%200%201%20.75-.75H17a.75.75%200%200%201%200%201.5h-1.5a.75.75%200%200%201-.75-.75M7%2015.25a.75.75%200%200%200%200%201.5h1.5a.75.75%200%200%200%200-1.5z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M20%2012.25V10c0-3.771%200-5.657-1.172-6.828c-.878-.88-2.16-1.099-4.336-1.154A.48.48%200%200%200%2014%202.5a2%202%200%201%201-4%200a.48.48%200%200%200-.492-.482c-2.177.055-3.458.275-4.336%201.154C4%204.343%204%206.229%204%2010v2.25z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

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