transportation icon
transportation-rounded from Material Symbols Light by Google · Rounded · Transit · Apache-2.0 Free for personal and commercial use.
- Name
- transportation-rounded
- Set
- Material Symbols Light
- Style
- Rounded
- 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-2.532q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h2.532q.087-.8.559-1.675t1.264-1.363H8.99q-.213 0-.357-.144q-.143-.144-.143-.357t.143-.356t.357-.143h7.138l-1.58-4.327q-.078-.193-.231-.298q-.154-.106-.347-.106h-2.238q-.213 0-.356-.144t-.144-.357t.144-.356t.356-.143h2.238q.524 0 .926.289q.403.289.584.767l1.715 4.675h1.152q1.921 0 3.21 1.309q1.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.076l.856 2.302q.074.189-.012.386t-.28.26q-.188.068-.379-.018q-.19-.085-.267-.28l-.812-2.29q-.846.444-1.332 1.313t-.487 1.75q0 1.459 1.022 2.48q1.021 1.02 2.48 1.02M7.773 22.54q-1.041 0-1.772-.73q-.73-.729-.73-1.77q0-.155.018-.27q.02-.115.058-.269H1.77q-.212 0-.356-.144T1.269 19v-3.5q0-.213.144-.356T1.769 15h1.5v-3.5h-1.5q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h5.252q.22 0 .411.105t.291.293L10.096 15h2.058q.666 0 1.14.475t.475 1.14v1.27q0 .666-.474 1.14t-1.141.475h-1.962q.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.441"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightTransportationRounded(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-2.532q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h2.532q.087-.8.559-1.675t1.264-1.363H8.99q-.213 0-.357-.144q-.143-.144-.143-.357t.143-.356t.357-.143h7.138l-1.58-4.327q-.078-.193-.231-.298q-.154-.106-.347-.106h-2.238q-.213 0-.356-.144t-.144-.357t.144-.356t.356-.143h2.238q.524 0 .926.289q.403.289.584.767l1.715 4.675h1.152q1.921 0 3.21 1.309q1.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.076l.856 2.302q.074.189-.012.386t-.28.26q-.188.068-.379-.018q-.19-.085-.267-.28l-.812-2.29q-.846.444-1.332 1.313t-.487 1.75q0 1.459 1.022 2.48q1.021 1.02 2.48 1.02M7.773 22.54q-1.041 0-1.772-.73q-.73-.729-.73-1.77q0-.155.018-.27q.02-.115.058-.269H1.77q-.212 0-.356-.144T1.269 19v-3.5q0-.213.144-.356T1.769 15h1.5v-3.5h-1.5q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h5.252q.22 0 .411.105t.291.293L10.096 15h2.058q.666 0 1.14.475t.475 1.14v1.27q0 .666-.474 1.14t-1.141.475h-1.962q.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.441"/></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-2.532q-.213 0-.357-.144t-.143-.357t.143-.356t.357-.143h2.532q.087-.8.559-1.675t1.264-1.363H8.99q-.213 0-.357-.144q-.143-.144-.143-.357t.143-.356t.357-.143h7.138l-1.58-4.327q-.078-.193-.231-.298q-.154-.106-.347-.106h-2.238q-.213 0-.356-.144t-.144-.357t.144-.356t.356-.143h2.238q.524 0 .926.289q.403.289.584.767l1.715 4.675h1.152q1.921 0 3.21 1.309q1.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.076l.856 2.302q.074.189-.012.386t-.28.26q-.188.068-.379-.018q-.19-.085-.267-.28l-.812-2.29q-.846.444-1.332 1.313t-.487 1.75q0 1.459 1.022 2.48q1.021 1.02 2.48 1.02M7.773 22.54q-1.041 0-1.772-.73q-.73-.729-.73-1.77q0-.155.018-.27q.02-.115.058-.269H1.77q-.212 0-.356-.144T1.269 19v-3.5q0-.213.144-.356T1.769 15h1.5v-3.5h-1.5q-.212 0-.356-.144t-.144-.357t.144-.356t.356-.143h5.252q.22 0 .411.105t.291.293L10.096 15h2.058q.666 0 1.14.475t.475 1.14v1.27q0 .666-.474 1.14t-1.141.475h-1.962q.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.441"/></svg> </template>
CSS
.icon-transportation-rounded {
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-2.532q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h2.532q.087-.8.559-1.675t1.264-1.363H8.99q-.213%200-.357-.144q-.143-.144-.143-.357t.143-.356t.357-.143h7.138l-1.58-4.327q-.078-.193-.231-.298q-.154-.106-.347-.106h-2.238q-.213%200-.356-.144t-.144-.357t.144-.356t.356-.143h2.238q.524%200%20.926.289q.403.289.584.767l1.715%204.675h1.152q1.921%200%203.21%201.309q1.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.076l.856%202.302q.074.189-.012.386t-.28.26q-.188.068-.379-.018q-.19-.085-.267-.28l-.812-2.29q-.846.444-1.332%201.313t-.487%201.75q0%201.459%201.022%202.48q1.021%201.02%202.48%201.02M7.773%2022.54q-1.041%200-1.772-.73q-.73-.729-.73-1.77q0-.155.018-.27q.02-.115.058-.269H1.77q-.212%200-.356-.144T1.269%2019v-3.5q0-.213.144-.356T1.769%2015h1.5v-3.5h-1.5q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h5.252q.22%200%20.411.105t.291.293L10.096%2015h2.058q.666%200%201.14.475t.475%201.14v1.27q0%20.666-.474%201.14t-1.141.475h-1.962q.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.441%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-2.532q-.213%200-.357-.144t-.143-.357t.143-.356t.357-.143h2.532q.087-.8.559-1.675t1.264-1.363H8.99q-.213%200-.357-.144q-.143-.144-.143-.357t.143-.356t.357-.143h7.138l-1.58-4.327q-.078-.193-.231-.298q-.154-.106-.347-.106h-2.238q-.213%200-.356-.144t-.144-.357t.144-.356t.356-.143h2.238q.524%200%20.926.289q.403.289.584.767l1.715%204.675h1.152q1.921%200%203.21%201.309q1.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.076l.856%202.302q.074.189-.012.386t-.28.26q-.188.068-.379-.018q-.19-.085-.267-.28l-.812-2.29q-.846.444-1.332%201.313t-.487%201.75q0%201.459%201.022%202.48q1.021%201.02%202.48%201.02M7.773%2022.54q-1.041%200-1.772-.73q-.73-.729-.73-1.77q0-.155.018-.27q.02-.115.058-.269H1.77q-.212%200-.356-.144T1.269%2019v-3.5q0-.213.144-.356T1.769%2015h1.5v-3.5h-1.5q-.212%200-.356-.144t-.144-.357t.144-.356t.356-.143h5.252q.22%200%20.411.105t.291.293L10.096%2015h2.058q.666%200%201.14.475t.475%201.14v1.27q0%20.666-.474%201.14t-1.141.475h-1.962q.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.441%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-rounded.svg?color=%231a73e8&size=48