twotone tram icon
twotone-tram from Google Material Icons by Material Design Authors · Baseline · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- twotone-tram
- Set
- Google Material Icons
- Style
- Baseline
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
More maps icons from Google Material Icons
baseline-360baseline-add-businessbaseline-add-locationbaseline-add-location-altbaseline-add-roadbaseline-agriculturebaseline-airline-stopsbaseline-airlinesbaseline-alt-routebaseline-atmbaseline-attractionsbaseline-badgebaseline-bakery-diningbaseline-beenherebaseline-bike-scooterbaseline-breakfast-diningbaseline-brunch-diningbaseline-bus-alertbaseline-car-crashbaseline-car-rentalbaseline-car-repairbaseline-castlebaseline-categorybaseline-celebration
Use the twotone tram icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.97 7h-1.94c-2.75.08-3.62.58-3.9 1h9.74c-.28-.42-1.15-.92-3.9-1M7 16v1c0 .45.3.84.74.95h3.11c-.22-.26-.35-.59-.35-.95c0-.39.15-.73.39-1zm6.5 1c0 .36-.13.69-.35.95h3.11c.44-.11.74-.5.74-.95v-1h-3.89c.24.27.39.61.39 1" opacity=".3"/><path fill="currentColor" d="m13 5l.75-1.5H17V2H7v1.5h4.75L11 5c-3.13.09-6 .73-6 3.5V17c0 1.5 1.11 2.73 2.55 2.95L6 21.5v.5h2l2-2h4l2 2h2v-.5l-1.55-1.55h-.01h.01C17.89 19.73 19 18.5 19 17V8.5c0-2.77-2.87-3.41-6-3.5m-1.97 2h1.94c2.75.08 3.62.58 3.9 1H7.13c.28-.42 1.15-.92 3.9-1m-.18 10.95H7.74A.974.974 0 0 1 7 17v-1h3.89c-.24.27-.39.61-.39 1c0 .36.13.69.35.95M17 17c0 .45-.3.84-.74.95h-3.11c.22-.26.35-.59.35-.95c0-.39-.15-.73-.39-1H17zm0-3H7v-4h10z"/></svg>
React
import type { SVGProps } from "react";
export function IcTwotoneTram(props: SVGProps<SVGSVGElement>) {
return (
<svg {...props} xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.97 7h-1.94c-2.75.08-3.62.58-3.9 1h9.74c-.28-.42-1.15-.92-3.9-1M7 16v1c0 .45.3.84.74.95h3.11c-.22-.26-.35-.59-.35-.95c0-.39.15-.73.39-1zm6.5 1c0 .36-.13.69-.35.95h3.11c.44-.11.74-.5.74-.95v-1h-3.89c.24.27.39.61.39 1" opacity=".3"/><path fill="currentColor" d="m13 5l.75-1.5H17V2H7v1.5h4.75L11 5c-3.13.09-6 .73-6 3.5V17c0 1.5 1.11 2.73 2.55 2.95L6 21.5v.5h2l2-2h4l2 2h2v-.5l-1.55-1.55h-.01h.01C17.89 19.73 19 18.5 19 17V8.5c0-2.77-2.87-3.41-6-3.5m-1.97 2h1.94c2.75.08 3.62.58 3.9 1H7.13c.28-.42 1.15-.92 3.9-1m-.18 10.95H7.74A.974.974 0 0 1 7 17v-1h3.89c-.24.27-.39.61-.39 1c0 .36.13.69.35.95M17 17c0 .45-.3.84-.74.95h-3.11c.22-.26.35-.59.35-.95c0-.39-.15-.73-.39-1H17zm0-3H7v-4h10z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M12.97 7h-1.94c-2.75.08-3.62.58-3.9 1h9.74c-.28-.42-1.15-.92-3.9-1M7 16v1c0 .45.3.84.74.95h3.11c-.22-.26-.35-.59-.35-.95c0-.39.15-.73.39-1zm6.5 1c0 .36-.13.69-.35.95h3.11c.44-.11.74-.5.74-.95v-1h-3.89c.24.27.39.61.39 1" opacity=".3"/><path fill="currentColor" d="m13 5l.75-1.5H17V2H7v1.5h4.75L11 5c-3.13.09-6 .73-6 3.5V17c0 1.5 1.11 2.73 2.55 2.95L6 21.5v.5h2l2-2h4l2 2h2v-.5l-1.55-1.55h-.01h.01C17.89 19.73 19 18.5 19 17V8.5c0-2.77-2.87-3.41-6-3.5m-1.97 2h1.94c2.75.08 3.62.58 3.9 1H7.13c.28-.42 1.15-.92 3.9-1m-.18 10.95H7.74A.974.974 0 0 1 7 17v-1h3.89c-.24.27-.39.61-.39 1c0 .36.13.69.35.95M17 17c0 .45-.3.84-.74.95h-3.11c.22-.26.35-.59.35-.95c0-.39-.15-.73-.39-1H17zm0-3H7v-4h10z"/></svg> </template>
CSS
.icon-twotone-tram {
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%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.97%207h-1.94c-2.75.08-3.62.58-3.9%201h9.74c-.28-.42-1.15-.92-3.9-1M7%2016v1c0%20.45.3.84.74.95h3.11c-.22-.26-.35-.59-.35-.95c0-.39.15-.73.39-1zm6.5%201c0%20.36-.13.69-.35.95h3.11c.44-.11.74-.5.74-.95v-1h-3.89c.24.27.39.61.39%201%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13%205l.75-1.5H17V2H7v1.5h4.75L11%205c-3.13.09-6%20.73-6%203.5V17c0%201.5%201.11%202.73%202.55%202.95L6%2021.5v.5h2l2-2h4l2%202h2v-.5l-1.55-1.55h-.01h.01C17.89%2019.73%2019%2018.5%2019%2017V8.5c0-2.77-2.87-3.41-6-3.5m-1.97%202h1.94c2.75.08%203.62.58%203.9%201H7.13c.28-.42%201.15-.92%203.9-1m-.18%2010.95H7.74A.974.974%200%200%201%207%2017v-1h3.89c-.24.27-.39.61-.39%201c0%20.36.13.69.35.95M17%2017c0%20.45-.3.84-.74.95h-3.11c.22-.26.35-.59.35-.95c0-.39-.15-.73-.39-1H17zm0-3H7v-4h10z%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%2024%2024%22%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22M12.97%207h-1.94c-2.75.08-3.62.58-3.9%201h9.74c-.28-.42-1.15-.92-3.9-1M7%2016v1c0%20.45.3.84.74.95h3.11c-.22-.26-.35-.59-.35-.95c0-.39.15-.73.39-1zm6.5%201c0%20.36-.13.69-.35.95h3.11c.44-.11.74-.5.74-.95v-1h-3.89c.24.27.39.61.39%201%22%20opacity%3D%22.3%22%2F%3E%3Cpath%20fill%3D%22currentColor%22%20d%3D%22m13%205l.75-1.5H17V2H7v1.5h4.75L11%205c-3.13.09-6%20.73-6%203.5V17c0%201.5%201.11%202.73%202.55%202.95L6%2021.5v.5h2l2-2h4l2%202h2v-.5l-1.55-1.55h-.01h.01C17.89%2019.73%2019%2018.5%2019%2017V8.5c0-2.77-2.87-3.41-6-3.5m-1.97%202h1.94c2.75.08%203.62.58%203.9%201H7.13c.28-.42%201.15-.92%203.9-1m-.18%2010.95H7.74A.974.974%200%200%201%207%2017v-1h3.89c-.24.27-.39.61-.39%201c0%20.36.13.69.35.95M17%2017c0%20.45-.3.84-.74.95h-3.11c.22-.26.35-.59.35-.95c0-.39-.15-.73-.39-1H17zm0-3H7v-4h10z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/ic/twotone-tram.svg?color=%231a73e8&size=48