tram icon
tram-fill from Framework7 Icons by Vladimir Kharlampidi · Fill · MIT Free for personal and commercial use.
- Name
- tram-fill
- Set
- Framework7 Icons
- Style
- Fill
- Viewbox
- 56×56
- License
- MIT
The same icon in other sets
tramCarbontramEmoji One (Colored)tramFont Awesome SolidtramFluent EmojitramFluent Emoji FlattramFluent Emoji High ContrasttramFirefox OS EmojitramHuge IconstramIconoirtramLine AwesometramMaterial SymbolstramMaterial Symbols LighttramMaterial Design IconstramNoto EmojitramOpenMojitramPhosphortram-boldSolartramTwitter Emoji
Use the tram icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M10.389 53.568c-.2.354-.354.708-.354 1.105c0 .73.486 1.327 1.393 1.327c.53 0 .972-.221 1.326-.796l.774-1.26h27.878l.752 1.26c.376.575.796.796 1.326.796c.929 0 1.393-.597 1.393-1.327c0-.397-.155-.751-.354-1.105l-6.146-9.683a41 41 0 0 0 2.366-.266c2.874-.353 4.466-2.431 4.687-5.394c.398-5.284.641-10.501.641-15.962c0-5.483-.243-10.745-.641-16.006c-.221-2.985-1.813-5.041-4.687-5.417C36.388.265 31.9 0 27.544 0C23.123 0 18.57.287 14.17.84c-2.852.354-4.466 2.432-4.687 5.417a211 211 0 0 0-.619 16.006c0 5.46.221 10.678.62 15.962c.22 2.962 1.834 5.019 4.686 5.394c.796.111 1.57.2 2.366.288Zm6.698-42.89c-1.37 0-2.299-.928-2.299-2.299c0-1.393.929-2.321 2.3-2.321h20.781c1.37 0 2.321.928 2.321 2.321c0 1.37-.95 2.3-2.321 2.3Zm10.391 17.598c-3.869 0-8.158-.287-11.496-.663c-.95-.11-1.57-.752-1.658-1.636a65 65 0 0 1-.155-4.554c0-1.725.066-3.427.155-4.577c.088-.884.707-1.525 1.658-1.636c3.073-.353 7.052-.574 11.496-.574s8.423.22 11.518.574c.929.111 1.57.752 1.636 1.636c.111 1.15.155 2.852.155 4.577c0 1.68-.044 3.405-.154 4.554c-.067.884-.708 1.526-1.637 1.636c-3.227.398-7.384.663-11.518.663m-8.07 10.546c-2.011 0-3.537-1.526-3.537-3.537c0-1.99 1.526-3.538 3.538-3.538c1.99 0 3.537 1.548 3.537 3.538c0 2.012-1.548 3.537-3.537 3.537m16.228 0c-2.012 0-3.537-1.526-3.537-3.537c0-1.99 1.525-3.538 3.537-3.538c1.99 0 3.537 1.548 3.537 3.538c0 2.012-1.547 3.537-3.537 3.537m-8.49 5.637c2.698 0 5.44-.088 8.158-.287l1.57 2.498H18.038l1.547-2.476c2.52.177 5.063.265 7.561.265m-12.115 7.053l1.504-2.41h21.842l1.504 2.41Z"/></svg>
React
import type { SVGProps } from "react";
export function F7TramFill(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M10.389 53.568c-.2.354-.354.708-.354 1.105c0 .73.486 1.327 1.393 1.327c.53 0 .972-.221 1.326-.796l.774-1.26h27.878l.752 1.26c.376.575.796.796 1.326.796c.929 0 1.393-.597 1.393-1.327c0-.397-.155-.751-.354-1.105l-6.146-9.683a41 41 0 0 0 2.366-.266c2.874-.353 4.466-2.431 4.687-5.394c.398-5.284.641-10.501.641-15.962c0-5.483-.243-10.745-.641-16.006c-.221-2.985-1.813-5.041-4.687-5.417C36.388.265 31.9 0 27.544 0C23.123 0 18.57.287 14.17.84c-2.852.354-4.466 2.432-4.687 5.417a211 211 0 0 0-.619 16.006c0 5.46.221 10.678.62 15.962c.22 2.962 1.834 5.019 4.686 5.394c.796.111 1.57.2 2.366.288Zm6.698-42.89c-1.37 0-2.299-.928-2.299-2.299c0-1.393.929-2.321 2.3-2.321h20.781c1.37 0 2.321.928 2.321 2.321c0 1.37-.95 2.3-2.321 2.3Zm10.391 17.598c-3.869 0-8.158-.287-11.496-.663c-.95-.11-1.57-.752-1.658-1.636a65 65 0 0 1-.155-4.554c0-1.725.066-3.427.155-4.577c.088-.884.707-1.525 1.658-1.636c3.073-.353 7.052-.574 11.496-.574s8.423.22 11.518.574c.929.111 1.57.752 1.636 1.636c.111 1.15.155 2.852.155 4.577c0 1.68-.044 3.405-.154 4.554c-.067.884-.708 1.526-1.637 1.636c-3.227.398-7.384.663-11.518.663m-8.07 10.546c-2.011 0-3.537-1.526-3.537-3.537c0-1.99 1.526-3.538 3.538-3.538c1.99 0 3.537 1.548 3.537 3.538c0 2.012-1.548 3.537-3.537 3.537m16.228 0c-2.012 0-3.537-1.526-3.537-3.537c0-1.99 1.525-3.538 3.537-3.538c1.99 0 3.537 1.548 3.537 3.538c0 2.012-1.547 3.537-3.537 3.537m-8.49 5.637c2.698 0 5.44-.088 8.158-.287l1.57 2.498H18.038l1.547-2.476c2.52.177 5.063.265 7.561.265m-12.115 7.053l1.504-2.41h21.842l1.504 2.41Z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 56 56"><path fill="currentColor" d="M10.389 53.568c-.2.354-.354.708-.354 1.105c0 .73.486 1.327 1.393 1.327c.53 0 .972-.221 1.326-.796l.774-1.26h27.878l.752 1.26c.376.575.796.796 1.326.796c.929 0 1.393-.597 1.393-1.327c0-.397-.155-.751-.354-1.105l-6.146-9.683a41 41 0 0 0 2.366-.266c2.874-.353 4.466-2.431 4.687-5.394c.398-5.284.641-10.501.641-15.962c0-5.483-.243-10.745-.641-16.006c-.221-2.985-1.813-5.041-4.687-5.417C36.388.265 31.9 0 27.544 0C23.123 0 18.57.287 14.17.84c-2.852.354-4.466 2.432-4.687 5.417a211 211 0 0 0-.619 16.006c0 5.46.221 10.678.62 15.962c.22 2.962 1.834 5.019 4.686 5.394c.796.111 1.57.2 2.366.288Zm6.698-42.89c-1.37 0-2.299-.928-2.299-2.299c0-1.393.929-2.321 2.3-2.321h20.781c1.37 0 2.321.928 2.321 2.321c0 1.37-.95 2.3-2.321 2.3Zm10.391 17.598c-3.869 0-8.158-.287-11.496-.663c-.95-.11-1.57-.752-1.658-1.636a65 65 0 0 1-.155-4.554c0-1.725.066-3.427.155-4.577c.088-.884.707-1.525 1.658-1.636c3.073-.353 7.052-.574 11.496-.574s8.423.22 11.518.574c.929.111 1.57.752 1.636 1.636c.111 1.15.155 2.852.155 4.577c0 1.68-.044 3.405-.154 4.554c-.067.884-.708 1.526-1.637 1.636c-3.227.398-7.384.663-11.518.663m-8.07 10.546c-2.011 0-3.537-1.526-3.537-3.537c0-1.99 1.526-3.538 3.538-3.538c1.99 0 3.537 1.548 3.537 3.538c0 2.012-1.548 3.537-3.537 3.537m16.228 0c-2.012 0-3.537-1.526-3.537-3.537c0-1.99 1.525-3.538 3.537-3.538c1.99 0 3.537 1.548 3.537 3.538c0 2.012-1.547 3.537-3.537 3.537m-8.49 5.637c2.698 0 5.44-.088 8.158-.287l1.57 2.498H18.038l1.547-2.476c2.52.177 5.063.265 7.561.265m-12.115 7.053l1.504-2.41h21.842l1.504 2.41Z"/></svg> </template>
CSS
.icon-tram-fill {
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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.389%2053.568c-.2.354-.354.708-.354%201.105c0%20.73.486%201.327%201.393%201.327c.53%200%20.972-.221%201.326-.796l.774-1.26h27.878l.752%201.26c.376.575.796.796%201.326.796c.929%200%201.393-.597%201.393-1.327c0-.397-.155-.751-.354-1.105l-6.146-9.683a41%2041%200%200%200%202.366-.266c2.874-.353%204.466-2.431%204.687-5.394c.398-5.284.641-10.501.641-15.962c0-5.483-.243-10.745-.641-16.006c-.221-2.985-1.813-5.041-4.687-5.417C36.388.265%2031.9%200%2027.544%200C23.123%200%2018.57.287%2014.17.84c-2.852.354-4.466%202.432-4.687%205.417a211%20211%200%200%200-.619%2016.006c0%205.46.221%2010.678.62%2015.962c.22%202.962%201.834%205.019%204.686%205.394c.796.111%201.57.2%202.366.288Zm6.698-42.89c-1.37%200-2.299-.928-2.299-2.299c0-1.393.929-2.321%202.3-2.321h20.781c1.37%200%202.321.928%202.321%202.321c0%201.37-.95%202.3-2.321%202.3Zm10.391%2017.598c-3.869%200-8.158-.287-11.496-.663c-.95-.11-1.57-.752-1.658-1.636a65%2065%200%200%201-.155-4.554c0-1.725.066-3.427.155-4.577c.088-.884.707-1.525%201.658-1.636c3.073-.353%207.052-.574%2011.496-.574s8.423.22%2011.518.574c.929.111%201.57.752%201.636%201.636c.111%201.15.155%202.852.155%204.577c0%201.68-.044%203.405-.154%204.554c-.067.884-.708%201.526-1.637%201.636c-3.227.398-7.384.663-11.518.663m-8.07%2010.546c-2.011%200-3.537-1.526-3.537-3.537c0-1.99%201.526-3.538%203.538-3.538c1.99%200%203.537%201.548%203.537%203.538c0%202.012-1.548%203.537-3.537%203.537m16.228%200c-2.012%200-3.537-1.526-3.537-3.537c0-1.99%201.525-3.538%203.537-3.538c1.99%200%203.537%201.548%203.537%203.538c0%202.012-1.547%203.537-3.537%203.537m-8.49%205.637c2.698%200%205.44-.088%208.158-.287l1.57%202.498H18.038l1.547-2.476c2.52.177%205.063.265%207.561.265m-12.115%207.053l1.504-2.41h21.842l1.504%202.41Z%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%2056%2056%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M10.389%2053.568c-.2.354-.354.708-.354%201.105c0%20.73.486%201.327%201.393%201.327c.53%200%20.972-.221%201.326-.796l.774-1.26h27.878l.752%201.26c.376.575.796.796%201.326.796c.929%200%201.393-.597%201.393-1.327c0-.397-.155-.751-.354-1.105l-6.146-9.683a41%2041%200%200%200%202.366-.266c2.874-.353%204.466-2.431%204.687-5.394c.398-5.284.641-10.501.641-15.962c0-5.483-.243-10.745-.641-16.006c-.221-2.985-1.813-5.041-4.687-5.417C36.388.265%2031.9%200%2027.544%200C23.123%200%2018.57.287%2014.17.84c-2.852.354-4.466%202.432-4.687%205.417a211%20211%200%200%200-.619%2016.006c0%205.46.221%2010.678.62%2015.962c.22%202.962%201.834%205.019%204.686%205.394c.796.111%201.57.2%202.366.288Zm6.698-42.89c-1.37%200-2.299-.928-2.299-2.299c0-1.393.929-2.321%202.3-2.321h20.781c1.37%200%202.321.928%202.321%202.321c0%201.37-.95%202.3-2.321%202.3Zm10.391%2017.598c-3.869%200-8.158-.287-11.496-.663c-.95-.11-1.57-.752-1.658-1.636a65%2065%200%200%201-.155-4.554c0-1.725.066-3.427.155-4.577c.088-.884.707-1.525%201.658-1.636c3.073-.353%207.052-.574%2011.496-.574s8.423.22%2011.518.574c.929.111%201.57.752%201.636%201.636c.111%201.15.155%202.852.155%204.577c0%201.68-.044%203.405-.154%204.554c-.067.884-.708%201.526-1.637%201.636c-3.227.398-7.384.663-11.518.663m-8.07%2010.546c-2.011%200-3.537-1.526-3.537-3.537c0-1.99%201.526-3.538%203.538-3.538c1.99%200%203.537%201.548%203.537%203.538c0%202.012-1.548%203.537-3.537%203.537m16.228%200c-2.012%200-3.537-1.526-3.537-3.537c0-1.99%201.525-3.538%203.537-3.538c1.99%200%203.537%201.548%203.537%203.538c0%202.012-1.547%203.537-3.537%203.537m-8.49%205.637c2.698%200%205.44-.088%208.158-.287l1.57%202.498H18.038l1.547-2.476c2.52.177%205.063.265%207.561.265m-12.115%207.053l1.504-2.41h21.842l1.504%202.41Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/f7/tram-fill.svg?color=%231a73e8&size=48