transportation icon
transportation-outline-sharp from Material Symbols Light by Google · Outline Sharp · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- transportation-outline-sharp
- Set
- Material Symbols Light
- Style
- Outline Sharp
- Category
- Transit
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More transit icons from Material Symbols Light
agricultureairlinesairport-shuttleambulanceauto-towingauto-transmissionbike-dockbike-lanebike-scooterboat-busboat-railwaybus-alertbus-map-pinbus-railwaycable-carcar-crashcar-defrost-leftcar-defrost-low-leftcar-defrost-low-rightcar-defrost-mid-leftcar-defrost-mid-low-leftcar-defrost-mid-low-rightcar-defrost-mid-rightcar-defrost-right
Use the transportation icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.346 16.27q-1.723-.04-2.973-1.116t-1.504-2.885h-3.032l-.604-1h3.636q.087-.8.559-1.675t1.264-1.363H8.49l-.605-1h8.243L14.392 2.5h-3.161v-1H15.1l2.094 5.73h1.152q1.921 0 3.21 1.31q1.29 1.308 1.29 3.23q0 1.867-1.316 3.183t-3.184 1.316m.003-1q1.459 0 2.478-1.02q1.02-1.022 1.02-2.48q0-1.5-1-2.519t-2.5-1.02q-.238 0-.433.04q-.195.038-.355.076l1.033 2.771l-.938.349l-.989-2.76q-.846.444-1.332 1.313t-.487 1.75q0 1.459 1.022 2.48q1.021 1.02 2.48 1.02M7.772 22.54q-1.041 0-1.772-.73q-.73-.729-.73-1.77q0-.155.018-.27q.02-.115.058-.269H1.27v-1h4.526q.355-.433.872-.697q.518-.264 1.106-.264q.525 0 1.043.22q.517.222.928.741h3.025V16H1.27v-1h2v-3.5h-2v-1h6.212l2.615 4.5h3.673v4.5h-3.577q.039.154.058.27q.02.114.02.268q0 1.042-.73 1.771q-.728.73-1.768.73M4.269 15h4.675l-2.011-3.5H4.269zm3.5 6.539q.618 0 1.059-.442q.441-.441.441-1.059t-.441-1.058t-1.059-.442t-1.058.442t-.442 1.058t.442 1.059t1.058.441m-.75-4.288"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTransportationOutlineSharp(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="M18.346 16.27q-1.723-.04-2.973-1.116t-1.504-2.885h-3.032l-.604-1h3.636q.087-.8.559-1.675t1.264-1.363H8.49l-.605-1h8.243L14.392 2.5h-3.161v-1H15.1l2.094 5.73h1.152q1.921 0 3.21 1.31q1.29 1.308 1.29 3.23q0 1.867-1.316 3.183t-3.184 1.316m.003-1q1.459 0 2.478-1.02q1.02-1.022 1.02-2.48q0-1.5-1-2.519t-2.5-1.02q-.238 0-.433.04q-.195.038-.355.076l1.033 2.771l-.938.349l-.989-2.76q-.846.444-1.332 1.313t-.487 1.75q0 1.459 1.022 2.48q1.021 1.02 2.48 1.02M7.772 22.54q-1.041 0-1.772-.73q-.73-.729-.73-1.77q0-.155.018-.27q.02-.115.058-.269H1.27v-1h4.526q.355-.433.872-.697q.518-.264 1.106-.264q.525 0 1.043.22q.517.222.928.741h3.025V16H1.27v-1h2v-3.5h-2v-1h6.212l2.615 4.5h3.673v4.5h-3.577q.039.154.058.27q.02.114.02.268q0 1.042-.73 1.771q-.728.73-1.768.73M4.269 15h4.675l-2.011-3.5H4.269zm3.5 6.539q.618 0 1.059-.442q.441-.441.441-1.059t-.441-1.058t-1.059-.442t-1.058.442t-.442 1.058t.442 1.059t1.058.441m-.75-4.288"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M18.346 16.27q-1.723-.04-2.973-1.116t-1.504-2.885h-3.032l-.604-1h3.636q.087-.8.559-1.675t1.264-1.363H8.49l-.605-1h8.243L14.392 2.5h-3.161v-1H15.1l2.094 5.73h1.152q1.921 0 3.21 1.31q1.29 1.308 1.29 3.23q0 1.867-1.316 3.183t-3.184 1.316m.003-1q1.459 0 2.478-1.02q1.02-1.022 1.02-2.48q0-1.5-1-2.519t-2.5-1.02q-.238 0-.433.04q-.195.038-.355.076l1.033 2.771l-.938.349l-.989-2.76q-.846.444-1.332 1.313t-.487 1.75q0 1.459 1.022 2.48q1.021 1.02 2.48 1.02M7.772 22.54q-1.041 0-1.772-.73q-.73-.729-.73-1.77q0-.155.018-.27q.02-.115.058-.269H1.27v-1h4.526q.355-.433.872-.697q.518-.264 1.106-.264q.525 0 1.043.22q.517.222.928.741h3.025V16H1.27v-1h2v-3.5h-2v-1h6.212l2.615 4.5h3.673v4.5h-3.577q.039.154.058.27q.02.114.02.268q0 1.042-.73 1.771q-.728.73-1.768.73M4.269 15h4.675l-2.011-3.5H4.269zm3.5 6.539q.618 0 1.059-.442q.441-.441.441-1.059t-.441-1.058t-1.059-.442t-1.058.442t-.442 1.058t.442 1.059t1.058.441m-.75-4.288"/></svg> </template>
CSS
.icon-transportation-outline-sharp {
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%22M18.346%2016.27q-1.723-.04-2.973-1.116t-1.504-2.885h-3.032l-.604-1h3.636q.087-.8.559-1.675t1.264-1.363H8.49l-.605-1h8.243L14.392%202.5h-3.161v-1H15.1l2.094%205.73h1.152q1.921%200%203.21%201.31q1.29%201.308%201.29%203.23q0%201.867-1.316%203.183t-3.184%201.316m.003-1q1.459%200%202.478-1.02q1.02-1.022%201.02-2.48q0-1.5-1-2.519t-2.5-1.02q-.238%200-.433.04q-.195.038-.355.076l1.033%202.771l-.938.349l-.989-2.76q-.846.444-1.332%201.313t-.487%201.75q0%201.459%201.022%202.48q1.021%201.02%202.48%201.02M7.772%2022.54q-1.041%200-1.772-.73q-.73-.729-.73-1.77q0-.155.018-.27q.02-.115.058-.269H1.27v-1h4.526q.355-.433.872-.697q.518-.264%201.106-.264q.525%200%201.043.22q.517.222.928.741h3.025V16H1.27v-1h2v-3.5h-2v-1h6.212l2.615%204.5h3.673v4.5h-3.577q.039.154.058.27q.02.114.02.268q0%201.042-.73%201.771q-.728.73-1.768.73M4.269%2015h4.675l-2.011-3.5H4.269zm3.5%206.539q.618%200%201.059-.442q.441-.441.441-1.059t-.441-1.058t-1.059-.442t-1.058.442t-.442%201.058t.442%201.059t1.058.441m-.75-4.288%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%22M18.346%2016.27q-1.723-.04-2.973-1.116t-1.504-2.885h-3.032l-.604-1h3.636q.087-.8.559-1.675t1.264-1.363H8.49l-.605-1h8.243L14.392%202.5h-3.161v-1H15.1l2.094%205.73h1.152q1.921%200%203.21%201.31q1.29%201.308%201.29%203.23q0%201.867-1.316%203.183t-3.184%201.316m.003-1q1.459%200%202.478-1.02q1.02-1.022%201.02-2.48q0-1.5-1-2.519t-2.5-1.02q-.238%200-.433.04q-.195.038-.355.076l1.033%202.771l-.938.349l-.989-2.76q-.846.444-1.332%201.313t-.487%201.75q0%201.459%201.022%202.48q1.021%201.02%202.48%201.02M7.772%2022.54q-1.041%200-1.772-.73q-.73-.729-.73-1.77q0-.155.018-.27q.02-.115.058-.269H1.27v-1h4.526q.355-.433.872-.697q.518-.264%201.106-.264q.525%200%201.043.22q.517.222.928.741h3.025V16H1.27v-1h2v-3.5h-2v-1h6.212l2.615%204.5h3.673v4.5h-3.577q.039.154.058.27q.02.114.02.268q0%201.042-.73%201.771q-.728.73-1.768.73M4.269%2015h4.675l-2.011-3.5H4.269zm3.5%206.539q.618%200%201.059-.442q.441-.441.441-1.059t-.441-1.058t-1.059-.442t-1.058.442t-.442%201.058t.442%201.059t1.058.441m-.75-4.288%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/transportation-outline-sharp.svg?color=%231a73e8&size=48