mode of travel icon
mode-of-travel from Material Symbols Light by Google · Regular · Maps · Apache-2.0 Free for personal and commercial use.
- Name
- mode-of-travel
- Set
- Material Symbols Light
- Style
- Regular
- Category
- Maps
- Viewbox
- 24×24
- License
- Apache 2.0
- Aliases
- mode-of-travel-outline, mode-of-travel-outline-sharp, mode-of-travel-sharp
1 other variant in Material Symbols Light
The same icon in other sets
More maps icons from Material Symbols Light
Use the mode of travel icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.98 21q-.255 0-.441-.109q-.187-.108-.293-.333l-.155-.35q-.218-.506-.504-.955q-.287-.45-.63-.88q-.895-1.154-1.97-2.13t-1.835-2.235q-.604-.854-.878-1.876T5 10.025q0-2.921 2.024-4.973T11.975 3q3.246 0 5.251 2.516t2.005 5.857l2.465-2.446l.689.689l-3.654 3.653l-3.654-3.653l.683-.689l2.47 2.446q0-2.896-1.708-5.11Q14.814 4.05 11.975 4q-2.5 0-4.234 1.763Q6.006 7.525 6 10.025q0 .939.238 1.795t.737 1.64q.758 1.165 1.735 2.107q.976.943 1.832 2.016q.431.533.79 1.104q.359.57.643 1.186q.316-.646.691-1.232q.376-.585.819-1.13q-.233-.255-.371-.574t-.139-.687q0-.8.562-1.362t1.361-.561t1.362.562t.561 1.361t-.561 1.362t-1.362.561q-.182 0-.328-.029t-.29-.092q-.43.5-.791 1.038t-.623 1.118l-.156.35q-.106.211-.312.327q-.206.115-.417.115"/></svg>
React
import type { SVGProps } from "react";
export function MaterialSymbolsLightModeOfTravel(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="M11.98 21q-.255 0-.441-.109q-.187-.108-.293-.333l-.155-.35q-.218-.506-.504-.955q-.287-.45-.63-.88q-.895-1.154-1.97-2.13t-1.835-2.235q-.604-.854-.878-1.876T5 10.025q0-2.921 2.024-4.973T11.975 3q3.246 0 5.251 2.516t2.005 5.857l2.465-2.446l.689.689l-3.654 3.653l-3.654-3.653l.683-.689l2.47 2.446q0-2.896-1.708-5.11Q14.814 4.05 11.975 4q-2.5 0-4.234 1.763Q6.006 7.525 6 10.025q0 .939.238 1.795t.737 1.64q.758 1.165 1.735 2.107q.976.943 1.832 2.016q.431.533.79 1.104q.359.57.643 1.186q.316-.646.691-1.232q.376-.585.819-1.13q-.233-.255-.371-.574t-.139-.687q0-.8.562-1.362t1.361-.561t1.362.562t.561 1.361t-.561 1.362t-1.362.561q-.182 0-.328-.029t-.29-.092q-.43.5-.791 1.038t-.623 1.118l-.156.35q-.106.211-.312.327q-.206.115-.417.115"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M11.98 21q-.255 0-.441-.109q-.187-.108-.293-.333l-.155-.35q-.218-.506-.504-.955q-.287-.45-.63-.88q-.895-1.154-1.97-2.13t-1.835-2.235q-.604-.854-.878-1.876T5 10.025q0-2.921 2.024-4.973T11.975 3q3.246 0 5.251 2.516t2.005 5.857l2.465-2.446l.689.689l-3.654 3.653l-3.654-3.653l.683-.689l2.47 2.446q0-2.896-1.708-5.11Q14.814 4.05 11.975 4q-2.5 0-4.234 1.763Q6.006 7.525 6 10.025q0 .939.238 1.795t.737 1.64q.758 1.165 1.735 2.107q.976.943 1.832 2.016q.431.533.79 1.104q.359.57.643 1.186q.316-.646.691-1.232q.376-.585.819-1.13q-.233-.255-.371-.574t-.139-.687q0-.8.562-1.362t1.361-.561t1.362.562t.561 1.361t-.561 1.362t-1.362.561q-.182 0-.328-.029t-.29-.092q-.43.5-.791 1.038t-.623 1.118l-.156.35q-.106.211-.312.327q-.206.115-.417.115"/></svg> </template>
CSS
.icon-mode-of-travel {
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%22M11.98%2021q-.255%200-.441-.109q-.187-.108-.293-.333l-.155-.35q-.218-.506-.504-.955q-.287-.45-.63-.88q-.895-1.154-1.97-2.13t-1.835-2.235q-.604-.854-.878-1.876T5%2010.025q0-2.921%202.024-4.973T11.975%203q3.246%200%205.251%202.516t2.005%205.857l2.465-2.446l.689.689l-3.654%203.653l-3.654-3.653l.683-.689l2.47%202.446q0-2.896-1.708-5.11Q14.814%204.05%2011.975%204q-2.5%200-4.234%201.763Q6.006%207.525%206%2010.025q0%20.939.238%201.795t.737%201.64q.758%201.165%201.735%202.107q.976.943%201.832%202.016q.431.533.79%201.104q.359.57.643%201.186q.316-.646.691-1.232q.376-.585.819-1.13q-.233-.255-.371-.574t-.139-.687q0-.8.562-1.362t1.361-.561t1.362.562t.561%201.361t-.561%201.362t-1.362.561q-.182%200-.328-.029t-.29-.092q-.43.5-.791%201.038t-.623%201.118l-.156.35q-.106.211-.312.327q-.206.115-.417.115%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%22M11.98%2021q-.255%200-.441-.109q-.187-.108-.293-.333l-.155-.35q-.218-.506-.504-.955q-.287-.45-.63-.88q-.895-1.154-1.97-2.13t-1.835-2.235q-.604-.854-.878-1.876T5%2010.025q0-2.921%202.024-4.973T11.975%203q3.246%200%205.251%202.516t2.005%205.857l2.465-2.446l.689.689l-3.654%203.653l-3.654-3.653l.683-.689l2.47%202.446q0-2.896-1.708-5.11Q14.814%204.05%2011.975%204q-2.5%200-4.234%201.763Q6.006%207.525%206%2010.025q0%20.939.238%201.795t.737%201.64q.758%201.165%201.735%202.107q.976.943%201.832%202.016q.431.533.79%201.104q.359.57.643%201.186q.316-.646.691-1.232q.376-.585.819-1.13q-.233-.255-.371-.574t-.139-.687q0-.8.562-1.362t1.361-.561t1.362.562t.561%201.361t-.561%201.362t-1.362.561q-.182%200-.328-.029t-.29-.092q-.43.5-.791%201.038t-.623%201.118l-.156.35q-.106.211-.312.327q-.206.115-.417.115%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/material-symbols-light/mode-of-travel.svg?color=%231a73e8&size=48