truck-off-road from Material Design Icons by Pictogrammers · Filled · Transportation + Other · Apache-2.0 Free for personal and commercial use.

Name
truck-off-road
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 icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.81 3.4l-5.42.96l.7 3.94L.733 9.95l.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.23l5.89-1.06c.14.79.58 1.48 1.23 1.94c.65.45 1.46.62 2.24.5c.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.32zm-3.68 2.18l3.45-.61l2.36 2.12l-5.37.95zm-4.86 6.95A1.49 1.49 0 0 1 8 13.74c.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.12c.23-.32.57-.54.97-.61m11.81-2.09c.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-.62M2.83 19.17L2 20v2h20v-6h-5.38c-1.07 0-2.12.17-3.16.5l-1.38.47C10.04 17.65 7.9 18 5.75 18h-.09c-1.06 0-2.08.42-2.83 1.17"/></svg>

React

import type { SVGProps } from "react";

export function MdiTruckOffRoad(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="m14.81 3.4l-5.42.96l.7 3.94L.733 9.95l.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.23l5.89-1.06c.14.79.58 1.48 1.23 1.94c.65.45 1.46.62 2.24.5c.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.32zm-3.68 2.18l3.45-.61l2.36 2.12l-5.37.95zm-4.86 6.95A1.49 1.49 0 0 1 8 13.74c.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.12c.23-.32.57-.54.97-.61m11.81-2.09c.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-.62M2.83 19.17L2 20v2h20v-6h-5.38c-1.07 0-2.12.17-3.16.5l-1.38.47C10.04 17.65 7.9 18 5.75 18h-.09c-1.06 0-2.08.42-2.83 1.17"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="m14.81 3.4l-5.42.96l.7 3.94L.733 9.95l.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.23l5.89-1.06c.14.79.58 1.48 1.23 1.94c.65.45 1.46.62 2.24.5c.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.32zm-3.68 2.18l3.45-.61l2.36 2.12l-5.37.95zm-4.86 6.95A1.49 1.49 0 0 1 8 13.74c.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.12c.23-.32.57-.54.97-.61m11.81-2.09c.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-.62M2.83 19.17L2 20v2h20v-6h-5.38c-1.07 0-2.12.17-3.16.5l-1.38.47C10.04 17.65 7.9 18 5.75 18h-.09c-1.06 0-2.08.42-2.83 1.17"/></svg>
</template>

CSS

.icon-truck-off-road {
  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%22m14.81%203.4l-5.42.96l.7%203.94L.733%209.95l.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.23l5.89-1.06c.14.79.58%201.48%201.23%201.94c.65.45%201.46.62%202.24.5c.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.32zm-3.68%202.18l3.45-.61l2.36%202.12l-5.37.95zm-4.86%206.95A1.49%201.49%200%200%201%208%2013.74c.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.12c.23-.32.57-.54.97-.61m11.81-2.09c.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-.62M2.83%2019.17L2%2020v2h20v-6h-5.38c-1.07%200-2.12.17-3.16.5l-1.38.47C10.04%2017.65%207.9%2018%205.75%2018h-.09c-1.06%200-2.08.42-2.83%201.17%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%22m14.81%203.4l-5.42.96l.7%203.94L.733%209.95l.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.23l5.89-1.06c.14.79.58%201.48%201.23%201.94c.65.45%201.46.62%202.24.5c.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.32zm-3.68%202.18l3.45-.61l2.36%202.12l-5.37.95zm-4.86%206.95A1.49%201.49%200%200%201%208%2013.74c.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.12c.23-.32.57-.54.97-.61m11.81-2.09c.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-.62M2.83%2019.17L2%2020v2h20v-6h-5.38c-1.07%200-2.12.17-3.16.5l-1.38.47C10.04%2017.65%207.9%2018%205.75%2018h-.09c-1.06%200-2.08.42-2.83%201.17%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.svg?color=%231a73e8&size=48