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

Name
truck-snowflake
Set
Material Design Icons
Style
Filled
Category
Transportation + Road
Viewbox
24×24
License
Apache 2.0
Aliases
truck-freezer, truck-refrigerator

More transportation + road icons from Material Design Icons

Use the truck snowflake icon

SVG

<svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 4H3c-1.1 0-2 .9-2 2v11h2c0 1.7 1.3 3 3 3s3-1.3 3-3h6c0 1.7 1.3 3 3 3s3-1.3 3-3h2v-5l-3-4h-3zm-6.8 1.3h.3c.5.1.8.6.7 1.1l-.5 2l2-.5c.5-.1 1 .2 1.1.7s-.2 1-.6 1.1l-2 .5l1.4 1.4c.4.3.4.9 0 1.3c-.3.4-.9.4-1.3 0l-1.5-1.4l-.5 2c-.1.5-.6.8-1.1.6a.8.8 0 0 1-.6-1.1l.5-2l-2 .5c-.5.1-1-.2-1.1-.6c-.1-.5.2-1 .6-1.1l2-.5l-1.4-1.6c-.3-.3-.3-.9 0-1.3c.3-.3.9-.3 1.3 0l1.4 1.4l.5-2c.1-.2.4-.5.8-.5M17 9.5h2.5l2 2.5H17zm-11 6c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5m12 0c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5"/></svg>

React

import type { SVGProps } from "react";

export function MdiTruckSnowflake(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="M17 4H3c-1.1 0-2 .9-2 2v11h2c0 1.7 1.3 3 3 3s3-1.3 3-3h6c0 1.7 1.3 3 3 3s3-1.3 3-3h2v-5l-3-4h-3zm-6.8 1.3h.3c.5.1.8.6.7 1.1l-.5 2l2-.5c.5-.1 1 .2 1.1.7s-.2 1-.6 1.1l-2 .5l1.4 1.4c.4.3.4.9 0 1.3c-.3.4-.9.4-1.3 0l-1.5-1.4l-.5 2c-.1.5-.6.8-1.1.6a.8.8 0 0 1-.6-1.1l.5-2l-2 .5c-.5.1-1-.2-1.1-.6c-.1-.5.2-1 .6-1.1l2-.5l-1.4-1.6c-.3-.3-.3-.9 0-1.3c.3-.3.9-.3 1.3 0l1.4 1.4l.5-2c.1-.2.4-.5.8-.5M17 9.5h2.5l2 2.5H17zm-11 6c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5m12 0c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5"/></svg>
  );
}

Vue

<template>
  <svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24"><path fill="currentColor" d="M17 4H3c-1.1 0-2 .9-2 2v11h2c0 1.7 1.3 3 3 3s3-1.3 3-3h6c0 1.7 1.3 3 3 3s3-1.3 3-3h2v-5l-3-4h-3zm-6.8 1.3h.3c.5.1.8.6.7 1.1l-.5 2l2-.5c.5-.1 1 .2 1.1.7s-.2 1-.6 1.1l-2 .5l1.4 1.4c.4.3.4.9 0 1.3c-.3.4-.9.4-1.3 0l-1.5-1.4l-.5 2c-.1.5-.6.8-1.1.6a.8.8 0 0 1-.6-1.1l.5-2l-2 .5c-.5.1-1-.2-1.1-.6c-.1-.5.2-1 .6-1.1l2-.5l-1.4-1.6c-.3-.3-.3-.9 0-1.3c.3-.3.9-.3 1.3 0l1.4 1.4l.5-2c.1-.2.4-.5.8-.5M17 9.5h2.5l2 2.5H17zm-11 6c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5m12 0c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5s-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5"/></svg>
</template>

CSS

.icon-truck-snowflake {
  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%22M17%204H3c-1.1%200-2%20.9-2%202v11h2c0%201.7%201.3%203%203%203s3-1.3%203-3h6c0%201.7%201.3%203%203%203s3-1.3%203-3h2v-5l-3-4h-3zm-6.8%201.3h.3c.5.1.8.6.7%201.1l-.5%202l2-.5c.5-.1%201%20.2%201.1.7s-.2%201-.6%201.1l-2%20.5l1.4%201.4c.4.3.4.9%200%201.3c-.3.4-.9.4-1.3%200l-1.5-1.4l-.5%202c-.1.5-.6.8-1.1.6a.8.8%200%200%201-.6-1.1l.5-2l-2%20.5c-.5.1-1-.2-1.1-.6c-.1-.5.2-1%20.6-1.1l2-.5l-1.4-1.6c-.3-.3-.3-.9%200-1.3c.3-.3.9-.3%201.3%200l1.4%201.4l.5-2c.1-.2.4-.5.8-.5M17%209.5h2.5l2%202.5H17zm-11%206c.8%200%201.5.7%201.5%201.5s-.7%201.5-1.5%201.5s-1.5-.7-1.5-1.5s.7-1.5%201.5-1.5m12%200c.8%200%201.5.7%201.5%201.5s-.7%201.5-1.5%201.5s-1.5-.7-1.5-1.5s.7-1.5%201.5-1.5%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%22M17%204H3c-1.1%200-2%20.9-2%202v11h2c0%201.7%201.3%203%203%203s3-1.3%203-3h6c0%201.7%201.3%203%203%203s3-1.3%203-3h2v-5l-3-4h-3zm-6.8%201.3h.3c.5.1.8.6.7%201.1l-.5%202l2-.5c.5-.1%201%20.2%201.1.7s-.2%201-.6%201.1l-2%20.5l1.4%201.4c.4.3.4.9%200%201.3c-.3.4-.9.4-1.3%200l-1.5-1.4l-.5%202c-.1.5-.6.8-1.1.6a.8.8%200%200%201-.6-1.1l.5-2l-2%20.5c-.5.1-1-.2-1.1-.6c-.1-.5.2-1%20.6-1.1l2-.5l-1.4-1.6c-.3-.3-.3-.9%200-1.3c.3-.3.9-.3%201.3%200l1.4%201.4l.5-2c.1-.2.4-.5.8-.5M17%209.5h2.5l2%202.5H17zm-11%206c.8%200%201.5.7%201.5%201.5s-.7%201.5-1.5%201.5s-1.5-.7-1.5-1.5s.7-1.5%201.5-1.5m12%200c.8%200%201.5.7%201.5%201.5s-.7%201.5-1.5%201.5s-1.5-.7-1.5-1.5s.7-1.5%201.5-1.5%22%2F%3E%3C%2Fsvg%3E") no-repeat center / contain;
}

Direct links: SVG · download · JSON · https://iconsdb.app/api/v1/icon/mdi/truck-snowflake.svg?color=%231a73e8&size=48