truck off road off icon
truck-off-road-off from Material Design Icons by Pictogrammers · Filled · Transportation + Other · Apache-2.0 Free for personal and commercial use.
- Name
- truck-off-road-off
- Set
- Material Design Icons
- Style
- Filled
- Category
- Transportation + Other
- Viewbox
- 24×24
- License
- Apache 2.0
More transportation + other icons from Material Design Icons
Use the truck off road off icon
SVG
<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.39 1.73L1.11 3l5.85 5.85l-6.227 1.1l.867 4.92l1.97-.34c.14.78.58 1.47 1.24 1.93c.65.46 1.45.64 2.24.5c.78-.14 1.48-.58 1.95-1.23c.44-.66.62-1.46.5-2.23l1.78-.33l3.09 3.09c-.31.07-.61.15-.91.24l-1.38.47C10.04 17.65 7.9 18 5.75 18h-.09c-1.06 0-2.08.42-2.83 1.17L2 20v2h18.11l.73.73l.73-.73H22v-.43l.11-.11l-.11-.11zm5 11.05c.32.22.54.57.61.96c.07.4 0 .8-.25 1.12c-.22.33-.57.55-.96.64c-.4.05-.79-.04-1.12-.27a1.48 1.48 0 0 1-.62-.97c-.05-.39.02-.79.25-1.12a1.505 1.505 0 0 1 2.09-.36M22 18.5L19.5 16H22zm-3.6-3.58c.16 0 .31-.02.46-.04c.79-.14 1.48-.59 1.94-1.24c.46-.64.64-1.46.5-2.24l1.97-.35l-.52-2.95c-.2-1.1-1.25-1.82-2.32-1.6l-1.97.32l-3.65-3.42l-5.42.96l.34 1.88zm-7.27-9.34l3.45-.61l2.36 2.12l-5.37.95zm6.95 4.86c.39-.07.8.02 1.12.25c.33.23.55.58.62.97s-.02.8-.25 1.12c-.23.33-.57.55-.97.62c-.39.07-.79-.02-1.1-.25c-.34-.23-.57-.58-.63-.97c-.07-.39.02-.79.24-1.12c.23-.33.58-.56.97-.62"/></svg>
React
import type { SVGProps } from "react";
export function MdiTruckOffRoadOff(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="M2.39 1.73L1.11 3l5.85 5.85l-6.227 1.1l.867 4.92l1.97-.34c.14.78.58 1.47 1.24 1.93c.65.46 1.45.64 2.24.5c.78-.14 1.48-.58 1.95-1.23c.44-.66.62-1.46.5-2.23l1.78-.33l3.09 3.09c-.31.07-.61.15-.91.24l-1.38.47C10.04 17.65 7.9 18 5.75 18h-.09c-1.06 0-2.08.42-2.83 1.17L2 20v2h18.11l.73.73l.73-.73H22v-.43l.11-.11l-.11-.11zm5 11.05c.32.22.54.57.61.96c.07.4 0 .8-.25 1.12c-.22.33-.57.55-.96.64c-.4.05-.79-.04-1.12-.27a1.48 1.48 0 0 1-.62-.97c-.05-.39.02-.79.25-1.12a1.505 1.505 0 0 1 2.09-.36M22 18.5L19.5 16H22zm-3.6-3.58c.16 0 .31-.02.46-.04c.79-.14 1.48-.59 1.94-1.24c.46-.64.64-1.46.5-2.24l1.97-.35l-.52-2.95c-.2-1.1-1.25-1.82-2.32-1.6l-1.97.32l-3.65-3.42l-5.42.96l.34 1.88zm-7.27-9.34l3.45-.61l2.36 2.12l-5.37.95zm6.95 4.86c.39-.07.8.02 1.12.25c.33.23.55.58.62.97s-.02.8-.25 1.12c-.23.33-.57.55-.97.62c-.39.07-.79-.02-1.1-.25c-.34-.23-.57-.58-.63-.97c-.07-.39.02-.79.24-1.12c.23-.33.58-.56.97-.62"/></svg>
);
}
Vue
<template> <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M2.39 1.73L1.11 3l5.85 5.85l-6.227 1.1l.867 4.92l1.97-.34c.14.78.58 1.47 1.24 1.93c.65.46 1.45.64 2.24.5c.78-.14 1.48-.58 1.95-1.23c.44-.66.62-1.46.5-2.23l1.78-.33l3.09 3.09c-.31.07-.61.15-.91.24l-1.38.47C10.04 17.65 7.9 18 5.75 18h-.09c-1.06 0-2.08.42-2.83 1.17L2 20v2h18.11l.73.73l.73-.73H22v-.43l.11-.11l-.11-.11zm5 11.05c.32.22.54.57.61.96c.07.4 0 .8-.25 1.12c-.22.33-.57.55-.96.64c-.4.05-.79-.04-1.12-.27a1.48 1.48 0 0 1-.62-.97c-.05-.39.02-.79.25-1.12a1.505 1.505 0 0 1 2.09-.36M22 18.5L19.5 16H22zm-3.6-3.58c.16 0 .31-.02.46-.04c.79-.14 1.48-.59 1.94-1.24c.46-.64.64-1.46.5-2.24l1.97-.35l-.52-2.95c-.2-1.1-1.25-1.82-2.32-1.6l-1.97.32l-3.65-3.42l-5.42.96l.34 1.88zm-7.27-9.34l3.45-.61l2.36 2.12l-5.37.95zm6.95 4.86c.39-.07.8.02 1.12.25c.33.23.55.58.62.97s-.02.8-.25 1.12c-.23.33-.57.55-.97.62c-.39.07-.79-.02-1.1-.25c-.34-.23-.57-.58-.63-.97c-.07-.39.02-.79.24-1.12c.23-.33.58-.56.97-.62"/></svg> </template>
CSS
.icon-truck-off-road-off {
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%22M2.39%201.73L1.11%203l5.85%205.85l-6.227%201.1l.867%204.92l1.97-.34c.14.78.58%201.47%201.24%201.93c.65.46%201.45.64%202.24.5c.78-.14%201.48-.58%201.95-1.23c.44-.66.62-1.46.5-2.23l1.78-.33l3.09%203.09c-.31.07-.61.15-.91.24l-1.38.47C10.04%2017.65%207.9%2018%205.75%2018h-.09c-1.06%200-2.08.42-2.83%201.17L2%2020v2h18.11l.73.73l.73-.73H22v-.43l.11-.11l-.11-.11zm5%2011.05c.32.22.54.57.61.96c.07.4%200%20.8-.25%201.12c-.22.33-.57.55-.96.64c-.4.05-.79-.04-1.12-.27a1.48%201.48%200%200%201-.62-.97c-.05-.39.02-.79.25-1.12a1.505%201.505%200%200%201%202.09-.36M22%2018.5L19.5%2016H22zm-3.6-3.58c.16%200%20.31-.02.46-.04c.79-.14%201.48-.59%201.94-1.24c.46-.64.64-1.46.5-2.24l1.97-.35l-.52-2.95c-.2-1.1-1.25-1.82-2.32-1.6l-1.97.32l-3.65-3.42l-5.42.96l.34%201.88zm-7.27-9.34l3.45-.61l2.36%202.12l-5.37.95zm6.95%204.86c.39-.07.8.02%201.12.25c.33.23.55.58.62.97s-.02.8-.25%201.12c-.23.33-.57.55-.97.62c-.39.07-.79-.02-1.1-.25c-.34-.23-.57-.58-.63-.97c-.07-.39.02-.79.24-1.12c.23-.33.58-.56.97-.62%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%22M2.39%201.73L1.11%203l5.85%205.85l-6.227%201.1l.867%204.92l1.97-.34c.14.78.58%201.47%201.24%201.93c.65.46%201.45.64%202.24.5c.78-.14%201.48-.58%201.95-1.23c.44-.66.62-1.46.5-2.23l1.78-.33l3.09%203.09c-.31.07-.61.15-.91.24l-1.38.47C10.04%2017.65%207.9%2018%205.75%2018h-.09c-1.06%200-2.08.42-2.83%201.17L2%2020v2h18.11l.73.73l.73-.73H22v-.43l.11-.11l-.11-.11zm5%2011.05c.32.22.54.57.61.96c.07.4%200%20.8-.25%201.12c-.22.33-.57.55-.96.64c-.4.05-.79-.04-1.12-.27a1.48%201.48%200%200%201-.62-.97c-.05-.39.02-.79.25-1.12a1.505%201.505%200%200%201%202.09-.36M22%2018.5L19.5%2016H22zm-3.6-3.58c.16%200%20.31-.02.46-.04c.79-.14%201.48-.59%201.94-1.24c.46-.64.64-1.46.5-2.24l1.97-.35l-.52-2.95c-.2-1.1-1.25-1.82-2.32-1.6l-1.97.32l-3.65-3.42l-5.42.96l.34%201.88zm-7.27-9.34l3.45-.61l2.36%202.12l-5.37.95zm6.95%204.86c.39-.07.8.02%201.12.25c.33.23.55.58.62.97s-.02.8-.25%201.12c-.23.33-.57.55-.97.62c-.39.07-.79-.02-1.1-.25c-.34-.23-.57-.58-.63-.97c-.07-.39.02-.79.24-1.12c.23-.33.58-.56.97-.62%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/truck-off-road-off.svg?color=%231a73e8&size=48