emoji transportation icon
emoji-transportation-outline-rounded from Material Symbols Light by Google · Outline Rounded · Social · Apache-2.0 Free for personal and commercial use.
- Name
- emoji-transportation-outline-rounded
- Set
- Material Symbols Light
- Style
- Outline Rounded
- Category
- Social
- Viewbox
- 24×24
- License
- Apache 2.0
5 other variants in Material Symbols Light
The same icon in other sets
More social icons from Material Symbols Light
Use the emoji transportation icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.259 20.472q-.143-.143-.143-.357v-5.192q0-.136.015-.273q.015-.136.065-.267l.993-2.802q.161-.485.59-.783t.944-.298h5.554q.515 0 .944.298t.59.783l.993 2.802q.05.13.065.267q.016.137.016.273v5.193q0 .213-.144.356q-.143.144-.356.144q-.214 0-.357-.144q-.143-.143-.143-.357v-1.192h-8.77v1.193q0 .213-.143.356q-.143.144-.356.144q-.214 0-.357-.144m1.087-6.626h8.308l-.72-2.038q-.057-.192-.211-.308t-.365-.115h-5.716q-.211 0-.365.115q-.154.116-.211.308zm-.346.885v3.308zm2.203 2.203q.259-.259.259-.626t-.259-.626t-.626-.259t-.626.259t-.259.626t.259.626t.626.258t.626-.258m5.846 0q.259-.259.259-.626t-.259-.626t-.626-.259t-.626.259t-.259.626t.259.626t.626.258t.626-.258M6.346 12.616v-1.539h1.539v1.539zm4-5V6.077h1.539v1.539zm-4 9v-1.539h1.539v1.539zm0 4v-1.539h1.539v1.539zm-3.23 0V8.885q0-.44.299-.74t.739-.299h2.962V3.885q0-.44.299-.74t.739-.299h5.923q.44 0 .74.3q.299.298.299.739v4.384h-1V3.846h-6v5h-4v11.77zM11 18.038h9v-3.307h-9z"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightEmojiTransportationOutlineRounded(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="M10.259 20.472q-.143-.143-.143-.357v-5.192q0-.136.015-.273q.015-.136.065-.267l.993-2.802q.161-.485.59-.783t.944-.298h5.554q.515 0 .944.298t.59.783l.993 2.802q.05.13.065.267q.016.137.016.273v5.193q0 .213-.144.356q-.143.144-.356.144q-.214 0-.357-.144q-.143-.143-.143-.357v-1.192h-8.77v1.193q0 .213-.143.356q-.143.144-.356.144q-.214 0-.357-.144m1.087-6.626h8.308l-.72-2.038q-.057-.192-.211-.308t-.365-.115h-5.716q-.211 0-.365.115q-.154.116-.211.308zm-.346.885v3.308zm2.203 2.203q.259-.259.259-.626t-.259-.626t-.626-.259t-.626.259t-.259.626t.259.626t.626.258t.626-.258m5.846 0q.259-.259.259-.626t-.259-.626t-.626-.259t-.626.259t-.259.626t.259.626t.626.258t.626-.258M6.346 12.616v-1.539h1.539v1.539zm4-5V6.077h1.539v1.539zm-4 9v-1.539h1.539v1.539zm0 4v-1.539h1.539v1.539zm-3.23 0V8.885q0-.44.299-.74t.739-.299h2.962V3.885q0-.44.299-.74t.739-.299h5.923q.44 0 .74.3q.299.298.299.739v4.384h-1V3.846h-6v5h-4v11.77zM11 18.038h9v-3.307h-9z"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M10.259 20.472q-.143-.143-.143-.357v-5.192q0-.136.015-.273q.015-.136.065-.267l.993-2.802q.161-.485.59-.783t.944-.298h5.554q.515 0 .944.298t.59.783l.993 2.802q.05.13.065.267q.016.137.016.273v5.193q0 .213-.144.356q-.143.144-.356.144q-.214 0-.357-.144q-.143-.143-.143-.357v-1.192h-8.77v1.193q0 .213-.143.356q-.143.144-.356.144q-.214 0-.357-.144m1.087-6.626h8.308l-.72-2.038q-.057-.192-.211-.308t-.365-.115h-5.716q-.211 0-.365.115q-.154.116-.211.308zm-.346.885v3.308zm2.203 2.203q.259-.259.259-.626t-.259-.626t-.626-.259t-.626.259t-.259.626t.259.626t.626.258t.626-.258m5.846 0q.259-.259.259-.626t-.259-.626t-.626-.259t-.626.259t-.259.626t.259.626t.626.258t.626-.258M6.346 12.616v-1.539h1.539v1.539zm4-5V6.077h1.539v1.539zm-4 9v-1.539h1.539v1.539zm0 4v-1.539h1.539v1.539zm-3.23 0V8.885q0-.44.299-.74t.739-.299h2.962V3.885q0-.44.299-.74t.739-.299h5.923q.44 0 .74.3q.299.298.299.739v4.384h-1V3.846h-6v5h-4v11.77zM11 18.038h9v-3.307h-9z"/></svg> </template>
CSS
.icon-emoji-transportation-outline-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%22M10.259%2020.472q-.143-.143-.143-.357v-5.192q0-.136.015-.273q.015-.136.065-.267l.993-2.802q.161-.485.59-.783t.944-.298h5.554q.515%200%20.944.298t.59.783l.993%202.802q.05.13.065.267q.016.137.016.273v5.193q0%20.213-.144.356q-.143.144-.356.144q-.214%200-.357-.144q-.143-.143-.143-.357v-1.192h-8.77v1.193q0%20.213-.143.356q-.143.144-.356.144q-.214%200-.357-.144m1.087-6.626h8.308l-.72-2.038q-.057-.192-.211-.308t-.365-.115h-5.716q-.211%200-.365.115q-.154.116-.211.308zm-.346.885v3.308zm2.203%202.203q.259-.259.259-.626t-.259-.626t-.626-.259t-.626.259t-.259.626t.259.626t.626.258t.626-.258m5.846%200q.259-.259.259-.626t-.259-.626t-.626-.259t-.626.259t-.259.626t.259.626t.626.258t.626-.258M6.346%2012.616v-1.539h1.539v1.539zm4-5V6.077h1.539v1.539zm-4%209v-1.539h1.539v1.539zm0%204v-1.539h1.539v1.539zm-3.23%200V8.885q0-.44.299-.74t.739-.299h2.962V3.885q0-.44.299-.74t.739-.299h5.923q.44%200%20.74.3q.299.298.299.739v4.384h-1V3.846h-6v5h-4v11.77zM11%2018.038h9v-3.307h-9z%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%22M10.259%2020.472q-.143-.143-.143-.357v-5.192q0-.136.015-.273q.015-.136.065-.267l.993-2.802q.161-.485.59-.783t.944-.298h5.554q.515%200%20.944.298t.59.783l.993%202.802q.05.13.065.267q.016.137.016.273v5.193q0%20.213-.144.356q-.143.144-.356.144q-.214%200-.357-.144q-.143-.143-.143-.357v-1.192h-8.77v1.193q0%20.213-.143.356q-.143.144-.356.144q-.214%200-.357-.144m1.087-6.626h8.308l-.72-2.038q-.057-.192-.211-.308t-.365-.115h-5.716q-.211%200-.365.115q-.154.116-.211.308zm-.346.885v3.308zm2.203%202.203q.259-.259.259-.626t-.259-.626t-.626-.259t-.626.259t-.259.626t.259.626t.626.258t.626-.258m5.846%200q.259-.259.259-.626t-.259-.626t-.626-.259t-.626.259t-.259.626t.259.626t.626.258t.626-.258M6.346%2012.616v-1.539h1.539v1.539zm4-5V6.077h1.539v1.539zm-4%209v-1.539h1.539v1.539zm0%204v-1.539h1.539v1.539zm-3.23%200V8.885q0-.44.299-.74t.739-.299h2.962V3.885q0-.44.299-.74t.739-.299h5.923q.44%200%20.74.3q.299.298.299.739v4.384h-1V3.846h-6v5h-4v11.77zM11%2018.038h9v-3.307h-9z%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/emoji-transportation-outline-rounded.svg?color=%231a73e8&size=48