Boston Transit Icon
Free SVG icon from the Arcticons collection. Download or copy for use in any project.
The Boston Transit icon is available as a free SVG and is ready to drop into any web or app project.
img tag
<img src="https://proicons.com/icon/322894.svg" alt="Boston Transit icon" width="24" height="24">
React JSX
<img src="https://proicons.com/icon/322894.svg" alt="Boston Transit icon" width={24} height={24} />
Vue template
<img src="https://proicons.com/icon/322894.svg" alt="Boston Transit icon" :width="24" :height="24" />
CSS background
.icon-boston-transit {
background-image: url('https://proicons.com/icon/322894.svg');
background-size: contain;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: inline-block;
}
SVG markup
<?xml version="1.0" encoding="UTF-8"?><svg id="a" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><defs><style>.k{fill:#000;stroke-width:1px;}.k,.l,.m{stroke:#000;stroke-linecap:round;}.l,.m{fill:none;}.m{stroke-linejoin:round;}</style></defs><path id="f" class="l" d="M5.5,24.08523456h6.13886798M42.5,24.08523456h-6.1388716"/><path id="g" class="l" d="M6.44871786,33.0379197h10.95754937M41.55128214,33.0379197h-10.95754937"/><path id="h" class="l" d="M6.44871786,15.19025189h6.46891281M41.55127491,15.19025189h-6.46891643"/><path id="i" class="m" d="M23.99998733,8.73620442c-6.85866147,0-12.4185685,5.55990703-12.4185685,12.4185685,0,4.96222824,1.9620099,7.61138851,3.82266589,9.6002094,3.04383991,3.25350177,6.90894485,7.23051382,8.12154368,8.2456923.15134052.17492782.31285063.26312097.47435893.26312097s.32301841-.08819315.47435893-.26312097c1.21259883-1.01517848,5.07770376-4.99218691,8.12154368-8.2456923,1.86065509-1.98882269,3.82266589-4.63798116,3.82266589-9.6002094,0-6.85866057-5.55990703-12.4185685-12.4185685-12.4185685Z"/><path id="j" class="k" d="M17.59598076,18.12872074h12.33365241M23.76264682,18.12872074v12.3332127"/></svg>
Copied!